Skip to content
Success

Console Output

Pull request #41626 updated
07:21:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 7bb1944edba67c8a3f5b4d17433dab9d99ee49de rather than c208f03fbddb4355729c3225bb2550c4d54a2c5e
Obtained Jenkinsfile from 7bb1944edba67c8a3f5b4d17433dab9d99ee49de
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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > 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
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"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
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
07:21:18 [2020-11-03T07:21:18.118Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
07:21:18 [2020-11-03T07:21:18.121Z] Trying to pass milestone 1
[Pipeline] milestone
07:21:18 [2020-11-03T07:21:18.168Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
07:21:33 [2020-11-03T07:21:33.331Z] Still waiting to schedule task
07:21:33 [2020-11-03T07:21:33.333Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-084b202b930243e9c)’ is offline
07:21:45 [2020-11-03T07:21:45.208Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-084b202b930243e9c) in /home/ubuntu/workspace/moby_PR-41626
[Pipeline] {
[Pipeline] checkout
07:21:48 [2020-11-03T07:21:48.819Z] using credential docker-jenkins-github-credentials
07:21:48 [2020-11-03T07:21:48.826Z] Cloning the remote Git repository
07:21:48 [2020-11-03T07:21:48.826Z] Cloning with configured refspecs honoured and without tags
07:21:48 [2020-11-03T07:21:48.878Z] Cloning repository https://github.com/moby/moby.git
07:21:48 [2020-11-03T07:21:48.931Z]  > git init /home/ubuntu/workspace/moby_PR-41626 # timeout=10
07:21:49 [2020-11-03T07:21:49.238Z] Fetching upstream changes from https://github.com/moby/moby.git
07:21:49 [2020-11-03T07:21:49.238Z]  > git --version # timeout=10
07:21:49 [2020-11-03T07:21:49.262Z]  > git --version # 'git version 2.17.1'
07:21:49 [2020-11-03T07:21:49.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:21:49 [2020-11-03T07:21:49.327Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:09 [2020-11-03T07:22:09.981Z] Fetching without tags
07:22:10 [2020-11-03T07:22:10.375Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:11 [2020-11-03T07:22:11.365Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:11 [2020-11-03T07:22:11.365Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:22:09 [2020-11-03T07:22:09.882Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:09 [2020-11-03T07:22:09.889Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:22:09 [2020-11-03T07:22:09.927Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:09 [2020-11-03T07:22:09.955Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:09 [2020-11-03T07:22:09.991Z] Fetching upstream changes from https://github.com/moby/moby.git
07:22:09 [2020-11-03T07:22:09.991Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:10 [2020-11-03T07:22:10.004Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:10 [2020-11-03T07:22:10.392Z]  > git config core.sparsecheckout # timeout=10
07:22:10 [2020-11-03T07:22:10.414Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:11 [2020-11-03T07:22:11.254Z]  > git remote # timeout=10
07:22:11 [2020-11-03T07:22:11.285Z]  > git config --get remote.origin.url # timeout=10
07:22:11 [2020-11-03T07:22:11.309Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:11 [2020-11-03T07:22:11.310Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:22:11 [2020-11-03T07:22:11.340Z]  > git rev-parse HEAD^{commit} # timeout=10
07:22:11 [2020-11-03T07:22:11.368Z]  > git config core.sparsecheckout # timeout=10
07:22:11 [2020-11-03T07:22:11.397Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:15 [2020-11-03T07:22:15.596Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
07:22:15 [2020-11-03T07:22:15.596Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:22:16 [2020-11-03T07:22:16.748Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41626:/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
07:22:28 [2020-11-03T07:22:28.992Z] Unable to find image 'alpine:latest' locally
07:22:28 [2020-11-03T07:22:28.992Z] latest: Pulling from library/alpine
07:22:28 [2020-11-03T07:22:28.992Z] 188c0c94c7c5: Pulling fs layer
07:22:28 [2020-11-03T07:22:28.992Z] 188c0c94c7c5: Verifying Checksum
07:22:28 [2020-11-03T07:22:28.992Z] 188c0c94c7c5: Download complete
07:22:28 [2020-11-03T07:22:28.992Z] 188c0c94c7c5: Pull complete
07:22:28 [2020-11-03T07:22:28.992Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
07:22:28 [2020-11-03T07:22:28.992Z] Status: Downloaded newer image for alpine:latest
07:22:35 [2020-11-03T07:22:35.584Z] 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
07:22:35 [2020-11-03T07:22:35.889Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-084b202b930243e9c) in /home/ubuntu/workspace/moby_PR-41626
[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] {
[Pipeline] checkout
[Pipeline] // stage
07:22:35 [2020-11-03T07:22:35.969Z] Running on ppc64le-ubuntu-18 in /home/docker/workspace/moby_PR-41626
07:22:35 [2020-11-03T07:22:35.974Z] using credential docker-jenkins-github-credentials
07:22:35 [2020-11-03T07:22:35.977Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-41626
[Pipeline] // stage
[Pipeline] // stage
[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] }
07:22:36 [2020-11-03T07:22:36.016Z] Fetching changes from the remote Git repository
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
07:22:36 [2020-11-03T07:22:36.063Z] Fetching without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
07:22:36 [2020-11-03T07:22:36.101Z] using credential docker-jenkins-github-credentials
07:22:36 [2020-11-03T07:22:36.115Z] Cloning the remote Git repository
07:22:36 [2020-11-03T07:22:36.115Z] Cloning with configured refspecs honoured and without tags
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
07:22:36 [2020-11-03T07:22:36.122Z] using credential docker-jenkins-github-credentials
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
07:22:36 [2020-11-03T07:22:36.142Z] Cloning the remote Git repository
07:22:36 [2020-11-03T07:22:36.142Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
07:22:36 [2020-11-03T07:22:36.590Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:35 [2020-11-03T07:22:35.981Z]  > git rev-parse --is-inside-work-tree # timeout=10
07:22:36 [2020-11-03T07:22:36.019Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:36 [2020-11-03T07:22:36.066Z] Fetching upstream changes from https://github.com/moby/moby.git
07:22:36 [2020-11-03T07:22:36.066Z]  > git --version # timeout=10
07:22:36 [2020-11-03T07:22:36.077Z]  > git --version # 'git version 2.17.1'
07:22:36 [2020-11-03T07:22:36.078Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:36 [2020-11-03T07:22:36.079Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:36 [2020-11-03T07:22:36.597Z]  > git config core.sparsecheckout # timeout=10
07:22:36 [2020-11-03T07:22:36.634Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:36 [2020-11-03T07:22:36.123Z] Cloning repository https://github.com/moby/moby.git
07:22:36 [2020-11-03T07:22:36.123Z]  > git init /home/docker/workspace/moby_PR-41626 # timeout=10
07:22:36 [2020-11-03T07:22:36.133Z] Fetching upstream changes from https://github.com/moby/moby.git
07:22:36 [2020-11-03T07:22:36.133Z]  > git --version # timeout=10
07:22:36 [2020-11-03T07:22:36.136Z]  > git --version # 'git version 2.7.4'
07:22:36 [2020-11-03T07:22:36.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:36 [2020-11-03T07:22:36.137Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:36 [2020-11-03T07:22:36.148Z] Cloning repository https://github.com/moby/moby.git
07:22:36 [2020-11-03T07:22:36.149Z]  > git init /home/jenkins/workspace/moby_PR-41626 # timeout=10
07:22:36 [2020-11-03T07:22:36.152Z] Fetching upstream changes from https://github.com/moby/moby.git
07:22:36 [2020-11-03T07:22:36.152Z]  > git --version # timeout=10
07:22:36 [2020-11-03T07:22:36.153Z]  > git --version # 'git version 2.17.1'
07:22:36 [2020-11-03T07:22:36.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:36 [2020-11-03T07:22:36.153Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:37 [2020-11-03T07:22:37.159Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:37 [2020-11-03T07:22:37.160Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:22:37 [2020-11-03T07:22:37.280Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:22:38 [2020-11-03T07:22:38.002Z] + [ PR != PR ]
07:22:38 [2020-11-03T07:22:38.002Z] + [ master != master ]
07:22:38 [2020-11-03T07:22:38.002Z] + [ false = true ]
07:22:37 [2020-11-03T07:22:37.088Z]  > git remote # timeout=10
07:22:37 [2020-11-03T07:22:37.108Z]  > git config --get remote.origin.url # timeout=10
07:22:37 [2020-11-03T07:22:37.126Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:37 [2020-11-03T07:22:37.127Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:22:37 [2020-11-03T07:22:37.148Z]  > git rev-parse HEAD^{commit} # timeout=10
07:22:37 [2020-11-03T07:22:37.162Z]  > git config core.sparsecheckout # timeout=10
07:22:37 [2020-11-03T07:22:37.179Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:22:38 [2020-11-03T07:22:38.339Z] + docker version
07:22:38 [2020-11-03T07:22:38.339Z] Client: Docker Engine - Community
07:22:38 [2020-11-03T07:22:38.339Z]  Version:           19.03.13
07:22:38 [2020-11-03T07:22:38.339Z]  API version:       1.40
07:22:38 [2020-11-03T07:22:38.339Z]  Go version:        go1.13.15
07:22:38 [2020-11-03T07:22:38.339Z]  Git commit:        4484c46d9d
07:22:38 [2020-11-03T07:22:38.339Z]  Built:             Wed Sep 16 17:02:36 2020
07:22:38 [2020-11-03T07:22:38.339Z]  OS/Arch:           linux/amd64
07:22:38 [2020-11-03T07:22:38.339Z]  Experimental:      false
07:22:38 [2020-11-03T07:22:38.339Z] 
07:22:38 [2020-11-03T07:22:38.339Z] Server: Docker Engine - Community
07:22:38 [2020-11-03T07:22:38.339Z]  Engine:
07:22:38 [2020-11-03T07:22:38.339Z]   Version:          19.03.13
07:22:38 [2020-11-03T07:22:38.339Z]   API version:      1.40 (minimum version 1.12)
07:22:38 [2020-11-03T07:22:38.339Z]   Go version:       go1.13.15
07:22:38 [2020-11-03T07:22:38.339Z]   Git commit:       4484c46d9d
07:22:38 [2020-11-03T07:22:38.339Z]   Built:            Wed Sep 16 17:01:06 2020
07:22:38 [2020-11-03T07:22:38.339Z]   OS/Arch:          linux/amd64
07:22:38 [2020-11-03T07:22:38.339Z]   Experimental:     true
07:22:38 [2020-11-03T07:22:38.339Z]  containerd:
07:22:38 [2020-11-03T07:22:38.339Z]   Version:          1.3.7
07:22:38 [2020-11-03T07:22:38.339Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
07:22:38 [2020-11-03T07:22:38.339Z]  runc:
07:22:38 [2020-11-03T07:22:38.339Z]   Version:          1.0.0-rc10
07:22:38 [2020-11-03T07:22:38.339Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:22:38 [2020-11-03T07:22:38.339Z]  docker-init:
07:22:38 [2020-11-03T07:22:38.339Z]   Version:          0.18.0
07:22:38 [2020-11-03T07:22:38.339Z]   GitCommit:        fec3683
[Pipeline] sh
07:22:38 [2020-11-03T07:22:38.635Z] + docker info
07:22:45 [2020-11-03T07:22:45.281Z] Fetching without tags
07:22:45 [2020-11-03T07:22:45.569Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:45 [2020-11-03T07:22:45.254Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:45 [2020-11-03T07:22:45.256Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:22:45 [2020-11-03T07:22:45.257Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:45 [2020-11-03T07:22:45.273Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:45 [2020-11-03T07:22:45.288Z] Fetching upstream changes from https://github.com/moby/moby.git
07:22:45 [2020-11-03T07:22:45.288Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:45 [2020-11-03T07:22:45.288Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:45 [2020-11-03T07:22:45.575Z]  > git config core.sparsecheckout # timeout=10
07:22:45 [2020-11-03T07:22:45.576Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:46 [2020-11-03T07:22:46.068Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:46 [2020-11-03T07:22:46.068Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:22:46 [2020-11-03T07:22:46.548Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:22:46 [2020-11-03T07:22:46.036Z]  > git remote # timeout=10
07:22:46 [2020-11-03T07:22:46.038Z]  > git config --get remote.origin.url # timeout=10
07:22:46 [2020-11-03T07:22:46.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:46 [2020-11-03T07:22:46.043Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:22:46 [2020-11-03T07:22:46.059Z]  > git rev-parse HEAD^{commit} # timeout=10
07:22:46 [2020-11-03T07:22:46.074Z]  > git config core.sparsecheckout # timeout=10
07:22:46 [2020-11-03T07:22:46.078Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:47 [2020-11-03T07:22:47.394Z] + docker version
07:22:47 [2020-11-03T07:22:47.394Z] Client: Docker Engine - Community
07:22:47 [2020-11-03T07:22:47.394Z]  Version:           19.03.7
07:22:47 [2020-11-03T07:22:47.394Z]  API version:       1.40
07:22:47 [2020-11-03T07:22:47.394Z]  Go version:        go1.12.17
07:22:47 [2020-11-03T07:22:47.394Z]  Git commit:        7141c199a2
07:22:47 [2020-11-03T07:22:47.394Z]  Built:             Sat Mar  7 16:48:47 2020
07:22:47 [2020-11-03T07:22:47.394Z]  OS/Arch:           linux/s390x
07:22:47 [2020-11-03T07:22:47.394Z]  Experimental:      false
07:22:47 [2020-11-03T07:22:47.394Z] 
07:22:47 [2020-11-03T07:22:47.394Z] Server: Docker Engine - Community
07:22:47 [2020-11-03T07:22:47.394Z]  Engine:
07:22:47 [2020-11-03T07:22:47.394Z]   Version:          19.03.7
07:22:47 [2020-11-03T07:22:47.394Z]   API version:      1.40 (minimum version 1.12)
07:22:47 [2020-11-03T07:22:47.394Z]   Go version:       go1.12.17
07:22:47 [2020-11-03T07:22:47.394Z]   Git commit:       7141c199a2
07:22:47 [2020-11-03T07:22:47.394Z]   Built:            Sat Mar  7 16:47:46 2020
07:22:47 [2020-11-03T07:22:47.394Z]   OS/Arch:          linux/s390x
07:22:47 [2020-11-03T07:22:47.394Z]   Experimental:     true
07:22:47 [2020-11-03T07:22:47.394Z]  containerd:
07:22:47 [2020-11-03T07:22:47.394Z]   Version:          1.2.13
07:22:47 [2020-11-03T07:22:47.394Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
07:22:47 [2020-11-03T07:22:47.394Z]  runc:
07:22:47 [2020-11-03T07:22:47.394Z]   Version:          1.0.0-rc10
07:22:47 [2020-11-03T07:22:47.394Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:22:47 [2020-11-03T07:22:47.394Z]  docker-init:
07:22:47 [2020-11-03T07:22:47.394Z]   Version:          0.18.0
07:22:47 [2020-11-03T07:22:47.394Z]   GitCommit:        fec3683
[Pipeline] sh
07:22:47 [2020-11-03T07:22:47.777Z] + docker info
07:22:47 [2020-11-03T07:22:47.777Z] Client:
07:22:47 [2020-11-03T07:22:47.777Z]  Debug Mode: false
07:22:47 [2020-11-03T07:22:47.777Z] 
07:22:47 [2020-11-03T07:22:47.777Z] Server:
07:22:47 [2020-11-03T07:22:47.777Z]  Containers: 0
07:22:47 [2020-11-03T07:22:47.777Z]   Running: 0
07:22:47 [2020-11-03T07:22:47.777Z]   Paused: 0
07:22:47 [2020-11-03T07:22:47.777Z]   Stopped: 0
07:22:47 [2020-11-03T07:22:47.777Z]  Images: 0
07:22:47 [2020-11-03T07:22:47.777Z]  Server Version: 19.03.7
07:22:47 [2020-11-03T07:22:47.777Z]  Storage Driver: overlay2
07:22:47 [2020-11-03T07:22:47.777Z]   Backing Filesystem: <unknown>
07:22:47 [2020-11-03T07:22:47.777Z]   Supports d_type: true
07:22:47 [2020-11-03T07:22:47.777Z]   Native Overlay Diff: true
07:22:47 [2020-11-03T07:22:47.777Z]  Logging Driver: json-file
07:22:47 [2020-11-03T07:22:47.777Z]  Cgroup Driver: cgroupfs
07:22:47 [2020-11-03T07:22:47.777Z]  Plugins:
07:22:47 [2020-11-03T07:22:47.777Z]   Volume: local
07:22:47 [2020-11-03T07:22:47.777Z]   Network: bridge host ipvlan macvlan null overlay
07:22:47 [2020-11-03T07:22:47.777Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:22:47 [2020-11-03T07:22:47.777Z]  Swarm: inactive
07:22:47 [2020-11-03T07:22:47.777Z]  Runtimes: runc
07:22:47 [2020-11-03T07:22:47.777Z]  Default Runtime: runc
07:22:47 [2020-11-03T07:22:47.777Z]  Init Binary: docker-init
07:22:47 [2020-11-03T07:22:47.777Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
07:22:47 [2020-11-03T07:22:47.777Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:22:47 [2020-11-03T07:22:47.777Z]  init version: fec3683
07:22:47 [2020-11-03T07:22:47.777Z]  Security Options:
07:22:47 [2020-11-03T07:22:47.777Z]   apparmor
07:22:47 [2020-11-03T07:22:47.777Z]   seccomp
07:22:47 [2020-11-03T07:22:47.777Z]    Profile: default
07:22:47 [2020-11-03T07:22:47.777Z]  Kernel Version: 4.15.0-91-generic
07:22:47 [2020-11-03T07:22:47.777Z]  Operating System: Ubuntu 18.04.4 LTS
07:22:47 [2020-11-03T07:22:47.777Z]  OSType: linux
07:22:47 [2020-11-03T07:22:47.777Z]  Architecture: s390x
07:22:47 [2020-11-03T07:22:47.777Z]  CPUs: 2
07:22:47 [2020-11-03T07:22:47.777Z]  Total Memory: 7.861GiB
07:22:47 [2020-11-03T07:22:47.777Z]  Name: s390x-ubuntu-03
07:22:47 [2020-11-03T07:22:47.777Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
07:22:47 [2020-11-03T07:22:47.777Z]  Docker Root Dir: /var/lib/docker
07:22:47 [2020-11-03T07:22:47.777Z]  Debug Mode: false
07:22:47 [2020-11-03T07:22:47.777Z]  Username: dockerbuildbot
07:22:47 [2020-11-03T07:22:47.777Z]  Registry: https://index.docker.io/v1/
07:22:47 [2020-11-03T07:22:47.777Z]  Labels:
07:22:47 [2020-11-03T07:22:47.777Z]  Experimental: true
07:22:47 [2020-11-03T07:22:47.777Z]  Insecure Registries:
07:22:47 [2020-11-03T07:22:47.777Z]   127.0.0.0/8
07:22:47 [2020-11-03T07:22:47.777Z]  Live Restore Enabled: false
07:22:47 [2020-11-03T07:22:47.777Z] 
07:22:47 [2020-11-03T07:22:47.777Z] WARNING: No swap limit support
[Pipeline] sh
07:22:48 [2020-11-03T07:22:48.158Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:22:48 [2020-11-03T07:22:48.158Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:22:48 [2020-11-03T07:22:48.158Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41626/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
07:22:48 [2020-11-03T07:22:48.451Z] + bash /home/jenkins/workspace/moby_PR-41626/check-config.sh
07:22:48 [2020-11-03T07:22:48.451Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:22:48 [2020-11-03T07:22:48.451Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
07:22:48 [2020-11-03T07:22:48.451Z] 
07:22:48 [2020-11-03T07:22:48.451Z] Generally Necessary:
07:22:48 [2020-11-03T07:22:48.451Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:22:48 [2020-11-03T07:22:48.451Z] - apparmor: enabled and tools installed
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NAMESPACES: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NET_NS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_PID_NS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IPC_NS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_UTS_NS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUPS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_CPUACCT: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_DEVICE: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_FREEZER: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_SCHED: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CPUSETS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_MEMCG: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_KEYS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_VETH: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_BRIDGE: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NF_NAT: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NF_NAT_NEEDED: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_POSIX_MQUEUE: enabled
07:22:48 [2020-11-03T07:22:48.451Z] 
07:22:48 [2020-11-03T07:22:48.451Z] Optional Features:
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_USER_NS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_SECCOMP: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_PIDS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_MEMCG_SWAP: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:22:48 [2020-11-03T07:22:48.451Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_BLK_CGROUP: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IOSCHED_CFQ: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_PERF: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_HUGETLB: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_CFS_BANDWIDTH: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_RT_GROUP_SCHED: missing
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_VS: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_VS_NFCT: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_IP_VS_RR: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_EXT4_FS: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:22:48 [2020-11-03T07:22:48.451Z] - Network Drivers:
07:22:48 [2020-11-03T07:22:48.451Z]   - "overlay":
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_VXLAN: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       Optional (for encrypted networks):
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_CRYPTO: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_CRYPTO_AEAD: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_CRYPTO_GCM: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_CRYPTO_GHASH: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_XFRM: enabled
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_XFRM_USER: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_INET_ESP: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]   - "ipvlan":
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_IPVLAN: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]   - "macvlan":
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_MACVLAN: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_DUMMY: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]   - "ftp,tftp client in container":
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z] - Storage Drivers:
07:22:48 [2020-11-03T07:22:48.451Z]   - "aufs":
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_AUFS_FS: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]   - "btrfs":
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:22:48 [2020-11-03T07:22:48.451Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:22:48 [2020-11-03T07:22:48.451Z]   - "devicemapper":
07:22:48 [2020-11-03T07:22:48.744Z]     - CONFIG_BLK_DEV_DM: enabled
07:22:48 [2020-11-03T07:22:48.744Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:22:48 [2020-11-03T07:22:48.744Z]   - "overlay":
07:22:48 [2020-11-03T07:22:48.744Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:22:48 [2020-11-03T07:22:48.744Z]   - "zfs":
07:22:48 [2020-11-03T07:22:48.744Z]     - /dev/zfs: missing
07:22:48 [2020-11-03T07:22:48.744Z]     - zfs command: missing
07:22:48 [2020-11-03T07:22:48.744Z]     - zpool command: missing
07:22:48 [2020-11-03T07:22:48.744Z] 
07:22:48 [2020-11-03T07:22:48.744Z] Limits:
07:22:48 [2020-11-03T07:22:48.744Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:22:48 [2020-11-03T07:22:48.744Z] 
07:22:48 [2020-11-03T07:22:48.744Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:22:49 [2020-11-03T07:22:49.177Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e .
07:22:49 [2020-11-03T07:22:49.177Z] #2 [internal] load build definition from Dockerfile
07:22:49 [2020-11-03T07:22:49.177Z] #2 transferring dockerfile: 16.58kB done
07:22:49 [2020-11-03T07:22:49.177Z] #2 DONE 0.0s
07:22:49 [2020-11-03T07:22:49.177Z] 
07:22:49 [2020-11-03T07:22:49.177Z] #1 [internal] load .dockerignore
07:22:49 [2020-11-03T07:22:49.177Z] #1 transferring context: 87B done
07:22:49 [2020-11-03T07:22:49.177Z] #1 DONE 0.0s
07:22:49 [2020-11-03T07:22:49.177Z] 
07:22:49 [2020-11-03T07:22:49.177Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
07:22:49 [2020-11-03T07:22:49.814Z] #3 DONE 0.3s
07:22:49 [2020-11-03T07:22:49.814Z] 
07:22:49 [2020-11-03T07:22:49.814Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
07:22:49 [2020-11-03T07:22:49.814Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
07:22:49 [2020-11-03T07:22:49.814Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
07:22:49 [2020-11-03T07:22:49.814Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
07:22:49 [2020-11-03T07:22:49.814Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
07:22:49 [2020-11-03T07:22:49.814Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s
07:22:50 [2020-11-03T07:22:50.106Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.09MB / 8.88MB 0.4s
07:22:50 [2020-11-03T07:22:50.398Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.10MB / 8.88MB 0.5s
07:22:50 [2020-11-03T07:22:50.693Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.5s done
07:22:50 [2020-11-03T07:22:50.693Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4
07:22:50 [2020-11-03T07:22:50.693Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done
07:22:50 [2020-11-03T07:22:50.693Z] #4 DONE 1.2s
07:22:50 [2020-11-03T07:22:50.884Z] Still waiting to schedule task
07:22:50 [2020-11-03T07:22:50.884Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-084b202b930243e9c)’
07:22:50 [2020-11-03T07:22:50.885Z] Still waiting to schedule task
07:22:50 [2020-11-03T07:22:50.885Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-084b202b930243e9c)’
07:22:50 [2020-11-03T07:22:50.892Z] Still waiting to schedule task
07:22:50 [2020-11-03T07:22:50.893Z] All nodes of label ‘arm64&&linux’ are offline
07:22:50 [2020-11-03T07:22:50.895Z] Still waiting to schedule task
07:22:50 [2020-11-03T07:22:50.895Z] All nodes of label ‘windows-2019’ are offline
07:22:50 [2020-11-03T07:22:50.985Z] 
07:22:50 [2020-11-03T07:22:50.985Z] #7 [internal] load metadata for docker.io/library/debian:buster
07:22:51 [2020-11-03T07:22:51.278Z] #7 DONE 0.4s
07:22:51 [2020-11-03T07:22:51.278Z] 
07:22:51 [2020-11-03T07:22:51.278Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:22:51 [2020-11-03T07:22:51.278Z] #5 DONE 0.3s
07:22:51 [2020-11-03T07:22:51.278Z] 
07:22:51 [2020-11-03T07:22:51.278Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
07:22:51 [2020-11-03T07:22:51.278Z] #6 DONE 0.3s
07:22:51 [2020-11-03T07:22:51.594Z] 
07:22:51 [2020-11-03T07:22:51.594Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:22:51 [2020-11-03T07:22:51.594Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
07:22:51 [2020-11-03T07:22:51.920Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 0.1s
07:22:51 [2020-11-03T07:22:51.920Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
07:22:51 [2020-11-03T07:22:51.920Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done
07:22:51 [2020-11-03T07:22:51.920Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done
07:22:51 [2020-11-03T07:22:51.920Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 9.79MB / 102.23MB 0.3s
07:22:52 [2020-11-03T07:22:52.249Z] #8 ...
07:22:52 [2020-11-03T07:22:52.249Z] 
07:22:52 [2020-11-03T07:22:52.249Z] #21 [internal] load build context
07:22:52 [2020-11-03T07:22:52.249Z] #21 transferring context: 51.98MB 0.7s done
07:22:52 [2020-11-03T07:22:52.249Z] #21 DONE 0.7s
07:22:52 [2020-11-03T07:22:52.249Z] 
07:22:52 [2020-11-03T07:22:52.249Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:22:52 [2020-11-03T07:22:52.249Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 20.03MB / 102.23MB 0.5s
07:22:52 [2020-11-03T07:22:52.249Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 28.33MB / 102.23MB 0.6s
07:22:52 [2020-11-03T07:22:52.249Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 49.69MB / 102.23MB 0.8s
07:22:52 [2020-11-03T07:22:52.249Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 0.8s
07:22:52 [2020-11-03T07:22:52.568Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 60.51MB / 102.23MB 0.9s
07:22:52 [2020-11-03T07:22:52.568Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 69.91MB / 102.23MB 1.0s
07:22:52 [2020-11-03T07:22:52.568Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 0.9s done
07:22:52 [2020-11-03T07:22:52.867Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 86.22MB / 102.23MB 1.2s
07:22:52 [2020-11-03T07:22:52.867Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 94.53MB / 102.23MB 1.3s
07:22:52 [2020-11-03T07:22:52.867Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 1.4s
07:22:53 [2020-11-03T07:22:53.159Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 1.5s done
07:22:53 [2020-11-03T07:22:53.452Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882
07:22:53 [2020-11-03T07:22:53.767Z] #8 ...
07:22:53 [2020-11-03T07:22:53.767Z] 
07:22:53 [2020-11-03T07:22:53.767Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:22:53 [2020-11-03T07:22:53.767Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
07:22:53 [2020-11-03T07:22:53.767Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
07:22:53 [2020-11-03T07:22:53.767Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
07:22:53 [2020-11-03T07:22:53.767Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.2s done
07:22:53 [2020-11-03T07:22:53.767Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done
07:22:53 [2020-11-03T07:22:53.767Z] #60 DONE 2.4s
07:22:54 [2020-11-03T07:22:54.059Z] 
07:22:54 [2020-11-03T07:22:54.059Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:22:54 [2020-11-03T07:22:54.059Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
07:22:54 [2020-11-03T07:22:54.059Z] #24 sha256:f4f8457fd057d0744bbd01d994e9ad1229f0bee5d063f1ab7a8568ef18c8ddf8 529B / 529B done
07:22:54 [2020-11-03T07:22:54.059Z] #24 sha256:85991a508dae9b547fed5d7702ba645164a47b8d92598304c4b465bbad0bc7b2 1.50kB / 1.50kB done
07:22:54 [2020-11-03T07:22:54.059Z] #24 sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 48.97MB / 48.97MB 0.7s done
07:22:54 [2020-11-03T07:22:54.059Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
07:22:54 [2020-11-03T07:22:54.059Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 1.5s
07:22:54 [2020-11-03T07:22:54.694Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 2.5s done
07:22:54 [2020-11-03T07:22:54.986Z] #24 DONE 3.5s
07:22:54 [2020-11-03T07:22:54.986Z] 
07:22:54 [2020-11-03T07:22:54.986Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:22:56 [2020-11-03T07:22:56.771Z] Client:
07:22:56 [2020-11-03T07:22:56.771Z]  Debug Mode: false
07:22:56 [2020-11-03T07:22:56.771Z] 
07:22:56 [2020-11-03T07:22:56.771Z] Server:
07:22:56 [2020-11-03T07:22:56.771Z]  Containers: 0
07:22:56 [2020-11-03T07:22:56.771Z]   Running: 0
07:22:56 [2020-11-03T07:22:56.771Z]   Paused: 0
07:22:56 [2020-11-03T07:22:56.771Z]   Stopped: 0
07:22:56 [2020-11-03T07:22:56.771Z]  Images: 1
07:22:56 [2020-11-03T07:22:56.771Z]  Server Version: 19.03.13
07:22:56 [2020-11-03T07:22:56.771Z]  Storage Driver: overlay2
07:22:56 [2020-11-03T07:22:56.771Z]   Backing Filesystem: extfs
07:22:56 [2020-11-03T07:22:56.771Z]   Supports d_type: true
07:22:56 [2020-11-03T07:22:56.771Z]   Native Overlay Diff: true
07:22:56 [2020-11-03T07:22:56.771Z]  Logging Driver: json-file
07:22:56 [2020-11-03T07:22:56.771Z]  Cgroup Driver: cgroupfs
07:22:56 [2020-11-03T07:22:56.771Z]  Plugins:
07:22:56 [2020-11-03T07:22:56.771Z]   Volume: local
07:22:56 [2020-11-03T07:22:56.771Z]   Network: bridge host ipvlan macvlan null overlay
07:22:56 [2020-11-03T07:22:56.771Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:22:56 [2020-11-03T07:22:56.771Z]  Swarm: inactive
07:22:56 [2020-11-03T07:22:56.771Z]  Runtimes: runc
07:22:56 [2020-11-03T07:22:56.771Z]  Default Runtime: runc
07:22:56 [2020-11-03T07:22:56.771Z]  Init Binary: docker-init
07:22:56 [2020-11-03T07:22:56.771Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
07:22:56 [2020-11-03T07:22:56.771Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:22:56 [2020-11-03T07:22:56.771Z]  init version: fec3683
07:22:56 [2020-11-03T07:22:56.771Z]  Security Options:
07:22:56 [2020-11-03T07:22:56.771Z]   apparmor
07:22:56 [2020-11-03T07:22:56.771Z]   seccomp
07:22:56 [2020-11-03T07:22:56.771Z]    Profile: default
07:22:56 [2020-11-03T07:22:56.771Z]  Kernel Version: 5.4.0-1025-aws
07:22:56 [2020-11-03T07:22:56.771Z]  Operating System: Ubuntu 18.04.5 LTS
07:22:56 [2020-11-03T07:22:56.771Z]  OSType: linux
07:22:56 [2020-11-03T07:22:56.771Z]  Architecture: x86_64
07:22:56 [2020-11-03T07:22:56.771Z]  CPUs: 2
07:22:56 [2020-11-03T07:22:56.771Z]  Total Memory: 7.569GiB
07:22:56 [2020-11-03T07:22:56.771Z]  Name: ip-10-100-106-224
07:22:56 [2020-11-03T07:22:56.771Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
07:22:56 [2020-11-03T07:22:56.771Z]  Docker Root Dir: /var/lib/docker
07:22:56 [2020-11-03T07:22:56.771Z]  Debug Mode: false
07:22:56 [2020-11-03T07:22:56.771Z]  Registry: https://index.docker.io/v1/
07:22:56 [2020-11-03T07:22:56.771Z]  Labels:
07:22:56 [2020-11-03T07:22:56.771Z]  Experimental: true
07:22:56 [2020-11-03T07:22:56.771Z]  Insecure Registries:
07:22:56 [2020-11-03T07:22:56.771Z]   127.0.0.0/8
07:22:56 [2020-11-03T07:22:56.771Z]  Live Restore Enabled: true
07:22:56 [2020-11-03T07:22:56.771Z] 
07:22:56 [2020-11-03T07:22:56.771Z] WARNING: No swap limit support
[Pipeline] sh
07:22:57 [2020-11-03T07:22:57.070Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:22:57 [2020-11-03T07:22:57.070Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:22:57 [2020-11-03T07:22:57.070Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41626/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
07:22:57 [2020-11-03T07:22:57.070Z] + bash /home/ubuntu/workspace/moby_PR-41626/check-config.sh
07:22:57 [2020-11-03T07:22:57.070Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:22:57 [2020-11-03T07:22:57.070Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
07:22:57 [2020-11-03T07:22:57.070Z] 
07:22:57 [2020-11-03T07:22:57.070Z] Generally Necessary:
07:22:57 [2020-11-03T07:22:57.070Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:22:57 [2020-11-03T07:22:57.070Z] - apparmor: enabled and tools installed
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NAMESPACES: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NET_NS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_PID_NS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_IPC_NS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_UTS_NS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CGROUPS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CGROUP_CPUACCT: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CGROUP_DEVICE: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CGROUP_FREEZER: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CGROUP_SCHED: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CPUSETS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_MEMCG: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_KEYS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_VETH: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_BRIDGE: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NF_NAT_IPV4: missing
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NF_NAT: enabled (as module)
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_NF_NAT_NEEDED: missing
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_POSIX_MQUEUE: enabled
07:22:57 [2020-11-03T07:22:57.070Z] 
07:22:57 [2020-11-03T07:22:57.070Z] Optional Features:
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_USER_NS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_SECCOMP: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_CGROUP_PIDS: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_MEMCG_SWAP: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:22:57 [2020-11-03T07:22:57.070Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_BLK_CGROUP: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:22:57 [2020-11-03T07:22:57.070Z] - CONFIG_IOSCHED_CFQ: missing
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_CGROUP_PERF: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_CGROUP_HUGETLB: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_CFS_BANDWIDTH: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_RT_GROUP_SCHED: missing
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_IP_VS: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_IP_VS_NFCT: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_IP_VS_RR: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_EXT4_FS: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:22:57 [2020-11-03T07:22:57.331Z] - Network Drivers:
07:22:57 [2020-11-03T07:22:57.331Z]   - "overlay":
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_VXLAN: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       Optional (for encrypted networks):
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_CRYPTO: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_CRYPTO_AEAD: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_CRYPTO_GCM: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_CRYPTO_GHASH: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_XFRM: enabled
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_XFRM_USER: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_INET_ESP: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
07:22:57 [2020-11-03T07:22:57.331Z]   - "ipvlan":
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_IPVLAN: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]   - "macvlan":
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_MACVLAN: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_DUMMY: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]   - "ftp,tftp client in container":
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z] - Storage Drivers:
07:22:57 [2020-11-03T07:22:57.331Z]   - "aufs":
07:22:57 [2020-11-03T07:22:57.331Z]     - CONFIG_AUFS_FS: enabled (as module)
07:22:57 [2020-11-03T07:22:57.331Z]   - "btrfs":
07:22:57 [2020-11-03T07:22:57.591Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:22:57 [2020-11-03T07:22:57.591Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:22:57 [2020-11-03T07:22:57.591Z]   - "devicemapper":
07:22:57 [2020-11-03T07:22:57.591Z]     - CONFIG_BLK_DEV_DM: enabled
07:22:57 [2020-11-03T07:22:57.591Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:22:57 [2020-11-03T07:22:57.591Z]   - "overlay":
07:22:57 [2020-11-03T07:22:57.591Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:22:57 [2020-11-03T07:22:57.591Z]   - "zfs":
07:22:57 [2020-11-03T07:22:57.591Z]     - /dev/zfs: present
07:22:57 [2020-11-03T07:22:57.591Z]     - zfs command: missing
07:22:57 [2020-11-03T07:22:57.591Z]     - zpool command: missing
07:22:57 [2020-11-03T07:22:57.591Z] 
07:22:57 [2020-11-03T07:22:57.591Z] Limits:
07:22:57 [2020-11-03T07:22:57.591Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:22:57 [2020-11-03T07:22:57.591Z] 
07:22:57 [2020-11-03T07:22:57.591Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:22:57 [2020-11-03T07:22:57.928Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e .
07:22:58 [2020-11-03T07:22:58.188Z] #2 [internal] load build definition from Dockerfile
07:22:58 [2020-11-03T07:22:58.188Z] #2 transferring dockerfile: 16.58kB done
07:22:58 [2020-11-03T07:22:58.188Z] #2 DONE 0.2s
07:22:58 [2020-11-03T07:22:58.188Z] 
07:22:58 [2020-11-03T07:22:58.188Z] #1 [internal] load .dockerignore
07:22:58 [2020-11-03T07:22:58.188Z] #1 transferring context: 87B done
07:22:58 [2020-11-03T07:22:58.188Z] #1 DONE 0.2s
07:22:58 [2020-11-03T07:22:58.188Z] 
07:22:58 [2020-11-03T07:22:58.188Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
07:22:58 [2020-11-03T07:22:58.218Z] Fetching without tags
07:22:58 [2020-11-03T07:22:58.513Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 4.6s done
07:22:58 [2020-11-03T07:22:58.513Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0
07:22:58 [2020-11-03T07:22:58.513Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done
07:22:58 [2020-11-03T07:22:58.513Z] #8 DONE 6.8s
07:22:58 [2020-11-03T07:22:58.513Z] 
07:22:58 [2020-11-03T07:22:58.513Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:22:58 [2020-11-03T07:22:58.513Z] #25 0.554 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 0.573 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 0.612 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 0.676 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [215 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 0.825 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 1.160 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
07:22:58 [2020-11-03T07:22:58.513Z] #25 2.128 Fetched 8085 kB in 2s (5083 kB/s)
07:22:58 [2020-11-03T07:22:58.513Z] #25 2.128 Reading package lists...
07:22:58 [2020-11-03T07:22:58.513Z] #25 2.622 Reading package lists...
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.070 Building dependency tree...
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.177 The following additional packages will be installed:
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.177   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.177   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.178   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.178 Suggested packages:
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.178   krb5-doc krb5-user
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.178 Recommended packages:
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.178   krb5-locales publicsuffix libsasl2-modules
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.288 The following NEW packages will be installed:
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.288   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.288   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.288   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.294   libssh2-1 libssl1.1 openssl
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.323 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.323 Need to get 4591 kB of archives.
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.323 After this operation, 11.9 MB of additional disk space will be used.
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.323 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.334 Get:2 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u3 [213 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.342 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.371 Get:4 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.382 Get:5 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.449 Get:6 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.485 Get:7 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.491 Get:8 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.492 Get:9 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3 [64.6 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.495 Get:10 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3 [120 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.499 Get:11 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3 [346 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.512 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3 [146 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.516 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.520 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.575 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.652 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.658 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.668 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB]
07:22:58 [2020-11-03T07:22:58.513Z] #25 3.679 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
07:22:58 [2020-11-03T07:22:58.621Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:58 [2020-11-03T07:22:58.757Z] #3 DONE 0.4s
07:22:58 [2020-11-03T07:22:58.757Z] 
07:22:58 [2020-11-03T07:22:58.757Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
07:22:58 [2020-11-03T07:22:58.757Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
07:22:58 [2020-11-03T07:22:58.757Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
07:22:58 [2020-11-03T07:22:58.757Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
07:22:58 [2020-11-03T07:22:58.757Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
07:22:58 [2020-11-03T07:22:58.757Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 517.51kB / 8.88MB 0.1s
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.685 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.687 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.763 debconf: delaying package configuration, since apt-utils is not installed
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.771 Fetched 4591 kB in 0s (12.1 MB/s)
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.780 Selecting previously unselected package libsasl2-modules-db:s390x.
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.780 (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 ... 6675 files and directories currently installed.)
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.784 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.786 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.809 Selecting previously unselected package libsasl2-2:s390x.
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.810 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.814 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.877 Selecting previously unselected package libldap-common.
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.877 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.887 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.984 Selecting previously unselected package libldap-2.4-2:s390x.
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.985 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_s390x.deb ...
07:22:58 [2020-11-03T07:22:58.806Z] #25 3.989 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ...
07:22:59 [2020-11-03T07:22:59.018Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s
07:22:59 [2020-11-03T07:22:59.018Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
07:22:59 [2020-11-03T07:22:59.018Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
07:22:59 [2020-11-03T07:22:59.098Z] #25 4.206 Selecting previously unselected package libssl1.1:s390x.
07:22:59 [2020-11-03T07:22:59.098Z] #25 4.207 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ...
07:22:59 [2020-11-03T07:22:59.098Z] #25 4.219 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ...
07:22:59 [2020-11-03T07:22:59.498Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:22:59 [2020-11-03T07:22:59.498Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:22:59 [2020-11-03T07:22:59.592Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.5s done
07:22:59 [2020-11-03T07:22:59.592Z] #4 DONE 0.9s
07:22:59 [2020-11-03T07:22:59.592Z] 
07:22:59 [2020-11-03T07:22:59.592Z] #6 [internal] load metadata for docker.io/library/debian:buster
07:22:58 [2020-11-03T07:22:58.186Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:58 [2020-11-03T07:22:58.190Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:22:58 [2020-11-03T07:22:58.195Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:58 [2020-11-03T07:22:58.210Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:22:58 [2020-11-03T07:22:58.225Z] Fetching upstream changes from https://github.com/moby/moby.git
07:22:58 [2020-11-03T07:22:58.225Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:58 [2020-11-03T07:22:58.226Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:22:58 [2020-11-03T07:22:58.628Z]  > git config core.sparsecheckout # timeout=10
07:22:58 [2020-11-03T07:22:58.631Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:59 [2020-11-03T07:22:59.461Z]  > git remote # timeout=10
07:22:59 [2020-11-03T07:22:59.464Z]  > git config --get remote.origin.url # timeout=10
07:22:59 [2020-11-03T07:22:59.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:22:59 [2020-11-03T07:22:59.468Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:22:59 [2020-11-03T07:22:59.490Z]  > git rev-parse HEAD^{commit} # timeout=10
07:22:59 [2020-11-03T07:22:59.505Z]  > git config core.sparsecheckout # timeout=10
07:22:59 [2020-11-03T07:22:59.508Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:22:59 [2020-11-03T07:22:59.734Z] #25 4.679 Selecting previously unselected package openssl.
07:22:59 [2020-11-03T07:22:59.734Z] #25 4.679 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_s390x.deb ...
07:22:59 [2020-11-03T07:22:59.734Z] #25 4.687 Unpacking openssl (1.1.1d-0+deb10u3) ...
07:22:59 [2020-11-03T07:22:59.734Z] #25 4.837 Selecting previously unselected package ca-certificates.
07:22:59 [2020-11-03T07:22:59.734Z] #25 4.837 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
07:22:59 [2020-11-03T07:22:59.734Z] #25 4.840 Unpacking ca-certificates (20200601~deb10u1) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 ...
07:23:00 [2020-11-03T07:23:00.027Z] 
07:23:00 [2020-11-03T07:23:00.027Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:23:00 [2020-11-03T07:23:00.027Z] #9 DONE 1.7s
07:23:00 [2020-11-03T07:23:00.027Z] 
07:23:00 [2020-11-03T07:23:00.027Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.875 Selecting previously unselected package libkeyutils1:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.876 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.878 Unpacking libkeyutils1:s390x (1.6-6) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.970 Selecting previously unselected package libkrb5support0:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.970 Preparing to unpack .../08-libkrb5support0_1.17-3_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.972 Unpacking libkrb5support0:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.995 Selecting previously unselected package libk5crypto3:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.995 Preparing to unpack .../09-libk5crypto3_1.17-3_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 4.998 Unpacking libk5crypto3:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.026 Selecting previously unselected package libkrb5-3:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.027 Preparing to unpack .../10-libkrb5-3_1.17-3_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.029 Unpacking libkrb5-3:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.087 Selecting previously unselected package libgssapi-krb5-2:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.087 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.095 Unpacking libgssapi-krb5-2:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.138 Selecting previously unselected package libnghttp2-14:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.138 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.144 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.168 Selecting previously unselected package libpsl5:s390x.
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.168 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.175 Unpacking libpsl5:s390x (0.20.2-2) ...
07:23:00 [2020-11-03T07:23:00.027Z] #25 5.196 Selecting previously unselected package librtmp1:s390x.
07:23:00 [2020-11-03T07:23:00.114Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
07:23:00 [2020-11-03T07:23:00.162Z] #6 DONE 0.5s
07:23:00 [2020-11-03T07:23:00.162Z] 
07:23:00 [2020-11-03T07:23:00.162Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
07:23:00 [2020-11-03T07:23:00.162Z] #5 DONE 0.5s
07:23:00 [2020-11-03T07:23:00.162Z] 
07:23:00 [2020-11-03T07:23:00.162Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:23:00 [2020-11-03T07:23:00.162Z] #7 DONE 0.5s
07:23:00 [2020-11-03T07:23:00.162Z] 
07:23:00 [2020-11-03T07:23:00.162Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:00 [2020-11-03T07:23:00.162Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.197 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.199 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.223 Selecting previously unselected package libssh2-1:s390x.
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.223 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.225 Unpacking libssh2-1:s390x (1.8.0-2.1) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.255 Selecting previously unselected package libcurl4:s390x.
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.256 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.258 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.297 Selecting previously unselected package curl.
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.298 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.300 Unpacking curl (7.64.0-4+deb10u1) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.334 Selecting previously unselected package libonig5:s390x.
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.335 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.337 Unpacking libonig5:s390x (6.9.1-1) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.376 Selecting previously unselected package libjq1:s390x.
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.377 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.379 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.417 Selecting previously unselected package jq.
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.418 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.429 Unpacking jq (1.5+dfsg-2+b1) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.457 Setting up libkeyutils1:s390x (1.6-6) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.457 Setting up libpsl5:s390x (0.20.2-2) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.464 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ...
07:23:00 [2020-11-03T07:23:00.322Z] #25 5.523 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
07:23:00 [2020-11-03T07:23:00.423Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
07:23:00 [2020-11-03T07:23:00.423Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.84MB / 7.81MB 0.3s
07:23:00 [2020-11-03T07:23:00.423Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.28MB / 10.00MB 0.3s
07:23:00 [2020-11-03T07:23:00.423Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
07:23:00 [2020-11-03T07:23:00.423Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
07:23:00 [2020-11-03T07:23:00.423Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.56MB / 50.40MB 0.3s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.529 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.537 Setting up libkrb5support0:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.544 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.550 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.559 Setting up libk5crypto3:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.565 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.571 Setting up libssh2-1:s390x (1.8.0-2.1) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.577 Setting up libkrb5-3:s390x (1.17-3) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.584 Setting up openssl (1.1.1d-0+deb10u3) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.592 Setting up libonig5:s390x (6.9.1-1) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.598 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.605 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 5.611 Setting up ca-certificates (20200601~deb10u1) ...
07:23:00 [2020-11-03T07:23:00.615Z] #25 ...
07:23:00 [2020-11-03T07:23:00.615Z] 
07:23:00 [2020-11-03T07:23:00.615Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:23:00 [2020-11-03T07:23:00.615Z] #10 DONE 0.9s
07:23:00 [2020-11-03T07:23:00.771Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.38MB / 7.81MB 0.4s
07:23:00 [2020-11-03T07:23:00.771Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.10MB / 10.00MB 0.4s
07:23:00 [2020-11-03T07:23:00.771Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.27MB / 50.40MB 0.4s
07:23:00 [2020-11-03T07:23:00.771Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s
07:23:00 [2020-11-03T07:23:00.771Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.57MB / 10.00MB 0.6s
07:23:00 [2020-11-03T07:23:00.771Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.27MB / 50.40MB 0.6s
07:23:00 [2020-11-03T07:23:00.910Z] 
07:23:00 [2020-11-03T07:23:00.910Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:23:00 [2020-11-03T07:23:00.910Z] #25 5.914 Updating certificates in /etc/ssl/certs...
07:23:00 [2020-11-03T07:23:00.910Z] #25 ...
07:23:00 [2020-11-03T07:23:00.910Z] 
07:23:00 [2020-11-03T07:23:00.910Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:23:00 [2020-11-03T07:23:00.910Z] #29 DONE 0.2s
07:23:00 [2020-11-03T07:23:00.939Z] + docker version
07:23:00 [2020-11-03T07:23:00.939Z] Client:
07:23:00 [2020-11-03T07:23:00.939Z]  Version:           18.06.1-ce
07:23:00 [2020-11-03T07:23:00.939Z]  API version:       1.38
07:23:00 [2020-11-03T07:23:00.939Z]  Go version:        go1.10.3
07:23:00 [2020-11-03T07:23:00.939Z]  Git commit:        e68fc7a
07:23:00 [2020-11-03T07:23:00.939Z]  Built:             Tue Aug 21 17:26:10 2018
07:23:00 [2020-11-03T07:23:00.939Z]  OS/Arch:           linux/ppc64le
07:23:00 [2020-11-03T07:23:00.939Z]  Experimental:      false
07:23:00 [2020-11-03T07:23:00.939Z] 
07:23:00 [2020-11-03T07:23:00.939Z] Server:
07:23:00 [2020-11-03T07:23:00.939Z]  Engine:
07:23:00 [2020-11-03T07:23:00.939Z]   Version:          18.06.1-ce
07:23:00 [2020-11-03T07:23:00.939Z]   API version:      1.38 (minimum version 1.12)
07:23:00 [2020-11-03T07:23:00.939Z]   Go version:       go1.10.3
07:23:00 [2020-11-03T07:23:00.939Z]   Git commit:       e68fc7a
07:23:00 [2020-11-03T07:23:00.939Z]   Built:            Tue Aug 21 17:24:20 2018
07:23:00 [2020-11-03T07:23:00.939Z]   OS/Arch:          linux/ppc64le
07:23:00 [2020-11-03T07:23:00.939Z]   Experimental:     true
[Pipeline] sh
07:23:01 [2020-11-03T07:23:01.033Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s
07:23:01 [2020-11-03T07:23:01.034Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.08MB / 50.40MB 0.7s
07:23:01 [2020-11-03T07:23:01.034Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done
07:23:01 [2020-11-03T07:23:01.034Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.8s done
07:23:01 [2020-11-03T07:23:01.034Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 21.61MB / 50.40MB 0.9s
07:23:01 [2020-11-03T07:23:01.034Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.9s
07:23:01 [2020-11-03T07:23:01.034Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.9s
07:23:01 [2020-11-03T07:23:01.204Z] 
07:23:01 [2020-11-03T07:23:01.204Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:23:01 [2020-11-03T07:23:01.204Z] #37 DONE 0.2s
07:23:01 [2020-11-03T07:23:01.204Z] 
07:23:01 [2020-11-03T07:23:01.204Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:23:01 [2020-11-03T07:23:01.305Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 26.19MB / 50.40MB 1.1s
07:23:01 [2020-11-03T07:23:01.305Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 10.15MB / 51.83MB 1.1s
07:23:01 [2020-11-03T07:23:01.305Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 12.51MB / 68.67MB 1.1s
07:23:01 [2020-11-03T07:23:01.305Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.57MB / 51.83MB 1.2s
07:23:01 [2020-11-03T07:23:01.305Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.56MB / 68.67MB 1.2s
07:23:01 [2020-11-03T07:23:01.328Z] + docker info
07:23:01 [2020-11-03T07:23:01.328Z] Containers: 0
07:23:01 [2020-11-03T07:23:01.328Z]  Running: 0
07:23:01 [2020-11-03T07:23:01.328Z]  Paused: 0
07:23:01 [2020-11-03T07:23:01.328Z]  Stopped: 0
07:23:01 [2020-11-03T07:23:01.328Z] Images: 0
07:23:01 [2020-11-03T07:23:01.328Z] Server Version: 18.06.1-ce
07:23:01 [2020-11-03T07:23:01.328Z] Storage Driver: overlay2
07:23:01 [2020-11-03T07:23:01.328Z]  Backing Filesystem: extfs
07:23:01 [2020-11-03T07:23:01.328Z]  Supports d_type: true
07:23:01 [2020-11-03T07:23:01.328Z]  Native Overlay Diff: true
07:23:01 [2020-11-03T07:23:01.328Z] Logging Driver: json-file
07:23:01 [2020-11-03T07:23:01.328Z] Cgroup Driver: cgroupfs
07:23:01 [2020-11-03T07:23:01.328Z] Plugins:
07:23:01 [2020-11-03T07:23:01.328Z]  Volume: local
07:23:01 [2020-11-03T07:23:01.328Z]  Network: bridge host ipvlan macvlan null overlay
07:23:01 [2020-11-03T07:23:01.328Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
07:23:01 [2020-11-03T07:23:01.328Z] Swarm: inactive
07:23:01 [2020-11-03T07:23:01.328Z] Runtimes: runc
07:23:01 [2020-11-03T07:23:01.328Z] Default Runtime: runc
07:23:01 [2020-11-03T07:23:01.328Z] Init Binary: docker-init
07:23:01 [2020-11-03T07:23:01.328Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
07:23:01 [2020-11-03T07:23:01.328Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
07:23:01 [2020-11-03T07:23:01.328Z] init version: fec3683
07:23:01 [2020-11-03T07:23:01.328Z] Security Options:
07:23:01 [2020-11-03T07:23:01.328Z]  apparmor
07:23:01 [2020-11-03T07:23:01.328Z]  seccomp
07:23:01 [2020-11-03T07:23:01.328Z]   Profile: default
07:23:01 [2020-11-03T07:23:01.328Z] Kernel Version: 4.4.0-139-generic
07:23:01 [2020-11-03T07:23:01.328Z] Operating System: Ubuntu 16.04.3 LTS
07:23:01 [2020-11-03T07:23:01.328Z] OSType: linux
07:23:01 [2020-11-03T07:23:01.328Z] Architecture: ppc64le
07:23:01 [2020-11-03T07:23:01.328Z] CPUs: 4
07:23:01 [2020-11-03T07:23:01.328Z] Total Memory: 7.972GiB
07:23:01 [2020-11-03T07:23:01.328Z] Name: ppc64le-ubuntu-18
07:23:01 [2020-11-03T07:23:01.328Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
07:23:01 [2020-11-03T07:23:01.328Z] Docker Root Dir: /var/lib/docker
07:23:01 [2020-11-03T07:23:01.328Z] Debug Mode (client): false
07:23:01 [2020-11-03T07:23:01.328Z] Debug Mode (server): false
07:23:01 [2020-11-03T07:23:01.328Z] Username: dockerbuildbot
07:23:01 [2020-11-03T07:23:01.328Z] Registry: https://index.docker.io/v1/
07:23:01 [2020-11-03T07:23:01.328Z] Labels:
07:23:01 [2020-11-03T07:23:01.328Z] Experimental: true
07:23:01 [2020-11-03T07:23:01.328Z] Insecure Registries:
07:23:01 [2020-11-03T07:23:01.328Z]  127.0.0.0/8
07:23:01 [2020-11-03T07:23:01.328Z] Live Restore Enabled: false
07:23:01 [2020-11-03T07:23:01.328Z] 
[Pipeline] sh
07:23:01 [2020-11-03T07:23:01.565Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.93MB / 50.40MB 1.3s
07:23:01 [2020-11-03T07:23:01.565Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.34MB / 68.67MB 1.3s
07:23:01 [2020-11-03T07:23:01.565Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 34.13MB / 50.40MB 1.4s
07:23:01 [2020-11-03T07:23:01.565Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.53MB / 51.83MB 1.4s
07:23:01 [2020-11-03T07:23:01.720Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:23:01 [2020-11-03T07:23:01.720Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:23:01 [2020-11-03T07:23:01.720Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41626/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
07:23:01 [2020-11-03T07:23:01.720Z] + bash /home/docker/workspace/moby_PR-41626/check-config.sh
07:23:01 [2020-11-03T07:23:01.720Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:23:01 [2020-11-03T07:23:01.720Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
07:23:01 [2020-11-03T07:23:01.720Z] 
07:23:01 [2020-11-03T07:23:01.720Z] Generally Necessary:
07:23:01 [2020-11-03T07:23:01.720Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:23:01 [2020-11-03T07:23:01.720Z] - apparmor: enabled and tools installed
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_NAMESPACES: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_NET_NS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_PID_NS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_IPC_NS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_UTS_NS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_CGROUPS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_CGROUP_CPUACCT: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_CGROUP_DEVICE: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_CGROUP_FREEZER: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_CGROUP_SCHED: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_CPUSETS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_MEMCG: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_KEYS: enabled
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_VETH: enabled (as module)
07:23:01 [2020-11-03T07:23:01.720Z] - CONFIG_BRIDGE: enabled (as module)
07:23:01 [2020-11-03T07:23:01.828Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.57MB / 50.40MB 1.6s
07:23:01 [2020-11-03T07:23:01.828Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.88MB / 51.83MB 1.6s
07:23:01 [2020-11-03T07:23:01.828Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 31.25MB / 68.67MB 1.6s
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NF_NAT: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NF_NAT_NEEDED: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_POSIX_MQUEUE: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
07:23:02 [2020-11-03T07:23:02.019Z] 
07:23:02 [2020-11-03T07:23:02.019Z] Optional Features:
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_USER_NS: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_SECCOMP: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_CGROUP_PIDS: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_MEMCG_SWAP: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:23:02 [2020-11-03T07:23:02.019Z]     (cgroup swap accounting is currently enabled)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_MEMCG_KMEM: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_BLK_CGROUP: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IOSCHED_CFQ: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_CGROUP_PERF: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_CGROUP_HUGETLB: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_CFS_BANDWIDTH: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_RT_GROUP_SCHED: missing
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_VS: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_VS_NFCT: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_IP_VS_RR: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_EXT4_FS: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:23:02 [2020-11-03T07:23:02.019Z] - Network Drivers:
07:23:02 [2020-11-03T07:23:02.019Z]   - "overlay":
07:23:02 [2020-11-03T07:23:02.019Z]     - CONFIG_VXLAN: enabled (as module)
07:23:02 [2020-11-03T07:23:02.019Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:23:02 [2020-11-03T07:23:02.019Z]       Optional (for encrypted networks):
07:23:02 [2020-11-03T07:23:02.089Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.01MB / 50.40MB 1.8s
07:23:02 [2020-11-03T07:23:02.089Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.60MB / 51.83MB 1.8s
07:23:02 [2020-11-03T07:23:02.089Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.11MB / 68.67MB 1.8s
07:23:02 [2020-11-03T07:23:02.089Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 34.29MB / 51.83MB 1.9s
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_CRYPTO: enabled
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_XFRM: enabled
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_XFRM_USER: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_INET_ESP: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]   - "ipvlan":
07:23:02 [2020-11-03T07:23:02.312Z]     - CONFIG_IPVLAN: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]   - "macvlan":
07:23:02 [2020-11-03T07:23:02.312Z]     - CONFIG_MACVLAN: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]     - CONFIG_DUMMY: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]   - "ftp,tftp client in container":
07:23:02 [2020-11-03T07:23:02.312Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:23:02 [2020-11-03T07:23:02.312Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:23:02 [2020-11-03T07:23:02.313Z] - Storage Drivers:
07:23:02 [2020-11-03T07:23:02.313Z]   - "aufs":
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_AUFS_FS: enabled (as module)
07:23:02 [2020-11-03T07:23:02.313Z]   - "btrfs":
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:23:02 [2020-11-03T07:23:02.313Z]   - "devicemapper":
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_BLK_DEV_DM: enabled
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:23:02 [2020-11-03T07:23:02.313Z]   - "overlay":
07:23:02 [2020-11-03T07:23:02.313Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:23:02 [2020-11-03T07:23:02.313Z]   - "zfs":
07:23:02 [2020-11-03T07:23:02.313Z]     - /dev/zfs: missing
07:23:02 [2020-11-03T07:23:02.313Z]     - zfs command: missing
07:23:02 [2020-11-03T07:23:02.313Z]     - zpool command: missing
07:23:02 [2020-11-03T07:23:02.313Z] 
07:23:02 [2020-11-03T07:23:02.313Z] Limits:
07:23:02 [2020-11-03T07:23:02.313Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:23:02 [2020-11-03T07:23:02.313Z] 
07:23:02 [2020-11-03T07:23:02.313Z] + true
[Pipeline] }
07:23:02 [2020-11-03T07:23:02.353Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.1s
07:23:02 [2020-11-03T07:23:02.353Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.40MB / 51.83MB 2.1s
07:23:02 [2020-11-03T07:23:02.353Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.55MB / 68.67MB 2.1s
07:23:02 [2020-11-03T07:23:02.353Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 41.21MB / 51.83MB 2.2s
07:23:02 [2020-11-03T07:23:02.353Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 52.75MB / 68.67MB 2.3s
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:23:02 [2020-11-03T07:23:02.622Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.27MB / 51.83MB 2.4s
07:23:02 [2020-11-03T07:23:02.792Z] + make bundles/buildx
07:23:02 [2020-11-03T07:23:02.883Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.59MB / 68.67MB 2.5s
07:23:02 [2020-11-03T07:23:02.883Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
07:23:03 [2020-11-03T07:23:03.085Z] make: command: Command not found
07:23:03 [2020-11-03T07:23:03.085Z] make: command: Command not found
07:23:03 [2020-11-03T07:23:03.085Z] mkdir bundles
07:23:03 [2020-11-03T07:23:03.085Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
07:23:03 [2020-11-03T07:23:03.085Z] 	--build-arg BUILDX_COMMIT \
07:23:03 [2020-11-03T07:23:03.085Z] 	--build-arg BUILDX_REPO \
07:23:03 [2020-11-03T07:23:03.085Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
07:23:03 [2020-11-03T07:23:03.085Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
07:23:03 [2020-11-03T07:23:03.085Z] 	.
07:23:03 [2020-11-03T07:23:03.085Z] /bin/sh: 4: go: not found
07:23:03 [2020-11-03T07:23:03.085Z] /bin/sh: 5: go: not found
07:23:03 [2020-11-03T07:23:03.338Z] #38 ...
07:23:03 [2020-11-03T07:23:03.338Z] 
07:23:03 [2020-11-03T07:23:03.338Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.678 126 added, 0 removed; done.
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.725 Setting up libgssapi-krb5-2:s390x (1.17-3) ...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.730 Setting up jq (1.5+dfsg-2+b1) ...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.742 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.758 Setting up curl (7.64.0-4+deb10u1) ...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.770 Processing triggers for libc-bin (2.28-10) ...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.807 Processing triggers for ca-certificates (20200601~deb10u1) ...
07:23:03 [2020-11-03T07:23:03.338Z] #25 6.807 Updating certificates in /etc/ssl/certs...
07:23:03 [2020-11-03T07:23:03.338Z] #25 7.559 0 added, 0 removed; done.
07:23:03 [2020-11-03T07:23:03.338Z] #25 7.559 Running hooks in /etc/ca-certificates/update.d...
07:23:03 [2020-11-03T07:23:03.338Z] #25 7.559 done.
07:23:03 [2020-11-03T07:23:03.338Z] #25 DONE 7.8s
07:23:03 [2020-11-03T07:23:03.338Z] 
07:23:03 [2020-11-03T07:23:03.338Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:23:03 [2020-11-03T07:23:03.338Z] #26 DONE 0.1s
07:23:03 [2020-11-03T07:23:03.338Z] 
07:23:03 [2020-11-03T07:23:03.338Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:03 [2020-11-03T07:23:03.454Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.5s done
07:23:03 [2020-11-03T07:23:03.454Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.2s
07:23:03 [2020-11-03T07:23:03.454Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.2s
07:23:04 [2020-11-03T07:23:04.027Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.7s done
07:23:04 [2020-11-03T07:23:04.027Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.7s done
07:23:04 [2020-11-03T07:23:04.027Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.8s
07:23:04 [2020-11-03T07:23:04.290Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.0s done
07:23:04 [2020-11-03T07:23:04.863Z] #8 ...
07:23:04 [2020-11-03T07:23:04.863Z] 
07:23:04 [2020-11-03T07:23:04.863Z] #21 [internal] load build context
07:23:04 [2020-11-03T07:23:04.863Z] #21 transferring context: 51.98MB 4.5s done
07:23:04 [2020-11-03T07:23:04.863Z] #21 DONE 4.8s
07:23:04 [2020-11-03T07:23:04.863Z] 
07:23:04 [2020-11-03T07:23:04.863Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:05 [2020-11-03T07:23:05.203Z] Sending build context to Docker daemon   56.8MB

07:23:05 [2020-11-03T07:23:05.203Z] Step 1/15 : ARG GO_VERSION=1.13.15
07:23:05 [2020-11-03T07:23:05.203Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
07:23:05 [2020-11-03T07:23:05.203Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
07:23:05 [2020-11-03T07:23:05.203Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
07:23:05 [2020-11-03T07:23:05.203Z] 1.13.15-buster: Pulling from library/golang
07:23:05 [2020-11-03T07:23:05.498Z] db4e2d8d5901: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] dfe2d012519c: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] 5d8f1d1f9197: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] 1301750ffb48: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] dc5c6edc9cff: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] 3c370c2e2f82: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] 5ffb2f5886e2: Pulling fs layer
07:23:05 [2020-11-03T07:23:05.498Z] dc5c6edc9cff: Waiting
07:23:05 [2020-11-03T07:23:05.498Z] 3c370c2e2f82: Waiting
07:23:05 [2020-11-03T07:23:05.498Z] 5ffb2f5886e2: Waiting
07:23:05 [2020-11-03T07:23:05.498Z] 1301750ffb48: Waiting
07:23:05 [2020-11-03T07:23:05.795Z] dfe2d012519c: Verifying Checksum
07:23:05 [2020-11-03T07:23:05.795Z] dfe2d012519c: Download complete
07:23:05 [2020-11-03T07:23:05.803Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.71MB / 120.17MB 5.7s
07:23:06 [2020-11-03T07:23:06.063Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.32MB / 120.17MB 5.9s
07:23:06 [2020-11-03T07:23:06.096Z] 5d8f1d1f9197: Verifying Checksum
07:23:06 [2020-11-03T07:23:06.096Z] 5d8f1d1f9197: Download complete
07:23:06 [2020-11-03T07:23:06.324Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 34.33MB / 120.17MB 6.1s
07:23:06 [2020-11-03T07:23:06.324Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 41.16MB / 120.17MB 6.2s
07:23:06 [2020-11-03T07:23:06.585Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 50.42MB / 120.17MB 6.4s
07:23:06 [2020-11-03T07:23:06.845Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 56.62MB / 120.17MB 6.6s
07:23:07 [2020-11-03T07:23:07.105Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.10MB / 120.17MB 6.9s
07:23:07 [2020-11-03T07:23:07.366Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.86MB / 120.17MB 7.2s
07:23:07 [2020-11-03T07:23:07.627Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.48MB / 120.17MB 7.4s
07:23:07 [2020-11-03T07:23:07.636Z] db4e2d8d5901: Verifying Checksum
07:23:07 [2020-11-03T07:23:07.636Z] db4e2d8d5901: Download complete
07:23:07 [2020-11-03T07:23:07.887Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 90.33MB / 120.17MB 7.6s
07:23:08 [2020-11-03T07:23:08.147Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.50MB / 120.17MB 7.9s
07:23:08 [2020-11-03T07:23:08.147Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.3s
07:23:08 [2020-11-03T07:23:08.407Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.86MB / 120.17MB 8.2s
07:23:08 [2020-11-03T07:23:08.667Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.07MB / 120.17MB 8.6s
07:23:08 [2020-11-03T07:23:08.707Z] 1301750ffb48: Verifying Checksum
07:23:08 [2020-11-03T07:23:08.707Z] 1301750ffb48: Download complete
07:23:08 [2020-11-03T07:23:08.926Z] #27 ...
07:23:08 [2020-11-03T07:23:08.926Z] 
07:23:08 [2020-11-03T07:23:08.926Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.770 + RM_GOPATH=0
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.770 + TMP_GOPATH=
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.770 + : /build
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.770 + '[' -z '' ']'
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.770 ++ mktemp -d
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.776 + export GOPATH=/tmp/tmp.XsQ7Cwpv0c
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.776 + GOPATH=/tmp/tmp.XsQ7Cwpv0c
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.776 + RM_GOPATH=1
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.776 + case "$(go env GOARCH)" in
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.778 ++ go env GOARCH
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + export GO_BUILDMODE=-buildmode=pie
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + GO_BUILDMODE=-buildmode=pie
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 ++ dirname /tmp/install/install.sh
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + dir=/tmp/install
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + bin=golangci_lint
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + shift
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + . /tmp/install/golangci_lint.installer
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 ++ : v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + install_golangci_lint
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + set -e
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + export GO111MODULE=on
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + GO111MODULE=on
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + GOBIN=/build
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.785 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.812 go: finding github.com v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.812 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.812 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.812 go: finding github.com/golangci/golangci-lint v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 0.812 go: finding github.com/golangci v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 1.126 go: downloading github.com/golangci/golangci-lint v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 1.590 go: extracting github.com/golangci/golangci-lint v1.23.8
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.112 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.137 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.155 go: downloading github.com/fatih/color v1.7.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.159 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.195 go: downloading github.com/pkg/errors v0.8.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.215 go: downloading github.com/go-critic/go-critic v0.4.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.235 go: downloading github.com/stretchr/testify v1.4.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.292 go: downloading github.com/spf13/viper v1.6.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.391 go: downloading github.com/spf13/cobra v0.0.5
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.470 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.482 go: downloading github.com/spf13/pflag v1.0.5
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.482 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.487 go: extracting github.com/pkg/errors v0.8.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.571 go: extracting github.com/fatih/color v1.7.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.592 go: extracting github.com/go-critic/go-critic v0.4.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.678 go: extracting github.com/stretchr/testify v1.4.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.678 go: extracting github.com/spf13/viper v1.6.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.708 go: extracting github.com/spf13/pflag v1.0.5
07:23:08 [2020-11-03T07:23:08.926Z] #47 6.748 go: downloading github.com/mattn/go-colorable v0.1.4
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.158 go: downloading github.com/stretchr/objx v0.2.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.192 go: extracting github.com/spf13/cobra v0.0.5
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.243 go: extracting github.com/mattn/go-colorable v0.1.4
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.254 go: downloading github.com/davecgh/go-spew v1.1.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.350 go: downloading gopkg.in/ini.v1 v1.51.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.398 go: downloading github.com/spf13/cast v1.3.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.398 go: extracting github.com/stretchr/objx v0.2.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.410 go: extracting github.com/davecgh/go-spew v1.1.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.473 go: downloading github.com/sirupsen/logrus v1.4.2
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.542 go: downloading github.com/pmezard/go-difflib v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.551 go: extracting github.com/spf13/cast v1.3.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.557 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.569 go: extracting gopkg.in/ini.v1 v1.51.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.575 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.794 go: downloading github.com/go-toolsmith/astp v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.822 go: extracting github.com/sirupsen/logrus v1.4.2
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.890 go: downloading github.com/magiconair/properties v1.8.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 7.894 go: downloading github.com/pelletier/go-toml v1.2.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 ...
07:23:08 [2020-11-03T07:23:08.926Z] 
07:23:08 [2020-11-03T07:23:08.926Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + RM_GOPATH=0
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + TMP_GOPATH=
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + : /build
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + '[' -z '' ']'
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 ++ mktemp -d
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + export GOPATH=/tmp/tmp.NG3J4f4bhW
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + GOPATH=/tmp/tmp.NG3J4f4bhW
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + RM_GOPATH=1
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 + case "$(go env GOARCH)" in
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.419 ++ go env GOARCH
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 Install docker/cli version 17.06.2-ce from stable
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + export GO_BUILDMODE=-buildmode=pie
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + GO_BUILDMODE=-buildmode=pie
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 ++ dirname /tmp/install/install.sh
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + dir=/tmp/install
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + bin=dockercli
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + shift
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + '[' '!' -f /tmp/install/dockercli.installer ']'
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + . /tmp/install/dockercli.installer
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 ++ : stable
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 ++ : 17.06.2-ce
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + install_dockercli
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 ++ uname -m
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + arch=s390x
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + '[' s390x '!=' x86_64 ']'
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + '[' s390x '!=' s390x ']'
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + url=https://download.docker.com/linux/static
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.437 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
07:23:08 [2020-11-03T07:23:08.926Z] #22 2.440 + tar -xz docker/docker
07:23:08 [2020-11-03T07:23:08.926Z] #22 7.677 + mkdir -p /build
07:23:08 [2020-11-03T07:23:08.926Z] #22 7.678 + mv docker/docker /build/
07:23:08 [2020-11-03T07:23:08.926Z] #22 7.683 + rmdir docker
07:23:08 [2020-11-03T07:23:08.926Z] #22 DONE 8.0s
07:23:08 [2020-11-03T07:23:08.926Z] 
07:23:08 [2020-11-03T07:23:08.926Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.002 go: extracting github.com/pmezard/go-difflib v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 ...
07:23:08 [2020-11-03T07:23:08.926Z] 
07:23:08 [2020-11-03T07:23:08.926Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + RM_GOPATH=0
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + TMP_GOPATH=
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + : /build
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + '[' -z '' ']'
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 ++ mktemp -d
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + export GOPATH=/tmp/tmp.nrBQETO3In
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + GOPATH=/tmp/tmp.nrBQETO3In
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + RM_GOPATH=1
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 + case "$(go env GOARCH)" in
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.295 ++ go env GOARCH
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + export GO_BUILDMODE=-buildmode=pie
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + GO_BUILDMODE=-buildmode=pie
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 ++ dirname /tmp/install/install.sh
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + dir=/tmp/install
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + bin=gotestsum
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + shift
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + '[' '!' -f /tmp/install/gotestsum.installer ']'
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + . /tmp/install/gotestsum.installer
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 ++ : v0.5.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + install_gotestsum
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + set -e
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + export GO111MODULE=on
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + GO111MODULE=on
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + GOBIN=/build
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.303 + go get gotest.tools/gotestsum@v0.5.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.329 go: finding gotest.tools v0.5.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.329 go: finding gotest.tools/gotestsum v0.5.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 2.786 go: downloading gotest.tools/gotestsum v0.5.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 3.257 go: extracting gotest.tools/gotestsum v0.5.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.433 go: downloading github.com/pkg/errors v0.9.1
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.503 go: downloading github.com/spf13/pflag v1.0.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.504 go: downloading github.com/jonboulle/clockwork v0.1.0
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.523 go: downloading github.com/fatih/color v1.9.0
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.523 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.537 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.568 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.613 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.665 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.750 go: extracting github.com/pkg/errors v0.9.1
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.787 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.896 go: extracting github.com/fatih/color v1.9.0
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.897 go: downloading github.com/mattn/go-isatty v0.0.12
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.898 go: downloading github.com/mattn/go-colorable v0.1.6
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.944 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:23:08 [2020-11-03T07:23:08.926Z] #45 4.944 go: extracting github.com/spf13/pflag v1.0.3
07:23:08 [2020-11-03T07:23:08.926Z] #45 5.019 go: extracting github.com/jonboulle/clockwork v0.1.0
07:23:08 [2020-11-03T07:23:08.926Z] #45 5.335 go: extracting github.com/mattn/go-isatty v0.0.12
07:23:08 [2020-11-03T07:23:08.926Z] #45 5.779 go: extracting github.com/mattn/go-colorable v0.1.6
07:23:08 [2020-11-03T07:23:08.926Z] #45 5.780 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:23:08 [2020-11-03T07:23:08.926Z] #45 6.909 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:23:08 [2020-11-03T07:23:08.926Z] #45 7.536 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:23:08 [2020-11-03T07:23:08.926Z] #45 ...
07:23:08 [2020-11-03T07:23:08.926Z] 
07:23:08 [2020-11-03T07:23:08.926Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.003 go: downloading github.com/go-lintpack/lintpack v0.5.2
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.072 go: extracting github.com/go-toolsmith/astcopy v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.109 go: extracting github.com/go-toolsmith/astcast v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.109 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.114 go: downloading github.com/spf13/jwalterweatherman v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.115 go: extracting github.com/magiconair/properties v1.8.1
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.208 go: extracting github.com/go-toolsmith/astp v1.0.0
07:23:08 [2020-11-03T07:23:08.926Z] #47 8.220 go: extracting github.com/pelletier/go-toml v1.2.0
07:23:08 [2020-11-03T07:23:08.927Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.9s
07:23:09 [2020-11-03T07:23:09.008Z] 5ffb2f5886e2: Verifying Checksum
07:23:09 [2020-11-03T07:23:09.008Z] 5ffb2f5886e2: Download complete
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.314 go: extracting github.com/spf13/jwalterweatherman v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.342 go: downloading github.com/mitchellh/mapstructure v1.1.2
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.405 go: downloading github.com/go-toolsmith/typep v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.452 go: extracting github.com/go-toolsmith/astfmt v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.452 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.453 go: extracting github.com/go-lintpack/lintpack v0.5.2
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.515 go: extracting github.com/go-toolsmith/typep v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.527 go: downloading github.com/subosito/gotenv v1.2.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.531 go: downloading github.com/hashicorp/hcl v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.542 go: extracting github.com/go-toolsmith/strparse v1.0.0
07:23:09 [2020-11-03T07:23:09.219Z] #47 8.562 go: downloading github.com/go-toolsmith/astequal v1.0.0
07:23:09 [2020-11-03T07:23:09.497Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.5s done
07:23:09 [2020-11-03T07:23:09.513Z] #47 8.573 go: downloading github.com/fsnotify/fsnotify v1.4.7
07:23:09 [2020-11-03T07:23:09.513Z] #47 8.660 go: extracting github.com/mitchellh/mapstructure v1.1.2
07:23:09 [2020-11-03T07:23:09.513Z] #47 8.668 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:23:09 [2020-11-03T07:23:09.513Z] #47 8.786 go: extracting github.com/fsnotify/fsnotify v1.4.7
07:23:09 [2020-11-03T07:23:09.655Z] dc5c6edc9cff: Verifying Checksum
07:23:09 [2020-11-03T07:23:09.655Z] dc5c6edc9cff: Download complete
07:23:09 [2020-11-03T07:23:09.805Z] #47 8.790 go: extracting github.com/go-toolsmith/astequal v1.0.0
07:23:09 [2020-11-03T07:23:09.805Z] #47 8.969 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:23:09 [2020-11-03T07:23:09.805Z] #47 8.979 go: downloading github.com/mattn/go-isatty v0.0.8
07:23:09 [2020-11-03T07:23:09.805Z] #47 8.979 go: extracting github.com/subosito/gotenv v1.2.0
07:23:09 [2020-11-03T07:23:09.805Z] #47 8.982 go: downloading github.com/inconshreveable/mousetrap v1.0.0
07:23:09 [2020-11-03T07:23:09.805Z] #47 9.047 go: extracting github.com/hashicorp/hcl v1.0.0
07:23:09 [2020-11-03T07:23:09.805Z] #47 9.053 go: extracting github.com/mattn/go-isatty v0.0.8
07:23:09 [2020-11-03T07:23:09.805Z] #47 9.109 go: downloading gopkg.in/yaml.v2 v2.2.7
07:23:09 [2020-11-03T07:23:09.805Z] #47 9.111 go: extracting github.com/inconshreveable/mousetrap v1.0.0
07:23:09 [2020-11-03T07:23:09.805Z] #47 9.113 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:23:10 [2020-11-03T07:23:10.068Z] #8 ...
07:23:10 [2020-11-03T07:23:10.068Z] 
07:23:10 [2020-11-03T07:23:10.068Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:23:10 [2020-11-03T07:23:10.068Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
07:23:10 [2020-11-03T07:23:10.068Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
07:23:10 [2020-11-03T07:23:10.068Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
07:23:10 [2020-11-03T07:23:10.068Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 6.2s done
07:23:10 [2020-11-03T07:23:10.069Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.4s done
07:23:10 [2020-11-03T07:23:10.069Z] #60 DONE 9.9s
07:23:10 [2020-11-03T07:23:10.069Z] 
07:23:10 [2020-11-03T07:23:10.069Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:10 [2020-11-03T07:23:10.069Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.9s done
07:23:10 [2020-11-03T07:23:10.069Z] #8 ...
07:23:10 [2020-11-03T07:23:10.069Z] 
07:23:10 [2020-11-03T07:23:10.069Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:23:10 [2020-11-03T07:23:10.069Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
07:23:10 [2020-11-03T07:23:10.069Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
07:23:10 [2020-11-03T07:23:10.069Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done
07:23:10 [2020-11-03T07:23:10.069Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done
07:23:10 [2020-11-03T07:23:10.069Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 5.1s done
07:23:10 [2020-11-03T07:23:10.069Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 4.0s
07:23:10 [2020-11-03T07:23:10.096Z] #47 9.212 go: extracting github.com/mitchellh/go-homedir v1.1.0
07:23:10 [2020-11-03T07:23:10.096Z] #47 9.218 go: downloading github.com/spf13/afero v1.1.2
07:23:10 [2020-11-03T07:23:10.096Z] #47 9.296 go: extracting gopkg.in/yaml.v2 v2.2.7
07:23:10 [2020-11-03T07:23:10.334Z] #24 ...
07:23:10 [2020-11-03T07:23:10.334Z] 
07:23:10 [2020-11-03T07:23:10.334Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:10 [2020-11-03T07:23:10.334Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
07:23:10 [2020-11-03T07:23:10.389Z] #47 9.562 go: extracting github.com/spf13/afero v1.1.2
07:23:10 [2020-11-03T07:23:10.389Z] #47 9.593 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:23:10 [2020-11-03T07:23:10.389Z] #47 9.599 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:23:10 [2020-11-03T07:23:10.389Z] #47 9.634 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.754 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.760 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.829 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.837 go: downloading github.com/uudashr/gocognit v1.0.1
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.869 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.918 go: extracting github.com/uudashr/gocognit v1.0.1
07:23:10 [2020-11-03T07:23:10.682Z] #47 9.919 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:23:10 [2020-11-03T07:23:10.975Z] #47 10.04 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:23:10 [2020-11-03T07:23:10.975Z] #47 10.04 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:23:10 [2020-11-03T07:23:10.975Z] #47 ...
07:23:10 [2020-11-03T07:23:10.975Z] 
07:23:10 [2020-11-03T07:23:10.975Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + RM_GOPATH=0
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + TMP_GOPATH=
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + : /build
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + '[' -z '' ']'
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 ++ mktemp -d
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + export GOPATH=/tmp/tmp.ndn8oJLCbT
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + GOPATH=/tmp/tmp.ndn8oJLCbT
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + RM_GOPATH=1
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 + case "$(go env GOARCH)" in
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.889 ++ go env GOARCH
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.895 + export GO_BUILDMODE=-buildmode=pie
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.895 + GO_BUILDMODE=-buildmode=pie
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.896 ++ dirname /tmp/install/install.sh
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + dir=/tmp/install
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + bin=proxy
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + shift
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + '[' '!' -f /tmp/install/proxy.installer ']'
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + . /tmp/install/proxy.installer
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + install_proxy
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + case "$1" in
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + export CGO_ENABLED=0
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + CGO_ENABLED=0
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + _install_proxy
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ndn8oJLCbT/src/github.com/docker/libnetwork
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 Cloning into '/tmp/tmp.ndn8oJLCbT/src/github.com/docker/libnetwork'...
07:23:10 [2020-11-03T07:23:10.975Z] #62 2.909 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
07:23:10 [2020-11-03T07:23:10.975Z] #62 ...
07:23:10 [2020-11-03T07:23:10.975Z] 
07:23:10 [2020-11-03T07:23:10.975Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.106 + RM_GOPATH=0
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.106 + TMP_GOPATH=
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.107 + : /build
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.107 + '[' -z '' ']'
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.107 ++ mktemp -d
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.108 + export GOPATH=/tmp/tmp.9zD3pfedfU
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.108 + GOPATH=/tmp/tmp.9zD3pfedfU
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.108 + RM_GOPATH=1
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.108 + case "$(go env GOARCH)" in
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.111 ++ go env GOARCH
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.111 + export GO_BUILDMODE=-buildmode=pie
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.111 + GO_BUILDMODE=-buildmode=pie
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 ++ dirname /tmp/install/install.sh
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + dir=/tmp/install
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + bin=rootlesskit
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + shift
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + . /tmp/install/rootlesskit.installer
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + install_rootlesskit
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + case "$1" in
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + export CGO_ENABLED=0
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + CGO_ENABLED=0
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + _install_rootlesskit
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.114 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.9zD3pfedfU/src/github.com/rootless-containers/rootlesskit
07:23:10 [2020-11-03T07:23:10.975Z] #56 1.116 Cloning into '/tmp/tmp.9zD3pfedfU/src/github.com/rootless-containers/rootlesskit'...
07:23:10 [2020-11-03T07:23:10.975Z] #56 2.312 + cd /tmp/tmp.9zD3pfedfU/src/github.com/rootless-containers/rootlesskit
07:23:10 [2020-11-03T07:23:10.975Z] #56 2.312 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:23:10 [2020-11-03T07:23:10.975Z] #56 2.457 + for f in rootlesskit rootlesskit-docker-proxy
07:23:10 [2020-11-03T07:23:10.975Z] #56 2.457 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
07:23:10 [2020-11-03T07:23:10.975Z] #56 ...
07:23:10 [2020-11-03T07:23:10.975Z] 
07:23:10 [2020-11-03T07:23:10.975Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:23:10 [2020-11-03T07:23:10.975Z] #30 2.700 + git clone https://github.com/kolyshkin/go-swagger.git .
07:23:10 [2020-11-03T07:23:10.975Z] #30 2.704 Cloning into '.'...
07:23:11 [2020-11-03T07:23:11.268Z] #30 ...
07:23:11 [2020-11-03T07:23:11.268Z] 
07:23:11 [2020-11-03T07:23:11.268Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:23:11 [2020-11-03T07:23:11.268Z] #11 3.308 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:11 [2020-11-03T07:23:11.268Z] #11 3.346 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:11 [2020-11-03T07:23:11.268Z] #11 3.363 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:11 [2020-11-03T07:23:11.268Z] #11 3.883 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
07:23:11 [2020-11-03T07:23:11.268Z] #11 5.533 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB]
07:23:11 [2020-11-03T07:23:11.268Z] #11 7.312 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
07:23:11 [2020-11-03T07:23:11.268Z] #11 ...
07:23:11 [2020-11-03T07:23:11.268Z] 
07:23:11 [2020-11-03T07:23:11.268Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + RM_GOPATH=0
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + TMP_GOPATH=
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + : /build
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + '[' -z '' ']'
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 ++ mktemp -d
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + export GOPATH=/tmp/tmp.28NrUCoLtM
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + GOPATH=/tmp/tmp.28NrUCoLtM
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + RM_GOPATH=1
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 + case "$(go env GOARCH)" in
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.988 ++ go env GOARCH
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + export GO_BUILDMODE=-buildmode=pie
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + GO_BUILDMODE=-buildmode=pie
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 ++ dirname /tmp/install/install.sh
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + dir=/tmp/install
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + bin=shfmt
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + shift
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + '[' '!' -f /tmp/install/shfmt.installer ']'
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + . /tmp/install/shfmt.installer
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + install_shfmt
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 + git clone https://github.com/mvdan/sh.git /tmp/tmp.28NrUCoLtM/src/github.com/mvdan/sh
07:23:11 [2020-11-03T07:23:11.268Z] #49 2.996 Cloning into '/tmp/tmp.28NrUCoLtM/src/github.com/mvdan/sh'...
07:23:11 [2020-11-03T07:23:11.268Z] #49 9.593 + cd /tmp/tmp.28NrUCoLtM/src/github.com/mvdan/sh
07:23:11 [2020-11-03T07:23:11.268Z] #49 9.594 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
07:23:11 [2020-11-03T07:23:11.268Z] #49 9.658 + GO111MODULE=on
07:23:11 [2020-11-03T07:23:11.268Z] #49 9.685 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
07:23:11 [2020-11-03T07:23:11.273Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done
07:23:11 [2020-11-03T07:23:11.535Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
07:23:11 [2020-11-03T07:23:11.565Z] #49 10.63 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:23:11 [2020-11-03T07:23:11.565Z] #49 10.68 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:23:11 [2020-11-03T07:23:11.565Z] #49 ...
07:23:11 [2020-11-03T07:23:11.565Z] 
07:23:11 [2020-11-03T07:23:11.565Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + RM_GOPATH=0
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + TMP_GOPATH=
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + : /build
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + '[' -z '' ']'
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 ++ mktemp -d
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + export GOPATH=/tmp/tmp.8XgmRbS3Dx
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + GOPATH=/tmp/tmp.8XgmRbS3Dx
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + RM_GOPATH=1
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 + case "$(go env GOARCH)" in
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.385 ++ go env GOARCH
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.394 + export GO_BUILDMODE=-buildmode=pie
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.394 + GO_BUILDMODE=-buildmode=pie
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.394 ++ dirname /tmp/install/install.sh
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + dir=/tmp/install
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + bin=vndr
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + shift
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + '[' '!' -f /tmp/install/vndr.installer ']'
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + . /tmp/install/vndr.installer
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + install_vndr
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.8XgmRbS3Dx/src/github.com/LK4D4/vndr
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.431 Cloning into '/tmp/tmp.8XgmRbS3Dx/src/github.com/LK4D4/vndr'...
07:23:11 [2020-11-03T07:23:11.565Z] #43 1.432 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
07:23:11 [2020-11-03T07:23:11.565Z] #43 2.554 + cd /tmp/tmp.8XgmRbS3Dx/src/github.com/LK4D4/vndr
07:23:11 [2020-11-03T07:23:11.565Z] #43 2.554 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
07:23:11 [2020-11-03T07:23:11.565Z] #43 2.559 + go build -buildmode=pie -v -o /build/vndr .
07:23:11 [2020-11-03T07:23:11.565Z] #43 3.082 internal/race
07:23:11 [2020-11-03T07:23:11.565Z] #43 3.132 runtime
07:23:11 [2020-11-03T07:23:11.565Z] #43 3.193 sync/atomic
07:23:11 [2020-11-03T07:23:11.565Z] #43 3.376 unicode
07:23:11 [2020-11-03T07:23:11.565Z] #43 5.251 unicode/utf8
07:23:11 [2020-11-03T07:23:11.565Z] #43 5.921 math
07:23:11 [2020-11-03T07:23:11.565Z] #43 10.26 unicode/utf16
07:23:11 [2020-11-03T07:23:11.565Z] #43 10.47 container/list
07:23:11 [2020-11-03T07:23:11.565Z] #43 ...
07:23:11 [2020-11-03T07:23:11.565Z] 
07:23:11 [2020-11-03T07:23:11.565Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + RM_GOPATH=0
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + TMP_GOPATH=
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + : /build
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + '[' -z '' ']'
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 ++ mktemp -d
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + export GOPATH=/tmp/tmp.q4giffts8s
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + GOPATH=/tmp/tmp.q4giffts8s
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + RM_GOPATH=1
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + case "$(go env GOARCH)" in
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 ++ go env GOARCH
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + export GO_BUILDMODE=-buildmode=pie
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + GO_BUILDMODE=-buildmode=pie
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 ++ dirname /tmp/install/install.sh
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + dir=/tmp/install
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + bin=tomlv
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + shift
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + '[' '!' -f /tmp/install/tomlv.installer ']'
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + . /tmp/install/tomlv.installer
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + install_tomlv
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.q4giffts8s/src/github.com/BurntSushi/toml
07:23:11 [2020-11-03T07:23:11.565Z] #32 1.900 Cloning into '/tmp/tmp.q4giffts8s/src/github.com/BurntSushi/toml'...
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.312 + cd /tmp/tmp.q4giffts8s/src/github.com/BurntSushi/toml
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.312 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.329 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.554 internal/cpu
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.559 runtime/internal/atomic
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.595 runtime/internal/sys
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.744 runtime/internal/math
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.790 math/bits
07:23:11 [2020-11-03T07:23:11.565Z] #32 2.898 internal/bytealg
07:23:11 [2020-11-03T07:23:11.565Z] #32 3.005 math
07:23:11 [2020-11-03T07:23:11.565Z] #32 3.135 runtime
07:23:11 [2020-11-03T07:23:11.565Z] #32 6.913 internal/testlog
07:23:11 [2020-11-03T07:23:11.565Z] #32 7.211 encoding
07:23:11 [2020-11-03T07:23:11.565Z] #32 7.358 runtime/cgo
07:23:11 [2020-11-03T07:23:11.565Z] #32 ...
07:23:11 [2020-11-03T07:23:11.565Z] 
07:23:11 [2020-11-03T07:23:11.565Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:23:11 [2020-11-03T07:23:11.565Z] #34 2.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:11 [2020-11-03T07:23:11.565Z] #34 2.926 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:11 [2020-11-03T07:23:11.565Z] #34 2.936 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:11 [2020-11-03T07:23:11.565Z] #34 3.713 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
07:23:11 [2020-11-03T07:23:11.565Z] #34 4.906 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB]
07:23:11 [2020-11-03T07:23:11.565Z] #34 5.862 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
07:23:11 [2020-11-03T07:23:11.748Z] db4e2d8d5901: Pull complete
07:23:11 [2020-11-03T07:23:11.749Z] dfe2d012519c: Pull complete
07:23:11 [2020-11-03T07:23:11.858Z] #34 ...
07:23:11 [2020-11-03T07:23:11.858Z] 
07:23:11 [2020-11-03T07:23:11.858Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:23:11 [2020-11-03T07:23:11.858Z] #53 3.283 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #53 3.321 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #53 3.336 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #53 3.923 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #53 5.304 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #53 7.449 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
07:23:11 [2020-11-03T07:23:11.858Z] #53 ...
07:23:11 [2020-11-03T07:23:11.858Z] 
07:23:11 [2020-11-03T07:23:11.858Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:11 [2020-11-03T07:23:11.858Z] #40 3.041 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #40 3.082 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #40 3.114 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #40 3.713 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #40 5.269 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB]
07:23:11 [2020-11-03T07:23:11.858Z] #40 5.916 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
07:23:12 [2020-11-03T07:23:12.150Z] #40 ...
07:23:12 [2020-11-03T07:23:12.150Z] 
07:23:12 [2020-11-03T07:23:12.150Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:12 [2020-11-03T07:23:12.150Z] #27 7.319 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:23:12 [2020-11-03T07:23:12.150Z] #27 7.713 #=#=#                                                                         
07:23:12 [2020-11-03T07:23:12.411Z] 5d8f1d1f9197: Pull complete
07:23:12 [2020-11-03T07:23:12.411Z] 3c370c2e2f82: Verifying Checksum
07:23:12 [2020-11-03T07:23:12.411Z] 3c370c2e2f82: Download complete
07:23:12 [2020-11-03T07:23:12.495Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.0s done
07:23:12 [2020-11-03T07:23:12.734Z] #27 7.910 
####                                                                       6.8%
#########                                                                 13.5%
################                                                          22.6%
#####################                                                     29.3%
#########################                                                 35.4%
#############################                                             40.9%
##################################                                        47.7%
#######################################                                   54.5%
#############################################                             63.5%
#####################################################                     74.0%
##########################################################                81.6%
################################################################          90.1%
#####################################################################     96.8%
######################################################################## 100.0%
07:23:13 [2020-11-03T07:23:13.027Z] #27 10.11 #=#=#                                                                         
07:23:13 [2020-11-03T07:23:13.442Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
07:23:13 [2020-11-03T07:23:13.996Z] #27 10.29 #=#=#                                                                         
##O#- #                                                                       
07:23:13 [2020-11-03T07:23:13.996Z] #27 ...
07:23:13 [2020-11-03T07:23:13.996Z] 
07:23:13 [2020-11-03T07:23:13.996Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:23:13 [2020-11-03T07:23:13.996Z] #38 2.771 + git clone https://github.com/docker/distribution.git .
07:23:13 [2020-11-03T07:23:13.996Z] #38 2.771 Cloning into '.'...
07:23:13 [2020-11-03T07:23:13.996Z] #38 ...
07:23:13 [2020-11-03T07:23:13.996Z] 
07:23:13 [2020-11-03T07:23:13.996Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:23:13 [2020-11-03T07:23:13.996Z] #47 10.14 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.27 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.29 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.29 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.29 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.31 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.31 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.33 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.36 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.36 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.63 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.63 go: downloading github.com/ultraware/funlen v0.0.2
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.69 go: downloading github.com/sourcegraph/go-diff v0.5.1
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.70 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.71 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.71 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.81 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.81 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.91 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.91 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.91 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.94 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.94 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:23:13 [2020-11-03T07:23:13.996Z] #47 11.95 go: extracting github.com/ultraware/funlen v0.0.2
07:23:13 [2020-11-03T07:23:13.996Z] #47 12.12 go: extracting github.com/sourcegraph/go-diff v0.5.1
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.12 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.13 go: downloading golang.org/x/text v0.3.2
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.18 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.18 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.19 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.28 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.31 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.50 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.51 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.59 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.59 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:23:13 [2020-11-03T07:23:13.997Z] #47 12.96 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:23:13 [2020-11-03T07:23:13.997Z] #47 13.03 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:23:13 [2020-11-03T07:23:13.997Z] #47 13.03 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
07:23:13 [2020-11-03T07:23:13.997Z] #47 13.03 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:23:13 [2020-11-03T07:23:13.997Z] #47 13.03 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
07:23:13 [2020-11-03T07:23:13.997Z] #47 13.07 go: downloading github.com/gogo/protobuf v1.2.1
07:23:13 [2020-11-03T07:23:13.997Z] #47 13.15 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:23:14 [2020-11-03T07:23:14.289Z] #47 13.50 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:23:14 [2020-11-03T07:23:14.289Z] #47 13.52 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
07:23:14 [2020-11-03T07:23:14.289Z] #47 13.62 go: downloading github.com/ultraware/whitespace v0.0.4
07:23:14 [2020-11-03T07:23:14.386Z] #8 ...
07:23:14 [2020-11-03T07:23:14.386Z] 
07:23:14 [2020-11-03T07:23:14.386Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:23:14 [2020-11-03T07:23:14.386Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 7.9s done
07:23:14 [2020-11-03T07:23:14.386Z] #24 DONE 13.9s
07:23:14 [2020-11-03T07:23:14.386Z] 
07:23:14 [2020-11-03T07:23:14.386Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:14 [2020-11-03T07:23:14.506Z] 1301750ffb48: Pull complete
07:23:14 [2020-11-03T07:23:14.581Z] #47 13.71 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:23:14 [2020-11-03T07:23:14.581Z] #47 13.74 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
07:23:14 [2020-11-03T07:23:14.581Z] #47 13.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:23:14 [2020-11-03T07:23:14.581Z] #47 13.75 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:23:14 [2020-11-03T07:23:14.581Z] #47 13.85 go: extracting github.com/ultraware/whitespace v0.0.4
07:23:14 [2020-11-03T07:23:14.581Z] #47 13.92 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:23:14 [2020-11-03T07:23:14.882Z] #47 14.05 go: downloading github.com/gobwas/glob v0.2.3
07:23:14 [2020-11-03T07:23:14.882Z] #47 14.07 go: downloading github.com/kisielk/gotool v1.0.0
07:23:14 [2020-11-03T07:23:14.882Z] #47 14.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:23:14 [2020-11-03T07:23:14.882Z] #47 14.17 go: downloading github.com/BurntSushi/toml v0.3.1
07:23:15 [2020-11-03T07:23:15.174Z] #47 14.22 go: extracting github.com/kisielk/gotool v1.0.0
07:23:15 [2020-11-03T07:23:15.174Z] #47 14.29 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:23:15 [2020-11-03T07:23:15.174Z] #47 14.39 go: extracting github.com/BurntSushi/toml v0.3.1
07:23:15 [2020-11-03T07:23:15.174Z] #47 14.45 go: extracting github.com/gobwas/glob v0.2.3
07:23:16 [2020-11-03T07:23:16.211Z] #47 ...
07:23:16 [2020-11-03T07:23:16.211Z] 
07:23:16 [2020-11-03T07:23:16.211Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:16 [2020-11-03T07:23:16.211Z] #27 10.29 #=#=#                                                                         
##O#- #                                                                       

                                                                           0.0%
#                                                                          2.3%
####                                                                       6.2%
############                                                              17.7%
#################################                                         46.0%
##########################################################                81.7%
######################################################################## 100.0%
07:23:16 [2020-11-03T07:23:16.211Z] #27 12.25 #=#=#                                                                         
07:23:16 [2020-11-03T07:23:16.211Z] #27 12.44 
                                                                           0.0%
#############################                                             41.3%
############################################                              62.1%
######################################################################## 100.0%
07:23:16 [2020-11-03T07:23:16.211Z] #27 13.06 #=#=#                                                                         
07:23:17 [2020-11-03T07:23:17.259Z] dc5c6edc9cff: Pull complete
07:23:18 [2020-11-03T07:23:18.595Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.3s
07:23:18 [2020-11-03T07:23:18.844Z] #27 13.29 #=#=#                                                                         

                                                                           0.0%
                                                                           0.2%
                                                                           0.9%
#                                                                          2.4%
####                                                                       6.2%
########                                                                  11.4%
###########                                                               16.5%
###############                                                           21.7%
###################                                                       26.8%
#######################                                                   32.0%
###########################                                               38.8%
###############################                                           44.2%
###################################                                       50.0%
########################################                                  55.7%
#############################################                             63.3%
##################################################                        70.4%
######################################################                    75.7%
##########################################################                80.6%
#############################################################             86.1%
#################################################################         91.3%
#####################################################################     96.4%
######################################################################## 100.0%
07:23:19 [2020-11-03T07:23:19.137Z] #27 16.09 
07:23:20 [2020-11-03T07:23:20.835Z] 3c370c2e2f82: Pull complete
07:23:20 [2020-11-03T07:23:20.835Z] 5ffb2f5886e2: Pull complete
07:23:20 [2020-11-03T07:23:20.835Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
07:23:20 [2020-11-03T07:23:20.835Z] Status: Downloaded newer image for golang:1.13.15-buster
07:23:20 [2020-11-03T07:23:20.835Z]  ---> 805dc2d65d1c
07:23:20 [2020-11-03T07:23:20.835Z] Step 5/15 : ARG BUILDX_REPO
07:23:20 [2020-11-03T07:23:20.835Z]  ---> Running in f61f2afab32b
07:23:20 [2020-11-03T07:23:20.835Z] Removing intermediate container f61f2afab32b
07:23:20 [2020-11-03T07:23:20.835Z]  ---> 97f4c401655b
07:23:20 [2020-11-03T07:23:20.835Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
07:23:20 [2020-11-03T07:23:20.835Z]  ---> Running in b5c7f5023e4d
07:23:20 [2020-11-03T07:23:20.891Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
07:23:20 [2020-11-03T07:23:20.891Z] #27 ...
07:23:20 [2020-11-03T07:23:20.891Z] 
07:23:20 [2020-11-03T07:23:20.891Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.10 go: finding github.com/fatih/color v1.9.0
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.31 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.31 go: finding github.com/pkg/errors v0.9.1
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.32 go: finding github.com/spf13/pflag v1.0.3
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.35 go: finding github.com/mattn/go-colorable v0.1.6
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.43 go: finding github.com/mattn/go-isatty v0.0.12
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.60 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.66 go: finding github.com/jonboulle/clockwork v0.1.0
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.68 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.69 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:23:20 [2020-11-03T07:23:20.891Z] #45 10.79 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:23:20 [2020-11-03T07:23:20.891Z] #45 ...
07:23:20 [2020-11-03T07:23:20.891Z] 
07:23:20 [2020-11-03T07:23:20.891Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:21 [2020-11-03T07:23:21.135Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.7s done
07:23:21 [2020-11-03T07:23:21.135Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
07:23:21 [2020-11-03T07:23:21.135Z] Cloning into '/buildx'...
07:23:21 [2020-11-03T07:23:21.511Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
07:23:21 [2020-11-03T07:23:21.511Z] #27 ...
07:23:21 [2020-11-03T07:23:21.511Z] 
07:23:21 [2020-11-03T07:23:21.511Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:21 [2020-11-03T07:23:21.511Z] #49 10.69 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:23:21 [2020-11-03T07:23:21.511Z] #49 10.84 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:23:21 [2020-11-03T07:23:21.511Z] #49 10.85 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:23:21 [2020-11-03T07:23:21.511Z] #49 11.19 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:23:21 [2020-11-03T07:23:21.511Z] #49 11.83 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:23:21 [2020-11-03T07:23:21.511Z] #49 12.56 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:23:21 [2020-11-03T07:23:21.511Z] #49 13.43 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:23:21 [2020-11-03T07:23:21.511Z] #49 13.45 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:23:21 [2020-11-03T07:23:21.511Z] #49 13.55 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:23:21 [2020-11-03T07:23:21.511Z] #49 13.65 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:23:21 [2020-11-03T07:23:21.511Z] #49 14.18 runtime
07:23:21 [2020-11-03T07:23:21.803Z] #49 ...
07:23:21 [2020-11-03T07:23:21.803Z] 
07:23:21 [2020-11-03T07:23:21.803Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:21 [2020-11-03T07:23:21.803Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
#########################                                                 35.0%
##########################                                                37.5%
07:23:21 [2020-11-03T07:23:21.803Z] #27 ...
07:23:21 [2020-11-03T07:23:21.803Z] 
07:23:21 [2020-11-03T07:23:21.803Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:21 [2020-11-03T07:23:21.803Z] #43 11.02 crypto/internal/subtle
07:23:21 [2020-11-03T07:23:21.803Z] #43 11.15 crypto/subtle
07:23:21 [2020-11-03T07:23:21.803Z] #43 11.25 vendor/golang.org/x/crypto/cryptobyte/asn1
07:23:21 [2020-11-03T07:23:21.803Z] #43 11.31 internal/nettrace
07:23:21 [2020-11-03T07:23:21.803Z] #43 11.41 runtime/cgo
07:23:22 [2020-11-03T07:23:22.096Z] #43 ...
07:23:22 [2020-11-03T07:23:22.096Z] 
07:23:22 [2020-11-03T07:23:22.096Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:22 [2020-11-03T07:23:22.975Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
#########################                                                 35.0%
##########################                                                37.5%
############################                                              40.0%
##############################                                            42.3%
################################                                          44.7%
#################################                                         45.9%
##################################                                        47.9%
###################################                                       49.8%
#####################################                                     51.7%
######################################                                    54.2%
########################################                                  56.0%
07:23:22 [2020-11-03T07:23:22.975Z] #27 ...
07:23:22 [2020-11-03T07:23:22.975Z] 
07:23:22 [2020-11-03T07:23:22.975Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:22 [2020-11-03T07:23:22.975Z] #40 12.03 Fetched 8085 kB in 9s (874 kB/s)
07:23:22 [2020-11-03T07:23:22.975Z] #40 12.03 Reading package lists...
07:23:22 [2020-11-03T07:23:22.975Z] #40 15.47 Reading package lists...
07:23:22 [2020-11-03T07:23:22.975Z] #40 19.19 Building dependency tree...
07:23:22 [2020-11-03T07:23:22.975Z] #40 20.53 The following additional packages will be installed:
07:23:22 [2020-11-03T07:23:22.975Z] #40 20.53   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
07:23:22 [2020-11-03T07:23:22.975Z] #40 20.54   libprotoc17 python-pkg-resources python-six zlib1g-dev
07:23:22 [2020-11-03T07:23:22.975Z] #40 20.54 Suggested packages:
07:23:22 [2020-11-03T07:23:22.975Z] #40 20.54   manpages-dev python-setuptools
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.47 The following NEW packages will be installed:
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.48   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.48   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.48   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.48   python-six zlib1g-dev
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.61 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.61 Need to get 3742 kB of archives.
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.61 After this operation, 22.0 MB of additional disk space will be used.
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.83 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.84 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.86 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 21.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
07:23:22 [2020-11-03T07:23:22.975Z] #40 ...
07:23:22 [2020-11-03T07:23:22.975Z] 
07:23:22 [2020-11-03T07:23:22.975Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:23 [2020-11-03T07:23:23.680Z] #8 ...
07:23:23 [2020-11-03T07:23:23.680Z] 
07:23:23 [2020-11-03T07:23:23.680Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:23:23 [2020-11-03T07:23:23.680Z] #25 1.281 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 1.281 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 1.291 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 1.459 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 1.718 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 1.968 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:23:23 [2020-11-03T07:23:23.680Z] #25 3.654 Fetched 8396 kB in 3s (3181 kB/s)
07:23:23 [2020-11-03T07:23:23.680Z] #25 3.654 Reading package lists...
07:23:23 [2020-11-03T07:23:23.680Z] #25 4.566 Reading package lists...
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.483 Building dependency tree...
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809 The following additional packages will be installed:
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809 Suggested packages:
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809   krb5-doc krb5-user
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809 Recommended packages:
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.809   krb5-locales publicsuffix libsasl2-modules
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.995 The following NEW packages will be installed:
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.995   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.995   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.995   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:23:23 [2020-11-03T07:23:23.680Z] #25 5.995   libssh2-1 libssl1.1 openssl
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 Need to get 5050 kB of archives.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 After this operation, 12.1 MB of additional disk space will be used.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.312 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.352 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.376 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.376 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.376 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.376 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.376 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.376 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.383 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.383 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.383 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.401 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.401 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.401 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.422 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.422 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.422 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.646 debconf: delaying package configuration, since apt-utils is not installed
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.683 Fetched 5050 kB in 0s (13.6 MB/s)
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.716 Selecting previously unselected package libsasl2-modules-db:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.716 (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 ... 6677 files and directories currently installed.)
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.717 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.723 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.784 Selecting previously unselected package libsasl2-2:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.784 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.795 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.872 Selecting previously unselected package libldap-common.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.872 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.877 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.962 Selecting previously unselected package libldap-2.4-2:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.962 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 6.967 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.079 Selecting previously unselected package libssl1.1:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.079 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.085 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.335 Selecting previously unselected package openssl.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.335 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.339 Unpacking openssl (1.1.1d-0+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.548 Selecting previously unselected package ca-certificates.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.548 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.550 Unpacking ca-certificates (20200601~deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.674 Selecting previously unselected package libkeyutils1:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.676 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.683 Unpacking libkeyutils1:amd64 (1.6-6) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.735 Selecting previously unselected package libkrb5support0:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.737 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.750 Unpacking libkrb5support0:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.816 Selecting previously unselected package libk5crypto3:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.816 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.830 Unpacking libk5crypto3:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.977 Selecting previously unselected package libkrb5-3:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.977 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 7.984 Unpacking libkrb5-3:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.113 Selecting previously unselected package libgssapi-krb5-2:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.113 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.121 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.210 Selecting previously unselected package libnghttp2-14:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.210 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.210 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.306 Selecting previously unselected package libpsl5:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.306 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.306 Unpacking libpsl5:amd64 (0.20.2-2) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.372 Selecting previously unselected package librtmp1:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.372 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.384 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.474 Selecting previously unselected package libssh2-1:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.474 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.478 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.565 Selecting previously unselected package libcurl4:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.565 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.571 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.631 Selecting previously unselected package curl.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.631 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.637 Unpacking curl (7.64.0-4+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.737 Selecting previously unselected package libonig5:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.737 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.747 Unpacking libonig5:amd64 (6.9.1-1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.819 Selecting previously unselected package libjq1:amd64.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.819 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.824 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.876 Selecting previously unselected package jq.
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.876 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.882 Unpacking jq (1.5+dfsg-2+b1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.942 Setting up libkeyutils1:amd64 (1.6-6) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.954 Setting up libpsl5:amd64 (0.20.2-2) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 8.968 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.094 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.107 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.124 Setting up libkrb5support0:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.141 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.156 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.168 Setting up libk5crypto3:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.180 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.192 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.207 Setting up libkrb5-3:amd64 (1.17-3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.220 Setting up openssl (1.1.1d-0+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.237 Setting up libonig5:amd64 (6.9.1-1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.251 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.262 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 9.275 Setting up ca-certificates (20200601~deb10u1) ...
07:23:23 [2020-11-03T07:23:23.680Z] #25 ...
07:23:23 [2020-11-03T07:23:23.680Z] 
07:23:23 [2020-11-03T07:23:23.680Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:23 [2020-11-03T07:23:23.855Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
#########################                                                 35.0%
##########################                                                37.5%
############################                                              40.0%
##############################                                            42.3%
################################                                          44.7%
#################################                                         45.9%
##################################                                        47.9%
###################################                                       49.8%
#####################################                                     51.7%
######################################                                    54.2%
########################################                                  56.0%
#########################################                                 57.9%
###########################################                               60.4%
############################################                              62.3%
###############################################                           65.6%
################################################                          67.5%
##################################################                        70.1%
####################################################                      73.2%
######################################################                    75.7%
07:23:23 [2020-11-03T07:23:23.855Z] #27 ...
07:23:23 [2020-11-03T07:23:23.855Z] 
07:23:23 [2020-11-03T07:23:23.855Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:23:23 [2020-11-03T07:23:23.855Z] #53 13.00 Fetched 8085 kB in 10s (827 kB/s)
07:23:23 [2020-11-03T07:23:23.855Z] #53 13.00 Reading package lists...
07:23:23 [2020-11-03T07:23:23.855Z] #53 16.73 Reading package lists...
07:23:23 [2020-11-03T07:23:23.855Z] #53 20.63 Building dependency tree...
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.56 The following additional packages will be installed:
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.56   libbtrfs0
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.64 The following NEW packages will be installed:
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.65   libbtrfs-dev libbtrfs0
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.81 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.81 Need to get 118 kB of archives.
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.81 After this operation, 390 kB of additional disk space will be used.
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
07:23:23 [2020-11-03T07:23:23.855Z] #53 21.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
07:23:23 [2020-11-03T07:23:23.855Z] #53 22.84 debconf: delaying package configuration, since apt-utils is not installed
07:23:23 [2020-11-03T07:23:23.855Z] #53 22.96 Fetched 118 kB in 0s (771 kB/s)
07:23:23 [2020-11-03T07:23:23.855Z] #53 23.06 Selecting previously unselected package libbtrfs0.
07:23:23 [2020-11-03T07:23:23.855Z] #53 23.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%
07:23:23 [2020-11-03T07:23:23.855Z] #53 ...
07:23:23 [2020-11-03T07:23:23.855Z] 
07:23:23 [2020-11-03T07:23:23.855Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:24 [2020-11-03T07:23:24.148Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
#########################                                                 35.0%
##########################                                                37.5%
############################                                              40.0%
##############################                                            42.3%
################################                                          44.7%
#################################                                         45.9%
##################################                                        47.9%
###################################                                       49.8%
#####################################                                     51.7%
######################################                                    54.2%
########################################                                  56.0%
#########################################                                 57.9%
###########################################                               60.4%
############################################                              62.3%
###############################################                           65.6%
################################################                          67.5%
##################################################                        70.1%
####################################################                      73.2%
######################################################                    75.7%
#######################################################                   77.6%
#########################################################                 79.4%
##########################################################                81.3%
###########################################################               83.2%
07:23:24 [2020-11-03T07:23:24.148Z] #27 ...
07:23:24 [2020-11-03T07:23:24.148Z] 
07:23:24 [2020-11-03T07:23:24.148Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:23:24 [2020-11-03T07:23:24.148Z] #34 13.45 Fetched 8085 kB in 11s (754 kB/s)
07:23:24 [2020-11-03T07:23:24.148Z] #34 13.45 Reading package lists...
07:23:24 [2020-11-03T07:23:24.148Z] #34 17.24 Reading package lists...
07:23:24 [2020-11-03T07:23:24.148Z] #34 21.05 Building dependency tree...
07:23:24 [2020-11-03T07:23:24.148Z] #34 22.28 The following additional packages will be installed:
07:23:24 [2020-11-03T07:23:24.148Z] #34 22.32   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
07:23:24 [2020-11-03T07:23:24.148Z] #34 22.32 Suggested packages:
07:23:24 [2020-11-03T07:23:24.148Z] #34 22.32   cmake-doc ninja-build lrzip
07:23:24 [2020-11-03T07:23:24.148Z] #34 22.32 Recommended packages:
07:23:24 [2020-11-03T07:23:24.148Z] #34 22.32   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.06 The following NEW packages will be installed:
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.06   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.06   vim-common xxd
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.16 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.16 Need to get 14.0 MB of archives.
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.16 After this operation, 62.1 MB of additional disk space will be used.
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
07:23:24 [2020-11-03T07:23:24.148Z] #34 23.32 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
07:23:24 [2020-11-03T07:23:24.448Z] #34 ...
07:23:24 [2020-11-03T07:23:24.448Z] 
07:23:24 [2020-11-03T07:23:24.448Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:23:24 [2020-11-03T07:23:24.448Z] #38 13.19 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
07:23:24 [2020-11-03T07:23:24.448Z] #38 14.24 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:23:24 [2020-11-03T07:23:24.448Z] #38 ...
07:23:24 [2020-11-03T07:23:24.448Z] 
07:23:24 [2020-11-03T07:23:24.448Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:24 [2020-11-03T07:23:24.673Z] Removing intermediate container b5c7f5023e4d
07:23:24 [2020-11-03T07:23:24.673Z]  ---> 4f39ae286691
07:23:24 [2020-11-03T07:23:24.673Z] Step 7/15 : WORKDIR /buildx
07:23:24 [2020-11-03T07:23:24.673Z]  ---> Running in 96b7bccfc85c
07:23:24 [2020-11-03T07:23:24.744Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
#########################                                                 35.0%
##########################                                                37.5%
############################                                              40.0%
##############################                                            42.3%
################################                                          44.7%
#################################                                         45.9%
##################################                                        47.9%
###################################                                       49.8%
#####################################                                     51.7%
######################################                                    54.2%
########################################                                  56.0%
#########################################                                 57.9%
###########################################                               60.4%
############################################                              62.3%
###############################################                           65.6%
################################################                          67.5%
##################################################                        70.1%
####################################################                      73.2%
######################################################                    75.7%
#######################################################                   77.6%
#########################################################                 79.4%
##########################################################                81.3%
###########################################################               83.2%
#############################################################             85.7%
###############################################################           88.2%
################################################################          89.4%
#################################################################         91.3%
07:23:24 [2020-11-03T07:23:24.744Z] #27 ...
07:23:24 [2020-11-03T07:23:24.744Z] 
07:23:24 [2020-11-03T07:23:24.744Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:24 [2020-11-03T07:23:24.744Z] #62 13.89 Checking out files:  96% (1833/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
07:23:24 [2020-11-03T07:23:24.744Z] #62 13.96 + cd /tmp/tmp.ndn8oJLCbT/src/github.com/docker/libnetwork
07:23:24 [2020-11-03T07:23:24.744Z] #62 13.96 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
07:23:24 [2020-11-03T07:23:24.744Z] #62 14.45 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
07:23:24 [2020-11-03T07:23:24.744Z] #62 ...
07:23:24 [2020-11-03T07:23:24.744Z] 
07:23:24 [2020-11-03T07:23:24.744Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:23:24 [2020-11-03T07:23:24.744Z] #11 13.88 Fetched 8085 kB in 11s (761 kB/s)
07:23:24 [2020-11-03T07:23:24.744Z] #11 13.88 Reading package lists...
07:23:24 [2020-11-03T07:23:24.744Z] #11 17.05 Reading package lists...
07:23:24 [2020-11-03T07:23:24.744Z] #11 21.12 Building dependency tree...
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.03 The following additional packages will be installed:
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.05   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.05   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.05   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.05   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.05 Suggested packages:
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.05   gcc-8-locales seccomp wine64
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83 The following NEW packages will be installed:
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.83   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.96 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.96 Need to get 73.3 MB of archives.
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.96 After this operation, 494 MB of additional disk space will be used.
07:23:24 [2020-11-03T07:23:24.744Z] #11 22.96 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]
07:23:24 [2020-11-03T07:23:24.744Z] #11 23.17 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]
07:23:24 [2020-11-03T07:23:24.744Z] #11 23.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
07:23:24 [2020-11-03T07:23:24.744Z] #11 23.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
07:23:24 [2020-11-03T07:23:24.744Z] #11 23.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
07:23:24 [2020-11-03T07:23:24.744Z] #11 23.70 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
07:23:24 [2020-11-03T07:23:24.744Z] #11 24.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
07:23:24 [2020-11-03T07:23:24.967Z] Removing intermediate container 96b7bccfc85c
07:23:24 [2020-11-03T07:23:24.967Z]  ---> 37fb43660251
07:23:24 [2020-11-03T07:23:24.967Z] Step 8/15 : ARG BUILDX_COMMIT
07:23:24 [2020-11-03T07:23:24.967Z]  ---> Running in 34aa1b183ab0
07:23:24 [2020-11-03T07:23:24.967Z] Removing intermediate container 34aa1b183ab0
07:23:24 [2020-11-03T07:23:24.967Z]  ---> 6b93b02ee0f4
07:23:24 [2020-11-03T07:23:24.967Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
07:23:24 [2020-11-03T07:23:24.967Z]  ---> Running in dac9e2bef2a3
07:23:25 [2020-11-03T07:23:25.040Z] #11 ...
07:23:25 [2020-11-03T07:23:25.040Z] 
07:23:25 [2020-11-03T07:23:25.040Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:25 [2020-11-03T07:23:25.040Z] #27 16.30 
                                                                           0.9%
##                                                                         2.8%
###                                                                        5.1%
####                                                                       6.9%
######                                                                     8.8%
#######                                                                   10.7%
#########                                                                 12.5%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.1%
##############                                                            20.0%
###############                                                           21.9%
#################                                                         23.8%
##################                                                        25.6%
###################                                                       27.5%
#####################                                                     29.4%
######################                                                    31.2%
#######################                                                   33.1%
#########################                                                 35.0%
##########################                                                37.5%
############################                                              40.0%
##############################                                            42.3%
################################                                          44.7%
#################################                                         45.9%
##################################                                        47.9%
###################################                                       49.8%
#####################################                                     51.7%
######################################                                    54.2%
########################################                                  56.0%
#########################################                                 57.9%
###########################################                               60.4%
############################################                              62.3%
###############################################                           65.6%
################################################                          67.5%
##################################################                        70.1%
####################################################                      73.2%
######################################################                    75.7%
#######################################################                   77.6%
#########################################################                 79.4%
##########################################################                81.3%
###########################################################               83.2%
#############################################################             85.7%
###############################################################           88.2%
################################################################          89.4%
#################################################################         91.3%
###################################################################       93.8%
#####################################################################     96.3%
#######################################################################   98.8%
######################################################################## 100.0%
07:23:25 [2020-11-03T07:23:25.333Z] #27 ...
07:23:25 [2020-11-03T07:23:25.333Z] 
07:23:25 [2020-11-03T07:23:25.333Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.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 ... 15177 files and directories currently installed.)
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.14 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.15 Unpacking libbtrfs0 (4.20.1-2) ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.21 Selecting previously unselected package libbtrfs-dev.
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.23 Unpacking libbtrfs-dev (4.20.1-2) ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.43 Setting up libbtrfs0 (4.20.1-2) ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.44 Setting up libbtrfs-dev (4.20.1-2) ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 23.45 Processing triggers for libc-bin (2.28-10) ...
07:23:25 [2020-11-03T07:23:25.333Z] #53 DONE 24.5s
07:23:25 [2020-11-03T07:23:25.333Z] 
07:23:25 [2020-11-03T07:23:25.333Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:25 [2020-11-03T07:23:25.333Z] #27 22.33 
07:23:25 [2020-11-03T07:23:25.610Z] From https://github.com/docker/buildx
07:23:25 [2020-11-03T07:23:25.610Z]  * [new tag]         v0.3.1     -> build
07:23:26 [2020-11-03T07:23:26.231Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s
07:23:26 [2020-11-03T07:23:26.253Z] Switched to branch 'build'
07:23:26 [2020-11-03T07:23:26.370Z] #27 ...
07:23:26 [2020-11-03T07:23:26.370Z] 
07:23:26 [2020-11-03T07:23:26.370Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:23:26 [2020-11-03T07:23:26.370Z] #47 15.47 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:23:26 [2020-11-03T07:23:26.370Z] #47 16.08 go: extracting github.com/gogo/protobuf v1.2.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 18.47 go: extracting golang.org/x/text v0.3.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.68 go: finding github.com/fatih/color v1.7.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.69 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.76 go: finding github.com/mattn/go-colorable v0.1.4
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.76 go: finding github.com/mattn/go-isatty v0.0.8
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.81 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.83 go: finding github.com/go-critic/go-critic v0.4.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.85 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.86 go: finding github.com/pkg/errors v0.8.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.87 go: finding github.com/sirupsen/logrus v1.4.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.88 go: finding github.com/go-lintpack/lintpack v0.5.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.91 go: finding github.com/mitchellh/go-homedir v1.1.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.93 go: finding github.com/stretchr/testify v1.4.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.93 go: finding github.com/go-toolsmith/astequal v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.93 go: finding github.com/go-toolsmith/astp v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.95 go: finding github.com/spf13/viper v1.6.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.96 go: finding github.com/go-toolsmith/astcast v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.96 go: finding github.com/davecgh/go-spew v1.1.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.96 go: finding github.com/go-toolsmith/astfmt v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.97 go: finding github.com/pmezard/go-difflib v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.99 go: finding github.com/go-toolsmith/typep v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 22.99 go: finding github.com/stretchr/objx v0.2.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.00 go: finding github.com/go-toolsmith/astcopy v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.02 go: finding gopkg.in/yaml.v2 v2.2.7
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.11 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.14 go: finding github.com/go-toolsmith/strparse v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.19 go: finding github.com/bombsimon/wsl/v2 v2.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.21 go: finding github.com/gobwas/glob v0.2.3
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.23 go: finding github.com/spf13/cobra v0.0.5
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.24 go: finding github.com/fsnotify/fsnotify v1.4.7
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.28 go: finding github.com/hashicorp/hcl v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.31 go: finding github.com/spf13/pflag v1.0.5
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.32 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.40 go: finding github.com/magiconair/properties v1.8.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.40 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.42 go: finding github.com/mitchellh/mapstructure v1.1.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.43 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.46 go: finding github.com/pelletier/go-toml v1.2.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.47 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.50 go: finding github.com/spf13/afero v1.1.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.51 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.57 go: finding github.com/spf13/cast v1.3.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.57 go: finding golang.org/x/text v0.3.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.59 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.59 go: finding github.com/spf13/jwalterweatherman v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.59 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.62 go: finding github.com/subosito/gotenv v1.2.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.63 go: finding gopkg.in/ini.v1 v1.51.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.63 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.73 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.75 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.79 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.80 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.87 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.88 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.89 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.89 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.89 go: finding github.com/kisielk/gotool v1.0.0
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.90 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.92 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:23:26 [2020-11-03T07:23:26.371Z] #47 23.94 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.02 go: finding github.com/sourcegraph/go-diff v0.5.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.02 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.02 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.12 go: finding github.com/tommy-muehle/go-mnd v1.1.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.13 go: finding github.com/ultraware/funlen v0.0.2
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.13 go: finding github.com/gogo/protobuf v1.2.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.21 go: finding github.com/ultraware/whitespace v0.0.4
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.21 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.25 go: finding github.com/uudashr/gocognit v1.0.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.37 go: finding honnef.co/go/tools v0.0.1-2019.2.3
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.40 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.40 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.43 go: finding github.com/BurntSushi/toml v0.3.1
07:23:26 [2020-11-03T07:23:26.371Z] #47 24.45 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:23:26 [2020-11-03T07:23:26.371Z] #47 ...
07:23:26 [2020-11-03T07:23:26.371Z] 
07:23:26 [2020-11-03T07:23:26.371Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.48 debconf: delaying package configuration, since apt-utils is not installed
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.59 Fetched 3742 kB in 0s (10.4 MB/s)
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.66 Selecting previously unselected package libcap-dev:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.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 ... 15177 files and directories currently installed.)
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.71 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.72 Unpacking libcap-dev:s390x (1:2.25-2) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.79 Selecting previously unselected package libnet1:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.79 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.79 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.93 Selecting previously unselected package libnet1-dev.
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.93 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 22.93 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.10 Selecting previously unselected package libnl-3-200:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.10 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.10 Unpacking libnl-3-200:s390x (3.4.0-1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.21 Selecting previously unselected package libnl-3-dev:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.21 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.22 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.41 Selecting previously unselected package libprotobuf-c1:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.41 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.41 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.49 Selecting previously unselected package libprotobuf-c-dev:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.50 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.50 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.56 Selecting previously unselected package zlib1g-dev:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.56 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 23.56 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.00 Selecting previously unselected package libprotobuf17:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.00 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.12 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.69 Selecting previously unselected package libprotobuf-lite17:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.69 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.70 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.92 Selecting previously unselected package libprotobuf-dev:s390x.
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.92 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.371Z] #40 24.92 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
07:23:26 [2020-11-03T07:23:26.501Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done
07:23:26 [2020-11-03T07:23:26.663Z] #40 25.71 Selecting previously unselected package libprotoc17:s390x.
07:23:26 [2020-11-03T07:23:26.663Z] #40 25.71 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.663Z] #40 25.72 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
07:23:26 [2020-11-03T07:23:26.897Z] Removing intermediate container dac9e2bef2a3
07:23:26 [2020-11-03T07:23:26.897Z]  ---> 3f7566011e8b
07:23:26 [2020-11-03T07:23:26.897Z] Step 10/15 : ARG GOOS
07:23:26 [2020-11-03T07:23:26.957Z] #40 26.17 Selecting previously unselected package protobuf-c-compiler.
07:23:26 [2020-11-03T07:23:26.957Z] #40 26.17 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
07:23:26 [2020-11-03T07:23:26.957Z] #40 26.17 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
07:23:26 [2020-11-03T07:23:26.957Z] #40 26.27 Selecting previously unselected package protobuf-compiler.
07:23:27 [2020-11-03T07:23:27.071Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s
07:23:27 [2020-11-03T07:23:27.196Z]  ---> Running in 58e412a4f91a
07:23:27 [2020-11-03T07:23:27.196Z] Removing intermediate container 58e412a4f91a
07:23:27 [2020-11-03T07:23:27.196Z]  ---> ab7bb73d1bfc
07:23:27 [2020-11-03T07:23:27.196Z] Step 11/15 : ARG GOARCH
07:23:27 [2020-11-03T07:23:27.196Z]  ---> Running in f4b9d9319f9a
07:23:27 [2020-11-03T07:23:27.196Z] Removing intermediate container f4b9d9319f9a
07:23:27 [2020-11-03T07:23:27.196Z]  ---> 41090255be52
07:23:27 [2020-11-03T07:23:27.196Z] 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
07:23:27 [2020-11-03T07:23:27.196Z]  ---> Running in 03a1dbad5cb5
07:23:27 [2020-11-03T07:23:27.255Z] #40 26.27 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
07:23:27 [2020-11-03T07:23:27.255Z] #40 26.27 Unpacking protobuf-compiler (3.6.1.3-2) ...
07:23:27 [2020-11-03T07:23:27.255Z] #40 ...
07:23:27 [2020-11-03T07:23:27.255Z] 
07:23:27 [2020-11-03T07:23:27.255Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:27 [2020-11-03T07:23:27.255Z] #62 DONE 26.4s
07:23:27 [2020-11-03T07:23:27.255Z] 
07:23:27 [2020-11-03T07:23:27.255Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:27 [2020-11-03T07:23:27.255Z] #40 26.44 Selecting previously unselected package python-pkg-resources.
07:23:27 [2020-11-03T07:23:27.255Z] #40 26.44 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
07:23:27 [2020-11-03T07:23:27.255Z] #40 26.47 Unpacking python-pkg-resources (40.8.0-1) ...
07:23:27 [2020-11-03T07:23:27.892Z] #40 26.89 Selecting previously unselected package python-six.
07:23:27 [2020-11-03T07:23:27.892Z] #40 26.89 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
07:23:27 [2020-11-03T07:23:27.892Z] #40 26.90 Unpacking python-six (1.12.0-1) ...
07:23:28 [2020-11-03T07:23:28.187Z] #40 27.19 Selecting previously unselected package python-protobuf.
07:23:28 [2020-11-03T07:23:28.187Z] #40 27.19 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
07:23:28 [2020-11-03T07:23:28.187Z] #40 27.19 Unpacking python-protobuf (3.6.1.3-2) ...
07:23:28 [2020-11-03T07:23:28.187Z] #40 27.48 Setting up python-pkg-resources (40.8.0-1) ...
07:23:29 [2020-11-03T07:23:29.700Z] #40 28.95 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
07:23:29 [2020-11-03T07:23:29.994Z] #40 28.95 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
07:23:29 [2020-11-03T07:23:29.994Z] #40 28.96 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
07:23:29 [2020-11-03T07:23:29.994Z] #40 28.97 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
07:23:29 [2020-11-03T07:23:29.994Z] #40 28.97 Setting up python-six (1.12.0-1) ...
07:23:31 [2020-11-03T07:23:31.278Z] #8 ...
07:23:31 [2020-11-03T07:23:31.278Z] 
07:23:31 [2020-11-03T07:23:31.278Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:23:31 [2020-11-03T07:23:31.278Z] #25 10.03 Updating certificates in /etc/ssl/certs...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.21 126 added, 0 removed; done.
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.24 Setting up libgssapi-krb5-2:amd64 (1.17-3) ...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.26 Setting up jq (1.5+dfsg-2+b1) ...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.27 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.29 Setting up curl (7.64.0-4+deb10u1) ...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.30 Processing triggers for libc-bin (2.28-10) ...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.32 Processing triggers for ca-certificates (20200601~deb10u1) ...
07:23:31 [2020-11-03T07:23:31.278Z] #25 11.33 Updating certificates in /etc/ssl/certs...
07:23:31 [2020-11-03T07:23:31.278Z] #25 12.19 0 added, 0 removed; done.
07:23:31 [2020-11-03T07:23:31.278Z] #25 12.19 Running hooks in /etc/ca-certificates/update.d...
07:23:31 [2020-11-03T07:23:31.278Z] #25 12.19 done.
07:23:31 [2020-11-03T07:23:31.278Z] #25 DONE 16.7s
07:23:31 [2020-11-03T07:23:31.278Z] 
07:23:31 [2020-11-03T07:23:31.278Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.49 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.50 Setting up libnl-3-200:s390x (3.4.0-1) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.51 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.52 Setting up libcap-dev:s390x (1:2.25-2) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.53 Setting up libprotoc17:s390x (3.6.1.3-2) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.54 Setting up protobuf-compiler (3.6.1.3-2) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.56 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.56 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
07:23:31 [2020-11-03T07:23:31.505Z] #40 30.57 Setting up python-protobuf (3.6.1.3-2) ...
07:23:32 [2020-11-03T07:23:32.542Z] #40 ...
07:23:32 [2020-11-03T07:23:32.542Z] 
07:23:32 [2020-11-03T07:23:32.542Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:32 [2020-11-03T07:23:32.542Z] #32 21.78 internal/reflectlite
07:23:32 [2020-11-03T07:23:32.542Z] #32 21.78 sync
07:23:32 [2020-11-03T07:23:32.542Z] #32 23.53 errors
07:23:32 [2020-11-03T07:23:32.542Z] #32 23.53 sort
07:23:32 [2020-11-03T07:23:32.542Z] #32 23.70 strconv
07:23:32 [2020-11-03T07:23:32.542Z] #32 24.59 io
07:23:32 [2020-11-03T07:23:32.542Z] #32 25.68 internal/oserror
07:23:32 [2020-11-03T07:23:32.542Z] #32 25.73 syscall
07:23:32 [2020-11-03T07:23:32.542Z] #32 27.00 reflect
07:23:32 [2020-11-03T07:23:32.542Z] #32 31.76 time
07:23:32 [2020-11-03T07:23:32.661Z] #26 DONE 1.8s
07:23:32 [2020-11-03T07:23:32.661Z] 
07:23:32 [2020-11-03T07:23:32.661Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:32 [2020-11-03T07:23:32.834Z] #32 ...
07:23:32 [2020-11-03T07:23:32.834Z] 
07:23:32 [2020-11-03T07:23:32.834Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:23:32 [2020-11-03T07:23:32.834Z] #30 31.08 Checking out files:  96% (1464/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.
07:23:32 [2020-11-03T07:23:32.834Z] #30 31.13 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
07:23:32 [2020-11-03T07:23:32.834Z] #30 31.86 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:23:33 [2020-11-03T07:23:33.471Z] #30 ...
07:23:33 [2020-11-03T07:23:33.471Z] 
07:23:33 [2020-11-03T07:23:33.471Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:33 [2020-11-03T07:23:33.471Z] #27 23.79 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:23:33 [2020-11-03T07:23:33.471Z] #27 24.08 
07:23:33 [2020-11-03T07:23:33.472Z] #27 24.20 
#######################################################################   98.8%
######################################################################## 100.0%
07:23:33 [2020-11-03T07:23:33.472Z] #27 24.33 
07:23:33 [2020-11-03T07:23:33.472Z] #27 25.76 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:23:33 [2020-11-03T07:23:33.472Z] #27 25.83 skipping existing aab193acf6ba
07:23:33 [2020-11-03T07:23:33.472Z] #27 25.94 
07:23:33 [2020-11-03T07:23:33.472Z] #27 27.05 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:23:33 [2020-11-03T07:23:33.472Z] #27 27.08 skipping existing 4d43f82972ce
07:23:33 [2020-11-03T07:23:33.472Z] #27 27.13 
07:23:33 [2020-11-03T07:23:33.472Z] #27 28.50 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:23:33 [2020-11-03T07:23:33.472Z] #27 28.94 #=#=#                                                                         
07:23:33 [2020-11-03T07:23:33.472Z] #27 29.05 
######################################################################## 100.0%
07:23:33 [2020-11-03T07:23:33.472Z] #27 29.14 
07:23:33 [2020-11-03T07:23:33.472Z] #27 29.70 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:23:33 [2020-11-03T07:23:33.472Z] #27 30.02 
07:23:33 [2020-11-03T07:23:33.472Z] #27 30.24 #=#=#                                                                         

######################################################################## 100.0%
07:23:33 [2020-11-03T07:23:33.472Z] #27 30.30 
07:23:33 [2020-11-03T07:23:33.472Z] #27 30.34 Download of images into '/build' complete.
07:23:33 [2020-11-03T07:23:33.472Z] #27 30.34 Use something like the following to load the result into a Docker daemon:
07:23:33 [2020-11-03T07:23:33.472Z] #27 30.34   tar -cC '/build' . | docker load
07:23:33 [2020-11-03T07:23:33.472Z] #27 DONE 30.5s
07:23:33 [2020-11-03T07:23:33.777Z] 
07:23:33 [2020-11-03T07:23:33.777Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:23:33 [2020-11-03T07:23:33.777Z] #11 24.25 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]
07:23:33 [2020-11-03T07:23:33.777Z] #11 24.29 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]
07:23:33 [2020-11-03T07:23:33.777Z] #11 26.04 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]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.56 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.57 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.57 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]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.61 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.62 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.70 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.81 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 27.89 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 28.15 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB]
07:23:33 [2020-11-03T07:23:33.777Z] #11 29.21 debconf: delaying package configuration, since apt-utils is not installed
07:23:33 [2020-11-03T07:23:33.777Z] #11 29.24 Fetched 73.3 MB in 6s (13.2 MB/s)
07:23:33 [2020-11-03T07:23:33.777Z] #11 29.33 Selecting previously unselected package binutils-mingw-w64-i686.
07:23:33 [2020-11-03T07:23:33.777Z] #11 29.33 (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.)
07:23:33 [2020-11-03T07:23:33.777Z] #11 29.43 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 29.43 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 30.87 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:23:33 [2020-11-03T07:23:33.777Z] #11 30.87 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 30.87 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.45 Selecting previously unselected package binutils-mingw-w64.
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.45 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.47 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.59 Selecting previously unselected package libdevmapper1.02.1:s390x.
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.59 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.60 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.75 Selecting previously unselected package dmsetup.
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.75 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.76 Unpacking dmsetup (2:1.02.155-3) ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.92 Selecting previously unselected package mingw-w64-common.
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.92 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
07:23:33 [2020-11-03T07:23:33.777Z] #11 32.94 Unpacking mingw-w64-common (6.0.0-3) ...
07:23:34 [2020-11-03T07:23:34.057Z] #27 1.455 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:23:34 [2020-11-03T07:23:34.318Z] #27 1.549 
07:23:34 [2020-11-03T07:23:34.815Z] #11 ...
07:23:34 [2020-11-03T07:23:34.815Z] 
07:23:34 [2020-11-03T07:23:34.815Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:23:34 [2020-11-03T07:23:34.815Z] #34 23.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB]
07:23:34 [2020-11-03T07:23:34.815Z] #34 23.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
07:23:34 [2020-11-03T07:23:34.815Z] #34 24.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
07:23:34 [2020-11-03T07:23:34.815Z] #34 24.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
07:23:34 [2020-11-03T07:23:34.815Z] #34 24.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
07:23:34 [2020-11-03T07:23:34.815Z] #34 24.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.13 debconf: delaying package configuration, since apt-utils is not installed
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.22 Fetched 14.0 MB in 1s (10.9 MB/s)
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.29 Selecting previously unselected package xxd.
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.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 ... 15177 files and directories currently installed.)
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.36 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.36 Unpacking xxd (2:8.1.0875-5) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.56 Selecting previously unselected package vim-common.
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.56 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.57 Unpacking vim-common (2:8.1.0875-5) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.84 Selecting previously unselected package cmake-data.
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.84 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 25.84 Unpacking cmake-data (3.13.4-1) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 28.25 Selecting previously unselected package libicu63:s390x.
07:23:34 [2020-11-03T07:23:34.815Z] #34 28.26 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 28.28 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 32.14 Selecting previously unselected package libxml2:s390x.
07:23:34 [2020-11-03T07:23:34.815Z] #34 32.14 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 32.14 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 32.74 Selecting previously unselected package libarchive13:s390x.
07:23:34 [2020-11-03T07:23:34.815Z] #34 32.75 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 32.75 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.20 Selecting previously unselected package libjsoncpp1:s390x.
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.20 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.21 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.29 Selecting previously unselected package librhash0:s390x.
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.29 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.30 Unpacking librhash0:s390x (1.3.8-1) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.40 Selecting previously unselected package libuv1:s390x.
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.41 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.41 Unpacking libuv1:s390x (1.24.1-1) ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.48 Selecting previously unselected package cmake.
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.48 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
07:23:34 [2020-11-03T07:23:34.815Z] #34 33.48 Unpacking cmake (3.13.4-1) ...
07:23:34 [2020-11-03T07:23:34.838Z] #27 1.752 
                                                                           0.0%
###############                                                           22.1%
################################                                          45.1%
########################################################                  77.9%
######################################################################## 100.0%
07:23:34 [2020-11-03T07:23:34.838Z] #27 2.243 
07:23:35 [2020-11-03T07:23:35.098Z] #27 2.356 
#########################################                                 57.9%
######################################################################## 100.0%
07:23:35 [2020-11-03T07:23:35.098Z] #27 2.489 
07:23:35 [2020-11-03T07:23:35.108Z] #34 ...
07:23:35 [2020-11-03T07:23:35.108Z] 
07:23:35 [2020-11-03T07:23:35.108Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:35 [2020-11-03T07:23:35.108Z] #40 34.27 Setting up libnl-3-dev:s390x (3.4.0-1) ...
07:23:35 [2020-11-03T07:23:35.108Z] #40 34.28 Processing triggers for libc-bin (2.28-10) ...
07:23:35 [2020-11-03T07:23:35.108Z] #40 ...
07:23:35 [2020-11-03T07:23:35.108Z] 
07:23:35 [2020-11-03T07:23:35.108Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:35 [2020-11-03T07:23:35.108Z] #43 24.29 strconv
07:23:35 [2020-11-03T07:23:35.108Z] #43 24.29 io
07:23:35 [2020-11-03T07:23:35.108Z] #43 25.34 bytes
07:23:35 [2020-11-03T07:23:35.108Z] #43 27.33 reflect
07:23:35 [2020-11-03T07:23:35.108Z] #43 27.43 bufio
07:23:35 [2020-11-03T07:23:35.108Z] #43 28.56 syscall
07:23:35 [2020-11-03T07:23:35.361Z] #27 2.609 
#######################################                                   55.2%
######################################################################## 100.0%
07:23:35 [2020-11-03T07:23:35.405Z] #43 ...
07:23:35 [2020-11-03T07:23:35.405Z] 
07:23:35 [2020-11-03T07:23:35.405Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.689 + RM_GOPATH=0
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.689 + TMP_GOPATH=
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.689 + : /build
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.689 + '[' -z '' ']'
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.689 ++ mktemp -d
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.691 + export GOPATH=/tmp/tmp.zueBF61YPk
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.691 + GOPATH=/tmp/tmp.zueBF61YPk
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.691 + RM_GOPATH=1
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.691 + case "$(go env GOARCH)" in
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.691 ++ go env GOARCH
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.707 + export GO_BUILDMODE=-buildmode=pie
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.707 + GO_BUILDMODE=-buildmode=pie
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.707 ++ dirname /tmp/install/install.sh
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.708 + dir=/tmp/install
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.708 + bin=containerd
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.708 + shift
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.709 + '[' '!' -f /tmp/install/containerd.installer ']'
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.709 + . /tmp/install/containerd.installer
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.709 ++ set -e
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.709 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.710 + install_containerd
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.711 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.711 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.711 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zueBF61YPk/src/github.com/containerd/containerd
07:23:35 [2020-11-03T07:23:35.405Z] #54 0.713 Cloning into '/tmp/tmp.zueBF61YPk/src/github.com/containerd/containerd'...
07:23:35 [2020-11-03T07:23:35.405Z] #54 ...
07:23:35 [2020-11-03T07:23:35.405Z] 
07:23:35 [2020-11-03T07:23:35.405Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:35 [2020-11-03T07:23:35.405Z] #40 DONE 34.7s
07:23:35 [2020-11-03T07:23:35.405Z] 
07:23:35 [2020-11-03T07:23:35.405Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:35 [2020-11-03T07:23:35.405Z] #49 29.20 syscall
07:23:35 [2020-11-03T07:23:35.405Z] #49 29.22 reflect
07:23:35 [2020-11-03T07:23:35.405Z] #49 34.31 time
07:23:35 [2020-11-03T07:23:35.405Z] #49 ...
07:23:35 [2020-11-03T07:23:35.405Z] 
07:23:35 [2020-11-03T07:23:35.405Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:35 [2020-11-03T07:23:35.405Z] #43 34.79 time
07:23:35 [2020-11-03T07:23:35.622Z] #27 2.791 
07:23:36 [2020-11-03T07:23:36.404Z] #27 2.916 
                                                                           0.2%
#####                                                                      7.4%
################                                                          23.5%
####################################                                      50.3%
#####################################################                     74.6%
############################################################              84.3%
######################################################################## 100.0%
07:23:36 [2020-11-03T07:23:36.404Z] #27 3.717 
07:23:36 [2020-11-03T07:23:36.666Z] #27 3.856 
##                                                                         3.5%
######                                                                     9.6%
07:23:36 [2020-11-03T07:23:36.666Z] #27 ...
07:23:36 [2020-11-03T07:23:36.666Z] 
07:23:36 [2020-11-03T07:23:36.666Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:23:36 [2020-11-03T07:23:36.666Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.2s done
07:23:36 [2020-11-03T07:23:36.666Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
07:23:36 [2020-11-03T07:23:36.666Z] #8 DONE 36.6s
07:23:36 [2020-11-03T07:23:36.666Z] 
07:23:36 [2020-11-03T07:23:36.666Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:23:37 [2020-11-03T07:23:37.486Z] #43 ...
07:23:37 [2020-11-03T07:23:37.486Z] 
07:23:37 [2020-11-03T07:23:37.486Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:37 [2020-11-03T07:23:37.486Z] #45 DONE 36.3s
07:23:37 [2020-11-03T07:23:37.486Z] 
07:23:37 [2020-11-03T07:23:37.486Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.04 Setting up libicu63:s390x (63.1-6+deb10u1) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.06 Setting up xxd (2:8.1.0875-5) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.06 Setting up libuv1:s390x (1.24.1-1) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.07 Setting up vim-common (2:8.1.0875-5) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.08 Setting up librhash0:s390x (1.3.8-1) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.11 Setting up cmake-data (3.13.4-1) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.12 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.14 Setting up libjsoncpp1:s390x (1.7.4-3) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.15 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.16 Setting up cmake (3.13.4-1) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.18 Processing triggers for libc-bin (2.28-10) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 36.26 Processing triggers for mime-support (3.62) ...
07:23:37 [2020-11-03T07:23:37.486Z] #34 DONE 36.7s
07:23:37 [2020-11-03T07:23:37.486Z] 
07:23:37 [2020-11-03T07:23:37.486Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:38 [2020-11-03T07:23:38.240Z] #27 3.856 
##                                                                         3.5%
######                                                                     9.6%
##########                                                                14.8%
#############                                                             19.4%
#################                                                         24.6%
#####################                                                     30.4%
#########################                                                 35.2%
#############################                                             40.9%
#################################                                         46.3%
####################################                                      51.0%
##########################################                                59.4%
################################################                          67.4%
#####################################################                     74.9%
#########################################################                 80.1%
#############################################################             85.2%
#################################################################         90.5%
####################################################################      95.6%
######################################################################## 100.0%
07:23:38 [2020-11-03T07:23:38.240Z] #27 5.706 
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.978 + RM_GOPATH=0
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.978 + TMP_GOPATH=
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.978 + : /build
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.978 + '[' -z '' ']'
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.978 ++ mktemp -d
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.979 + export GOPATH=/tmp/tmp.dCkwOyASeK
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.982 + GOPATH=/tmp/tmp.dCkwOyASeK
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.982 + RM_GOPATH=1
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.982 + case "$(go env GOARCH)" in
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.982 ++ go env GOARCH
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.991 + export GO_BUILDMODE=-buildmode=pie
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.991 + GO_BUILDMODE=-buildmode=pie
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.991 ++ dirname /tmp/install/install.sh
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.991 + dir=/tmp/install
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.992 + bin=tini
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.992 + shift
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.992 + '[' '!' -f /tmp/install/tini.installer ']'
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.992 + . /tmp/install/tini.installer
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.993 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.993 + install_tini
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.993 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.993 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.993 + git clone https://github.com/krallin/tini.git /tmp/tmp.dCkwOyASeK/tini
07:23:38 [2020-11-03T07:23:38.540Z] #35 0.994 Cloning into '/tmp/tmp.dCkwOyASeK/tini'...
07:23:38 [2020-11-03T07:23:38.847Z] #27 6.283 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:23:39 [2020-11-03T07:23:39.107Z] #27 6.382 
07:23:39 [2020-11-03T07:23:39.107Z] #27 6.461 
######################################################################## 100.0%
07:23:39 [2020-11-03T07:23:39.107Z] #27 6.478 
07:23:39 [2020-11-03T07:23:39.216Z] #35 1.682 + cd /tmp/tmp.dCkwOyASeK/tini
07:23:39 [2020-11-03T07:23:39.216Z] #35 1.682 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
07:23:39 [2020-11-03T07:23:39.216Z] #35 1.692 + cmake .
07:23:39 [2020-11-03T07:23:39.678Z] #27 6.916 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:23:39 [2020-11-03T07:23:39.679Z] #27 6.979 
07:23:39 [2020-11-03T07:23:39.679Z] #27 7.090 
#################                                                         24.8%
######################################################################## 100.0%
07:23:39 [2020-11-03T07:23:39.851Z] #35 2.069 -- The C compiler identification is GNU 8.3.0
07:23:39 [2020-11-03T07:23:39.851Z] #35 2.115 -- Check for working C compiler: /usr/bin/cc
07:23:39 [2020-11-03T07:23:39.952Z] #27 7.183 
07:23:40 [2020-11-03T07:23:40.144Z] #35 2.446 -- Check for working C compiler: /usr/bin/cc -- works
07:23:40 [2020-11-03T07:23:40.144Z] #35 2.449 -- Detecting C compiler ABI info
07:23:40 [2020-11-03T07:23:40.437Z] #35 2.812 -- Detecting C compiler ABI info - done
07:23:40 [2020-11-03T07:23:40.437Z] #35 2.840 -- Detecting C compile features
07:23:40 [2020-11-03T07:23:40.521Z] #27 7.623 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:23:40 [2020-11-03T07:23:40.521Z] #27 7.648 skipping existing c35d46ef359f
07:23:40 [2020-11-03T07:23:40.521Z] #27 7.678 
07:23:41 [2020-11-03T07:23:41.096Z] #27 8.244 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:23:41 [2020-11-03T07:23:41.096Z] #27 8.306 
07:23:41 [2020-11-03T07:23:41.096Z] #27 8.345 
######################################################################## 100.0%
07:23:41 [2020-11-03T07:23:41.096Z] #27 8.369 
07:23:41 [2020-11-03T07:23:41.096Z] #27 8.597 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:23:41 [2020-11-03T07:23:41.675Z] #27 8.753 
07:23:41 [2020-11-03T07:23:41.675Z] #27 8.798 
######################################################################## 100.0%
07:23:41 [2020-11-03T07:23:41.675Z] #27 8.821 
07:23:41 [2020-11-03T07:23:41.675Z] #27 8.837 Download of images into '/build' complete.
07:23:41 [2020-11-03T07:23:41.675Z] #27 8.837 Use something like the following to load the result into a Docker daemon:
07:23:41 [2020-11-03T07:23:41.675Z] #27 8.837   tar -cC '/build' . | docker load
07:23:41 [2020-11-03T07:23:41.950Z] #35 4.063 -- Detecting C compile features - done
07:23:41 [2020-11-03T07:23:41.951Z] #35 4.079 -- Performing Test HAS_BUILTIN_FORTIFY
07:23:41 [2020-11-03T07:23:41.951Z] #35 4.204 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:23:41 [2020-11-03T07:23:41.951Z] #35 4.261 -- Configuring done
07:23:41 [2020-11-03T07:23:41.951Z] #35 4.283 -- Generating done
07:23:41 [2020-11-03T07:23:41.951Z] #35 4.284 -- Build files have been written to: /tmp/tmp.dCkwOyASeK/tini
07:23:41 [2020-11-03T07:23:41.951Z] #35 4.287 + make tini-static
07:23:42 [2020-11-03T07:23:42.243Z] #35 4.560 Scanning dependencies of target tini-static
07:23:42 [2020-11-03T07:23:42.243Z] #35 4.612 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:23:42 [2020-11-03T07:23:42.655Z] #27 DONE 9.7s
07:23:42 [2020-11-03T07:23:42.655Z] 
07:23:42 [2020-11-03T07:23:42.655Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:23:42 [2020-11-03T07:23:42.655Z] #9 DONE 5.6s
07:23:42 [2020-11-03T07:23:42.655Z] 
07:23:42 [2020-11-03T07:23:42.655Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:23:43 [2020-11-03T07:23:43.281Z] #35 5.469 [100%] Linking C executable tini-static
07:23:43 [2020-11-03T07:23:43.281Z] #35 5.728 [100%] Built target tini-static
07:23:43 [2020-11-03T07:23:43.281Z] #35 5.833 + mkdir -p /build
07:23:43 [2020-11-03T07:23:43.573Z] #35 5.834 + cp tini-static /build/docker-init
07:23:43 [2020-11-03T07:23:43.573Z] #35 DONE 6.1s
07:23:43 [2020-11-03T07:23:43.573Z] 
07:23:43 [2020-11-03T07:23:43.573Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:23:43 [2020-11-03T07:23:43.573Z] #11 38.55 Selecting previously unselected package mingw-w64-x86-64-dev.
07:23:43 [2020-11-03T07:23:43.573Z] #11 38.56 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
07:23:43 [2020-11-03T07:23:43.573Z] #11 38.57 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
07:23:43 [2020-11-03T07:23:43.573Z] #11 42.17 Selecting previously unselected package gcc-mingw-w64-base.
07:23:43 [2020-11-03T07:23:43.573Z] #11 42.17 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
07:23:43 [2020-11-03T07:23:43.573Z] #11 42.18 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:23:43 [2020-11-03T07:23:43.573Z] #11 42.29 Selecting previously unselected package gcc-mingw-w64-x86-64.
07:23:43 [2020-11-03T07:23:43.573Z] #11 42.29 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
07:23:43 [2020-11-03T07:23:43.573Z] #11 42.29 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:23:43 [2020-11-03T07:23:43.623Z] #10 DONE 1.1s
07:23:43 [2020-11-03T07:23:43.623Z] 
07:23:43 [2020-11-03T07:23:43.623Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:43 [2020-11-03T07:23:43.885Z] #62 ...
07:23:43 [2020-11-03T07:23:43.885Z] 
07:23:43 [2020-11-03T07:23:43.885Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:23:43 [2020-11-03T07:23:43.885Z] #29 DONE 0.4s
07:23:43 [2020-11-03T07:23:43.885Z] 
07:23:43 [2020-11-03T07:23:43.885Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:23:43 [2020-11-03T07:23:43.885Z] #37 DONE 0.4s
07:23:43 [2020-11-03T07:23:43.885Z] 
07:23:43 [2020-11-03T07:23:43.885Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:23:44 [2020-11-03T07:23:44.051Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a6e039a31b408971) in /home/ubuntu/workspace/moby_PR-41626
[Pipeline] {
[Pipeline] checkout
07:23:45 [2020-11-03T07:23:45.649Z] #11 ...
07:23:45 [2020-11-03T07:23:45.649Z] 
07:23:45 [2020-11-03T07:23:45.649Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:23:45 [2020-11-03T07:23:45.649Z] #41 6.781 Note: Building without setproctitle() and strlcpy() support.
07:23:45 [2020-11-03T07:23:45.649Z] #41 6.781       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:23:45 [2020-11-03T07:23:45.649Z] #41 6.786 Note: Building without GnuTLS support
07:23:45 [2020-11-03T07:23:45.649Z] #41 6.790 Makefile.config:39: Warn: you have no libnftables installed
07:23:45 [2020-11-03T07:23:45.649Z] #41 6.790 Makefile.config:40: Warn: Building without nftables support
07:23:45 [2020-11-03T07:23:45.649Z] #41 7.853 fatal: not a git repository (or any of the parent directories): .git
07:23:45 [2020-11-03T07:23:45.649Z] #41 7.873   GEN      .gitid
07:23:45 [2020-11-03T07:23:45.649Z] #41 7.875   GEN      criu/include/version.h
07:23:45 [2020-11-03T07:23:45.649Z] #41 7.896   GEN      include/common/asm
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.042   PBCC     images/timens.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.058   DEP      images/timens.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.086   PBCC     images/fown.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.095   PBCC     images/google/protobuf/descriptor.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.129   PBCC     images/opts.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.155   PBCC     images/memfd.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.182   DEP      images/fown.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.205   DEP      images/google/protobuf/descriptor.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.233   DEP      images/opts.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.273   DEP      images/memfd.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.307   PBCC     images/sit.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.332   DEP      images/sit.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.350   PBCC     images/macvlan.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.374   DEP      images/macvlan.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.395   PBCC     images/autofs.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.402   DEP      images/autofs.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.433   PBCC     images/sysctl.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.450   DEP      images/sysctl.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.473   PBCC     images/time.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.482   DEP      images/time.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.498   PBCC     images/binfmt-misc.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.519   DEP      images/binfmt-misc.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.539   PBCC     images/seccomp.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.547   DEP      images/seccomp.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.593   PBCC     images/userns.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.606   DEP      images/userns.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.638   PBCC     images/cgroup.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.653   DEP      images/cgroup.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.679   PBCC     images/ext-file.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.693   DEP      images/ext-file.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.723   PBCC     images/rpc.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.728   DEP      images/rpc.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.776   PBCC     images/siginfo.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.791   DEP      images/siginfo.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.822   PBCC     images/pagemap.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.831   DEP      images/pagemap.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.855   PBCC     images/rlimit.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.858   DEP      images/rlimit.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.885   PBCC     images/file-lock.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.891   DEP      images/file-lock.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.932   PBCC     images/tty.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.963   DEP      images/tty.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 9.983   PBCC     images/tun.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.01   PBCC     images/netdev.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.03   DEP      images/tun.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.08   DEP      images/netdev.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.10   PBCC     images/vma.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.11   DEP      images/vma.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.13   PBCC     images/creds.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.13   DEP      images/creds.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.15   PBCC     images/utsns.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.17   DEP      images/utsns.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.19   PBCC     images/ipc-desc.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.21   PBCC     images/ipc-sem.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.23   DEP      images/ipc-desc.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.24   DEP      images/ipc-sem.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.26   PBCC     images/ipc-msg.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.26   DEP      images/ipc-msg.pb-c.d
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.29   PBCC     images/ipc-shm.pb-c.c
07:23:45 [2020-11-03T07:23:45.649Z] #41 10.30   DEP      images/ipc-shm.pb-c.d
07:23:45 [2020-11-03T07:23:45.650Z] #41 10.32   PBCC     images/ipc-var.pb-c.c
07:23:45 [2020-11-03T07:23:45.650Z] #41 10.33   DEP      images/ipc-var.pb-c.d
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.34   PBCC     images/sk-opts.pb-c.c
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.35   PBCC     images/packet-sock.pb-c.c
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.38   DEP      images/sk-opts.pb-c.d
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.39   DEP      images/packet-sock.pb-c.d
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.41   PBCC     images/sk-netlink.pb-c.c
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.43   DEP      images/sk-netlink.pb-c.d
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.45   PBCC     images/sk-inet.pb-c.c
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.49   DEP      images/sk-inet.pb-c.d
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.52   PBCC     images/sk-unix.pb-c.c
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.54   DEP      images/sk-unix.pb-c.d
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.58   PBCC     images/mm.pb-c.c
07:23:45 [2020-11-03T07:23:45.942Z] #41 10.64   DEP      images/mm.pb-c.d
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.67   PBCC     images/timerfd.pb-c.c
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.70   DEP      images/timerfd.pb-c.d
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.71   PBCC     images/timer.pb-c.c
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.76   DEP      images/timer.pb-c.d
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.79   PBCC     images/sa.pb-c.c
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.81   DEP      images/sa.pb-c.d
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.83   PBCC     images/pipe-data.pb-c.c
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.85   DEP      images/pipe-data.pb-c.d
07:23:46 [2020-11-03T07:23:46.234Z] #41 10.88   PBCC     images/mnt.pb-c.c
07:23:46 [2020-11-03T07:23:46.527Z] #41 10.92   DEP      images/mnt.pb-c.d
07:23:46 [2020-11-03T07:23:46.527Z] #41 10.95   PBCC     images/sk-packet.pb-c.c
07:23:46 [2020-11-03T07:23:46.527Z] #41 10.97   DEP      images/sk-packet.pb-c.d
07:23:46 [2020-11-03T07:23:46.527Z] #41 10.98   PBCC     images/tcp-stream.pb-c.c
07:23:46 [2020-11-03T07:23:46.527Z] #41 11.04   DEP      images/tcp-stream.pb-c.d
07:23:46 [2020-11-03T07:23:46.527Z] #41 11.08   PBCC     images/pipe.pb-c.c
07:23:46 [2020-11-03T07:23:46.527Z] #41 11.11   DEP      images/pipe.pb-c.d
07:23:46 [2020-11-03T07:23:46.527Z] #41 11.17   PBCC     images/pstree.pb-c.c
07:23:46 [2020-11-03T07:23:46.527Z] #41 11.18   DEP      images/pstree.pb-c.d
07:23:46 [2020-11-03T07:23:46.527Z] #41 11.21   PBCC     images/fs.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.24   DEP      images/fs.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.25   PBCC     images/signalfd.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.30   DEP      images/signalfd.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.34   PBCC     images/fh.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.36   PBCC     images/fsnotify.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.38   DEP      images/fh.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.40   DEP      images/fsnotify.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.43   PBCC     images/eventpoll.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.44   DEP      images/eventpoll.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.46   PBCC     images/eventfd.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.47   DEP      images/eventfd.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.50   PBCC     images/remap-file-path.pb-c.c
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.52   DEP      images/remap-file-path.pb-c.d
07:23:46 [2020-11-03T07:23:46.854Z] #41 11.55   PBCC     images/fifo.pb-c.c
07:23:46 [2020-11-03T07:23:46.945Z] using credential docker-jenkins-github-credentials
07:23:46 [2020-11-03T07:23:46.953Z] Cloning the remote Git repository
07:23:46 [2020-11-03T07:23:46.953Z] Cloning with configured refspecs honoured and without tags
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.56   DEP      images/fifo.pb-c.d
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.61   PBCC     images/ghost-file.pb-c.c
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.63   DEP      images/ghost-file.pb-c.d
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.66   PBCC     images/regfile.pb-c.c
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.68   DEP      images/regfile.pb-c.d
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.69   PBCC     images/ns.pb-c.c
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.70   DEP      images/ns.pb-c.d
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.72   PBCC     images/fdinfo.pb-c.c
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.75   DEP      images/fdinfo.pb-c.d
07:23:47 [2020-11-03T07:23:47.146Z] #41 11.77   PBCC     images/core-aarch64.pb-c.c
07:23:47 [2020-11-03T07:23:47.146Z] #41 ...
07:23:47 [2020-11-03T07:23:47.146Z] 
07:23:47 [2020-11-03T07:23:47.146Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:47 [2020-11-03T07:23:47.146Z] #32 36.37 internal/fmtsort
07:23:47 [2020-11-03T07:23:47.146Z] #32 36.55 internal/poll
07:23:47 [2020-11-03T07:23:47.146Z] #32 37.15 internal/syscall/execenv
07:23:47 [2020-11-03T07:23:47.146Z] #32 37.31 internal/syscall/unix
07:23:47 [2020-11-03T07:23:47.146Z] #32 37.73 strings
07:23:47 [2020-11-03T07:23:47.146Z] #32 38.08 os
07:23:47 [2020-11-03T07:23:47.146Z] #32 39.48 path
07:23:47 [2020-11-03T07:23:47.146Z] #32 39.90 text/tabwriter
07:23:47 [2020-11-03T07:23:47.146Z] #32 40.17 fmt
07:23:47 [2020-11-03T07:23:47.146Z] #32 40.35 path/filepath
07:23:47 [2020-11-03T07:23:47.146Z] #32 41.21 io/ioutil
07:23:47 [2020-11-03T07:23:47.147Z] #32 42.48 flag
07:23:47 [2020-11-03T07:23:47.147Z] #32 42.48 github.com/BurntSushi/toml
07:23:47 [2020-11-03T07:23:47.147Z] #32 43.81 log
07:23:47 [2020-11-03T07:23:47.147Z] #32 45.02 github.com/BurntSushi/toml/cmd/tomlv
07:23:47 [2020-11-03T07:23:47.439Z] #32 ...
07:23:47 [2020-11-03T07:23:47.439Z] 
07:23:47 [2020-11-03T07:23:47.439Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:23:47 [2020-11-03T07:23:47.439Z] #41 11.80   PBCC     images/core-arm.pb-c.c
07:23:47 [2020-11-03T07:23:47.439Z] #41 11.83   PBCC     images/core-ppc64.pb-c.c
07:23:47 [2020-11-03T07:23:47.439Z] #41 11.88   PBCC     images/core-s390.pb-c.c
07:23:47 [2020-11-03T07:23:47.439Z] #41 11.88   PBCC     images/core-x86.pb-c.c
07:23:47 [2020-11-03T07:23:47.439Z] #41 11.89   PBCC     images/core.pb-c.c
07:23:47 [2020-11-03T07:23:47.439Z] #41 11.97   PBCC     images/inventory.pb-c.c
07:23:47 [2020-11-03T07:23:47.439Z] #41 12.02   DEP      images/core-aarch64.pb-c.d
07:23:45 [2020-11-03T07:23:45.960Z] Cloning repository https://github.com/moby/moby.git
07:23:46 [2020-11-03T07:23:46.018Z]  > git init /home/ubuntu/workspace/moby_PR-41626 # timeout=10
07:23:46 [2020-11-03T07:23:46.276Z] Fetching upstream changes from https://github.com/moby/moby.git
07:23:46 [2020-11-03T07:23:46.276Z]  > git --version # timeout=10
07:23:46 [2020-11-03T07:23:46.287Z]  > git --version # 'git version 2.17.1'
07:23:46 [2020-11-03T07:23:46.287Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:23:46 [2020-11-03T07:23:46.341Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.04   DEP      images/core-arm.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.06   DEP      images/core-ppc64.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.11   DEP      images/core-s390.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.18   DEP      images/core-x86.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.22   DEP      images/core.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.27   DEP      images/inventory.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.31   PBCC     images/cpuinfo.pb-c.c
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.34   DEP      images/cpuinfo.pb-c.d
07:23:47 [2020-11-03T07:23:47.731Z] #41 12.38   PBCC     images/stats.pb-c.c
07:23:48 [2020-11-03T07:23:48.023Z] #41 12.40   DEP      images/stats.pb-c.d
07:23:48 [2020-11-03T07:23:48.179Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e28e1bb9f6cb2c1f) in /home/ubuntu/workspace/moby_PR-41626
[Pipeline] {
[Pipeline] checkout
07:23:48 [2020-11-03T07:23:48.662Z] #41 ...
07:23:48 [2020-11-03T07:23:48.662Z] 
07:23:48 [2020-11-03T07:23:48.662Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:48 [2020-11-03T07:23:48.662Z] #32 DONE 47.9s
07:23:48 [2020-11-03T07:23:48.662Z] 
07:23:48 [2020-11-03T07:23:48.662Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:23:48 [2020-11-03T07:23:48.662Z] #41 13.15 make[1]: Nothing to be done for 'all'.
07:23:48 [2020-11-03T07:23:48.967Z] #41 ...
07:23:48 [2020-11-03T07:23:48.967Z] 
07:23:48 [2020-11-03T07:23:48.967Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:48 [2020-11-03T07:23:48.967Z] #49 38.00 encoding/binary
07:23:48 [2020-11-03T07:23:48.967Z] #49 38.25 context
07:23:48 [2020-11-03T07:23:48.967Z] #49 38.74 os
07:23:48 [2020-11-03T07:23:48.967Z] #49 39.33 encoding/base64
07:23:48 [2020-11-03T07:23:48.967Z] #49 39.76 golang.org/x/sys/unix
07:23:48 [2020-11-03T07:23:48.967Z] #49 40.77 fmt
07:23:48 [2020-11-03T07:23:48.967Z] #49 43.89 encoding/json
07:23:48 [2020-11-03T07:23:48.967Z] #49 45.17 github.com/pkg/diff
07:23:48 [2020-11-03T07:23:48.967Z] #49 46.22 go/ast
07:23:48 [2020-11-03T07:23:48.967Z] #49 47.57 golang.org/x/crypto/ssh/terminal
07:23:48 [2020-11-03T07:23:48.967Z] #49 ...
07:23:48 [2020-11-03T07:23:48.967Z] 
07:23:48 [2020-11-03T07:23:48.967Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:48 [2020-11-03T07:23:48.967Z] #43 38.09 strings
07:23:48 [2020-11-03T07:23:48.967Z] #43 38.59 os
07:23:48 [2020-11-03T07:23:48.967Z] #43 39.94 regexp/syntax
07:23:48 [2020-11-03T07:23:48.967Z] #43 41.04 fmt
07:23:48 [2020-11-03T07:23:48.967Z] #43 43.28 regexp
07:23:48 [2020-11-03T07:23:48.967Z] #43 44.59 go/token
07:23:48 [2020-11-03T07:23:48.967Z] #43 45.33 go/scanner
07:23:48 [2020-11-03T07:23:48.967Z] #43 45.87 internal/lazyregexp
07:23:48 [2020-11-03T07:23:48.967Z] #43 46.07 go/ast
07:23:48 [2020-11-03T07:23:48.967Z] #43 46.10 net/url
07:23:48 [2020-11-03T07:23:48.967Z] #43 47.50 text/template/parse
07:23:49 [2020-11-03T07:23:49.283Z] #43 48.50 go/parser
07:23:49 [2020-11-03T07:23:49.575Z] #43 ...
07:23:49 [2020-11-03T07:23:49.575Z] 
07:23:49 [2020-11-03T07:23:49.575Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:49 [2020-11-03T07:23:49.575Z] #49 48.65 mvdan.cc/editorconfig
07:23:50 [2020-11-03T07:23:50.210Z] #49 49.26 mvdan.cc/sh/v3/fileutil
07:23:50 [2020-11-03T07:23:50.210Z] #49 49.38 mvdan.cc/sh/v3/syntax
07:23:50 [2020-11-03T07:23:50.499Z] #30 ...
07:23:50 [2020-11-03T07:23:50.499Z] 
07:23:50 [2020-11-03T07:23:50.499Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + RM_GOPATH=0
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + TMP_GOPATH=
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + : /build
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + '[' -z '' ']'
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 ++ mktemp -d
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + export GOPATH=/tmp/tmp.prKRFaJiYE
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + GOPATH=/tmp/tmp.prKRFaJiYE
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + RM_GOPATH=1
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + case "$(go env GOARCH)" in
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 ++ go env GOARCH
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + export GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 ++ dirname /tmp/install/install.sh
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + dir=/tmp/install
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + bin=rootlesskit
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + shift
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + . /tmp/install/rootlesskit.installer
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + install_rootlesskit
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + case "$1" in
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + export CGO_ENABLED=0
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + CGO_ENABLED=0
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + _install_rootlesskit
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.prKRFaJiYE/src/github.com/rootless-containers/rootlesskit
07:23:50 [2020-11-03T07:23:50.499Z] #56 6.013 Cloning into '/tmp/tmp.prKRFaJiYE/src/github.com/rootless-containers/rootlesskit'...
07:23:50 [2020-11-03T07:23:50.499Z] #56 ...
07:23:50 [2020-11-03T07:23:50.499Z] 
07:23:50 [2020-11-03T07:23:50.499Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + RM_GOPATH=0
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + TMP_GOPATH=
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + : /build
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + '[' -z '' ']'
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 ++ mktemp -d
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + export GOPATH=/tmp/tmp.jInAJ9Gk57
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + GOPATH=/tmp/tmp.jInAJ9Gk57
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + RM_GOPATH=1
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 + case "$(go env GOARCH)" in
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.110 ++ go env GOARCH
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.128 Install docker/cli version 17.06.2-ce from stable
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + export GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 ++ dirname /tmp/install/install.sh
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + dir=/tmp/install
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + bin=dockercli
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + shift
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + '[' '!' -f /tmp/install/dockercli.installer ']'
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + . /tmp/install/dockercli.installer
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 ++ : stable
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 ++ : 17.06.2-ce
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + install_dockercli
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 ++ uname -m
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + arch=x86_64
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + '[' x86_64 '!=' x86_64 ']'
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + url=https://download.docker.com/linux/static
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.129 + tar -xz docker/docker
07:23:50 [2020-11-03T07:23:50.499Z] #22 6.140 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:23:50 [2020-11-03T07:23:50.499Z] #22 ...
07:23:50 [2020-11-03T07:23:50.499Z] 
07:23:50 [2020-11-03T07:23:50.499Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + RM_GOPATH=0
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + TMP_GOPATH=
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + : /build
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + '[' -z '' ']'
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 ++ mktemp -d
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + export GOPATH=/tmp/tmp.RNlsWk8KZG
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + GOPATH=/tmp/tmp.RNlsWk8KZG
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + RM_GOPATH=1
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 + case "$(go env GOARCH)" in
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.716 ++ go env GOARCH
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + export GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 ++ dirname /tmp/install/install.sh
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + dir=/tmp/install
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + bin=gotestsum
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + shift
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + '[' '!' -f /tmp/install/gotestsum.installer ']'
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + . /tmp/install/gotestsum.installer
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 ++ : v0.5.3
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + install_gotestsum
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + set -e
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + export GO111MODULE=on
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.733 + GO111MODULE=on
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.743 + GOBIN=/build
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.743 + go get gotest.tools/gotestsum@v0.5.3
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.854 go: finding gotest.tools v0.5.3
07:23:50 [2020-11-03T07:23:50.499Z] #45 6.854 go: finding gotest.tools/gotestsum v0.5.3
07:23:50 [2020-11-03T07:23:50.499Z] #45 ...
07:23:50 [2020-11-03T07:23:50.499Z] 
07:23:50 [2020-11-03T07:23:50.499Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + RM_GOPATH=0
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + TMP_GOPATH=
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + : /build
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + '[' -z '' ']'
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 ++ mktemp -d
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + export GOPATH=/tmp/tmp.PzdXREcldX
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + GOPATH=/tmp/tmp.PzdXREcldX
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + RM_GOPATH=1
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 + case "$(go env GOARCH)" in
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.305 ++ go env GOARCH
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + export GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + GO_BUILDMODE=-buildmode=pie
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 ++ dirname /tmp/install/install.sh
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + dir=/tmp/install
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + bin=vndr
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + shift
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + '[' '!' -f /tmp/install/vndr.installer ']'
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + . /tmp/install/vndr.installer
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + install_vndr
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.PzdXREcldX/src/github.com/LK4D4/vndr
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.323 Cloning into '/tmp/tmp.PzdXREcldX/src/github.com/LK4D4/vndr'...
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.943 + cd /tmp/tmp.PzdXREcldX/src/github.com/LK4D4/vndr
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.943 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
07:23:50 [2020-11-03T07:23:50.499Z] #43 6.954 + go build -buildmode=pie -v -o /build/vndr .
07:23:51 [2020-11-03T07:23:51.070Z] #43 ...
07:23:51 [2020-11-03T07:23:51.070Z] 
07:23:51 [2020-11-03T07:23:51.070Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.465 + RM_GOPATH=0
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.466 + TMP_GOPATH=
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.466 + : /build
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.466 + '[' -z '' ']'
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.471 ++ mktemp -d
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.499 + export GOPATH=/tmp/tmp.Zd8aGHUUCY
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.499 + GOPATH=/tmp/tmp.Zd8aGHUUCY
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.499 + RM_GOPATH=1
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.499 + case "$(go env GOARCH)" in
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.499 ++ go env GOARCH
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.537 + export GO_BUILDMODE=-buildmode=pie
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.537 + GO_BUILDMODE=-buildmode=pie
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.537 ++ dirname /tmp/install/install.sh
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + dir=/tmp/install
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + bin=golangci_lint
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + shift
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + . /tmp/install/golangci_lint.installer
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 ++ : v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + install_golangci_lint
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + set -e
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + export GO111MODULE=on
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + GO111MODULE=on
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + GOBIN=/build
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.541 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.562 go: finding github.com v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.582 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.582 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.582 go: finding github.com/golangci/golangci-lint v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 7.582 go: finding github.com/golangci v1.23.8
07:23:51 [2020-11-03T07:23:51.070Z] #47 ...
07:23:51 [2020-11-03T07:23:51.070Z] 
07:23:51 [2020-11-03T07:23:51.070Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:23:51 [2020-11-03T07:23:51.070Z] #30 7.190 + git clone https://github.com/kolyshkin/go-swagger.git .
07:23:51 [2020-11-03T07:23:51.070Z] #30 7.190 Cloning into '.'...
07:23:51 [2020-11-03T07:23:51.863Z] using credential docker-jenkins-github-credentials
07:23:51 [2020-11-03T07:23:51.871Z] Cloning the remote Git repository
07:23:51 [2020-11-03T07:23:51.871Z] Cloning with configured refspecs honoured and without tags
07:23:51 [2020-11-03T07:23:51.744Z] Cloning repository https://github.com/moby/moby.git
07:23:51 [2020-11-03T07:23:51.819Z]  > git init /home/ubuntu/workspace/moby_PR-41626 # timeout=10
07:23:52 [2020-11-03T07:23:52.123Z] Fetching upstream changes from https://github.com/moby/moby.git
07:23:52 [2020-11-03T07:23:52.123Z]  > git --version # timeout=10
07:23:52 [2020-11-03T07:23:52.234Z]  > git --version # 'git version 2.17.1'
07:23:52 [2020-11-03T07:23:52.234Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:23:52 [2020-11-03T07:23:52.236Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:23:53 [2020-11-03T07:23:53.614Z] #30 ...
07:23:53 [2020-11-03T07:23:53.614Z] 
07:23:53 [2020-11-03T07:23:53.614Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:53 [2020-11-03T07:23:53.614Z] #32 7.998 + RM_GOPATH=0
07:23:53 [2020-11-03T07:23:53.614Z] #32 7.998 + TMP_GOPATH=
07:23:53 [2020-11-03T07:23:53.614Z] #32 7.998 + : /build
07:23:53 [2020-11-03T07:23:53.614Z] #32 7.998 + '[' -z '' ']'
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.019 ++ mktemp -d
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.019 + export GOPATH=/tmp/tmp.bLa3A5Q5tq
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.019 + GOPATH=/tmp/tmp.bLa3A5Q5tq
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.019 + RM_GOPATH=1
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.019 + case "$(go env GOARCH)" in
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.019 ++ go env GOARCH
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.044 + export GO_BUILDMODE=-buildmode=pie
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.044 + GO_BUILDMODE=-buildmode=pie
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.044 ++ dirname /tmp/install/install.sh
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + dir=/tmp/install
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + bin=tomlv
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + shift
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + '[' '!' -f /tmp/install/tomlv.installer ']'
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + . /tmp/install/tomlv.installer
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + install_tomlv
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.051 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.bLa3A5Q5tq/src/github.com/BurntSushi/toml
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.056 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:23:53 [2020-11-03T07:23:53.614Z] #32 8.059 Cloning into '/tmp/tmp.bLa3A5Q5tq/src/github.com/BurntSushi/toml'...
07:23:53 [2020-11-03T07:23:53.614Z] #32 9.741 + cd /tmp/tmp.bLa3A5Q5tq/src/github.com/BurntSushi/toml
07:23:53 [2020-11-03T07:23:53.614Z] #32 9.741 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:23:53 [2020-11-03T07:23:53.614Z] #32 9.758 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
07:23:53 [2020-11-03T07:23:53.614Z] #32 ...
07:23:53 [2020-11-03T07:23:53.614Z] 
07:23:53 [2020-11-03T07:23:53.614Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + RM_GOPATH=0
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + TMP_GOPATH=
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + : /build
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + '[' -z '' ']'
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 ++ mktemp -d
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + export GOPATH=/tmp/tmp.a83rufme5K
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + GOPATH=/tmp/tmp.a83rufme5K
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + RM_GOPATH=1
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 + case "$(go env GOARCH)" in
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.165 ++ go env GOARCH
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.199 + export GO_BUILDMODE=-buildmode=pie
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.199 + GO_BUILDMODE=-buildmode=pie
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.199 ++ dirname /tmp/install/install.sh
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + dir=/tmp/install
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + bin=shfmt
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + shift
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + '[' '!' -f /tmp/install/shfmt.installer ']'
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + . /tmp/install/shfmt.installer
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + install_shfmt
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.205 + git clone https://github.com/mvdan/sh.git /tmp/tmp.a83rufme5K/src/github.com/mvdan/sh
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.219 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
07:23:53 [2020-11-03T07:23:53.614Z] #49 8.249 Cloning into '/tmp/tmp.a83rufme5K/src/github.com/mvdan/sh'...
07:23:53 [2020-11-03T07:23:53.644Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0d19c2c289df762a8) in /home/ubuntu/workspace/moby_PR-41626
[Pipeline] {
[Pipeline] checkout
07:23:53 [2020-11-03T07:23:53.732Z] #49 53.02 mvdan.cc/sh/v3/cmd/shfmt
07:23:53 [2020-11-03T07:23:53.903Z] #49 ...
07:23:53 [2020-11-03T07:23:53.903Z] 
07:23:53 [2020-11-03T07:23:53.903Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:23:53 [2020-11-03T07:23:53.903Z] #53 8.429 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:53 [2020-11-03T07:23:53.903Z] #53 8.585 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:53 [2020-11-03T07:23:53.903Z] #53 8.585 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:53 [2020-11-03T07:23:53.903Z] #53 9.892 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:23:54 [2020-11-03T07:23:54.163Z] #53 ...
07:23:54 [2020-11-03T07:23:54.163Z] 
07:23:54 [2020-11-03T07:23:54.163Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:23:54 [2020-11-03T07:23:54.163Z] #11 8.280 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:54 [2020-11-03T07:23:54.163Z] #11 8.500 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:54 [2020-11-03T07:23:54.163Z] #11 8.500 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:54 [2020-11-03T07:23:54.163Z] #11 9.901 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:23:54 [2020-11-03T07:23:54.163Z] #11 ...
07:23:54 [2020-11-03T07:23:54.163Z] 
07:23:54 [2020-11-03T07:23:54.163Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:23:54 [2020-11-03T07:23:54.163Z] #38 7.650 + git clone https://github.com/docker/distribution.git .
07:23:54 [2020-11-03T07:23:54.163Z] #38 7.661 Cloning into '.'...
07:23:54 [2020-11-03T07:23:54.429Z] #38 ...
07:23:54 [2020-11-03T07:23:54.429Z] 
07:23:54 [2020-11-03T07:23:54.429Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:23:54 [2020-11-03T07:23:54.429Z] #34 7.141 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #34 7.332 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #34 7.497 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #34 8.880 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #34 ...
07:23:54 [2020-11-03T07:23:54.429Z] 
07:23:54 [2020-11-03T07:23:54.429Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:23:54 [2020-11-03T07:23:54.429Z] #40 7.747 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #40 7.844 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #40 7.844 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:23:54 [2020-11-03T07:23:54.429Z] #40 9.487 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:23:54 [2020-11-03T07:23:54.689Z] #40 ...
07:23:54 [2020-11-03T07:23:54.689Z] 
07:23:54 [2020-11-03T07:23:54.689Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:23:54 [2020-11-03T07:23:54.689Z] #45 7.916 go: downloading gotest.tools/gotestsum v0.5.3
07:23:54 [2020-11-03T07:23:54.689Z] #45 8.525 go: extracting gotest.tools/gotestsum v0.5.3
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.07 go: downloading github.com/fatih/color v1.9.0
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.07 go: downloading github.com/spf13/pflag v1.0.3
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.08 go: downloading github.com/pkg/errors v0.9.1
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.09 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.34 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.48 go: extracting github.com/fatih/color v1.9.0
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.56 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.57 go: extracting github.com/pkg/errors v0.9.1
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.60 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.60 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.71 go: downloading github.com/mattn/go-colorable v0.1.6
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.79 go: downloading github.com/mattn/go-isatty v0.0.12
07:23:54 [2020-11-03T07:23:54.689Z] #45 10.83 go: downloading github.com/jonboulle/clockwork v0.1.0
07:23:54 [2020-11-03T07:23:54.689Z] #45 11.04 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:23:54 [2020-11-03T07:23:54.689Z] #45 11.24 go: extracting github.com/mattn/go-colorable v0.1.6
07:23:54 [2020-11-03T07:23:54.769Z] #49 ...
07:23:54 [2020-11-03T07:23:54.769Z] 
07:23:54 [2020-11-03T07:23:54.769Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:23:54 [2020-11-03T07:23:54.769Z] #41 14.25   CC       images/stats.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 14.49   CC       images/core.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 14.77   CC       images/core-x86.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 14.97   CC       images/core-arm.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 15.16   CC       images/core-aarch64.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 15.34   CC       images/core-ppc64.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 15.58   CC       images/core-s390.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 15.92   CC       images/cpuinfo.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.08   CC       images/inventory.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.20   CC       images/fdinfo.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.39   CC       images/fown.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.55   CC       images/ns.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.70   CC       images/regfile.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.78   CC       images/ghost-file.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.91   CC       images/fifo.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 16.98   CC       images/remap-file-path.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 17.11   CC       images/eventfd.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 17.22   CC       images/eventpoll.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 17.34   CC       images/fh.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 17.52   CC       images/fsnotify.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 17.94   CC       images/signalfd.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.07   CC       images/fs.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.16   CC       images/pstree.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.29   CC       images/pipe.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.39   CC       images/tcp-stream.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.53   CC       images/sk-packet.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.64   CC       images/mnt.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.72   CC       images/pipe-data.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.81   CC       images/sa.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 18.97   CC       images/timer.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 19.11   CC       images/timerfd.o
07:23:54 [2020-11-03T07:23:54.769Z] #41 19.27   CC       images/mm.o
07:23:54 [2020-11-03T07:23:54.949Z] #45 11.28 go: extracting github.com/spf13/pflag v1.0.3
07:23:54 [2020-11-03T07:23:54.949Z] #45 11.44 go: extracting github.com/mattn/go-isatty v0.0.12
07:23:54 [2020-11-03T07:23:54.949Z] #45 11.45 go: extracting github.com/jonboulle/clockwork v0.1.0
07:23:55 [2020-11-03T07:23:55.061Z] #41 19.44   CC       images/sk-opts.o
07:23:55 [2020-11-03T07:23:55.061Z] #41 19.55   CC       images/sk-unix.o
07:23:55 [2020-11-03T07:23:55.061Z] #41 19.66   CC       images/sk-inet.o
07:23:55 [2020-11-03T07:23:55.353Z] #41 19.85   CC       images/tun.o
07:23:55 [2020-11-03T07:23:55.353Z] #41 20.06   CC       images/sk-netlink.o
07:23:55 [2020-11-03T07:23:55.987Z] #41 20.22   CC       images/packet-sock.o
07:23:55 [2020-11-03T07:23:55.987Z] #41 20.38   CC       images/ipc-var.o
07:23:55 [2020-11-03T07:23:55.987Z] #41 20.51   CC       images/ipc-desc.o
07:23:55 [2020-11-03T07:23:55.987Z] #41 20.61   CC       images/ipc-shm.o
07:23:56 [2020-11-03T07:23:56.280Z] #41 20.76   CC       images/ipc-msg.o
07:23:56 [2020-11-03T07:23:56.280Z] #41 20.88   CC       images/ipc-sem.o
07:23:56 [2020-11-03T07:23:56.280Z] #41 20.98   CC       images/utsns.o
07:23:56 [2020-11-03T07:23:56.572Z] #41 21.11   CC       images/creds.o
07:23:56 [2020-11-03T07:23:56.572Z] #41 21.24   CC       images/vma.o
07:23:56 [2020-11-03T07:23:56.865Z] #41 21.41   CC       images/netdev.o
07:23:57 [2020-11-03T07:23:57.159Z] #41 ...
07:23:57 [2020-11-03T07:23:57.159Z] 
07:23:57 [2020-11-03T07:23:57.159Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:23:57 [2020-11-03T07:23:57.159Z] #49 DONE 56.3s
07:23:57 [2020-11-03T07:23:57.159Z] 
07:23:57 [2020-11-03T07:23:57.159Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:23:57 [2020-11-03T07:23:57.159Z] #41 21.55   CC       images/tty.o
07:23:57 [2020-11-03T07:23:57.159Z] #41 ...
07:23:57 [2020-11-03T07:23:57.159Z] 
07:23:57 [2020-11-03T07:23:57.159Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:23:57 [2020-11-03T07:23:57.159Z] #54 25.66 Checking out files:  89% (3073/3430)   
Checking out files:  90% (3087/3430)   
Checking out files:  91% (3122/3430)   
Checking out files:  92% (3156/3430)   
Checking out files:  93% (3190/3430)   
Checking out files:  94% (3225/3430)   
Checking out files:  95% (3259/3430)   
Checking out files:  96% (3293/3430)   
Checking out files:  97% (3328/3430)   
Checking out files:  98% (3362/3430)   
Checking out files:  99% (3396/3430)   
Checking out files: 100% (3430/3430)   
Checking out files: 100% (3430/3430), done.
07:23:57 [2020-11-03T07:23:57.159Z] #54 25.92 + cd /tmp/tmp.zueBF61YPk/src/github.com/containerd/containerd
07:23:57 [2020-11-03T07:23:57.159Z] #54 25.92 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + export 'BUILDTAGS=netgo osusergo static_build'
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + BUILDTAGS='netgo osusergo static_build'
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + export EXTRA_FLAGS=-buildmode=pie
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + EXTRA_FLAGS=-buildmode=pie
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + '[' '' = dynamic ']'
07:23:57 [2020-11-03T07:23:57.159Z] #54 26.95 + make
07:23:57 [2020-11-03T07:23:57.159Z] #54 27.55 + bin/ctr
07:23:57 [2020-11-03T07:23:57.329Z] using credential docker-jenkins-github-credentials
07:23:57 [2020-11-03T07:23:57.337Z] Cloning the remote Git repository
07:23:57 [2020-11-03T07:23:57.337Z] Cloning with configured refspecs honoured and without tags
07:23:56 [2020-11-03T07:23:56.899Z] Cloning repository https://github.com/moby/moby.git
07:23:57 [2020-11-03T07:23:57.451Z] #54 ...
07:23:57 [2020-11-03T07:23:57.451Z] 
07:23:57 [2020-11-03T07:23:57.451Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:23:57 [2020-11-03T07:23:57.451Z] #41 21.99   CC       images/file-lock.o
07:23:57 [2020-11-03T07:23:57.451Z] #41 22.08   CC       images/rlimit.o
07:23:57 [2020-11-03T07:23:57.744Z] #41 22.41   CC       images/pagemap.o
07:23:58 [2020-11-03T07:23:58.251Z] #45 14.78 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:23:58 [2020-11-03T07:23:58.402Z] #41 22.75   CC       images/siginfo.o
07:23:58 [2020-11-03T07:23:58.402Z] #41 22.83   CC       images/rpc.o
07:23:56 [2020-11-03T07:23:56.963Z]  > git init /home/ubuntu/workspace/moby_PR-41626 # timeout=10
07:23:58 [2020-11-03T07:23:58.035Z] Fetching upstream changes from https://github.com/moby/moby.git
07:23:58 [2020-11-03T07:23:58.036Z]  > git --version # timeout=10
07:23:58 [2020-11-03T07:23:58.044Z]  > git --version # 'git version 2.7.4'
07:23:58 [2020-11-03T07:23:58.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:23:58 [2020-11-03T07:23:58.694Z] #41 23.38   CC       images/ext-file.o
07:23:58 [2020-11-03T07:23:58.987Z] #41 23.47   CC       images/cgroup.o
07:23:59 [2020-11-03T07:23:59.280Z] #41 23.69   CC       images/userns.o
07:23:59 [2020-11-03T07:23:59.280Z] #41 23.79   CC       images/google/protobuf/descriptor.o
07:23:59 [2020-11-03T07:23:59.633Z] #45 15.96 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:23:58 [2020-11-03T07:23:58.123Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:23:59 [2020-11-03T07:23:59.915Z] #41 24.38   CC       images/opts.o
07:23:59 [2020-11-03T07:23:59.915Z] #41 24.44   CC       images/seccomp.o
07:24:00 [2020-11-03T07:24:00.204Z] #45 ...
07:24:00 [2020-11-03T07:24:00.204Z] 
07:24:00 [2020-11-03T07:24:00.204Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:00 [2020-11-03T07:24:00.204Z] #22 16.68 + mkdir -p /build
07:24:00 [2020-11-03T07:24:00.204Z] #22 16.69 + mv docker/docker /build/
07:24:00 [2020-11-03T07:24:00.204Z] #22 16.78 + rmdir docker
07:24:00 [2020-11-03T07:24:00.207Z] #41 24.54   CC       images/binfmt-misc.o
07:24:00 [2020-11-03T07:24:00.207Z] #41 24.68   CC       images/time.o
07:24:00 [2020-11-03T07:24:00.207Z] #41 24.80   CC       images/sysctl.o
07:24:00 [2020-11-03T07:24:00.500Z] #41 24.88   CC       images/autofs.o
07:24:00 [2020-11-03T07:24:00.500Z] #41 24.97   CC       images/macvlan.o
07:24:00 [2020-11-03T07:24:00.500Z] #41 25.02   CC       images/sit.o
07:24:00 [2020-11-03T07:24:00.792Z] #41 25.12   CC       images/memfd.o
07:24:00 [2020-11-03T07:24:00.792Z] #41 ...
07:24:00 [2020-11-03T07:24:00.792Z] 
07:24:00 [2020-11-03T07:24:00.792Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:00 [2020-11-03T07:24:00.792Z] #43 49.82 text/template
07:24:00 [2020-11-03T07:24:00.792Z] #43 51.12 encoding/xml
07:24:00 [2020-11-03T07:24:00.792Z] #43 53.15 go/doc
07:24:00 [2020-11-03T07:24:00.792Z] #43 54.61 github.com/LK4D4/vndr/godl/singleflight
07:24:00 [2020-11-03T07:24:00.792Z] #43 54.77 github.com/LK4D4/vndr/versioned
07:24:00 [2020-11-03T07:24:00.792Z] #43 54.83 compress/flate
07:24:00 [2020-11-03T07:24:00.792Z] #43 55.33 github.com/LK4D4/vndr/build
07:24:00 [2020-11-03T07:24:00.792Z] #43 56.68 hash/crc32
07:24:00 [2020-11-03T07:24:00.792Z] #43 57.23 compress/gzip
07:24:00 [2020-11-03T07:24:00.792Z] #43 57.68 vendor/golang.org/x/crypto/cryptobyte
07:24:00 [2020-11-03T07:24:00.792Z] #43 57.72 net
07:24:00 [2020-11-03T07:24:00.792Z] #43 58.91 vendor/golang.org/x/crypto/internal/chacha20
07:24:00 [2020-11-03T07:24:00.792Z] #43 59.23 vendor/golang.org/x/crypto/poly1305
07:24:00 [2020-11-03T07:24:00.792Z] #43 59.54 vendor/golang.org/x/crypto/chacha20poly1305
07:24:00 [2020-11-03T07:24:00.792Z] #43 59.93 vendor/golang.org/x/crypto/curve25519
07:24:00 [2020-11-03T07:24:00.792Z] #43 ...
07:24:00 [2020-11-03T07:24:00.792Z] 
07:24:00 [2020-11-03T07:24:00.792Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:00 [2020-11-03T07:24:00.792Z] #41 25.29   CC       images/timens.o
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.50   LINK     images/built-in.o
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.57   GEN      compel/include/asm
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.57   GEN      compel/include/version.h
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.59 touch .config
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.61   GEN      include/common/config.h
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.66   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.70   GEN      compel/plugins/include/uapi/std/syscall-codes.h
07:24:01 [2020-11-03T07:24:01.083Z] #41 25.71   GEN      compel/plugins/include/uapi/std/syscall.h
07:24:01 [2020-11-03T07:24:01.145Z] #22 ...
07:24:01 [2020-11-03T07:24:01.145Z] 
07:24:01 [2020-11-03T07:24:01.145Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + RM_GOPATH=0
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + TMP_GOPATH=
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + : /build
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + '[' -z '' ']'
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 ++ mktemp -d
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + export GOPATH=/tmp/tmp.XMMYcNfSoq
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + GOPATH=/tmp/tmp.XMMYcNfSoq
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + RM_GOPATH=1
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 + case "$(go env GOARCH)" in
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.607 ++ go env GOARCH
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.672 + export GO_BUILDMODE=-buildmode=pie
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.672 + GO_BUILDMODE=-buildmode=pie
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.673 ++ dirname /tmp/install/install.sh
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.674 + dir=/tmp/install
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.674 + bin=proxy
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.674 + shift
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + '[' '!' -f /tmp/install/proxy.installer ']'
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + . /tmp/install/proxy.installer
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + install_proxy
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + case "$1" in
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + export CGO_ENABLED=0
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + CGO_ENABLED=0
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + _install_proxy
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.XMMYcNfSoq/src/github.com/docker/libnetwork
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.706 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
07:24:01 [2020-11-03T07:24:01.145Z] #62 7.722 Cloning into '/tmp/tmp.XMMYcNfSoq/src/github.com/docker/libnetwork'...
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.72   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.74   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.75   DEP      compel/arch/s390/plugins/std/parasite-head.d
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.77   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.77   DEP      compel/plugins/std/infect.d
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.85   DEP      compel/plugins/std/string.d
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.92   DEP      compel/plugins/std/log.d
07:24:01 [2020-11-03T07:24:01.374Z] #41 25.98   DEP      compel/plugins/std/fds.d
07:24:01 [2020-11-03T07:24:01.417Z] #62 ...
07:24:01 [2020-11-03T07:24:01.417Z] 
07:24:01 [2020-11-03T07:24:01.417Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:01 [2020-11-03T07:24:01.417Z] #45 17.32 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:24:01 [2020-11-03T07:24:01.665Z] #41 26.08   DEP      compel/plugins/std/std.d
07:24:01 [2020-11-03T07:24:01.665Z] #41 26.19   DEP      compel/plugins/shmem/shmem.d
07:24:01 [2020-11-03T07:24:01.665Z] #41 26.27   DEP      compel/plugins/fds/fds.d
07:24:01 [2020-11-03T07:24:01.693Z] #45 ...
07:24:01 [2020-11-03T07:24:01.693Z] 
07:24:01 [2020-11-03T07:24:01.693Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:01 [2020-11-03T07:24:01.693Z] #43 8.037 runtime/internal/atomic
07:24:01 [2020-11-03T07:24:01.693Z] #43 8.059 internal/cpu
07:24:01 [2020-11-03T07:24:01.693Z] #43 8.577 runtime/internal/sys
07:24:01 [2020-11-03T07:24:01.693Z] #43 8.903 runtime/internal/math
07:24:01 [2020-11-03T07:24:01.693Z] #43 9.138 internal/bytealg
07:24:01 [2020-11-03T07:24:01.693Z] #43 9.215 internal/race
07:24:01 [2020-11-03T07:24:01.693Z] #43 9.352 sync/atomic
07:24:01 [2020-11-03T07:24:01.693Z] #43 9.589 unicode
07:24:01 [2020-11-03T07:24:01.693Z] #43 9.844 runtime
07:24:01 [2020-11-03T07:24:01.693Z] #43 14.54 unicode/utf8
07:24:01 [2020-11-03T07:24:01.693Z] #43 15.65 math
07:24:01 [2020-11-03T07:24:01.693Z] #43 ...
07:24:01 [2020-11-03T07:24:01.693Z] 
07:24:01 [2020-11-03T07:24:01.693Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:01 [2020-11-03T07:24:01.693Z] #22 DONE 18.2s
07:24:01 [2020-11-03T07:24:01.693Z] 
07:24:01 [2020-11-03T07:24:01.693Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:01 [2020-11-03T07:24:01.693Z] #32 10.55 math/bits
07:24:01 [2020-11-03T07:24:01.693Z] #32 10.91 runtime
07:24:01 [2020-11-03T07:24:01.693Z] #32 11.39 math
07:24:01 [2020-11-03T07:24:01.693Z] #32 17.70 internal/testlog
07:24:01 [2020-11-03T07:24:01.693Z] #32 18.13 encoding
07:24:01 [2020-11-03T07:24:01.953Z] #32 18.46 runtime/cgo
07:24:01 [2020-11-03T07:24:01.956Z] #41 26.36   CC       compel/plugins/std/std.o
07:24:01 [2020-11-03T07:24:01.956Z] #41 26.62   CC       compel/plugins/std/fds.o
07:24:02 [2020-11-03T07:24:02.213Z] #32 ...
07:24:02 [2020-11-03T07:24:02.213Z] 
07:24:02 [2020-11-03T07:24:02.213Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:02 [2020-11-03T07:24:02.213Z] #47 8.661 go: downloading github.com/golangci/golangci-lint v1.23.8
07:24:02 [2020-11-03T07:24:02.213Z] #47 9.767 go: extracting github.com/golangci/golangci-lint v1.23.8
07:24:02 [2020-11-03T07:24:02.246Z] #41 26.86   CC       compel/plugins/std/log.o
07:24:02 [2020-11-03T07:24:02.473Z] #47 ...
07:24:02 [2020-11-03T07:24:02.473Z] 
07:24:02 [2020-11-03T07:24:02.473Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:24:02 [2020-11-03T07:24:02.473Z] #56 9.720 + cd /tmp/tmp.prKRFaJiYE/src/github.com/rootless-containers/rootlesskit
07:24:02 [2020-11-03T07:24:02.473Z] #56 9.720 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:24:02 [2020-11-03T07:24:02.473Z] #56 10.25 + for f in rootlesskit rootlesskit-docker-proxy
07:24:02 [2020-11-03T07:24:02.473Z] #56 10.25 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
07:24:02 [2020-11-03T07:24:02.733Z] #56 ...
07:24:02 [2020-11-03T07:24:02.733Z] 
07:24:02 [2020-11-03T07:24:02.733Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:02 [2020-11-03T07:24:02.733Z] #47 19.18 go: downloading github.com/pkg/errors v0.8.1
07:24:02 [2020-11-03T07:24:02.734Z] #47 19.21 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:24:02 [2020-11-03T07:24:02.877Z] #41 27.51   CC       compel/plugins/std/string.o
07:24:02 [2020-11-03T07:24:02.994Z] #47 19.43 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:24:02 [2020-11-03T07:24:02.994Z] #47 19.43 go: downloading github.com/spf13/pflag v1.0.5
07:24:02 [2020-11-03T07:24:02.994Z] #47 19.46 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
07:24:02 [2020-11-03T07:24:02.994Z] #47 19.54 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
07:24:03 [2020-11-03T07:24:03.269Z] #47 19.68 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:24:03 [2020-11-03T07:24:03.510Z] #41 28.04   CC       compel/plugins/std/infect.o
07:24:03 [2020-11-03T07:24:03.529Z] #47 19.88 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:24:03 [2020-11-03T07:24:03.798Z] #47 20.14 go: extracting github.com/spf13/pflag v1.0.5
07:24:03 [2020-11-03T07:24:03.798Z] #47 20.16 go: downloading github.com/ultraware/funlen v0.0.2
07:24:03 [2020-11-03T07:24:03.836Z] #41 28.33   CC       compel/arch/s390/plugins/std/parasite-head.o
07:24:03 [2020-11-03T07:24:03.836Z] #41 28.36   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
07:24:03 [2020-11-03T07:24:03.836Z] #41 28.40   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
07:24:03 [2020-11-03T07:24:03.836Z] #41 28.53   AR       compel/plugins/std.lib.a
07:24:04 [2020-11-03T07:24:04.059Z] #47 20.45 go: extracting github.com/pkg/errors v0.8.1
07:24:04 [2020-11-03T07:24:04.059Z] #47 20.51 go: extracting github.com/ultraware/funlen v0.0.2
07:24:04 [2020-11-03T07:24:04.146Z] #41 28.57   CC       compel/plugins/fds/fds.o
07:24:04 [2020-11-03T07:24:04.146Z] #41 28.69   AR       compel/plugins/fds.lib.a
07:24:04 [2020-11-03T07:24:04.146Z] #41 28.74   HOSTDEP  compel/src/lib/log-host.d
07:24:04 [2020-11-03T07:24:04.323Z] #47 20.64 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:24:04 [2020-11-03T07:24:04.323Z] #47 20.65 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:24:04 [2020-11-03T07:24:04.323Z] #47 20.71 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
07:24:04 [2020-11-03T07:24:04.323Z] #47 20.77 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:24:04 [2020-11-03T07:24:04.323Z] #47 20.86 go: downloading github.com/go-lintpack/lintpack v0.5.2
07:24:04 [2020-11-03T07:24:04.437Z] #41 28.79   HOSTDEP  compel/src/lib/handle-elf-host.d
07:24:04 [2020-11-03T07:24:04.437Z] #41 28.90   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
07:24:04 [2020-11-03T07:24:04.437Z] #41 28.91   HOSTDEP  compel/src/main-host.d
07:24:04 [2020-11-03T07:24:04.437Z] #41 29.01   DEP      compel/src/lib/ptrace.d
07:24:04 [2020-11-03T07:24:04.583Z] #47 20.90 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:24:04 [2020-11-03T07:24:04.583Z] #47 20.90 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:24:04 [2020-11-03T07:24:04.583Z] #47 21.14 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
07:24:04 [2020-11-03T07:24:04.728Z] #41 29.10   DEP      compel/src/lib/infect.d
07:24:04 [2020-11-03T07:24:04.728Z] #41 29.26   DEP      compel/src/lib/infect-util.d
07:24:04 [2020-11-03T07:24:04.844Z] #47 21.30 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:24:04 [2020-11-03T07:24:04.844Z] #47 21.34 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:24:04 [2020-11-03T07:24:04.844Z] #47 21.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:24:05 [2020-11-03T07:24:05.019Z] #41 29.36   DEP      compel/src/lib/infect-rpc.d
07:24:05 [2020-11-03T07:24:05.019Z] #41 29.48   DEP      compel/arch/s390/src/lib/infect.d
07:24:05 [2020-11-03T07:24:05.019Z] #41 29.60   DEP      compel/arch/s390/src/lib/cpu.d
07:24:05 [2020-11-03T07:24:05.019Z] #41 29.65   DEP      compel/src/lib/log.d
07:24:05 [2020-11-03T07:24:05.019Z] #41 29.72   DEP      compel/src/main.d
07:24:05 [2020-11-03T07:24:05.106Z] #47 21.56 go: extracting github.com/go-lintpack/lintpack v0.5.2
07:24:05 [2020-11-03T07:24:05.106Z] #47 ...
07:24:05 [2020-11-03T07:24:05.106Z] 
07:24:05 [2020-11-03T07:24:05.106Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:24:05 [2020-11-03T07:24:05.106Z] #34 11.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:24:05 [2020-11-03T07:24:05.106Z] #34 15.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:24:05 [2020-11-03T07:24:05.310Z] #41 29.80   DEP      compel/src/lib/handle-elf.d
07:24:05 [2020-11-03T07:24:05.310Z] #41 29.88   DEP      compel/arch/s390/src/lib/handle-elf.d
07:24:05 [2020-11-03T07:24:05.310Z] #41 29.96   CC       compel/src/lib/log.o
07:24:05 [2020-11-03T07:24:05.366Z] #34 ...
07:24:05 [2020-11-03T07:24:05.366Z] 
07:24:05 [2020-11-03T07:24:05.366Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:05 [2020-11-03T07:24:05.366Z] #40 11.82 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:24:05 [2020-11-03T07:24:05.366Z] #40 15.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:24:05 [2020-11-03T07:24:05.366Z] #40 ...
07:24:05 [2020-11-03T07:24:05.366Z] 
07:24:05 [2020-11-03T07:24:05.366Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:05 [2020-11-03T07:24:05.366Z] #47 21.74 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:24:05 [2020-11-03T07:24:05.601Z] #41 30.13   CC       compel/arch/s390/src/lib/cpu.o
07:24:05 [2020-11-03T07:24:05.892Z] #41 30.33   CC       compel/arch/s390/src/lib/infect.o
07:24:05 [2020-11-03T07:24:05.937Z] #47 ...
07:24:05 [2020-11-03T07:24:05.937Z] 
07:24:05 [2020-11-03T07:24:05.937Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:24:05 [2020-11-03T07:24:05.937Z] #53 12.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:24:05 [2020-11-03T07:24:05.937Z] #53 15.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:24:06 [2020-11-03T07:24:06.183Z] #41 30.83   CC       compel/src/lib/infect-rpc.o
07:24:06 [2020-11-03T07:24:06.197Z] #53 ...
07:24:06 [2020-11-03T07:24:06.197Z] 
07:24:06 [2020-11-03T07:24:06.197Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:06 [2020-11-03T07:24:06.197Z] #49 22.66 + cd /tmp/tmp.a83rufme5K/src/github.com/mvdan/sh
07:24:06 [2020-11-03T07:24:06.197Z] #49 22.66 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
07:24:06 [2020-11-03T07:24:06.197Z] #49 22.81 + GO111MODULE=on
07:24:06 [2020-11-03T07:24:06.197Z] #49 22.81 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
07:24:06 [2020-11-03T07:24:06.197Z] #49 ...
07:24:06 [2020-11-03T07:24:06.197Z] 
07:24:06 [2020-11-03T07:24:06.197Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:06 [2020-11-03T07:24:06.197Z] #11 12.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:24:06 [2020-11-03T07:24:06.197Z] #11 15.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:24:06 [2020-11-03T07:24:06.460Z] #11 ...
07:24:06 [2020-11-03T07:24:06.460Z] 
07:24:06 [2020-11-03T07:24:06.460Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:06 [2020-11-03T07:24:06.460Z] #43 21.33 unicode/utf16
07:24:06 [2020-11-03T07:24:06.460Z] #43 21.97 container/list
07:24:06 [2020-11-03T07:24:06.460Z] #43 22.51 crypto/internal/subtle
07:24:06 [2020-11-03T07:24:06.460Z] #43 22.63 crypto/subtle
07:24:06 [2020-11-03T07:24:06.460Z] #43 22.70 vendor/golang.org/x/crypto/cryptobyte/asn1
07:24:06 [2020-11-03T07:24:06.460Z] #43 22.85 internal/nettrace
07:24:06 [2020-11-03T07:24:06.474Z] #41 30.99   CC       compel/src/lib/infect-util.o
07:24:06 [2020-11-03T07:24:06.474Z] #41 31.10   CC       compel/src/lib/infect.o
07:24:06 [2020-11-03T07:24:06.720Z] #43 23.01 runtime/cgo
07:24:07 [2020-11-03T07:24:07.978Z] #41 32.19   CC       compel/src/lib/ptrace.o
07:24:07 [2020-11-03T07:24:07.978Z] #41 32.39   AR       compel/libcompel.a
07:24:07 [2020-11-03T07:24:07.978Z] #41 32.45   HOSTCC   compel/src/main-host.o
07:24:07 [2020-11-03T07:24:07.978Z] #41 32.66   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
07:24:08 [2020-11-03T07:24:08.271Z] #41 32.73   HOSTCC   compel/src/lib/handle-elf-host.o
07:24:08 [2020-11-03T07:24:08.271Z] #41 ...
07:24:08 [2020-11-03T07:24:08.271Z] 
07:24:08 [2020-11-03T07:24:08.271Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:08 [2020-11-03T07:24:08.271Z] #11 57.47 Selecting previously unselected package g++-mingw-w64-x86-64.
07:24:08 [2020-11-03T07:24:08.271Z] #11 57.47 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 57.47 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.09 Selecting previously unselected package libapparmor1:s390x.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.09 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.09 Unpacking libapparmor1:s390x (2.13.2-10) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.17 Selecting previously unselected package libapparmor-dev:s390x.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.17 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.17 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.26 Selecting previously unselected package libbtrfs0.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.26 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.26 Unpacking libbtrfs0 (4.20.1-2) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.31 Selecting previously unselected package libbtrfs-dev.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.31 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.32 Unpacking libbtrfs-dev (4.20.1-2) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.38 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.38 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.38 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.42 Selecting previously unselected package libudev-dev:s390x.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.42 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.43 Unpacking libudev-dev:s390x (241-7~deb10u4) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.50 Selecting previously unselected package libsepol1-dev:s390x.
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.51 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 67.51 Unpacking libsepol1-dev:s390x (2.8-1) ...
07:24:08 [2020-11-03T07:24:08.271Z] #11 ...
07:24:08 [2020-11-03T07:24:08.271Z] 
07:24:08 [2020-11-03T07:24:08.271Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:08 [2020-11-03T07:24:08.271Z] #41 32.92   HOSTCC   compel/src/lib/log-host.o
07:24:08 [2020-11-03T07:24:08.583Z] #41 33.06   HOSTLINK compel/compel-host-bin
07:24:08 [2020-11-03T07:24:08.583Z] #41 ...
07:24:08 [2020-11-03T07:24:08.583Z] 
07:24:08 [2020-11-03T07:24:08.583Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:24:08 [2020-11-03T07:24:08.583Z] #56 63.47 + for f in rootlesskit rootlesskit-docker-proxy
07:24:08 [2020-11-03T07:24:08.583Z] #56 63.47 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
07:24:08 [2020-11-03T07:24:08.583Z] #56 DONE 67.8s
07:24:08 [2020-11-03T07:24:08.583Z] 
07:24:08 [2020-11-03T07:24:08.583Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
07:24:08 [2020-11-03T07:24:08.583Z] #57 DONE 0.1s
07:24:08 [2020-11-03T07:24:08.583Z] 
07:24:08 [2020-11-03T07:24:08.583Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:08 [2020-11-03T07:24:08.583Z] #41 33.18   DEP      soccr/soccr.d
07:24:08 [2020-11-03T07:24:08.875Z] #41 ...
07:24:08 [2020-11-03T07:24:08.875Z] 
07:24:08 [2020-11-03T07:24:08.875Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:24:08 [2020-11-03T07:24:08.875Z] #58 DONE 0.1s
07:24:08 [2020-11-03T07:24:08.875Z] 
07:24:08 [2020-11-03T07:24:08.875Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.67 Selecting previously unselected package libpcre16-3:s390x.
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.67 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.68 Unpacking libpcre16-3:s390x (2:8.39-12) ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.77 Selecting previously unselected package libpcre32-3:s390x.
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.78 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.78 Unpacking libpcre32-3:s390x (2:8.39-12) ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.87 Selecting previously unselected package libpcrecpp0v5:s390x.
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.87 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.87 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.98 Selecting previously unselected package libpcre3-dev:s390x.
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.98 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
07:24:08 [2020-11-03T07:24:08.875Z] #11 67.99 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
07:24:09 [2020-11-03T07:24:09.166Z] #11 68.35 Selecting previously unselected package libselinux1-dev:s390x.
07:24:09 [2020-11-03T07:24:09.166Z] #11 68.35 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
07:24:09 [2020-11-03T07:24:09.166Z] #11 68.37 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.60 Selecting previously unselected package libdevmapper-dev:s390x.
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.60 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.61 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.65 Selecting previously unselected package libseccomp-dev:s390x.
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.65 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.65 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.69 Selecting previously unselected package libsystemd-dev:s390x.
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.69 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ...
07:24:09 [2020-11-03T07:24:09.457Z] #11 68.69 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.93 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.94 Setting up libseccomp-dev:s390x (2.3.3-4) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.94 Setting up libapparmor1:s390x (2.13.2-10) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.95 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.95 Setting up libpcre16-3:s390x (2:8.39-12) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.96 Setting up libsepol1-dev:s390x (2.8-1) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.97 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.97 Setting up libbtrfs0 (4.20.1-2) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.98 Setting up libpcre32-3:s390x (2:8.39-12) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 68.99 Setting up libudev-dev:s390x (241-7~deb10u4) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.00 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.00 Setting up libbtrfs-dev (4.20.1-2) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.01 Setting up libapparmor-dev:s390x (2.13.2-10) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.01 Setting up mingw-w64-common (6.0.0-3) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.02 Setting up libsystemd-dev:s390x (241-7~deb10u4) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.03 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
07:24:09 [2020-11-03T07:24:09.748Z] #11 69.03 Setting up libpcre3-dev:s390x (2:8.39-12) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.04 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.05 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
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.05 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
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.06 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.06 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
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.07 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
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.07 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.08 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.08 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.09 Setting up dmsetup (2:1.02.155-3) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.10 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.10 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
07:24:10 [2020-11-03T07:24:10.038Z] #11 69.11 Processing triggers for libc-bin (2.28-10) ...
07:24:10 [2020-11-03T07:24:10.333Z] #11 DONE 69.4s
07:24:10 [2020-11-03T07:24:10.333Z] 
07:24:10 [2020-11-03T07:24:10.333Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
07:24:10 [2020-11-03T07:24:10.925Z] #43 ...
07:24:10 [2020-11-03T07:24:10.925Z] 
07:24:10 [2020-11-03T07:24:10.925Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:10 [2020-11-03T07:24:10.925Z] #47 23.51 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:24:10 [2020-11-03T07:24:10.925Z] #47 23.76 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
07:24:10 [2020-11-03T07:24:10.925Z] #47 23.84 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:24:10 [2020-11-03T07:24:10.925Z] #47 23.93 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.28 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.52 go: downloading github.com/fatih/color v1.7.0
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.67 go: extracting github.com/fatih/color v1.7.0
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.82 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.82 go: extracting github.com/go-toolsmith/astfmt v1.0.0
07:24:10 [2020-11-03T07:24:10.925Z] #47 24.84 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:24:11 [2020-11-03T07:24:11.013Z] #12 ...
07:24:11 [2020-11-03T07:24:11.013Z] 
07:24:11 [2020-11-03T07:24:11.013Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:11 [2020-11-03T07:24:11.013Z] #43 60.25 vendor/golang.org/x/text/transform
07:24:11 [2020-11-03T07:24:11.013Z] #43 60.81 vendor/golang.org/x/text/unicode/bidi
07:24:11 [2020-11-03T07:24:11.013Z] #43 61.86 vendor/golang.org/x/text/secure/bidirule
07:24:11 [2020-11-03T07:24:11.013Z] #43 62.06 vendor/golang.org/x/text/unicode/norm
07:24:11 [2020-11-03T07:24:11.013Z] #43 64.70 vendor/golang.org/x/net/idna
07:24:11 [2020-11-03T07:24:11.013Z] #43 66.18 vendor/golang.org/x/net/http2/hpack
07:24:11 [2020-11-03T07:24:11.013Z] #43 66.89 mime
07:24:11 [2020-11-03T07:24:11.013Z] #43 68.03 mime/quotedprintable
07:24:11 [2020-11-03T07:24:11.013Z] #43 68.54 net/http/internal
07:24:11 [2020-11-03T07:24:11.013Z] #43 69.05 mime/multipart
07:24:11 [2020-11-03T07:24:11.013Z] #43 69.06 crypto/tls
07:24:11 [2020-11-03T07:24:11.274Z] Fetching without tags
07:24:11 [2020-11-03T07:24:11.303Z] #43 ...
07:24:11 [2020-11-03T07:24:11.303Z] 
07:24:11 [2020-11-03T07:24:11.303Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:11 [2020-11-03T07:24:11.303Z] #41 33.45   CC       soccr/soccr.o
07:24:11 [2020-11-03T07:24:11.303Z] #41 34.30   AR       soccr/libsoccr.a
07:24:11 [2020-11-03T07:24:11.303Z] #41 34.32 make[1]: 'soccr/libsoccr.a' is up to date.
07:24:11 [2020-11-03T07:24:11.303Z] #41 34.52   DEP      criu/arch/s390/sigframe.d
07:24:11 [2020-11-03T07:24:11.303Z] #41 34.55   DEP      criu/arch/s390/crtools.d
07:24:11 [2020-11-03T07:24:11.303Z] #41 34.64   DEP      criu/arch/s390/cpu.d
07:24:11 [2020-11-03T07:24:11.303Z] #41 34.75   CC       criu/arch/s390/cpu.o
07:24:11 [2020-11-03T07:24:11.303Z] #41 35.16   CC       criu/arch/s390/crtools.o
07:24:11 [2020-11-03T07:24:11.303Z] #41 ...
07:24:11 [2020-11-03T07:24:11.303Z] 
07:24:11 [2020-11-03T07:24:11.303Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
07:24:11 [2020-11-03T07:24:11.303Z] #12 DONE 1.1s
07:24:11 [2020-11-03T07:24:11.497Z] #47 28.04 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:24:11 [2020-11-03T07:24:11.497Z] #47 28.10 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
07:24:11 [2020-11-03T07:24:11.599Z] 
07:24:11 [2020-11-03T07:24:11.599Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:11 [2020-11-03T07:24:11.599Z] #51 1.036 + RM_GOPATH=0
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.037 + TMP_GOPATH=
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.037 + : /build
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.037 + '[' -z '' ']'
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.038 ++ mktemp -d
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.039 + export GOPATH=/tmp/tmp.CinbP0PBWc
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.039 + GOPATH=/tmp/tmp.CinbP0PBWc
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.039 + RM_GOPATH=1
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.039 + case "$(go env GOARCH)" in
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.039 ++ go env GOARCH
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.049 + export GO_BUILDMODE=-buildmode=pie
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.049 + GO_BUILDMODE=-buildmode=pie
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.050 ++ dirname /tmp/install/install.sh
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.052 + dir=/tmp/install
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.052 + bin=runc
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.052 + shift
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.052 + '[' '!' -f /tmp/install/runc.installer ']'
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.052 + . /tmp/install/runc.installer
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.052 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.053 + install_runc
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.053 + uname -r
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.056 + grep -q '^3\.10\.0.*\.el7\.'
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.058 + RUNC_BUILDTAGS='seccomp apparmor selinux '
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.058 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.058 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CinbP0PBWc/src/github.com/opencontainers/runc
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.058 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
07:24:11 [2020-11-03T07:24:11.600Z] #51 1.062 Cloning into '/tmp/tmp.CinbP0PBWc/src/github.com/opencontainers/runc'...
07:24:11 [2020-11-03T07:24:11.697Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.11 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.14 go: downloading github.com/mattn/go-isatty v0.0.8
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.19 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.19 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.19 go: downloading github.com/go-critic/go-critic v0.4.1
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.22 go: downloading github.com/spf13/viper v1.6.1
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.23 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.28 go: downloading github.com/gobwas/glob v0.2.3
07:24:11 [2020-11-03T07:24:11.757Z] #47 28.36 go: extracting github.com/mattn/go-isatty v0.0.8
07:24:12 [2020-11-03T07:24:12.049Z] #47 28.37 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:24:12 [2020-11-03T07:24:12.049Z] #47 28.37 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:24:12 [2020-11-03T07:24:12.049Z] #47 28.42 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
07:24:12 [2020-11-03T07:24:12.049Z] #47 28.43 go: downloading github.com/sourcegraph/go-diff v0.5.1
07:24:12 [2020-11-03T07:24:12.049Z] #47 28.49 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:24:12 [2020-11-03T07:24:12.232Z] #51 ...
07:24:12 [2020-11-03T07:24:12.232Z] 
07:24:12 [2020-11-03T07:24:12.232Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
07:24:12 [2020-11-03T07:24:12.232Z] #13 DONE 0.9s
07:24:12 [2020-11-03T07:24:12.232Z] 
07:24:12 [2020-11-03T07:24:12.232Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:12 [2020-11-03T07:24:12.232Z] #41 35.93   CC       criu/arch/s390/sigframe.o
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.06   LINK     criu/arch/s390/crtools.built-in.o
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.11   DEP      criu/pie/util-vdso.d
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.19   DEP      criu/pie/util.d
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.33   CC       criu/pie/util.o
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.45   CC       criu/pie/util-vdso.o
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.80   AR       criu/pie/pie.lib.a
07:24:12 [2020-11-03T07:24:12.232Z] #41 36.89   DEP      criu/pie/restorer.d
07:24:12 [2020-11-03T07:24:12.309Z] #47 28.68 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:24:12 [2020-11-03T07:24:12.309Z] #47 28.72 go: extracting github.com/spf13/viper v1.6.1
07:24:12 [2020-11-03T07:24:12.309Z] #47 ...
07:24:12 [2020-11-03T07:24:12.309Z] 
07:24:12 [2020-11-03T07:24:12.309Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:24:12 [2020-11-03T07:24:12.523Z] #41 37.06   DEP      criu/arch/s390/restorer.d
07:24:12 [2020-11-03T07:24:12.523Z] #41 37.16   DEP      criu/arch/s390/vdso-pie.d
07:24:11 [2020-11-03T07:24:11.192Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:24:11 [2020-11-03T07:24:11.205Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:24:11 [2020-11-03T07:24:11.222Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:24:11 [2020-11-03T07:24:11.252Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:24:11 [2020-11-03T07:24:11.283Z] Fetching upstream changes from https://github.com/moby/moby.git
07:24:11 [2020-11-03T07:24:11.283Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:24:11 [2020-11-03T07:24:11.284Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:24:11 [2020-11-03T07:24:11.705Z]  > git config core.sparsecheckout # timeout=10
07:24:11 [2020-11-03T07:24:11.726Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:24:12 [2020-11-03T07:24:12.569Z] #38 28.25 Checking out files:  81% (1362/1665)   
Checking out files:  82% (1366/1665)   
Checking out files:  83% (1382/1665)   
Checking out files:  84% (1399/1665)   
Checking out files:  85% (1416/1665)   
Checking out files:  86% (1432/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.
07:24:12 [2020-11-03T07:24:12.814Z] #41 37.23   DEP      criu/pie/parasite-vdso.d
07:24:12 [2020-11-03T07:24:12.814Z] #41 37.31   DEP      criu/pie/parasite.d
07:24:12 [2020-11-03T07:24:12.829Z] #38 28.65 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
07:24:12 [2020-11-03T07:24:12.860Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:24:12 [2020-11-03T07:24:12.860Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:24:13 [2020-11-03T07:24:13.025Z] Fetching without tags
07:24:13 [2020-11-03T07:24:13.109Z] #41 37.49   CC       criu/pie/parasite.o
07:24:13 [2020-11-03T07:24:13.109Z] #41 ...
07:24:13 [2020-11-03T07:24:13.109Z] 
07:24:13 [2020-11-03T07:24:13.109Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:24:13 [2020-11-03T07:24:13.109Z] #14 0.757 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:24:13 [2020-11-03T07:24:13.109Z] #14 DONE 0.9s
07:24:13 [2020-11-03T07:24:13.390Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:24:13 [2020-11-03T07:24:13.401Z] 
07:24:13 [2020-11-03T07:24:13.402Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:24:14 [2020-11-03T07:24:14.034Z] #15 DONE 0.9s
07:24:14 [2020-11-03T07:24:14.034Z] 
07:24:14 [2020-11-03T07:24:14.034Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:24:12 [2020-11-03T07:24:12.890Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:24:12 [2020-11-03T07:24:12.905Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:24:12 [2020-11-03T07:24:12.942Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:24:12 [2020-11-03T07:24:12.975Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:24:13 [2020-11-03T07:24:13.007Z] Fetching upstream changes from https://github.com/moby/moby.git
07:24:13 [2020-11-03T07:24:13.007Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:24:13 [2020-11-03T07:24:13.008Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:24:13 [2020-11-03T07:24:13.383Z]  > git config core.sparsecheckout # timeout=10
07:24:13 [2020-11-03T07:24:13.406Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:24:14 [2020-11-03T07:24:14.335Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:24:14 [2020-11-03T07:24:14.336Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:24:14 [2020-11-03T07:24:14.684Z] Removing intermediate container 03a1dbad5cb5
07:24:14 [2020-11-03T07:24:14.684Z]  ---> 4ca02bc103ac
07:24:14 [2020-11-03T07:24:14.684Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
07:24:14 [2020-11-03T07:24:14.684Z]  ---> 805dc2d65d1c
07:24:14 [2020-11-03T07:24:14.684Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
07:24:14 [2020-11-03T07:24:14.684Z]  ---> 498cadb7dc63
07:24:14 [2020-11-03T07:24:14.684Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
07:24:14 [2020-11-03T07:24:14.684Z]  ---> Running in 5186b1cfbf90
07:24:14 [2020-11-03T07:24:14.684Z] Removing intermediate container 5186b1cfbf90
07:24:14 [2020-11-03T07:24:14.684Z]  ---> f83d397b4fe8
07:24:14 [2020-11-03T07:24:14.684Z] Successfully built f83d397b4fe8
07:24:14 [2020-11-03T07:24:14.684Z] Successfully tagged moby-buildx:latest
07:24:14 [2020-11-03T07:24:14.684Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
07:24:14 [2020-11-03T07:24:14.684Z] if [ -n "${id}" ]; then \
07:24:14 [2020-11-03T07:24:14.684Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
07:24:14 [2020-11-03T07:24:14.684Z] 	&& touch bundles/buildx; \
07:24:14 [2020-11-03T07:24:14.684Z] 	docker rm -f ${id}; \
07:24:14 [2020-11-03T07:24:14.684Z] fi
07:24:14 [2020-11-03T07:24:14.684Z] 4248c6b626117394b0de983975c7475b2ba06daf540c99558db1fc43919f7f68
07:24:14 [2020-11-03T07:24:14.684Z] bundles/buildx version
07:24:14 [2020-11-03T07:24:14.684Z] buildx v0.3.1 6db68d0
07:24:14 [2020-11-03T07:24:14.684Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e .
07:24:14 [2020-11-03T07:24:14.684Z] #1 [internal] booting buildkit
07:24:14 [2020-11-03T07:24:14.684Z] #1 pulling image moby/buildkit:buildx-stable-1
07:24:14 [2020-11-03T07:24:14.684Z] #1 pulling image moby/buildkit:buildx-stable-1 3.4s done
07:24:14 [2020-11-03T07:24:14.684Z] #1 creating container buildx_buildkit_default
07:24:14 [2020-11-03T07:24:14.684Z] #1 creating container buildx_buildkit_default 0.4s done
07:24:14 [2020-11-03T07:24:14.684Z] #1 DONE 3.8s
07:24:14 [2020-11-03T07:24:14.684Z] 
07:24:14 [2020-11-03T07:24:14.684Z] #3 [internal] load .dockerignore
07:24:14 [2020-11-03T07:24:14.684Z] #3 transferring context: 87B done
07:24:14 [2020-11-03T07:24:14.684Z] #3 DONE 0.0s
07:24:14 [2020-11-03T07:24:14.684Z] 
07:24:14 [2020-11-03T07:24:14.684Z] #2 [internal] load build definition from Dockerfile
07:24:14 [2020-11-03T07:24:14.684Z] #2 transferring dockerfile: 16.58kB done
07:24:14 [2020-11-03T07:24:14.684Z] #2 DONE 0.0s
07:24:14 [2020-11-03T07:24:14.684Z] 
07:24:14 [2020-11-03T07:24:14.684Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
07:24:14 [2020-11-03T07:24:14.684Z] #4 DONE 0.9s
07:24:14 [2020-11-03T07:24:14.684Z] 
07:24:14 [2020-11-03T07:24:14.684Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
07:24:14 [2020-11-03T07:24:14.684Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
07:24:12 [2020-11-03T07:24:12.753Z]  > git remote # timeout=10
07:24:12 [2020-11-03T07:24:12.778Z]  > git config --get remote.origin.url # timeout=10
07:24:12 [2020-11-03T07:24:12.803Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:24:12 [2020-11-03T07:24:12.804Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:24:12 [2020-11-03T07:24:12.833Z]  > git rev-parse HEAD^{commit} # timeout=10
07:24:12 [2020-11-03T07:24:12.863Z]  > git config core.sparsecheckout # timeout=10
07:24:12 [2020-11-03T07:24:12.889Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:24:14 [2020-11-03T07:24:14.982Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
07:24:14 [2020-11-03T07:24:14.982Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done
07:24:14 [2020-11-03T07:24:14.982Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s
07:24:14 [2020-11-03T07:24:14.982Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done
07:24:15 [2020-11-03T07:24:15.069Z] #16 DONE 1.0s
07:24:15 [2020-11-03T07:24:15.069Z] 
07:24:15 [2020-11-03T07:24:15.069Z] #17 [dev-systemd-false  6/26] RUN ldconfig
07:24:15 [2020-11-03T07:24:15.278Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done
07:24:15 [2020-11-03T07:24:15.278Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
07:24:15 [2020-11-03T07:24:15.373Z] #38 31.45 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:24:15 [2020-11-03T07:24:15.574Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done
07:24:15 [2020-11-03T07:24:15.574Z] #5 DONE 1.1s
07:24:15 [2020-11-03T07:24:15.868Z] 
07:24:15 [2020-11-03T07:24:15.868Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
07:24:16 [2020-11-03T07:24:16.107Z] #17 DONE 1.0s
07:24:16 [2020-11-03T07:24:16.107Z] 
07:24:16 [2020-11-03T07:24:16.107Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:16 [2020-11-03T07:24:16.107Z] #41 38.29   LINK     criu/pie/parasite.built-in.o
07:24:16 [2020-11-03T07:24:16.107Z] #41 38.30   GEN      criu/pie/parasite-blob.h
07:24:16 [2020-11-03T07:24:16.107Z] #41 38.30   CC       criu/pie/parasite-vdso.o
07:24:16 [2020-11-03T07:24:16.107Z] #41 38.69   CC       criu/arch/s390/vdso-pie.o
07:24:16 [2020-11-03T07:24:16.107Z] #41 38.81   CC       criu/arch/s390/restorer.o
07:24:16 [2020-11-03T07:24:16.107Z] #41 39.10   CC       criu/pie/restorer.o
07:24:16 [2020-11-03T07:24:16.400Z] #41 40.75   LINK     criu/pie/restorer.built-in.o
07:24:16 [2020-11-03T07:24:16.400Z] #41 40.77   GEN      criu/pie/restorer-blob.h
07:24:16 [2020-11-03T07:24:16.400Z] #41 40.83   DEP      criu/vdso.d
07:24:16 [2020-11-03T07:24:16.400Z] #41 40.98   DEP      criu/uts_ns.d
07:24:14 [2020-11-03T07:24:14.197Z]  > git remote # timeout=10
07:24:14 [2020-11-03T07:24:14.227Z]  > git config --get remote.origin.url # timeout=10
07:24:14 [2020-11-03T07:24:14.251Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:24:14 [2020-11-03T07:24:14.252Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:24:14 [2020-11-03T07:24:14.286Z]  > git rev-parse HEAD^{commit} # timeout=10
07:24:14 [2020-11-03T07:24:14.318Z]  > git config core.sparsecheckout # timeout=10
07:24:14 [2020-11-03T07:24:14.342Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:24:16 [2020-11-03T07:24:16.505Z] #8 DONE 0.6s
07:24:16 [2020-11-03T07:24:16.505Z] 
07:24:16 [2020-11-03T07:24:16.505Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:24:16 [2020-11-03T07:24:16.694Z] #41 41.11   DEP      criu/util.d
07:24:16 [2020-11-03T07:24:16.694Z] #41 41.23   DEP      criu/uffd.d
07:24:16 [2020-11-03T07:24:16.757Z] #38 ...
07:24:16 [2020-11-03T07:24:16.758Z] 
07:24:16 [2020-11-03T07:24:16.758Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.27 go: finding github.com/fatih/color v1.9.0
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.28 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.36 go: finding github.com/pkg/errors v0.9.1
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.58 go: finding github.com/spf13/pflag v1.0.3
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.70 go: finding github.com/mattn/go-colorable v0.1.6
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.77 go: finding github.com/mattn/go-isatty v0.0.12
07:24:16 [2020-11-03T07:24:16.758Z] #45 23.96 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:24:16 [2020-11-03T07:24:16.758Z] #45 24.50 go: finding github.com/jonboulle/clockwork v0.1.0
07:24:16 [2020-11-03T07:24:16.758Z] #45 24.50 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:24:16 [2020-11-03T07:24:16.758Z] #45 24.53 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:24:16 [2020-11-03T07:24:16.758Z] #45 24.62 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:24:16 [2020-11-03T07:24:16.805Z] #7 DONE 1.0s
07:24:16 [2020-11-03T07:24:16.805Z] 
07:24:16 [2020-11-03T07:24:16.805Z] #6 [internal] load metadata for docker.io/library/debian:buster
07:24:16 [2020-11-03T07:24:16.805Z] #6 DONE 1.1s
07:24:16 [2020-11-03T07:24:16.805Z] 
07:24:16 [2020-11-03T07:24:16.805Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:16 [2020-11-03T07:24:16.805Z] #25 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
07:24:16 [2020-11-03T07:24:16.984Z] #41 41.38   DEP      criu/tun.d
07:24:16 [2020-11-03T07:24:16.985Z] #41 41.51   DEP      criu/tty.d
07:24:17 [2020-11-03T07:24:17.029Z] #45 ...
07:24:17 [2020-11-03T07:24:17.029Z] 
07:24:17 [2020-11-03T07:24:17.029Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:17 [2020-11-03T07:24:17.029Z] #62 31.67 Checking out files:  44% (842/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  74% (1411/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
07:24:17 [2020-11-03T07:24:17.029Z] #62 33.39 + cd /tmp/tmp.XMMYcNfSoq/src/github.com/docker/libnetwork
07:24:17 [2020-11-03T07:24:17.029Z] #62 33.39 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
07:24:17 [2020-11-03T07:24:17.275Z] #41 41.72   DEP      criu/timerfd.d
07:24:17 [2020-11-03T07:24:17.275Z] #41 41.84   DEP      criu/timens.d
07:24:17 [2020-11-03T07:24:17.452Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
07:24:17 [2020-11-03T07:24:17.455Z] #25 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
07:24:17 [2020-11-03T07:24:17.455Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done
07:24:17 [2020-11-03T07:24:17.455Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 0B / 54.14MB 0.1s
07:24:17 [2020-11-03T07:24:17.455Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done
07:24:17 [2020-11-03T07:24:17.566Z] #41 42.01   DEP      criu/sysfs_parse.d
07:24:17 [2020-11-03T07:24:17.566Z] #41 42.18   DEP      criu/sysctl.d
07:24:17 [2020-11-03T07:24:17.855Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 3.44MB / 54.14MB 0.5s
07:24:17 [2020-11-03T07:24:17.855Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 6.97MB / 54.14MB 0.6s
07:24:17 [2020-11-03T07:24:17.857Z] #41 42.27   DEP      criu/string.d
07:24:17 [2020-11-03T07:24:17.857Z] #41 42.30   DEP      criu/stats.d
07:24:17 [2020-11-03T07:24:17.857Z] #41 42.38   DEP      criu/sockets.d
07:24:17 [2020-11-03T07:24:17.969Z] #62 34.34 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:24:18 [2020-11-03T07:24:18.148Z] #41 42.60   DEP      criu/sk-unix.d
07:24:18 [2020-11-03T07:24:18.148Z] #41 42.82   DEP      criu/sk-tcp.d
07:24:18 [2020-11-03T07:24:18.220Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 12.34MB / 54.14MB 0.9s
07:24:18 [2020-11-03T07:24:18.333Z] #62 ...
07:24:18 [2020-11-03T07:24:18.333Z] 
07:24:18 [2020-11-03T07:24:18.333Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:18 [2020-11-03T07:24:18.333Z] #49 24.60 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:24:18 [2020-11-03T07:24:18.333Z] #49 24.81 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:24:18 [2020-11-03T07:24:18.333Z] #49 24.87 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:24:18 [2020-11-03T07:24:18.333Z] #49 25.10 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:24:18 [2020-11-03T07:24:18.333Z] #49 25.42 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:24:18 [2020-11-03T07:24:18.333Z] #49 26.94 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:24:18 [2020-11-03T07:24:18.333Z] #49 27.96 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:24:18 [2020-11-03T07:24:18.333Z] #49 29.73 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:24:18 [2020-11-03T07:24:18.333Z] #49 31.77 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:24:18 [2020-11-03T07:24:18.333Z] #49 32.16 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:24:18 [2020-11-03T07:24:18.333Z] #49 32.21 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:24:18 [2020-11-03T07:24:18.333Z] #49 32.66 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:24:18 [2020-11-03T07:24:18.333Z] #49 34.00 runtime
07:24:18 [2020-11-03T07:24:18.438Z] #41 42.97   DEP      criu/sk-queue.d
07:24:18 [2020-11-03T07:24:18.439Z] #41 43.06   DEP      criu/sk-packet.d
07:24:18 [2020-11-03T07:24:18.532Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 17.82MB / 54.14MB 1.2s
07:24:18 [2020-11-03T07:24:18.597Z] #49 ...
07:24:18 [2020-11-03T07:24:18.597Z] 
07:24:18 [2020-11-03T07:24:18.597Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:18 [2020-11-03T07:24:18.597Z] #47 28.89 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.00 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.01 go: downloading github.com/hashicorp/hcl v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.02 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.04 go: extracting github.com/go-critic/go-critic v0.4.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.22 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.27 go: downloading golang.org/x/text v0.3.2
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.53 go: extracting github.com/sourcegraph/go-diff v0.5.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.53 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.60 go: extracting github.com/gobwas/glob v0.2.3
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.63 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.86 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:24:18 [2020-11-03T07:24:18.597Z] #47 29.99 go: extracting github.com/hashicorp/hcl v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.17 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.37 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.41 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.46 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.62 go: downloading github.com/spf13/jwalterweatherman v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.95 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:24:18 [2020-11-03T07:24:18.597Z] #47 30.96 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.31 go: downloading gopkg.in/ini.v1 v1.51.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.31 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.31 go: downloading github.com/fsnotify/fsnotify v1.4.7
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.54 go: downloading github.com/subosito/gotenv v1.2.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.80 go: downloading github.com/mattn/go-colorable v0.1.4
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.89 go: extracting github.com/mitchellh/go-homedir v1.1.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.89 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:24:18 [2020-11-03T07:24:18.597Z] #47 31.99 go: extracting github.com/fsnotify/fsnotify v1.4.7
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.09 go: extracting github.com/spf13/jwalterweatherman v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.09 go: downloading github.com/BurntSushi/toml v0.3.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.23 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.24 go: extracting gopkg.in/ini.v1 v1.51.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.30 go: extracting github.com/subosito/gotenv v1.2.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.45 go: downloading github.com/mitchellh/mapstructure v1.1.2
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.46 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.47 go: extracting github.com/mattn/go-colorable v0.1.4
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.48 go: downloading github.com/pelletier/go-toml v1.2.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.73 go: downloading github.com/stretchr/testify v1.4.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.78 go: downloading github.com/spf13/cast v1.3.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.79 go: downloading github.com/ultraware/whitespace v0.0.4
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.83 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.89 go: downloading github.com/magiconair/properties v1.8.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 32.94 go: extracting github.com/BurntSushi/toml v0.3.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.06 go: extracting github.com/spf13/cast v1.3.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.21 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.22 go: extracting github.com/mitchellh/mapstructure v1.1.2
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.24 go: extracting github.com/ultraware/whitespace v0.0.4
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.24 go: downloading gopkg.in/yaml.v2 v2.2.7
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.47 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.76 go: extracting github.com/go-toolsmith/astcopy v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 33.88 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.12 go: downloading github.com/sirupsen/logrus v1.4.2
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.15 go: extracting github.com/pelletier/go-toml v1.2.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.18 go: extracting github.com/magiconair/properties v1.8.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.38 go: extracting gopkg.in/yaml.v2 v2.2.7
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.39 go: downloading github.com/go-toolsmith/astequal v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.39 go: downloading github.com/kisielk/gotool v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.39 go: extracting github.com/stretchr/testify v1.4.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.42 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.47 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.47 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.53 go: downloading github.com/uudashr/gocognit v1.0.1
07:24:18 [2020-11-03T07:24:18.597Z] #47 34.57 go: downloading github.com/go-toolsmith/typep v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 35.05 go: extracting github.com/sirupsen/logrus v1.4.2
07:24:18 [2020-11-03T07:24:18.597Z] #47 35.07 go: extracting github.com/go-toolsmith/astequal v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 35.11 go: extracting github.com/kisielk/gotool v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 35.15 go: extracting github.com/go-toolsmith/typep v1.0.0
07:24:18 [2020-11-03T07:24:18.597Z] #47 35.16 go: downloading github.com/spf13/afero v1.1.2
07:24:18 [2020-11-03T07:24:18.668Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
07:24:18 [2020-11-03T07:24:18.729Z] #41 43.26   DEP      criu/sk-netlink.d
07:24:18 [2020-11-03T07:24:18.767Z] + docker version
07:24:18 [2020-11-03T07:24:18.862Z] #47 35.27 go: extracting github.com/go-toolsmith/astcast v1.0.0
07:24:18 [2020-11-03T07:24:18.862Z] #47 35.32 go: downloading github.com/gogo/protobuf v1.2.1
07:24:18 [2020-11-03T07:24:18.944Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 20.63MB / 54.14MB 1.4s
07:24:18 [2020-11-03T07:24:18.944Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 23.62MB / 54.14MB 1.5s
07:24:19 [2020-11-03T07:24:19.020Z] #41 43.44   DEP      criu/sk-inet.d
07:24:19 [2020-11-03T07:24:19.020Z] #41 43.57   DEP      criu/signalfd.d
07:24:19 [2020-11-03T07:24:19.020Z] #41 43.65   DEP      criu/sigframe.d
[Pipeline] withEnv
[Pipeline] {
07:24:19 [2020-11-03T07:24:19.209Z] #47 35.50 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:24:19 [2020-11-03T07:24:19.209Z] #47 35.51 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:24:19 [2020-11-03T07:24:19.209Z] #47 35.65 go: extracting github.com/uudashr/gocognit v1.0.1
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:24:19 [2020-11-03T07:24:19.285Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 27.24MB / 54.14MB 1.7s
07:24:19 [2020-11-03T07:24:19.285Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 32.77MB / 54.14MB 2.0s
07:24:19 [2020-11-03T07:24:19.310Z] #41 43.72   DEP      criu/shmem.d
07:24:19 [2020-11-03T07:24:19.310Z] #41 43.88   DEP      criu/servicefd.d
07:24:19 [2020-11-03T07:24:19.482Z] #47 35.73 go: downloading github.com/go-toolsmith/astp v1.0.0
07:24:19 [2020-11-03T07:24:19.601Z] #41 44.04   DEP      criu/seize.d
07:24:19 [2020-11-03T07:24:19.601Z] #41 44.13   DEP      criu/seccomp.d
07:24:19 [2020-11-03T07:24:19.749Z] #47 36.08 go: downloading github.com/davecgh/go-spew v1.1.1
07:24:19 [2020-11-03T07:24:19.749Z] #47 36.13 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:24:19 [2020-11-03T07:24:19.892Z] #41 44.30   DEP      criu/rst-malloc.d
07:24:19 [2020-11-03T07:24:19.892Z] #41 44.39   DEP      criu/rbtree.d
07:24:19 [2020-11-03T07:24:19.892Z] #41 44.41   DEP      criu/pstree.d
07:24:19 [2020-11-03T07:24:19.892Z] #41 44.51   DEP      criu/protobuf.d
07:24:19 [2020-11-03T07:24:19.897Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 35.86MB / 54.14MB 2.1s
07:24:19 [2020-11-03T07:24:19.897Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 41.92MB / 54.14MB 2.6s
07:24:20 [2020-11-03T07:24:20.013Z] #47 36.41 go: downloading github.com/pmezard/go-difflib v1.0.0
07:24:20 [2020-11-03T07:24:20.070Z] + docker version
07:24:20 [2020-11-03T07:24:20.182Z] #41 44.61   GEN      criu/protobuf-desc-gen.h
07:24:20 [2020-11-03T07:24:20.277Z] #47 36.78 go: extracting github.com/spf13/afero v1.1.2
07:24:20 [2020-11-03T07:24:20.277Z] #47 36.78 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:24:20 [2020-11-03T07:24:20.287Z] Fetching without tags
07:24:20 [2020-11-03T07:24:20.360Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 45.02MB / 54.14MB 2.9s
07:24:20 [2020-11-03T07:24:20.543Z] #47 37.10 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:24:20 [2020-11-03T07:24:20.757Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:24:20 [2020-11-03T07:24:20.802Z] #47 37.20 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:24:20 [2020-11-03T07:24:20.802Z] #47 37.22 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:24:20 [2020-11-03T07:24:20.802Z] #47 37.42 go: downloading github.com/stretchr/objx v0.2.0
07:24:20 [2020-11-03T07:24:20.813Z] #41 45.47   DEP      criu/protobuf-desc.d
07:24:20 [2020-11-03T07:24:20.983Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 49.17MB / 54.14MB 3.3s
07:24:21 [2020-11-03T07:24:21.062Z] #47 37.43 go: extracting github.com/go-toolsmith/astp v1.0.0
07:24:21 [2020-11-03T07:24:21.062Z] #47 37.47 go: extracting github.com/pmezard/go-difflib v1.0.0
07:24:21 [2020-11-03T07:24:21.104Z] #41 45.61   DEP      criu/proc_parse.d
07:24:21 [2020-11-03T07:24:21.348Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 52.78MB / 54.14MB 3.8s
07:24:21 [2020-11-03T07:24:21.348Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 4.0s done
07:24:21 [2020-11-03T07:24:21.348Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244
07:24:21 [2020-11-03T07:24:21.394Z] #41 45.79   DEP      criu/plugin.d
07:24:21 [2020-11-03T07:24:21.394Z] #41 45.87   DEP      criu/pipes.d
07:24:21 [2020-11-03T07:24:21.631Z] #47 37.92 go: downloading github.com/spf13/cobra v0.0.5
07:24:21 [2020-11-03T07:24:21.631Z] #47 38.08 go: extracting github.com/davecgh/go-spew v1.1.1
07:24:21 [2020-11-03T07:24:21.684Z] #41 46.04   DEP      criu/pie-util.d
07:24:21 [2020-11-03T07:24:21.684Z] #41 46.11   DEP      criu/pie-util-vdso.d
07:24:21 [2020-11-03T07:24:21.684Z] #41 46.27   DEP      criu/path.d
07:24:21 [2020-11-03T07:24:21.729Z] #25 ...
07:24:21 [2020-11-03T07:24:21.729Z] 
07:24:21 [2020-11-03T07:24:21.729Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:24:21 [2020-11-03T07:24:21.729Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
07:24:21 [2020-11-03T07:24:21.729Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
07:24:21 [2020-11-03T07:24:21.729Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.8s done
07:24:21 [2020-11-03T07:24:21.729Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
07:24:21 [2020-11-03T07:24:21.729Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.6s done
07:24:21 [2020-11-03T07:24:21.729Z] #61 DONE 4.8s
07:24:21 [2020-11-03T07:24:21.891Z] #47 38.32 go: extracting github.com/go-toolsmith/strparse v1.0.0
07:24:21 [2020-11-03T07:24:21.974Z] #41 46.33   DEP      criu/parasite-syscall.d
07:24:21 [2020-11-03T07:24:21.975Z] #41 46.41   DEP      criu/pagemap.d
07:24:21 [2020-11-03T07:24:21.975Z] #41 46.48   DEP      criu/pagemap-cache.d
07:24:21 [2020-11-03T07:24:21.975Z] #41 46.52   DEP      criu/page-xfer.d
07:24:21 [2020-11-03T07:24:21.975Z] #41 46.60   DEP      criu/page-pipe.d
07:24:22 [2020-11-03T07:24:22.059Z] 
07:24:22 [2020-11-03T07:24:22.059Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:22 [2020-11-03T07:24:22.059Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 2.6s done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 65.24MB / 73.58MB 4.2s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.38MB / 57.46MB 4.2s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 36.35MB / 96.52MB 4.2s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.8s done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 40.69MB / 54.14MB 4.2s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 70.26MB / 73.58MB 4.5s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 48.36MB / 57.46MB 4.5s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 44.16MB / 54.14MB 4.5s
07:24:22 [2020-11-03T07:24:22.059Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 42.31MB / 96.52MB 4.7s
07:24:22 [2020-11-03T07:24:22.265Z] #41 46.66   DEP      criu/netfilter.d
07:24:22 [2020-11-03T07:24:22.265Z] #41 46.77   DEP      criu/net.d
07:24:20 [2020-11-03T07:24:20.227Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:24:20 [2020-11-03T07:24:20.248Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:24:20 [2020-11-03T07:24:20.261Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:24:20 [2020-11-03T07:24:20.271Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:24:20 [2020-11-03T07:24:20.300Z] Fetching upstream changes from https://github.com/moby/moby.git
07:24:20 [2020-11-03T07:24:20.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:24:20 [2020-11-03T07:24:20.302Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:24:20 [2020-11-03T07:24:20.774Z]  > git config core.sparsecheckout # timeout=10
07:24:20 [2020-11-03T07:24:20.783Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:24:22 [2020-11-03T07:24:22.382Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.7s done
07:24:22 [2020-11-03T07:24:22.382Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 52.98MB / 57.46MB 4.8s
07:24:22 [2020-11-03T07:24:22.382Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 48.59MB / 54.14MB 4.8s
07:24:22 [2020-11-03T07:24:22.382Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 47.71MB / 96.52MB 5.0s
07:24:22 [2020-11-03T07:24:22.382Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 51.66MB / 54.14MB 5.0s
07:24:22 [2020-11-03T07:24:22.461Z] #47 38.92 go: extracting github.com/stretchr/objx v0.2.0
07:24:22 [2020-11-03T07:24:22.556Z] #41 47.08   DEP      criu/namespaces.d
07:24:22 [2020-11-03T07:24:22.686Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 56.97MB / 57.46MB 5.1s
07:24:22 [2020-11-03T07:24:22.686Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.2s done
07:24:22 [2020-11-03T07:24:22.686Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 56.47MB / 96.52MB 5.2s
07:24:22 [2020-11-03T07:24:22.686Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.2s done
07:24:22 [2020-11-03T07:24:22.718Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:24:22 [2020-11-03T07:24:22.718Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:24:22 [2020-11-03T07:24:22.847Z] #41 47.31   DEP      criu/mount.d
07:24:22 [2020-11-03T07:24:22.985Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 62.20MB / 96.52MB 5.4s
07:24:22 [2020-11-03T07:24:22.985Z] #9 ...
07:24:22 [2020-11-03T07:24:22.985Z] 
07:24:22 [2020-11-03T07:24:22.985Z] #22 [internal] load build context
07:24:22 [2020-11-03T07:24:22.985Z] #22 transferring context: 51.98MB 6.1s done
07:24:22 [2020-11-03T07:24:22.985Z] #22 DONE 6.1s
07:24:22 [2020-11-03T07:24:22.985Z] 
07:24:22 [2020-11-03T07:24:22.985Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:22 [2020-11-03T07:24:22.985Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 70.33MB / 96.52MB 5.5s
07:24:23 [2020-11-03T07:24:23.045Z] #47 39.56 go: extracting github.com/spf13/cobra v0.0.5
07:24:23 [2020-11-03T07:24:23.137Z] #41 47.49   DEP      criu/memfd.d
07:24:23 [2020-11-03T07:24:23.137Z] #41 47.63   DEP      criu/mem.d
07:24:23 [2020-11-03T07:24:23.279Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 79.69MB / 96.52MB 5.7s
07:24:23 [2020-11-03T07:24:23.279Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 90.78MB / 96.52MB 5.8s
07:24:23 [2020-11-03T07:24:23.304Z] #47 ...
07:24:23 [2020-11-03T07:24:23.304Z] 
07:24:23 [2020-11-03T07:24:23.304Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:23 [2020-11-03T07:24:23.304Z] #40 29.70 Fetched 8396 kB in 22s (376 kB/s)
07:24:23 [2020-11-03T07:24:23.427Z] #41 47.77   DEP      criu/lsm.d
07:24:23 [2020-11-03T07:24:23.427Z] #41 47.88   DEP      criu/log.d
07:24:23 [2020-11-03T07:24:23.427Z] #41 47.96   DEP      criu/libnetlink.d
07:24:23 [2020-11-03T07:24:23.428Z] #41 48.01   DEP      criu/kerndat.d
07:24:23 [2020-11-03T07:24:23.564Z] #40 29.70 Reading package lists...
07:24:23 [2020-11-03T07:24:23.564Z] #40 ...
07:24:23 [2020-11-03T07:24:23.564Z] 
07:24:23 [2020-11-03T07:24:23.564Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:24:23 [2020-11-03T07:24:23.564Z] #53 32.48 Fetched 8396 kB in 24s (346 kB/s)
07:24:23 [2020-11-03T07:24:23.564Z] #53 32.48 Reading package lists...
07:24:23 [2020-11-03T07:24:23.564Z] #53 ...
07:24:23 [2020-11-03T07:24:23.564Z] 
07:24:23 [2020-11-03T07:24:23.564Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:23 [2020-11-03T07:24:23.564Z] #47 40.05 go: downloading github.com/inconshreveable/mousetrap v1.0.0
07:24:23 [2020-11-03T07:24:23.574Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.0s done
07:24:23 [2020-11-03T07:24:23.574Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
07:24:23 [2020-11-03T07:24:23.719Z] #41 48.11   DEP      criu/kcmp-ids.d
07:24:23 [2020-11-03T07:24:23.719Z] #41 48.15   DEP      criu/irmap.d
07:24:23 [2020-11-03T07:24:23.719Z] #41 48.25   DEP      criu/ipc_ns.d
07:24:23 [2020-11-03T07:24:23.719Z] #41 48.36   DEP      criu/image.d
07:24:24 [2020-11-03T07:24:24.009Z] #41 48.56   DEP      criu/image-desc.d
07:24:24 [2020-11-03T07:24:24.009Z] #41 ...
07:24:24 [2020-11-03T07:24:24.009Z] 
07:24:24 [2020-11-03T07:24:24.009Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:24 [2020-11-03T07:24:24.009Z] #43 73.20 net/http/httptrace
07:24:24 [2020-11-03T07:24:24.009Z] #43 73.31 net/http
07:24:24 [2020-11-03T07:24:24.009Z] #43 81.34 github.com/LK4D4/vndr/godl
07:24:24 [2020-11-03T07:24:24.009Z] #43 81.91 github.com/LK4D4/vndr
07:24:24 [2020-11-03T07:24:24.136Z] #47 40.57 go: extracting github.com/inconshreveable/mousetrap v1.0.0
07:24:24 [2020-11-03T07:24:24.300Z] #43 ...
07:24:24 [2020-11-03T07:24:24.300Z] 
07:24:24 [2020-11-03T07:24:24.300Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:24 [2020-11-03T07:24:24.300Z] #41 48.66   DEP      criu/fsnotify.d
07:24:24 [2020-11-03T07:24:24.300Z] #41 48.79   DEP      criu/filesystems.d
07:24:24 [2020-11-03T07:24:24.300Z] #41 48.89   DEP      criu/files.d
07:24:24 [2020-11-03T07:24:24.300Z] #41 49.00   DEP      criu/files-reg.d
07:24:24 [2020-11-03T07:24:24.397Z] #47 40.89 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:24:22 [2020-11-03T07:24:22.622Z]  > git remote # timeout=10
07:24:22 [2020-11-03T07:24:22.647Z]  > git config --get remote.origin.url # timeout=10
07:24:22 [2020-11-03T07:24:22.678Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:24:22 [2020-11-03T07:24:22.679Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:24:22 [2020-11-03T07:24:22.712Z]  > git rev-parse HEAD^{commit} # timeout=10
07:24:22 [2020-11-03T07:24:22.722Z]  > git config core.sparsecheckout # timeout=10
07:24:22 [2020-11-03T07:24:22.727Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:24:24 [2020-11-03T07:24:24.931Z] #41 49.16   DEP      criu/files-ext.d
07:24:24 [2020-11-03T07:24:24.931Z] #41 49.30   DEP      criu/file-lock.d
07:24:24 [2020-11-03T07:24:24.931Z] #41 49.47   DEP      criu/file-ids.d
07:24:24 [2020-11-03T07:24:24.931Z] #41 49.57   DEP      criu/fifo.d
07:24:24 [2020-11-03T07:24:24.967Z] #47 ...
07:24:24 [2020-11-03T07:24:24.967Z] 
07:24:24 [2020-11-03T07:24:24.967Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:24 [2020-11-03T07:24:24.967Z] #11 31.22 Fetched 8396 kB in 23s (362 kB/s)
07:24:24 [2020-11-03T07:24:24.967Z] #11 31.22 Reading package lists...
07:24:24 [2020-11-03T07:24:24.967Z] #11 ...
07:24:24 [2020-11-03T07:24:24.967Z] 
07:24:24 [2020-11-03T07:24:24.967Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:24:24 [2020-11-03T07:24:24.967Z] #34 31.34 Fetched 8396 kB in 25s (340 kB/s)
07:24:25 [2020-11-03T07:24:25.221Z] #41 49.70   DEP      criu/fdstore.d
07:24:25 [2020-11-03T07:24:25.221Z] #41 49.80   DEP      criu/fault-injection.d
07:24:25 [2020-11-03T07:24:25.221Z] #41 49.83   DEP      criu/external.d
07:24:25 [2020-11-03T07:24:25.227Z] #34 31.34 Reading package lists...
07:24:25 [2020-11-03T07:24:25.228Z] #34 ...
07:24:25 [2020-11-03T07:24:25.228Z] 
07:24:25 [2020-11-03T07:24:25.228Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:25 [2020-11-03T07:24:25.228Z] #40 29.70 Reading package lists...
07:24:25 [2020-11-03T07:24:25.512Z] #41 49.92   DEP      criu/eventpoll.d
07:24:25 [2020-11-03T07:24:25.512Z] #41 50.10   DEP      criu/eventfd.d
07:24:25 [2020-11-03T07:24:25.803Z] #41 50.25   DEP      criu/crtools.d
07:24:25 [2020-11-03T07:24:25.803Z] #41 50.40   DEP      criu/cr-service.d
07:24:26 [2020-11-03T07:24:26.094Z] #41 50.55   DEP      criu/cr-restore.d
07:24:26 [2020-11-03T07:24:26.094Z] #41 ...
07:24:26 [2020-11-03T07:24:26.094Z] 
07:24:26 [2020-11-03T07:24:26.094Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:24:26 [2020-11-03T07:24:26.094Z] #18 0.904 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:24:26 [2020-11-03T07:24:26.094Z] #18 0.946 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:24:26 [2020-11-03T07:24:26.094Z] #18 0.959 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:24:26 [2020-11-03T07:24:26.094Z] #18 1.403 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
07:24:26 [2020-11-03T07:24:26.094Z] #18 2.622 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB]
07:24:26 [2020-11-03T07:24:26.094Z] #18 2.688 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
07:24:26 [2020-11-03T07:24:26.094Z] #18 6.647 Fetched 8085 kB in 6s (1391 kB/s)
07:24:26 [2020-11-03T07:24:26.094Z] #18 6.647 Reading package lists...
07:24:26 [2020-11-03T07:24:26.421Z] #18 8.380 Reading package lists...
07:24:26 [2020-11-03T07:24:26.421Z] #18 10.27 Building dependency tree...
07:24:26 [2020-11-03T07:24:26.421Z] #18 ...
07:24:26 [2020-11-03T07:24:26.421Z] 
07:24:26 [2020-11-03T07:24:26.421Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:26 [2020-11-03T07:24:26.421Z] #41 50.75   DEP      criu/cr-errno.d
07:24:26 [2020-11-03T07:24:26.421Z] #41 50.77   DEP      criu/cr-dump.d
07:24:26 [2020-11-03T07:24:26.421Z] #41 50.89   DEP      criu/cr-dedup.d
07:24:26 [2020-11-03T07:24:26.421Z] #41 ...
07:24:26 [2020-11-03T07:24:26.421Z] 
07:24:26 [2020-11-03T07:24:26.421Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:26 [2020-11-03T07:24:26.421Z] #51 6.106 + cd /tmp/tmp.CinbP0PBWc/src/github.com/opencontainers/runc
07:24:26 [2020-11-03T07:24:26.421Z] #51 6.106 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:24:26 [2020-11-03T07:24:26.421Z] #51 6.378 + '[' -z '' ']'
07:24:26 [2020-11-03T07:24:26.421Z] #51 6.378 + target=static
07:24:26 [2020-11-03T07:24:26.421Z] #51 6.378 + make 'BUILDTAGS=seccomp apparmor selinux ' static
07:24:26 [2020-11-03T07:24:26.421Z] #51 6.701 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 .
07:24:26 [2020-11-03T07:24:26.731Z] #51 ...
07:24:26 [2020-11-03T07:24:26.731Z] 
07:24:26 [2020-11-03T07:24:26.731Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:26 [2020-11-03T07:24:26.731Z] #41 51.06   DEP      criu/cr-check.d
07:24:26 [2020-11-03T07:24:26.731Z] #41 51.27   DEP      criu/config.d
07:24:27 [2020-11-03T07:24:27.021Z] #41 51.45   DEP      criu/clone-noasan.d
07:24:27 [2020-11-03T07:24:27.021Z] #41 51.56   DEP      criu/cgroup.d
07:24:27 [2020-11-03T07:24:27.021Z] #41 51.68   DEP      criu/cgroup-props.d
07:24:27 [2020-11-03T07:24:27.050Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
07:24:27 [2020-11-03T07:24:27.313Z] #41 51.81   DEP      criu/bitmap.d
07:24:27 [2020-11-03T07:24:27.313Z] #41 51.82   DEP      criu/bfd.d
07:24:27 [2020-11-03T07:24:27.313Z] #41 51.95   DEP      criu/autofs.d
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:24:27 [2020-11-03T07:24:27.603Z] #41 52.10   DEP      criu/aio.d
07:24:27 [2020-11-03T07:24:27.603Z] #41 52.19   DEP      criu/action-scripts.d
07:24:27 [2020-11-03T07:24:27.894Z] #41 52.47   CC       criu/action-scripts.o
07:24:28 [2020-11-03T07:24:28.086Z] #9 ...
07:24:28 [2020-11-03T07:24:28.086Z] 
07:24:28 [2020-11-03T07:24:28.086Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:28 [2020-11-03T07:24:28.086Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 5.9s done
07:24:28 [2020-11-03T07:24:28.086Z] #25 DONE 10.3s
07:24:28 [2020-11-03T07:24:28.086Z] 
07:24:28 [2020-11-03T07:24:28.086Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:24:28 [2020-11-03T07:24:28.086Z] #26 0.239 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:24:28 [2020-11-03T07:24:28.086Z] #26 0.262 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
07:24:28 [2020-11-03T07:24:28.086Z] #26 0.292 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:24:28 [2020-11-03T07:24:28.086Z] #26 0.462 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB]
07:24:28 [2020-11-03T07:24:28.086Z] #26 0.700 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
07:24:28 [2020-11-03T07:24:28.216Z] + docker version
07:24:28 [2020-11-03T07:24:28.216Z] Client: Docker Engine - Community
07:24:28 [2020-11-03T07:24:28.216Z]  Version:           19.03.13
07:24:28 [2020-11-03T07:24:28.216Z]  API version:       1.40
07:24:28 [2020-11-03T07:24:28.216Z]  Go version:        go1.13.15
07:24:28 [2020-11-03T07:24:28.216Z]  Git commit:        4484c46d9d
07:24:28 [2020-11-03T07:24:28.216Z]  Built:             Wed Sep 16 17:02:36 2020
07:24:28 [2020-11-03T07:24:28.216Z]  OS/Arch:           linux/amd64
07:24:28 [2020-11-03T07:24:28.216Z]  Experimental:      false
07:24:28 [2020-11-03T07:24:28.216Z] 
07:24:28 [2020-11-03T07:24:28.216Z] Server: Docker Engine - Community
07:24:28 [2020-11-03T07:24:28.216Z]  Engine:
07:24:28 [2020-11-03T07:24:28.216Z]   Version:          19.03.13
07:24:28 [2020-11-03T07:24:28.216Z]   API version:      1.40 (minimum version 1.12)
07:24:28 [2020-11-03T07:24:28.216Z]   Go version:       go1.13.15
07:24:28 [2020-11-03T07:24:28.216Z]   Git commit:       4484c46d9d
07:24:28 [2020-11-03T07:24:28.216Z]   Built:            Wed Sep 16 17:01:06 2020
07:24:28 [2020-11-03T07:24:28.216Z]   OS/Arch:          linux/amd64
07:24:28 [2020-11-03T07:24:28.216Z]   Experimental:     true
07:24:28 [2020-11-03T07:24:28.216Z]  containerd:
07:24:28 [2020-11-03T07:24:28.216Z]   Version:          1.3.7
07:24:28 [2020-11-03T07:24:28.216Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
07:24:28 [2020-11-03T07:24:28.216Z]  runc:
07:24:28 [2020-11-03T07:24:28.216Z]   Version:          1.0.0-rc10
07:24:28 [2020-11-03T07:24:28.216Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:24:28 [2020-11-03T07:24:28.216Z]  docker-init:
07:24:28 [2020-11-03T07:24:28.216Z]   Version:          0.18.0
07:24:28 [2020-11-03T07:24:28.216Z]   GitCommit:        fec3683
[Pipeline] sh
07:24:28 [2020-11-03T07:24:28.382Z] #26 1.102 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
07:24:28 [2020-11-03T07:24:28.524Z] #41 52.90   CC       criu/aio.o
07:24:28 [2020-11-03T07:24:28.598Z] + docker info
07:24:28 [2020-11-03T07:24:28.797Z] Client: Docker Engine - Community
07:24:28 [2020-11-03T07:24:28.797Z]  Version:           19.03.13
07:24:28 [2020-11-03T07:24:28.797Z]  API version:       1.40
07:24:28 [2020-11-03T07:24:28.797Z]  Go version:        go1.13.15
07:24:28 [2020-11-03T07:24:28.797Z]  Git commit:        4484c46d9d
07:24:28 [2020-11-03T07:24:28.797Z]  Built:             Wed Sep 16 17:02:36 2020
07:24:28 [2020-11-03T07:24:28.797Z]  OS/Arch:           linux/amd64
07:24:28 [2020-11-03T07:24:28.797Z]  Experimental:      false
07:24:28 [2020-11-03T07:24:28.797Z] 
07:24:28 [2020-11-03T07:24:28.797Z] Server: Docker Engine - Community
07:24:28 [2020-11-03T07:24:28.797Z]  Engine:
07:24:28 [2020-11-03T07:24:28.797Z]   Version:          19.03.13
07:24:28 [2020-11-03T07:24:28.797Z]   API version:      1.40 (minimum version 1.12)
07:24:28 [2020-11-03T07:24:28.797Z]   Go version:       go1.13.15
07:24:28 [2020-11-03T07:24:28.797Z]   Git commit:       4484c46d9d
07:24:28 [2020-11-03T07:24:28.797Z]   Built:            Wed Sep 16 17:01:06 2020
07:24:28 [2020-11-03T07:24:28.797Z]   OS/Arch:          linux/amd64
07:24:28 [2020-11-03T07:24:28.797Z]   Experimental:     true
07:24:28 [2020-11-03T07:24:28.797Z]  containerd:
07:24:28 [2020-11-03T07:24:28.797Z]   Version:          1.3.7
07:24:28 [2020-11-03T07:24:28.797Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
07:24:28 [2020-11-03T07:24:28.797Z]  runc:
07:24:28 [2020-11-03T07:24:28.797Z]   Version:          1.0.0-rc10
07:24:28 [2020-11-03T07:24:28.797Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:24:28 [2020-11-03T07:24:28.797Z]  docker-init:
07:24:28 [2020-11-03T07:24:28.797Z]   Version:          0.18.0
07:24:28 [2020-11-03T07:24:28.797Z]   GitCommit:        fec3683
07:24:28 [2020-11-03T07:24:28.814Z] #41 53.29   CC       criu/autofs.o
07:24:28 [2020-11-03T07:24:28.814Z] #41 ...
07:24:28 [2020-11-03T07:24:28.814Z] 
07:24:28 [2020-11-03T07:24:28.814Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:28 [2020-11-03T07:24:28.814Z] #43 DONE 88.2s
[Pipeline] sh
07:24:29 [2020-11-03T07:24:29.105Z] 
07:24:29 [2020-11-03T07:24:29.105Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.27 Building dependency tree...
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65 libcap2-bin is already the newest version (1:2.25-2).
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65 The following additional packages will be installed:
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   python3.7 python3.7-minimal vim-runtime xxd
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65 Suggested packages:
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65 Recommended packages:
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   aufs-dkms nftables build-essential python3-dev python3-keyring
07:24:29 [2020-11-03T07:24:29.105Z] #18 10.65   python3-keyrings.alt python3-xdg unzip
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.73 The following NEW packages will be installed:
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.75   xz-utils zip
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.83 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.83 Need to get 27.7 MB of archives.
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.83 After this operation, 117 MB of additional disk space will be used.
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 11.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 12.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 12.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 12.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 12.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 12.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 13.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 13.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
07:24:29 [2020-11-03T07:24:29.105Z] #18 13.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.11 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.12 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.14 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.22 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.22 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.22 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.22 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
07:24:29 [2020-11-03T07:24:29.106Z] #18 13.22 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
07:24:29 [2020-11-03T07:24:29.190Z] + docker info
07:24:29 [2020-11-03T07:24:29.397Z] #18 13.24 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
07:24:29 [2020-11-03T07:24:29.397Z] #18 13.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
07:24:29 [2020-11-03T07:24:29.689Z] #18 13.55 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
07:24:29 [2020-11-03T07:24:29.689Z] #18 13.55 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
07:24:29 [2020-11-03T07:24:29.689Z] #18 13.56 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
07:24:29 [2020-11-03T07:24:29.689Z] #18 13.66 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
07:24:29 [2020-11-03T07:24:29.689Z] #18 13.71 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
07:24:29 [2020-11-03T07:24:29.689Z] #18 13.75 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
07:24:29 [2020-11-03T07:24:29.760Z] #40 40.65 Reading package lists...
07:24:29 [2020-11-03T07:24:29.760Z] #40 ...
07:24:29 [2020-11-03T07:24:29.760Z] 
07:24:29 [2020-11-03T07:24:29.760Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:29 [2020-11-03T07:24:29.760Z] #47 45.35 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:24:29 [2020-11-03T07:24:29.979Z] #18 13.96 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
07:24:29 [2020-11-03T07:24:29.979Z] #18 13.97 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
07:24:29 [2020-11-03T07:24:29.979Z] #18 14.05 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
07:24:29 [2020-11-03T07:24:29.979Z] #18 14.07 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
07:24:30 [2020-11-03T07:24:30.270Z] #18 14.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
07:24:30 [2020-11-03T07:24:30.270Z] #18 14.07 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
07:24:30 [2020-11-03T07:24:30.270Z] #18 14.07 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB]
07:24:30 [2020-11-03T07:24:30.270Z] #18 14.16 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
07:24:30 [2020-11-03T07:24:30.270Z] #18 14.21 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
07:24:30 [2020-11-03T07:24:30.270Z] #18 14.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
07:24:30 [2020-11-03T07:24:30.332Z] #47 46.75 go: extracting github.com/gogo/protobuf v1.2.1
07:24:30 [2020-11-03T07:24:30.464Z] #26 2.856 Fetched 8171 kB in 3s (3104 kB/s)
07:24:30 [2020-11-03T07:24:30.560Z] #18 14.38 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
07:24:30 [2020-11-03T07:24:30.560Z] #18 14.41 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
07:24:30 [2020-11-03T07:24:30.560Z] #18 14.52 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
07:24:31 [2020-11-03T07:24:31.104Z] #26 2.856 Reading package lists...
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.07 debconf: delaying package configuration, since apt-utils is not installed
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.09 Fetched 27.7 MB in 3s (9700 kB/s)
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.13 Selecting previously unselected package pigz.
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.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 ... 23199 files and directories currently installed.)
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.15 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.16 Unpacking pigz (2.4-1) ...
07:24:31 [2020-11-03T07:24:31.191Z] #18 15.19 Selecting previously unselected package libpython3.7-minimal:s390x.
07:24:31 [2020-11-03T07:24:31.482Z] #18 15.19 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
07:24:31 [2020-11-03T07:24:31.482Z] #18 15.20 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
07:24:31 [2020-11-03T07:24:31.482Z] #18 15.61 Selecting previously unselected package python3.7-minimal.
07:24:31 [2020-11-03T07:24:31.772Z] #18 15.62 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
07:24:31 [2020-11-03T07:24:31.772Z] #18 15.62 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
07:24:32 [2020-11-03T07:24:32.063Z] #18 16.20 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
07:24:32 [2020-11-03T07:24:32.158Z] #26 3.864 Reading package lists...
07:24:32 [2020-11-03T07:24:32.244Z] #47 48.68 go: extracting golang.org/x/text v0.3.2
07:24:32 [2020-11-03T07:24:32.354Z] #18 16.22 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
07:24:32 [2020-11-03T07:24:32.454Z] #26 4.953 Building dependency tree...
07:24:32 [2020-11-03T07:24:32.454Z] #26 5.313 The following additional packages will be installed:
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.313   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.313   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.314   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.315 Suggested packages:
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.315   krb5-doc krb5-user
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.315 Recommended packages:
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.315   krb5-locales publicsuffix libsasl2-modules
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.540 The following NEW packages will be installed:
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.541   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.541   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.541   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.542   libssh2-1 libssl1.1 openssl
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.584 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.584 Need to get 5165 kB of archives.
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.584 After this operation, 14.6 MB of additional disk space will be used.
07:24:32 [2020-11-03T07:24:32.753Z] #26 5.584 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
07:24:33 [2020-11-03T07:24:33.058Z] #26 5.597 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB]
07:24:33 [2020-11-03T07:24:33.058Z] #26 5.713 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB]
07:24:33 [2020-11-03T07:24:33.058Z] #26 5.765 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u3 [243 kB]
07:24:33 [2020-11-03T07:24:33.058Z] #26 5.777 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 5.911 Get:6 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 5.952 Get:7 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 5.956 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.021 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.025 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.030 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.108 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.129 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.134 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.138 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.144 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.151 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.164 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.173 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.180 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
07:24:33 [2020-11-03T07:24:33.360Z] #26 6.184 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.377 debconf: delaying package configuration, since apt-utils is not installed
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.401 Fetched 5165 kB in 1s (8408 kB/s)
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.414 Selecting previously unselected package libsasl2-modules-db:ppc64el.
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.414 (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 ... 6677 files and directories currently installed.)
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.421 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.423 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.446 Selecting previously unselected package libsasl2-2:ppc64el.
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.448 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.450 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.477 Selecting previously unselected package libldap-common.
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.479 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.480 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:24:33 [2020-11-03T07:24:33.655Z] #26 6.503 Selecting previously unselected package libldap-2.4-2:ppc64el.
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.60 Selecting previously unselected package python3-minimal.
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.60 (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.)
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.64 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.64 Unpacking python3-minimal (3.7.3-1) ...
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.70 Selecting previously unselected package libmpdec2:s390x.
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.70 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.70 Unpacking libmpdec2:s390x (2.4.2-2) ...
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.75 Selecting previously unselected package libpython3.7-stdlib:s390x.
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.75 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ...
07:24:33 [2020-11-03T07:24:33.865Z] #18 17.75 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.505 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_ppc64el.deb ...
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.506 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ...
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.556 Selecting previously unselected package libssl1.1:ppc64el.
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.558 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ...
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.559 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ...
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.739 Selecting previously unselected package openssl.
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.741 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_ppc64el.deb ...
07:24:33 [2020-11-03T07:24:33.951Z] #26 6.742 Unpacking openssl (1.1.1d-0+deb10u3) ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.847 Selecting previously unselected package ca-certificates.
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.849 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.850 Unpacking ca-certificates (20200601~deb10u1) ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.911 Selecting previously unselected package libkeyutils1:ppc64el.
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.913 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.915 Unpacking libkeyutils1:ppc64el (1.6-6) ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.934 Selecting previously unselected package libkrb5support0:ppc64el.
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.936 Preparing to unpack .../08-libkrb5support0_1.17-3_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.937 Unpacking libkrb5support0:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.962 Selecting previously unselected package libk5crypto3:ppc64el.
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.964 Preparing to unpack .../09-libk5crypto3_1.17-3_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.965 Unpacking libk5crypto3:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 6.998 Selecting previously unselected package libkrb5-3:ppc64el.
07:24:34 [2020-11-03T07:24:34.247Z] #26 7.000 Preparing to unpack .../10-libkrb5-3_1.17-3_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.247Z] #26 7.001 Unpacking libkrb5-3:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.40 Selecting previously unselected package python3.7.
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.41 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ...
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.41 Unpacking python3.7 (3.7.3-2+deb10u2) ...
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.48 Selecting previously unselected package libpython3-stdlib:s390x.
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.48 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.49 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
07:24:34 [2020-11-03T07:24:34.496Z] #18 18.52 Setting up python3-minimal (3.7.3-1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.072 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.074 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.075 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.111 Selecting previously unselected package libnghttp2-14:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.113 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.114 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.141 Selecting previously unselected package libpsl5:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.143 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.144 Unpacking libpsl5:ppc64el (0.20.2-2) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.172 Selecting previously unselected package librtmp1:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.173 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.175 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.204 Selecting previously unselected package libssh2-1:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.205 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.207 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.244 Selecting previously unselected package libcurl4:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.246 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.247 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.301 Selecting previously unselected package curl.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.302 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.303 Unpacking curl (7.64.0-4+deb10u1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.344 Selecting previously unselected package libonig5:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.346 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.347 Unpacking libonig5:ppc64el (6.9.1-1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.390 Selecting previously unselected package libjq1:ppc64el.
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.392 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.393 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
07:24:34 [2020-11-03T07:24:34.543Z] #26 7.430 Selecting previously unselected package jq.
07:24:34 [2020-11-03T07:24:34.787Z] #18 18.92 Selecting previously unselected package python3.
07:24:34 [2020-11-03T07:24:34.790Z] #47 ...
07:24:34 [2020-11-03T07:24:34.790Z] 
07:24:34 [2020-11-03T07:24:34.790Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:34 [2020-11-03T07:24:34.790Z] #32 51.17 sync
07:24:34 [2020-11-03T07:24:34.790Z] #32 51.17 internal/reflectlite
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.432 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.433 Unpacking jq (1.5+dfsg-2+b1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.462 Setting up libkeyutils1:ppc64el (1.6-6) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.467 Setting up libpsl5:ppc64el (0.20.2-2) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.469 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.597 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.599 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.603 Setting up libkrb5support0:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.605 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.607 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.610 Setting up libk5crypto3:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.612 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.615 Setting up libssh2-1:ppc64el (1.8.0-2.1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.617 Setting up libkrb5-3:ppc64el (1.17-3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.620 Setting up openssl (1.1.1d-0+deb10u3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.624 Setting up libonig5:ppc64el (6.9.1-1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.627 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.629 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ...
07:24:34 [2020-11-03T07:24:34.838Z] #26 7.632 Setting up ca-certificates (20200601~deb10u1) ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 18.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 ... 23860 files and directories currently installed.)
07:24:35 [2020-11-03T07:24:35.078Z] #18 18.95 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 18.97 Unpacking python3 (3.7.3-1) ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.01 Selecting previously unselected package libip4tc0:s390x.
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.01 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.02 Unpacking libip4tc0:s390x (1.8.2-4) ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.09 Selecting previously unselected package libip6tc0:s390x.
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.09 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.09 Unpacking libip6tc0:s390x (1.8.2-4) ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.15 Selecting previously unselected package libiptc0:s390x.
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.15 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.15 Unpacking libiptc0:s390x (1.8.2-4) ...
07:24:35 [2020-11-03T07:24:35.078Z] #18 19.22 Selecting previously unselected package libnfnetlink0:s390x.
07:24:35 [2020-11-03T07:24:35.361Z] #32 ...
07:24:35 [2020-11-03T07:24:35.361Z] 
07:24:35 [2020-11-03T07:24:35.361Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:24:35 [2020-11-03T07:24:35.361Z] #34 31.34 Reading package lists...
07:24:35 [2020-11-03T07:24:35.361Z] #34 42.36 Reading package lists...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.22 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.22 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.25 Selecting previously unselected package libnetfilter-conntrack3:s390x.
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.25 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.26 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.31 Selecting previously unselected package libnftnl11:s390x.
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.31 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.31 Unpacking libnftnl11:s390x (1.1.2-2) ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 ...
07:24:35 [2020-11-03T07:24:35.370Z] 
07:24:35 [2020-11-03T07:24:35.370Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:24:35 [2020-11-03T07:24:35.370Z] #30 DONE 94.4s
07:24:35 [2020-11-03T07:24:35.370Z] 
07:24:35 [2020-11-03T07:24:35.370Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.40 Selecting previously unselected package iptables.
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.40 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 19.41 Unpacking iptables (1.8.2-4) ...
07:24:35 [2020-11-03T07:24:35.370Z] #18 ...
07:24:35 [2020-11-03T07:24:35.370Z] 
07:24:35 [2020-11-03T07:24:35.370Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:35 [2020-11-03T07:24:35.370Z] #41 54.25   CC       criu/bfd.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 54.45   CC       criu/bitmap.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 54.51   CC       criu/cgroup-props.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 54.85   CC       criu/cgroup.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 56.68   CC       criu/clone-noasan.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 56.76   CC       criu/config.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 57.70   CC       criu/cr-check.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 58.62   CC       criu/cr-dedup.o
07:24:35 [2020-11-03T07:24:35.370Z] #41 58.97   CC       criu/cr-dump.o
07:24:35 [2020-11-03T07:24:35.479Z] #26 8.150 Updating certificates in /etc/ssl/certs...
07:24:35 [2020-11-03T07:24:35.622Z] #34 50.41 Building dependency tree...
07:24:35 [2020-11-03T07:24:35.622Z] #34 ...
07:24:35 [2020-11-03T07:24:35.622Z] 
07:24:35 [2020-11-03T07:24:35.622Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:35 [2020-11-03T07:24:35.622Z] #40 40.65 Reading package lists...
07:24:35 [2020-11-03T07:24:35.622Z] #40 49.27 Building dependency tree...
07:24:35 [2020-11-03T07:24:35.671Z] #41 ...
07:24:35 [2020-11-03T07:24:35.671Z] 
07:24:35 [2020-11-03T07:24:35.671Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:24:35 [2020-11-03T07:24:35.671Z] #18 19.61 Selecting previously unselected package xxd.
07:24:35 [2020-11-03T07:24:35.671Z] #18 19.61 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
07:24:35 [2020-11-03T07:24:35.671Z] #18 19.61 Unpacking xxd (2:8.1.0875-5) ...
07:24:35 [2020-11-03T07:24:35.671Z] #18 19.68 Selecting previously unselected package vim-common.
07:24:35 [2020-11-03T07:24:35.671Z] #18 19.68 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
07:24:35 [2020-11-03T07:24:35.671Z] #18 19.69 Unpacking vim-common (2:8.1.0875-5) ...
07:24:35 [2020-11-03T07:24:35.882Z] #40 ...
07:24:35 [2020-11-03T07:24:35.882Z] 
07:24:35 [2020-11-03T07:24:35.882Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:35 [2020-11-03T07:24:35.882Z] #11 42.21 Reading package lists...
07:24:35 [2020-11-03T07:24:35.882Z] #11 49.96 Building dependency tree...
07:24:35 [2020-11-03T07:24:35.882Z] #11 ...
07:24:35 [2020-11-03T07:24:35.882Z] 
07:24:35 [2020-11-03T07:24:35.882Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:35 [2020-11-03T07:24:35.882Z] #43 52.07 sync
07:24:35 [2020-11-03T07:24:35.882Z] #43 52.16 internal/reflectlite
07:24:35 [2020-11-03T07:24:35.993Z] #18 19.84 Selecting previously unselected package bash-completion.
07:24:35 [2020-11-03T07:24:35.993Z] #18 19.84 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.881 126 added, 0 removed; done.
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.903 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.907 Setting up jq (1.5+dfsg-2+b1) ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.910 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.913 Setting up curl (7.64.0-4+deb10u1) ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.916 Processing triggers for libc-bin (2.28-10) ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.926 Processing triggers for ca-certificates (20200601~deb10u1) ...
07:24:36 [2020-11-03T07:24:36.124Z] #26 8.932 Updating certificates in /etc/ssl/certs...
07:24:36 [2020-11-03T07:24:36.452Z] #43 ...
07:24:36 [2020-11-03T07:24:36.452Z] 
07:24:36 [2020-11-03T07:24:36.452Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:24:36 [2020-11-03T07:24:36.452Z] #53 32.48 Reading package lists...
07:24:36 [2020-11-03T07:24:36.452Z] #53 43.58 Reading package lists...
07:24:36 [2020-11-03T07:24:36.713Z] #53 51.51 Building dependency tree...
07:24:36 [2020-11-03T07:24:36.713Z] #53 ...
07:24:36 [2020-11-03T07:24:36.713Z] 
07:24:36 [2020-11-03T07:24:36.713Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:24:36 [2020-11-03T07:24:36.713Z] #34 50.41 Building dependency tree...
07:24:36 [2020-11-03T07:24:36.762Z] #26 9.448 0 added, 0 removed; done.
07:24:36 [2020-11-03T07:24:36.762Z] #26 9.448 Running hooks in /etc/ca-certificates/update.d...
07:24:36 [2020-11-03T07:24:36.762Z] #26 9.450 done.
07:24:36 [2020-11-03T07:24:36.762Z] #26 DONE 9.5s
07:24:36 [2020-11-03T07:24:36.762Z] 
07:24:36 [2020-11-03T07:24:36.762Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:24:37 [2020-11-03T07:24:37.057Z] #27 DONE 0.1s
07:24:37 [2020-11-03T07:24:37.057Z] 
07:24:37 [2020-11-03T07:24:37.057Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:24:37 [2020-11-03T07:24:37.497Z] #18 21.47 Unpacking bash-completion (1:2.8-6) ...
07:24:37 [2020-11-03T07:24:37.693Z] #28 0.699 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:24:37 [2020-11-03T07:24:37.693Z] #28 0.839 
07:24:37 [2020-11-03T07:24:37.787Z] #18 21.73 Selecting previously unselected package bzip2.
07:24:37 [2020-11-03T07:24:37.787Z] #18 21.74 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
07:24:37 [2020-11-03T07:24:37.787Z] #18 21.74 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
07:24:37 [2020-11-03T07:24:37.787Z] #18 21.78 Selecting previously unselected package xz-utils.
07:24:37 [2020-11-03T07:24:37.787Z] #18 21.79 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
07:24:37 [2020-11-03T07:24:37.787Z] #18 21.79 Unpacking xz-utils (5.2.4-1) ...
07:24:38 [2020-11-03T07:24:38.078Z] #18 21.89 Selecting previously unselected package apparmor.
07:24:38 [2020-11-03T07:24:38.078Z] #18 21.90 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.078Z] #18 21.94 Unpacking apparmor (2.13.2-10) ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.18 Selecting previously unselected package aufs-tools.
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.19 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.19 Unpacking aufs-tools (1:4.14+20190211-1) ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.28 Selecting previously unselected package libonig5:s390x.
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.29 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.29 Unpacking libonig5:s390x (6.9.1-1) ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.39 Selecting previously unselected package libjq1:s390x.
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.39 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.39 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.48 Selecting previously unselected package jq.
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.48 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.368Z] #18 22.48 Unpacking jq (1.5+dfsg-2+b1) ...
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.52 Selecting previously unselected package libaio1:s390x.
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.52 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.52 Unpacking libaio1:s390x (0.3.112-3) ...
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.55 Selecting previously unselected package libgpm2:s390x.
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.55 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.56 Unpacking libgpm2:s390x (1.20.7-5) ...
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.59 Selecting previously unselected package libicu63:s390x.
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.59 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
07:24:38 [2020-11-03T07:24:38.659Z] #18 22.59 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
07:24:39 [2020-11-03T07:24:39.256Z] #34 55.49 The following additional packages will be installed:
07:24:39 [2020-11-03T07:24:39.256Z] #34 55.49   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
07:24:39 [2020-11-03T07:24:39.256Z] #34 55.50 Suggested packages:
07:24:39 [2020-11-03T07:24:39.256Z] #34 55.50   cmake-doc ninja-build lrzip
07:24:39 [2020-11-03T07:24:39.256Z] #34 55.50 Recommended packages:
07:24:39 [2020-11-03T07:24:39.256Z] #34 55.50   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:24:40 [2020-11-03T07:24:40.279Z] #28 0.989 #=#=#                                                                         

#####                                                                      7.1%
########                                                                  11.2%
###########                                                               16.1%
###############                                                           21.2%
##################                                                        26.2%
######################                                                    31.2%
##########################                                                36.3%
#############################                                             40.8%
#################################                                         46.1%
####################################                                      51.1%
########################################                                  55.9%
###########################################                               61.0%
###############################################                           65.8%
##################################################                        70.8%
######################################################                    75.9%
##########################################################                80.7%
#############################################################             86.0%
#################################################################         91.2%
####################################################################      95.7%
######################################################################## 100.0%
07:24:40 [2020-11-03T07:24:40.279Z] #28 3.205 
07:24:40 [2020-11-03T07:24:40.279Z] #28 3.329 
##################################                                        47.4%
######################################################################## 100.0%
07:24:40 [2020-11-03T07:24:40.465Z] Client: Docker Engine - Community
07:24:40 [2020-11-03T07:24:40.465Z]  Version:           19.03.13
07:24:40 [2020-11-03T07:24:40.465Z]  API version:       1.40
07:24:40 [2020-11-03T07:24:40.465Z]  Go version:        go1.13.15
07:24:40 [2020-11-03T07:24:40.465Z]  Git commit:        4484c46
07:24:40 [2020-11-03T07:24:40.465Z]  Built:             Wed Sep 16 17:03:45 2020
07:24:40 [2020-11-03T07:24:40.465Z]  OS/Arch:           linux/arm64
07:24:40 [2020-11-03T07:24:40.465Z]  Experimental:      false
07:24:40 [2020-11-03T07:24:40.465Z] 
07:24:40 [2020-11-03T07:24:40.465Z] Server: Docker Engine - Community
07:24:40 [2020-11-03T07:24:40.465Z]  Engine:
07:24:40 [2020-11-03T07:24:40.465Z]   Version:          19.03.13
07:24:40 [2020-11-03T07:24:40.465Z]   API version:      1.40 (minimum version 1.12)
07:24:40 [2020-11-03T07:24:40.465Z]   Go version:       go1.13.15
07:24:40 [2020-11-03T07:24:40.465Z]   Git commit:       4484c46
07:24:40 [2020-11-03T07:24:40.465Z]   Built:            Wed Sep 16 17:02:17 2020
07:24:40 [2020-11-03T07:24:40.465Z]   OS/Arch:          linux/arm64
07:24:40 [2020-11-03T07:24:40.465Z]   Experimental:     true
07:24:40 [2020-11-03T07:24:40.465Z]  containerd:
07:24:40 [2020-11-03T07:24:40.465Z]   Version:          1.3.7
07:24:40 [2020-11-03T07:24:40.465Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
07:24:40 [2020-11-03T07:24:40.465Z]  runc:
07:24:40 [2020-11-03T07:24:40.465Z]   Version:          1.0.0-rc10
07:24:40 [2020-11-03T07:24:40.465Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:24:40 [2020-11-03T07:24:40.465Z]  docker-init:
07:24:40 [2020-11-03T07:24:40.465Z]   Version:          0.18.0
07:24:40 [2020-11-03T07:24:40.465Z]   GitCommit:        fec3683
[Pipeline] sh
07:24:40 [2020-11-03T07:24:40.571Z] #28 3.539 
07:24:40 [2020-11-03T07:24:40.572Z] #28 3.659 
######################                                                    31.7%
######################################################################## 100.0%
07:24:40 [2020-11-03T07:24:40.640Z] #34 56.87 The following NEW packages will be installed:
07:24:40 [2020-11-03T07:24:40.640Z] #34 56.88   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
07:24:40 [2020-11-03T07:24:40.640Z] #34 56.89   vim-common xxd
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.64 Selecting previously unselected package libnet1:s390x.
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.65 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.65 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.69 Selecting previously unselected package libnl-3-200:s390x.
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.69 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.69 Unpacking libnl-3-200:s390x (3.4.0-1) ...
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.73 Selecting previously unselected package libprotobuf-c1:s390x.
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.73 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.74 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
07:24:40 [2020-11-03T07:24:40.721Z] #18 24.77 Selecting previously unselected package libreadline5:s390x.
07:24:40 [2020-11-03T07:24:40.799Z] + docker info
07:24:40 [2020-11-03T07:24:40.801Z] Client:
07:24:40 [2020-11-03T07:24:40.801Z]  Debug Mode: false
07:24:40 [2020-11-03T07:24:40.801Z] 
07:24:40 [2020-11-03T07:24:40.801Z] Server:
07:24:40 [2020-11-03T07:24:40.801Z]  Containers: 0
07:24:40 [2020-11-03T07:24:40.801Z]   Running: 0
07:24:40 [2020-11-03T07:24:40.801Z]   Paused: 0
07:24:40 [2020-11-03T07:24:40.801Z]   Stopped: 0
07:24:40 [2020-11-03T07:24:40.801Z]  Images: 0
07:24:40 [2020-11-03T07:24:40.801Z]  Server Version: 19.03.13
07:24:40 [2020-11-03T07:24:40.801Z]  Storage Driver: overlay2
07:24:40 [2020-11-03T07:24:40.801Z]   Backing Filesystem: extfs
07:24:40 [2020-11-03T07:24:40.801Z]   Supports d_type: true
07:24:40 [2020-11-03T07:24:40.801Z]   Native Overlay Diff: true
07:24:40 [2020-11-03T07:24:40.801Z]  Logging Driver: json-file
07:24:40 [2020-11-03T07:24:40.801Z]  Cgroup Driver: cgroupfs
07:24:40 [2020-11-03T07:24:40.801Z]  Plugins:
07:24:40 [2020-11-03T07:24:40.801Z]   Volume: local
07:24:40 [2020-11-03T07:24:40.801Z]   Network: bridge host ipvlan macvlan null overlay
07:24:40 [2020-11-03T07:24:40.801Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:24:40 [2020-11-03T07:24:40.801Z]  Swarm: inactive
07:24:40 [2020-11-03T07:24:40.801Z]  Runtimes: runc
07:24:40 [2020-11-03T07:24:40.801Z]  Default Runtime: runc
07:24:40 [2020-11-03T07:24:40.801Z]  Init Binary: docker-init
07:24:40 [2020-11-03T07:24:40.801Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
07:24:40 [2020-11-03T07:24:40.801Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:24:40 [2020-11-03T07:24:40.801Z]  init version: fec3683
07:24:40 [2020-11-03T07:24:40.801Z]  Security Options:
07:24:40 [2020-11-03T07:24:40.801Z]   apparmor
07:24:40 [2020-11-03T07:24:40.801Z]   seccomp
07:24:40 [2020-11-03T07:24:40.801Z]    Profile: default
07:24:40 [2020-11-03T07:24:40.801Z]  Kernel Version: 5.4.0-1025-aws
07:24:40 [2020-11-03T07:24:40.801Z]  Operating System: Ubuntu 18.04.5 LTS
07:24:40 [2020-11-03T07:24:40.801Z]  OSType: linux
07:24:40 [2020-11-03T07:24:40.801Z]  Architecture: x86_64
07:24:40 [2020-11-03T07:24:40.801Z]  CPUs: 2
07:24:40 [2020-11-03T07:24:40.801Z]  Total Memory: 7.569GiB
07:24:40 [2020-11-03T07:24:40.801Z]  Name: ip-10-100-80-225
07:24:40 [2020-11-03T07:24:40.801Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
07:24:40 [2020-11-03T07:24:40.801Z]  Docker Root Dir: /var/lib/docker
07:24:40 [2020-11-03T07:24:40.801Z]  Debug Mode: false
07:24:40 [2020-11-03T07:24:40.801Z]  Registry: https://index.docker.io/v1/
07:24:40 [2020-11-03T07:24:40.801Z]  Labels:
07:24:40 [2020-11-03T07:24:40.801Z]  Experimental: true
07:24:40 [2020-11-03T07:24:40.801Z]  Insecure Registries:
07:24:40 [2020-11-03T07:24:40.801Z]   127.0.0.0/8
07:24:40 [2020-11-03T07:24:40.801Z]  Live Restore Enabled: true
07:24:40 [2020-11-03T07:24:40.801Z] 
07:24:40 [2020-11-03T07:24:40.801Z] WARNING: No swap limit support
[Pipeline] sh
07:24:40 [2020-11-03T07:24:40.867Z] #28 3.893 
07:24:41 [2020-11-03T07:24:41.012Z] #18 24.77 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
07:24:41 [2020-11-03T07:24:41.012Z] #18 24.78 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
07:24:41 [2020-11-03T07:24:41.012Z] #18 24.82 Selecting previously unselected package net-tools.
07:24:41 [2020-11-03T07:24:41.012Z] #18 24.83 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
07:24:41 [2020-11-03T07:24:41.012Z] #18 24.83 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
07:24:41 [2020-11-03T07:24:41.012Z] #18 25.00 Selecting previously unselected package python-pip-whl.
07:24:41 [2020-11-03T07:24:41.012Z] #18 25.00 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
07:24:41 [2020-11-03T07:24:41.012Z] #18 25.01 Unpacking python-pip-whl (18.1-5) ...
07:24:41 [2020-11-03T07:24:41.124Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:24:41 [2020-11-03T07:24:41.124Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:24:41 [2020-11-03T07:24:41.124Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41626/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.44 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.44 Need to get 14.9 MB of archives.
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.44 After this operation, 61.8 MB of additional disk space will be used.
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
07:24:41 [2020-11-03T07:24:41.209Z] #34 57.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
07:24:41 [2020-11-03T07:24:41.302Z] #18 25.37 Selecting previously unselected package python3-lib2to3.
07:24:41 [2020-11-03T07:24:41.380Z] + bash /home/ubuntu/workspace/moby_PR-41626/check-config.sh
07:24:41 [2020-11-03T07:24:41.380Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:24:41 [2020-11-03T07:24:41.380Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
07:24:41 [2020-11-03T07:24:41.380Z] 
07:24:41 [2020-11-03T07:24:41.380Z] Generally Necessary:
07:24:41 [2020-11-03T07:24:41.380Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:24:41 [2020-11-03T07:24:41.380Z] - apparmor: enabled and tools installed
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_NAMESPACES: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_NET_NS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_PID_NS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_IPC_NS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_UTS_NS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_CGROUPS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_CGROUP_CPUACCT: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_CGROUP_DEVICE: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_CGROUP_FREEZER: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_CGROUP_SCHED: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_CPUSETS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_MEMCG: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_KEYS: enabled
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_VETH: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_BRIDGE: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_NF_NAT_IPV4: missing
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:24:41 [2020-11-03T07:24:41.380Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:24:41 [2020-11-03T07:24:41.452Z] Client:
07:24:41 [2020-11-03T07:24:41.452Z]  Debug Mode: false
07:24:41 [2020-11-03T07:24:41.452Z] 
07:24:41 [2020-11-03T07:24:41.452Z] Server:
07:24:41 [2020-11-03T07:24:41.452Z]  Containers: 0
07:24:41 [2020-11-03T07:24:41.452Z]   Running: 0
07:24:41 [2020-11-03T07:24:41.452Z]   Paused: 0
07:24:41 [2020-11-03T07:24:41.452Z]   Stopped: 0
07:24:41 [2020-11-03T07:24:41.452Z]  Images: 0
07:24:41 [2020-11-03T07:24:41.452Z]  Server Version: 19.03.13
07:24:41 [2020-11-03T07:24:41.452Z]  Storage Driver: overlay2
07:24:41 [2020-11-03T07:24:41.452Z]   Backing Filesystem: extfs
07:24:41 [2020-11-03T07:24:41.452Z]   Supports d_type: true
07:24:41 [2020-11-03T07:24:41.452Z]   Native Overlay Diff: true
07:24:41 [2020-11-03T07:24:41.452Z]  Logging Driver: json-file
07:24:41 [2020-11-03T07:24:41.452Z]  Cgroup Driver: cgroupfs
07:24:41 [2020-11-03T07:24:41.452Z]  Plugins:
07:24:41 [2020-11-03T07:24:41.452Z]   Volume: local
07:24:41 [2020-11-03T07:24:41.452Z]   Network: bridge host ipvlan macvlan null overlay
07:24:41 [2020-11-03T07:24:41.452Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:24:41 [2020-11-03T07:24:41.452Z]  Swarm: inactive
07:24:41 [2020-11-03T07:24:41.452Z]  Runtimes: runc
07:24:41 [2020-11-03T07:24:41.452Z]  Default Runtime: runc
07:24:41 [2020-11-03T07:24:41.452Z]  Init Binary: docker-init
07:24:41 [2020-11-03T07:24:41.452Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
07:24:41 [2020-11-03T07:24:41.452Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:24:41 [2020-11-03T07:24:41.452Z]  init version: fec3683
07:24:41 [2020-11-03T07:24:41.452Z]  Security Options:
07:24:41 [2020-11-03T07:24:41.452Z]   apparmor
07:24:41 [2020-11-03T07:24:41.452Z]   seccomp
07:24:41 [2020-11-03T07:24:41.452Z]    Profile: default
07:24:41 [2020-11-03T07:24:41.452Z]  Kernel Version: 5.4.0-1025-aws
07:24:41 [2020-11-03T07:24:41.452Z]  Operating System: Ubuntu 18.04.5 LTS
07:24:41 [2020-11-03T07:24:41.452Z]  OSType: linux
07:24:41 [2020-11-03T07:24:41.452Z]  Architecture: x86_64
07:24:41 [2020-11-03T07:24:41.452Z]  CPUs: 2
07:24:41 [2020-11-03T07:24:41.452Z]  Total Memory: 7.569GiB
07:24:41 [2020-11-03T07:24:41.452Z]  Name: ip-10-100-57-164
07:24:41 [2020-11-03T07:24:41.452Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
07:24:41 [2020-11-03T07:24:41.452Z]  Docker Root Dir: /var/lib/docker
07:24:41 [2020-11-03T07:24:41.452Z]  Debug Mode: false
07:24:41 [2020-11-03T07:24:41.452Z]  Registry: https://index.docker.io/v1/
07:24:41 [2020-11-03T07:24:41.452Z]  Labels:
07:24:41 [2020-11-03T07:24:41.452Z]  Experimental: true
07:24:41 [2020-11-03T07:24:41.452Z]  Insecure Registries:
07:24:41 [2020-11-03T07:24:41.452Z]   127.0.0.0/8
07:24:41 [2020-11-03T07:24:41.452Z]  Live Restore Enabled: true
07:24:41 [2020-11-03T07:24:41.452Z] 
07:24:41 [2020-11-03T07:24:41.452Z] WARNING: No swap limit support
[Pipeline] sh
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.37 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.38 Unpacking python3-lib2to3 (3.7.3-1) ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.44 Selecting previously unselected package python3-distutils.
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.44 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.45 Unpacking python3-distutils (3.7.3-1) ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.51 Selecting previously unselected package python3-pip.
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.51 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.52 Unpacking python3-pip (18.1-5) ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.59 Selecting previously unselected package python3-pkg-resources.
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.59 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.60 Unpacking python3-pkg-resources (40.8.0-1) ...
07:24:41 [2020-11-03T07:24:41.593Z] #18 25.65 Selecting previously unselected package python3-setuptools.
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_NF_NAT: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_NF_NAT_NEEDED: missing
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_POSIX_MQUEUE: enabled
07:24:41 [2020-11-03T07:24:41.640Z] 
07:24:41 [2020-11-03T07:24:41.640Z] Optional Features:
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_USER_NS: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_SECCOMP: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_CGROUP_PIDS: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_MEMCG_SWAP: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:24:41 [2020-11-03T07:24:41.640Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_BLK_CGROUP: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IOSCHED_CFQ: missing
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_CGROUP_PERF: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_CGROUP_HUGETLB: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_CFS_BANDWIDTH: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_RT_GROUP_SCHED: missing
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IP_VS: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IP_VS_NFCT: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_IP_VS_RR: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_EXT4_FS: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:24:41 [2020-11-03T07:24:41.640Z] - Network Drivers:
07:24:41 [2020-11-03T07:24:41.640Z]   - "overlay":
07:24:41 [2020-11-03T07:24:41.640Z]     - CONFIG_VXLAN: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       Optional (for encrypted networks):
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_CRYPTO: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_CRYPTO_AEAD: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_CRYPTO_GCM: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_CRYPTO_GHASH: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_XFRM: enabled
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_XFRM_USER: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_INET_ESP: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
07:24:41 [2020-11-03T07:24:41.640Z]   - "ipvlan":
07:24:41 [2020-11-03T07:24:41.640Z]     - CONFIG_IPVLAN: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]   - "macvlan":
07:24:41 [2020-11-03T07:24:41.640Z]     - CONFIG_MACVLAN: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]     - CONFIG_DUMMY: enabled (as module)
07:24:41 [2020-11-03T07:24:41.640Z]   - "ftp,tftp client in container":
07:24:41 [2020-11-03T07:24:41.749Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:24:41 [2020-11-03T07:24:41.749Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:24:41 [2020-11-03T07:24:41.749Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41626/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
07:24:41 [2020-11-03T07:24:41.749Z] + bash /home/ubuntu/workspace/moby_PR-41626/check-config.sh
07:24:41 [2020-11-03T07:24:41.749Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:24:41 [2020-11-03T07:24:41.749Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
07:24:41 [2020-11-03T07:24:41.749Z] 
07:24:41 [2020-11-03T07:24:41.749Z] Generally Necessary:
07:24:41 [2020-11-03T07:24:41.749Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:24:41 [2020-11-03T07:24:41.749Z] - apparmor: enabled and tools installed
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_NAMESPACES: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_NET_NS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_PID_NS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_IPC_NS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_UTS_NS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_CGROUPS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_CGROUP_CPUACCT: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_CGROUP_DEVICE: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_CGROUP_FREEZER: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_CGROUP_SCHED: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_CPUSETS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_MEMCG: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_KEYS: enabled
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_VETH: enabled (as module)
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_BRIDGE: enabled (as module)
07:24:41 [2020-11-03T07:24:41.749Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.65 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.66 Unpacking python3-setuptools (40.8.0-1) ...
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.77 Selecting previously unselected package python3-wheel.
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.78 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.79 Unpacking python3-wheel (0.32.3-2) ...
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.83 Selecting previously unselected package sudo.
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.83 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ...
07:24:41 [2020-11-03T07:24:41.884Z] #18 25.84 Unpacking sudo (1.8.27-1+deb10u2) ...
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z] - Storage Drivers:
07:24:41 [2020-11-03T07:24:41.897Z]   - "aufs":
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_AUFS_FS: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]   - "btrfs":
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:24:41 [2020-11-03T07:24:41.897Z]   - "devicemapper":
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_BLK_DEV_DM: enabled
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]   - "overlay":
07:24:41 [2020-11-03T07:24:41.897Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:24:41 [2020-11-03T07:24:41.897Z]   - "zfs":
07:24:41 [2020-11-03T07:24:41.897Z]     - /dev/zfs: present
07:24:41 [2020-11-03T07:24:41.897Z]     - zfs command: missing
07:24:41 [2020-11-03T07:24:41.897Z]     - zpool command: missing
07:24:41 [2020-11-03T07:24:41.897Z] 
07:24:41 [2020-11-03T07:24:41.897Z] Limits:
07:24:41 [2020-11-03T07:24:41.897Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:24:41 [2020-11-03T07:24:41.897Z] 
07:24:41 [2020-11-03T07:24:41.897Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:24:42 [2020-11-03T07:24:42.011Z] - CONFIG_NF_NAT_IPV4: missing
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_NF_NAT: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_NF_NAT_NEEDED: missing
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_POSIX_MQUEUE: enabled
07:24:42 [2020-11-03T07:24:42.012Z] 
07:24:42 [2020-11-03T07:24:42.012Z] Optional Features:
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_USER_NS: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_SECCOMP: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_CGROUP_PIDS: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_MEMCG_SWAP: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:24:42 [2020-11-03T07:24:42.012Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_BLK_CGROUP: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IOSCHED_CFQ: missing
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_CGROUP_PERF: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_CGROUP_HUGETLB: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_CFS_BANDWIDTH: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_RT_GROUP_SCHED: missing
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_VS: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_VS_NFCT: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_IP_VS_RR: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_EXT4_FS: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:24:42 [2020-11-03T07:24:42.012Z] - Network Drivers:
07:24:42 [2020-11-03T07:24:42.012Z]   - "overlay":
07:24:42 [2020-11-03T07:24:42.012Z]     - CONFIG_VXLAN: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       Optional (for encrypted networks):
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_CRYPTO: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_CRYPTO_AEAD: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_CRYPTO_GCM: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_CRYPTO_GHASH: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_XFRM: enabled
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_XFRM_USER: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_INET_ESP: enabled (as module)
07:24:42 [2020-11-03T07:24:42.012Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
07:24:42 [2020-11-03T07:24:42.012Z]   - "ipvlan":
07:24:42 [2020-11-03T07:24:42.163Z] #34 ...
07:24:42 [2020-11-03T07:24:42.163Z] 
07:24:42 [2020-11-03T07:24:42.163Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:42 [2020-11-03T07:24:42.163Z] #47 58.44 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:24:42 [2020-11-03T07:24:42.163Z] #47 58.49 go: finding github.com/fatih/color v1.7.0
07:24:42 [2020-11-03T07:24:42.175Z] #18 26.16 Selecting previously unselected package thin-provisioning-tools.
07:24:42 [2020-11-03T07:24:42.175Z] #18 26.16 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
07:24:42 [2020-11-03T07:24:42.175Z] #18 26.17 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
07:24:42 [2020-11-03T07:24:42.237Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e .
07:24:42 [2020-11-03T07:24:42.237Z] #1 [internal] load build definition from Dockerfile
07:24:42 [2020-11-03T07:24:42.237Z] #1 transferring dockerfile: 16.58kB done
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_IPVLAN: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]   - "macvlan":
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_MACVLAN: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_DUMMY: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]   - "ftp,tftp client in container":
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z] - Storage Drivers:
07:24:42 [2020-11-03T07:24:42.273Z]   - "aufs":
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_AUFS_FS: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]   - "btrfs":
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:24:42 [2020-11-03T07:24:42.273Z]   - "devicemapper":
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_BLK_DEV_DM: enabled
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]   - "overlay":
07:24:42 [2020-11-03T07:24:42.273Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:24:42 [2020-11-03T07:24:42.273Z]   - "zfs":
07:24:42 [2020-11-03T07:24:42.273Z]     - /dev/zfs: present
07:24:42 [2020-11-03T07:24:42.273Z]     - zfs command: missing
07:24:42 [2020-11-03T07:24:42.273Z]     - zpool command: missing
07:24:42 [2020-11-03T07:24:42.273Z] 
07:24:42 [2020-11-03T07:24:42.273Z] Limits:
07:24:42 [2020-11-03T07:24:42.273Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:24:42 [2020-11-03T07:24:42.273Z] 
07:24:42 [2020-11-03T07:24:42.273Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:24:42 [2020-11-03T07:24:42.427Z] #47 58.73 go: finding github.com/mattn/go-colorable v0.1.4
07:24:42 [2020-11-03T07:24:42.427Z] #47 58.82 go: finding github.com/mattn/go-isatty v0.0.8
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.28 Selecting previously unselected package uidmap.
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.29 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.29 Unpacking uidmap (1:4.5-1.1) ...
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.35 Selecting previously unselected package vim-runtime.
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.36 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.37 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.39 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
07:24:42 [2020-11-03T07:24:42.465Z] #18 26.40 Unpacking vim-runtime (2:8.1.0875-5) ...
07:24:42 [2020-11-03T07:24:42.494Z] #1 DONE 0.2s
07:24:42 [2020-11-03T07:24:42.494Z] 
07:24:42 [2020-11-03T07:24:42.494Z] #2 [internal] load .dockerignore
07:24:42 [2020-11-03T07:24:42.494Z] #2 transferring context: 87B done
07:24:42 [2020-11-03T07:24:42.494Z] #2 DONE 0.2s
07:24:42 [2020-11-03T07:24:42.494Z] 
07:24:42 [2020-11-03T07:24:42.494Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
07:24:42 [2020-11-03T07:24:42.688Z] #47 58.98 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:24:42 [2020-11-03T07:24:42.688Z] #47 59.16 go: finding github.com/go-critic/go-critic v0.4.1
07:24:42 [2020-11-03T07:24:42.699Z] + sudo modprobe ip_vs
07:24:42 [2020-11-03T07:24:42.699Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e .
07:24:42 [2020-11-03T07:24:42.699Z] #2 [internal] load .dockerignore
07:24:42 [2020-11-03T07:24:42.699Z] #2 transferring context: 87B done
07:24:42 [2020-11-03T07:24:42.767Z] #3 DONE 0.4s
07:24:42 [2020-11-03T07:24:42.948Z] #47 59.34 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:24:42 [2020-11-03T07:24:42.948Z] #47 59.34 go: finding github.com/pkg/errors v0.8.1
07:24:42 [2020-11-03T07:24:42.948Z] #47 59.36 go: finding github.com/go-lintpack/lintpack v0.5.2
07:24:42 [2020-11-03T07:24:42.948Z] #47 59.48 go: finding github.com/go-toolsmith/astequal v1.0.0
07:24:42 [2020-11-03T07:24:42.949Z] #47 59.52 go: finding github.com/sirupsen/logrus v1.4.2
07:24:42 [2020-11-03T07:24:42.949Z] #47 59.52 go: finding github.com/mitchellh/go-homedir v1.1.0
07:24:42 [2020-11-03T07:24:42.962Z] #2 DONE 0.1s
07:24:42 [2020-11-03T07:24:42.962Z] 
07:24:42 [2020-11-03T07:24:42.962Z] #1 [internal] load build definition from Dockerfile
07:24:42 [2020-11-03T07:24:42.962Z] #1 transferring dockerfile: 16.58kB 0.1s done
07:24:42 [2020-11-03T07:24:42.962Z] #1 DONE 0.2s
07:24:42 [2020-11-03T07:24:42.962Z] 
07:24:42 [2020-11-03T07:24:42.962Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
07:24:43 [2020-11-03T07:24:43.024Z] 
07:24:43 [2020-11-03T07:24:43.024Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
07:24:43 [2020-11-03T07:24:43.024Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
07:24:43 [2020-11-03T07:24:43.209Z] #47 59.59 go: finding github.com/stretchr/testify v1.4.0
07:24:43 [2020-11-03T07:24:43.209Z] #47 59.59 go: finding github.com/go-toolsmith/astp v1.0.0
07:24:43 [2020-11-03T07:24:43.209Z] #47 59.59 go: finding github.com/go-toolsmith/astfmt v1.0.0
07:24:43 [2020-11-03T07:24:43.209Z] #47 59.62 go: finding github.com/go-toolsmith/astcast v1.0.0
07:24:43 [2020-11-03T07:24:43.209Z] #47 59.65 go: finding github.com/davecgh/go-spew v1.1.1
07:24:43 [2020-11-03T07:24:43.209Z] #47 59.68 go: finding github.com/go-toolsmith/typep v1.0.0
07:24:43 [2020-11-03T07:24:43.469Z] #47 59.81 go: finding github.com/spf13/viper v1.6.1
07:24:43 [2020-11-03T07:24:43.469Z] #47 59.85 go: finding github.com/go-toolsmith/astcopy v1.0.0
07:24:43 [2020-11-03T07:24:43.469Z] #47 59.87 go: finding github.com/pmezard/go-difflib v1.0.0
07:24:43 [2020-11-03T07:24:43.481Z] #28 4.044 
                                                                           0.1%
####                                                                       6.5%
#######                                                                   10.8%
###########                                                               15.5%
##############                                                            19.9%
#################                                                         24.5%
#####################                                                     29.4%
########################                                                  34.0%
###########################                                               38.6%
###############################                                           43.2%
##################################                                        47.8%
#####################################                                     52.4%
#########################################                                 57.0%
############################################                              61.6%
###############################################                           66.1%
##################################################                        70.8%
######################################################                    75.5%
#########################################################                 80.0%
############################################################              84.5%
################################################################          89.1%
###################################################################       93.7%
######################################################################    98.3%
######################################################################## 100.0%
07:24:43 [2020-11-03T07:24:43.481Z] #28 6.370 
07:24:43 [2020-11-03T07:24:43.587Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
07:24:43 [2020-11-03T07:24:43.587Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
07:24:43 [2020-11-03T07:24:43.587Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
07:24:43 [2020-11-03T07:24:43.587Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.6s
07:24:43 [2020-11-03T07:24:43.587Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 4.08MB / 8.88MB 0.7s
07:24:43 [2020-11-03T07:24:43.587Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.8s
07:24:43 [2020-11-03T07:24:43.730Z] #47 60.12 go: finding github.com/stretchr/objx v0.2.0
07:24:43 [2020-11-03T07:24:43.730Z] #47 60.14 go: finding github.com/go-toolsmith/strparse v1.0.0
07:24:43 [2020-11-03T07:24:43.730Z] #47 60.19 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
07:24:43 [2020-11-03T07:24:43.730Z] #47 60.26 go: finding gopkg.in/yaml.v2 v2.2.7
07:24:43 [2020-11-03T07:24:43.730Z] #47 60.26 go: finding github.com/spf13/cobra v0.0.5
07:24:43 [2020-11-03T07:24:43.730Z] #47 60.26 go: finding github.com/bombsimon/wsl/v2 v2.0.0
07:24:43 [2020-11-03T07:24:43.914Z] #3 DONE 1.0s
07:24:43 [2020-11-03T07:24:43.914Z] 
07:24:43 [2020-11-03T07:24:43.914Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
07:24:43 [2020-11-03T07:24:43.914Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
07:24:43 [2020-11-03T07:24:43.990Z] #47 ...
07:24:43 [2020-11-03T07:24:43.990Z] 
07:24:43 [2020-11-03T07:24:43.990Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:43 [2020-11-03T07:24:43.990Z] #62 DONE 60.3s
07:24:43 [2020-11-03T07:24:43.990Z] 
07:24:43 [2020-11-03T07:24:43.990Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:43 [2020-11-03T07:24:43.990Z] #47 60.35 go: finding github.com/gobwas/glob v0.2.3
07:24:43 [2020-11-03T07:24:43.990Z] #47 60.54 go: finding github.com/spf13/pflag v1.0.5
07:24:43 [2020-11-03T07:24:43.990Z] #47 60.59 go: finding github.com/fsnotify/fsnotify v1.4.7
07:24:44 [2020-11-03T07:24:44.150Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 1.2s done
07:24:44 [2020-11-03T07:24:44.150Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s
07:24:44 [2020-11-03T07:24:44.176Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
07:24:44 [2020-11-03T07:24:44.176Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
07:24:44 [2020-11-03T07:24:44.176Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
07:24:44 [2020-11-03T07:24:44.176Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s
07:24:44 [2020-11-03T07:24:44.176Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.65MB / 8.88MB 0.2s
07:24:44 [2020-11-03T07:24:44.250Z] #47 60.69 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:24:44 [2020-11-03T07:24:44.410Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done
07:24:44 [2020-11-03T07:24:44.410Z] #4 DONE 1.7s
07:24:44 [2020-11-03T07:24:44.439Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
07:24:44 [2020-11-03T07:24:44.439Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
07:24:44 [2020-11-03T07:24:44.510Z] #47 60.86 go: finding github.com/hashicorp/hcl v1.0.0
07:24:44 [2020-11-03T07:24:44.510Z] #47 60.98 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:24:44 [2020-11-03T07:24:44.510Z] #47 61.09 go: finding github.com/magiconair/properties v1.8.1
07:24:44 [2020-11-03T07:24:44.526Z] #18 28.54 Selecting previously unselected package vim.
07:24:44 [2020-11-03T07:24:44.526Z] #18 28.55 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
07:24:44 [2020-11-03T07:24:44.526Z] #18 28.55 Unpacking vim (2:8.1.0875-5) ...
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.15 go: finding github.com/mitchellh/mapstructure v1.1.2
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.15 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.15 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.25 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.27 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.31 go: finding github.com/spf13/afero v1.1.2
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.31 go: finding github.com/pelletier/go-toml v1.2.0
07:24:44 [2020-11-03T07:24:44.770Z] #47 61.34 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:24:44 [2020-11-03T07:24:44.817Z] #18 28.82 Selecting previously unselected package xfsprogs.
07:24:44 [2020-11-03T07:24:44.817Z] #18 28.82 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
07:24:44 [2020-11-03T07:24:44.817Z] #18 28.82 Unpacking xfsprogs (4.20.0-1) ...
07:24:44 [2020-11-03T07:24:44.973Z] 
07:24:44 [2020-11-03T07:24:44.973Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:24:45 [2020-11-03T07:24:45.017Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
07:24:45 [2020-11-03T07:24:45.017Z] #4 DONE 1.0s
07:24:45 [2020-11-03T07:24:45.017Z] 
07:24:45 [2020-11-03T07:24:45.017Z] #6 [internal] load metadata for docker.io/library/debian:buster
07:24:45 [2020-11-03T07:24:45.030Z] #47 61.39 go: finding github.com/spf13/cast v1.3.0
07:24:45 [2020-11-03T07:24:45.030Z] #47 61.49 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:24:45 [2020-11-03T07:24:45.030Z] #47 61.52 go: finding github.com/spf13/jwalterweatherman v1.0.0
07:24:45 [2020-11-03T07:24:45.030Z] #47 61.66 go: finding github.com/subosito/gotenv v1.2.0
07:24:45 [2020-11-03T07:24:45.107Z] #18 29.16 Selecting previously unselected package zip.
07:24:45 [2020-11-03T07:24:45.107Z] #18 29.17 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
07:24:45 [2020-11-03T07:24:45.107Z] #18 29.17 Unpacking zip (3.0-11+b1) ...
07:24:45 [2020-11-03T07:24:45.291Z] #47 61.76 go: finding golang.org/x/text v0.3.2
07:24:45 [2020-11-03T07:24:45.292Z] #47 61.76 go: finding gopkg.in/ini.v1 v1.51.0
07:24:45 [2020-11-03T07:24:45.292Z] #47 ...
07:24:45 [2020-11-03T07:24:45.292Z] 
07:24:45 [2020-11-03T07:24:45.292Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:24:45 [2020-11-03T07:24:45.292Z] #53 51.51 Building dependency tree...
07:24:45 [2020-11-03T07:24:45.292Z] #53 55.83 The following additional packages will be installed:
07:24:45 [2020-11-03T07:24:45.292Z] #53 55.87   libbtrfs0
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.22 The following NEW packages will be installed:
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.23   libbtrfs-dev libbtrfs0
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.71 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.71 Need to get 119 kB of archives.
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.71 After this operation, 387 kB of additional disk space will be used.
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
07:24:45 [2020-11-03T07:24:45.292Z] #53 56.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
07:24:45 [2020-11-03T07:24:45.292Z] #53 58.63 debconf: delaying package configuration, since apt-utils is not installed
07:24:45 [2020-11-03T07:24:45.292Z] #53 59.19 Fetched 119 kB in 0s (437 kB/s)
07:24:45 [2020-11-03T07:24:45.292Z] #53 59.74 Selecting previously unselected package libbtrfs0.
07:24:45 [2020-11-03T07:24:45.292Z] #53 59.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
07:24:45 [2020-11-03T07:24:45.292Z] #53 59.85 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 59.90 Unpacking libbtrfs0 (4.20.1-2) ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 60.25 Selecting previously unselected package libbtrfs-dev.
07:24:45 [2020-11-03T07:24:45.292Z] #53 60.26 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 60.32 Unpacking libbtrfs-dev (4.20.1-2) ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 60.98 Setting up libbtrfs0 (4.20.1-2) ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 61.05 Setting up libbtrfs-dev (4.20.1-2) ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 61.06 Processing triggers for libc-bin (2.28-10) ...
07:24:45 [2020-11-03T07:24:45.292Z] #53 DONE 61.8s
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.28 Setting up aufs-tools (1:4.14+20190211-1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.29 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.29 Setting up libip6tc0:s390x (1.8.2-4) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.30 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.30 Setting up libgpm2:s390x (1.20.7-5) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.31 Setting up libip4tc0:s390x (1.8.2-4) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.32 Setting up uidmap (1:4.5-1.1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.32 Setting up libnftnl11:s390x (1.1.2-2) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.33 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.33 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.34 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.35 Setting up libicu63:s390x (63.1-6+deb10u1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.35 Setting up xxd (2:8.1.0875-5) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.36 Setting up zip (3.0-11+b1) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.37 Setting up vim-common (2:8.1.0875-5) ...
07:24:45 [2020-11-03T07:24:45.398Z] #18 29.38 Setting up bash-completion (1:2.8-6) ...
07:24:45 [2020-11-03T07:24:45.548Z] #5 ...
07:24:45 [2020-11-03T07:24:45.548Z] 
07:24:45 [2020-11-03T07:24:45.548Z] #6 [internal] load metadata for docker.io/library/debian:buster
07:24:45 [2020-11-03T07:24:45.548Z] #6 DONE 0.3s
07:24:45 [2020-11-03T07:24:45.548Z] 
07:24:45 [2020-11-03T07:24:45.548Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
07:24:45 [2020-11-03T07:24:45.548Z] #7 DONE 0.4s
07:24:45 [2020-11-03T07:24:45.548Z] 
07:24:45 [2020-11-03T07:24:45.548Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:24:45 [2020-11-03T07:24:45.548Z] #5 DONE 0.5s
07:24:45 [2020-11-03T07:24:45.548Z] 
07:24:45 [2020-11-03T07:24:45.548Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:45 [2020-11-03T07:24:45.548Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
07:24:45 [2020-11-03T07:24:45.548Z] #24 DONE 0.0s
07:24:45 [2020-11-03T07:24:45.548Z] 
07:24:45 [2020-11-03T07:24:45.548Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:24:45 [2020-11-03T07:24:45.548Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
07:24:45 [2020-11-03T07:24:45.555Z] 
07:24:45 [2020-11-03T07:24:45.555Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:45 [2020-11-03T07:24:45.555Z] #47 61.93 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:24:45 [2020-11-03T07:24:45.555Z] #47 62.06 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:24:45 [2020-11-03T07:24:45.555Z] #47 62.16 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:24:45 [2020-11-03T07:24:45.599Z] #6 ...
07:24:45 [2020-11-03T07:24:45.599Z] 
07:24:45 [2020-11-03T07:24:45.599Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:24:45 [2020-11-03T07:24:45.599Z] #5 DONE 0.4s
07:24:45 [2020-11-03T07:24:45.599Z] 
07:24:45 [2020-11-03T07:24:45.599Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
07:24:45 [2020-11-03T07:24:45.812Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
07:24:45 [2020-11-03T07:24:45.812Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.22 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.22 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.24 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.26 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.29 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.36 go: finding github.com/kisielk/gotool v1.0.0
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.36 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:24:45 [2020-11-03T07:24:45.816Z] #47 62.43 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:24:46 [2020-11-03T07:24:46.075Z] #47 62.46 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:24:46 [2020-11-03T07:24:46.075Z] #47 62.64 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:24:46 [2020-11-03T07:24:46.075Z] #47 62.64 go: finding github.com/sourcegraph/go-diff v0.5.1
07:24:46 [2020-11-03T07:24:46.177Z] #28 6.498 
#                                                                          1.6%
####                                                                       6.6%
########                                                                  12.1%
############                                                              17.5%
################                                                          22.6%
####################                                                      28.0%
########################                                                  33.5%
############################                                              38.9%
###############################                                           44.3%
###################################                                       49.4%
#######################################                                   54.5%
##########################################                                59.1%
############################################                              62.2%
##############################################                            64.8%
################################################                          67.5%
##################################################                        70.0%
####################################################                      72.7%
######################################################                    75.4%
########################################################                  77.9%
##########################################################                80.7%
############################################################              83.7%
##############################################################            86.3%
################################################################          89.6%
##################################################################        92.3%
###################################################################       94.2%
######################################################################    97.7%
######################################################################## 100.0%
07:24:46 [2020-11-03T07:24:46.177Z] #28 9.285 
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.67 go: finding github.com/tommy-muehle/go-mnd v1.1.1
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.67 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.67 go: finding github.com/ultraware/funlen v0.0.2
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.67 go: finding github.com/ultraware/whitespace v0.0.4
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.70 go: finding github.com/uudashr/gocognit v1.0.1
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.81 go: finding github.com/gogo/protobuf v1.2.1
07:24:46 [2020-11-03T07:24:46.334Z] #47 62.88 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:24:46 [2020-11-03T07:24:46.430Z] #18 ...
07:24:46 [2020-11-03T07:24:46.430Z] 
07:24:46 [2020-11-03T07:24:46.430Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:46 [2020-11-03T07:24:46.430Z] #41 60.70   CC       criu/cr-errno.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 60.77   CC       criu/cr-restore.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 63.05   CC       criu/cr-service.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 63.98   CC       criu/crtools.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 64.23   CC       criu/eventfd.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 64.41   CC       criu/eventpoll.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 64.91   CC       criu/external.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 65.09   CC       criu/fault-injection.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 65.14   CC       criu/fdstore.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 65.27   CC       criu/fifo.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 65.41   CC       criu/file-ids.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 65.50   CC       criu/file-lock.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 65.94   CC       criu/files-ext.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 66.14   CC       criu/files-reg.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 67.17   CC       criu/files.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 68.32   CC       criu/filesystems.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 68.65   CC       criu/fsnotify.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 69.41   CC       criu/image-desc.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 69.48   CC       criu/image.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 70.11   CC       criu/ipc_ns.o
07:24:46 [2020-11-03T07:24:46.430Z] #41 70.74   CC       criu/irmap.o
07:24:46 [2020-11-03T07:24:46.546Z] #7 DONE 1.2s
07:24:46 [2020-11-03T07:24:46.546Z] 
07:24:46 [2020-11-03T07:24:46.546Z] #6 [internal] load metadata for docker.io/library/debian:buster
07:24:46 [2020-11-03T07:24:46.594Z] #47 63.17 go: finding honnef.co/go/tools v0.0.1-2019.2.3
07:24:46 [2020-11-03T07:24:46.720Z] #41 71.08   CC       criu/kcmp-ids.o
07:24:46 [2020-11-03T07:24:46.720Z] #41 71.23   CC       criu/kerndat.o
07:24:46 [2020-11-03T07:24:46.720Z] #41 ...
07:24:46 [2020-11-03T07:24:46.720Z] 
07:24:46 [2020-11-03T07:24:46.720Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:24:46 [2020-11-03T07:24:46.720Z] #18 30.72 Setting up libiptc0:s390x (1.8.2-4) ...
07:24:46 [2020-11-03T07:24:46.720Z] #18 30.73 Setting up xz-utils (5.2.4-1) ...
07:24:46 [2020-11-03T07:24:46.720Z] #18 30.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:24:46 [2020-11-03T07:24:46.809Z] #6 DONE 1.8s
07:24:46 [2020-11-03T07:24:46.809Z] 
07:24:46 [2020-11-03T07:24:46.809Z] #23 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:46 [2020-11-03T07:24:46.809Z] #23 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
07:24:46 [2020-11-03T07:24:46.853Z] #47 63.20 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:24:46 [2020-11-03T07:24:46.854Z] #47 63.20 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:24:46 [2020-11-03T07:24:46.854Z] #47 63.27 go: finding github.com/BurntSushi/toml v0.3.1
07:24:46 [2020-11-03T07:24:46.854Z] #47 63.27 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.75 Setting up sudo (1.8.27-1+deb10u2) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.78 invoke-rc.d: could not determine current runlevel
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.79 invoke-rc.d: policy-rc.d denied execution of start.
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.79 Setting up pigz (2.4-1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.80 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.80 Setting up libnl-3-200:s390x (3.4.0-1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.81 Setting up python-pip-whl (18.1-5) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.82 Setting up libmpdec2:s390x (2.4.2-2) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.83 Setting up vim-runtime (2:8.1.0875-5) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 30.99 Setting up libaio1:s390x (0.3.112-3) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.00 Setting up libonig5:s390x (6.9.1-1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.00 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.01 Setting up vim (2:8.1.0875-5) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.04 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.05 Setting up thin-provisioning-tools (0.7.6-2.1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.05 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.06 Setting up jq (1.5+dfsg-2+b1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.07 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
07:24:47 [2020-11-03T07:24:47.011Z] #18 31.07 Setting up python3.7 (3.7.3-2+deb10u2) ...
07:24:47 [2020-11-03T07:24:47.074Z] #23 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
07:24:47 [2020-11-03T07:24:47.074Z] #23 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done
07:24:47 [2020-11-03T07:24:47.074Z] #23 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done
07:24:47 [2020-11-03T07:24:47.074Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 0B / 50.40MB 0.2s
07:24:47 [2020-11-03T07:24:47.074Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 7.66MB / 50.40MB 0.3s
07:24:47 [2020-11-03T07:24:47.113Z] #47 ...
07:24:47 [2020-11-03T07:24:47.113Z] 
07:24:47 [2020-11-03T07:24:47.113Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:47 [2020-11-03T07:24:47.113Z] #40 53.63 The following additional packages will be installed:
07:24:47 [2020-11-03T07:24:47.113Z] #40 53.64   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
07:24:47 [2020-11-03T07:24:47.113Z] #40 53.65   libprotoc17 python-pkg-resources python-six zlib1g-dev
07:24:47 [2020-11-03T07:24:47.113Z] #40 53.67 Suggested packages:
07:24:47 [2020-11-03T07:24:47.113Z] #40 53.69   manpages-dev python-setuptools
07:24:47 [2020-11-03T07:24:47.113Z] #40 55.77 The following NEW packages will be installed:
07:24:47 [2020-11-03T07:24:47.113Z] #40 55.77   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
07:24:47 [2020-11-03T07:24:47.113Z] #40 55.77   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
07:24:47 [2020-11-03T07:24:47.113Z] #40 55.77   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
07:24:47 [2020-11-03T07:24:47.113Z] #40 55.77   python-six zlib1g-dev
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.38 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.38 Need to get 4095 kB of archives.
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.38 After this operation, 22.5 MB of additional disk space will be used.
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 56.61 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.25 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 57.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
07:24:47 [2020-11-03T07:24:47.113Z] #40 59.58 debconf: delaying package configuration, since apt-utils is not installed
07:24:47 [2020-11-03T07:24:47.113Z] #40 59.97 Fetched 4095 kB in 1s (2986 kB/s)
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.14 Selecting previously unselected package libcap-dev:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.17 (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.)
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.21 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.27 Unpacking libcap-dev:amd64 (1:2.25-2) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.63 Selecting previously unselected package libnet1:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.66 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 60.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.01 Selecting previously unselected package libnet1-dev.
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.02 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.05 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.43 Selecting previously unselected package libnl-3-200:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.44 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.46 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.90 Selecting previously unselected package libnl-3-dev:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.90 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 61.92 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.31 Selecting previously unselected package libprotobuf-c1:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.32 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.34 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.53 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.54 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.58 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.83 Selecting previously unselected package zlib1g-dev:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.83 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 62.84 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 63.46 Selecting previously unselected package libprotobuf17:amd64.
07:24:47 [2020-11-03T07:24:47.113Z] #40 63.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
07:24:47 [2020-11-03T07:24:47.113Z] #40 63.47 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
07:24:47 [2020-11-03T07:24:47.216Z] #28 10.06 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:24:47 [2020-11-03T07:24:47.216Z] #28 10.22 
07:24:47 [2020-11-03T07:24:47.216Z] #28 10.33 
######################################################################## 100.0%
07:24:47 [2020-11-03T07:24:47.216Z] #28 10.36 
07:24:47 [2020-11-03T07:24:47.339Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 15.26MB / 50.40MB 0.5s
07:24:47 [2020-11-03T07:24:47.339Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 18.58MB / 50.40MB 0.6s
07:24:47 [2020-11-03T07:24:47.609Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 22.14MB / 50.40MB 0.7s
07:24:47 [2020-11-03T07:24:47.609Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 26.17MB / 50.40MB 0.9s
07:24:47 [2020-11-03T07:24:47.682Z] #40 ...
07:24:47 [2020-11-03T07:24:47.682Z] 
07:24:47 [2020-11-03T07:24:47.682Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.92 The following additional packages will be installed:
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.93   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.94   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.94   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.94   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.95 Suggested packages:
07:24:47 [2020-11-03T07:24:47.682Z] #11 53.96   gcc-8-locales seccomp wine64
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.78 The following NEW packages will be installed:
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.79   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.79   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.79   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.79   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.80   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
07:24:47 [2020-11-03T07:24:47.682Z] #11 55.80   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.26 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.26 Need to get 77.7 MB of archives.
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.26 After this operation, 487 MB of additional disk space will be used.
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.26 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]
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.52 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]
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
07:24:47 [2020-11-03T07:24:47.682Z] #11 56.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
07:24:47 [2020-11-03T07:24:47.682Z] #11 57.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
07:24:47 [2020-11-03T07:24:47.682Z] #11 57.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
07:24:47 [2020-11-03T07:24:47.682Z] #11 57.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
07:24:47 [2020-11-03T07:24:47.682Z] #11 58.52 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]
07:24:47 [2020-11-03T07:24:47.682Z] #11 58.56 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]
07:24:47 [2020-11-03T07:24:47.682Z] #11 ...
07:24:47 [2020-11-03T07:24:47.682Z] 
07:24:47 [2020-11-03T07:24:47.682Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:47 [2020-11-03T07:24:47.682Z] #43 54.09 github.com/LK4D4/vndr/godl/singleflight
07:24:47 [2020-11-03T07:24:47.682Z] #43 54.50 math/rand
07:24:47 [2020-11-03T07:24:47.682Z] #43 55.85 internal/singleflight
07:24:47 [2020-11-03T07:24:47.682Z] #43 56.85 strconv
07:24:47 [2020-11-03T07:24:47.682Z] #43 56.86 io
07:24:47 [2020-11-03T07:24:47.682Z] #43 59.31 bytes
07:24:47 [2020-11-03T07:24:47.682Z] #43 62.81 reflect
07:24:47 [2020-11-03T07:24:47.682Z] #43 63.73 bufio
07:24:47 [2020-11-03T07:24:47.682Z] #43 ...
07:24:47 [2020-11-03T07:24:47.682Z] 
07:24:47 [2020-11-03T07:24:47.682Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.140 + RM_GOPATH=0
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.140 + TMP_GOPATH=
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.140 + : /build
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.140 + '[' -z '' ']'
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.141 ++ mktemp -d
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.151 + export GOPATH=/tmp/tmp.NVDBjpmbMQ
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.156 + GOPATH=/tmp/tmp.NVDBjpmbMQ
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.157 + RM_GOPATH=1
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.157 + case "$(go env GOARCH)" in
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.162 ++ go env GOARCH
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.225 + export GO_BUILDMODE=-buildmode=pie
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.226 + GO_BUILDMODE=-buildmode=pie
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.227 ++ dirname /tmp/install/install.sh
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.228 + dir=/tmp/install
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.228 + bin=containerd
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.228 + shift
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.229 + '[' '!' -f /tmp/install/containerd.installer ']'
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.233 + . /tmp/install/containerd.installer
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.236 ++ set -e
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.241 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.242 + install_containerd
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.250 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.251 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NVDBjpmbMQ/src/github.com/containerd/containerd
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.251 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
07:24:47 [2020-11-03T07:24:47.682Z] #54 2.266 Cloning into '/tmp/tmp.NVDBjpmbMQ/src/github.com/containerd/containerd'...
07:24:47 [2020-11-03T07:24:47.873Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 28.77MB / 50.40MB 1.1s
07:24:48 [2020-11-03T07:24:48.259Z] #28 11.33 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:24:48 [2020-11-03T07:24:48.259Z] #28 ...
07:24:48 [2020-11-03T07:24:48.259Z] 
07:24:48 [2020-11-03T07:24:48.259Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:48 [2020-11-03T07:24:48.259Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 24.8s done
07:24:48 [2020-11-03T07:24:48.259Z] #9 DONE 31.3s
07:24:48 [2020-11-03T07:24:48.259Z] 
07:24:48 [2020-11-03T07:24:48.259Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:24:48 [2020-11-03T07:24:48.259Z] #28 11.35 skipping existing 5cb8031fd95d
07:24:48 [2020-11-03T07:24:48.259Z] #28 11.38 
07:24:48 [2020-11-03T07:24:48.259Z] #28 ...
07:24:48 [2020-11-03T07:24:48.259Z] 
07:24:48 [2020-11-03T07:24:48.259Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:24:48 [2020-11-03T07:24:48.449Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 37.04MB / 50.40MB 1.5s
07:24:48 [2020-11-03T07:24:48.449Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 41.01MB / 50.40MB 1.6s
07:24:48 [2020-11-03T07:24:48.449Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 44.82MB / 50.40MB 1.7s
07:24:48 [2020-11-03T07:24:48.558Z] #10 DONE 0.2s
07:24:48 [2020-11-03T07:24:48.558Z] 
07:24:48 [2020-11-03T07:24:48.558Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:24:48 [2020-11-03T07:24:48.558Z] #11 DONE 0.2s
07:24:48 [2020-11-03T07:24:48.558Z] 
07:24:48 [2020-11-03T07:24:48.558Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:48 [2020-11-03T07:24:48.622Z] #54 ...
07:24:48 [2020-11-03T07:24:48.622Z] 
07:24:48 [2020-11-03T07:24:48.622Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:48 [2020-11-03T07:24:48.622Z] #32 54.82 errors
07:24:48 [2020-11-03T07:24:48.622Z] #32 54.86 sort
07:24:48 [2020-11-03T07:24:48.622Z] #32 55.41 strconv
07:24:48 [2020-11-03T07:24:48.622Z] #32 56.47 io
07:24:48 [2020-11-03T07:24:48.622Z] #32 59.05 internal/oserror
07:24:48 [2020-11-03T07:24:48.622Z] #32 59.34 syscall
07:24:48 [2020-11-03T07:24:48.622Z] #32 62.12 reflect
07:24:48 [2020-11-03T07:24:48.622Z] #32 ...
07:24:48 [2020-11-03T07:24:48.622Z] 
07:24:48 [2020-11-03T07:24:48.622Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:48 [2020-11-03T07:24:48.622Z] #40 64.93 Selecting previously unselected package libprotobuf-lite17:amd64.
07:24:48 [2020-11-03T07:24:48.622Z] #40 64.93 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
07:24:48 [2020-11-03T07:24:48.622Z] #40 64.98 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
07:24:48 [2020-11-03T07:24:48.711Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 48.89MB / 50.40MB 1.8s
07:24:48 [2020-11-03T07:24:48.868Z] #46 ...
07:24:48 [2020-11-03T07:24:48.868Z] 
07:24:48 [2020-11-03T07:24:48.868Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:24:48 [2020-11-03T07:24:48.868Z] #30 DONE 0.1s
07:24:48 [2020-11-03T07:24:48.868Z] 
07:24:48 [2020-11-03T07:24:48.868Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:24:48 [2020-11-03T07:24:48.868Z] #38 DONE 0.1s
07:24:48 [2020-11-03T07:24:48.868Z] 
07:24:48 [2020-11-03T07:24:48.868Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:24:48 [2020-11-03T07:24:48.887Z] #40 65.34 Selecting previously unselected package libprotobuf-dev:amd64.
07:24:48 [2020-11-03T07:24:48.887Z] #40 65.34 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
07:24:48 [2020-11-03T07:24:48.887Z] #40 65.36 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.95 Setting up iptables (1.8.2-4) ...
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.97 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.98 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.99 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:24:49 [2020-11-03T07:24:49.073Z] #18 32.99 Setting up python3 (3.7.3-1) ...
07:24:49 [2020-11-03T07:24:49.363Z] #18 33.29 Setting up python3-wheel (0.32.3-2) ...
07:24:49 [2020-11-03T07:24:49.659Z] #18 33.70 Setting up apparmor (2.13.2-10) ...
07:24:49 [2020-11-03T07:24:49.667Z] #23 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 2.5s done
07:24:49 [2020-11-03T07:24:49.932Z] #39 0.971 + git clone https://github.com/docker/distribution.git .
07:24:49 [2020-11-03T07:24:49.932Z] #39 0.974 Cloning into '.'...
07:24:49 [2020-11-03T07:24:49.933Z] #23 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff
07:24:50 [2020-11-03T07:24:50.018Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 3.8s
07:24:50 [2020-11-03T07:24:50.018Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.05MB / 9.86MB 3.9s
07:24:50 [2020-11-03T07:24:50.018Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.14MB / 9.86MB 4.0s
07:24:50 [2020-11-03T07:24:50.018Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.2s
07:24:50 [2020-11-03T07:24:50.272Z] #40 66.77 Selecting previously unselected package libprotoc17:amd64.
07:24:50 [2020-11-03T07:24:50.325Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.4s done
07:24:50 [2020-11-03T07:24:50.325Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
07:24:50 [2020-11-03T07:24:50.533Z] #40 66.77 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
07:24:50 [2020-11-03T07:24:50.534Z] #40 66.82 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
07:24:50 [2020-11-03T07:24:50.690Z] #18 34.64 Setting up xfsprogs (4.20.0-1) ...
07:24:50 [2020-11-03T07:24:50.690Z] #18 34.65 Setting up python3-lib2to3 (3.7.3-1) ...
07:24:50 [2020-11-03T07:24:50.980Z] #18 34.85 Setting up python3-pkg-resources (40.8.0-1) ...
07:24:51 [2020-11-03T07:24:51.256Z] #60 ...
07:24:51 [2020-11-03T07:24:51.256Z] 
07:24:51 [2020-11-03T07:24:51.256Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:51 [2020-11-03T07:24:51.256Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.3s done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.3s done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.7s done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 93.28MB / 120.17MB 5.4s
07:24:51 [2020-11-03T07:24:51.256Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.6s
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s done
07:24:51 [2020-11-03T07:24:51.256Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.14MB / 120.17MB 5.6s
07:24:51 [2020-11-03T07:24:51.367Z] #40 67.64 Selecting previously unselected package protobuf-c-compiler.
07:24:51 [2020-11-03T07:24:51.367Z] #40 67.64 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
07:24:51 [2020-11-03T07:24:51.367Z] #40 67.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
07:24:51 [2020-11-03T07:24:51.513Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.58MB / 120.17MB 5.8s
07:24:51 [2020-11-03T07:24:51.612Z] #18 35.45 Setting up python3-distutils (3.7.3-1) ...
07:24:51 [2020-11-03T07:24:51.627Z] #40 67.95 Selecting previously unselected package protobuf-compiler.
07:24:51 [2020-11-03T07:24:51.627Z] #40 67.96 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
07:24:51 [2020-11-03T07:24:51.627Z] #40 67.97 Unpacking protobuf-compiler (3.6.1.3-2) ...
07:24:51 [2020-11-03T07:24:51.627Z] #40 68.15 Selecting previously unselected package python-pkg-resources.
07:24:51 [2020-11-03T07:24:51.627Z] #40 68.18 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
07:24:51 [2020-11-03T07:24:51.627Z] #40 68.20 Unpacking python-pkg-resources (40.8.0-1) ...
07:24:51 [2020-11-03T07:24:51.771Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.33MB / 120.17MB 6.0s
07:24:51 [2020-11-03T07:24:51.902Z] #18 35.78 Setting up python3-setuptools (40.8.0-1) ...
07:24:52 [2020-11-03T07:24:52.197Z] #40 68.54 Selecting previously unselected package python-six.
07:24:52 [2020-11-03T07:24:52.197Z] #40 68.58 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
07:24:52 [2020-11-03T07:24:52.197Z] #40 68.61 Unpacking python-six (1.12.0-1) ...
07:24:52 [2020-11-03T07:24:52.458Z] #40 68.94 Selecting previously unselected package python-protobuf.
07:24:52 [2020-11-03T07:24:52.458Z] #40 68.98 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
07:24:52 [2020-11-03T07:24:52.458Z] #40 69.04 Unpacking python-protobuf (3.6.1.3-2) ...
07:24:52 [2020-11-03T07:24:52.503Z] #23 ...
07:24:52 [2020-11-03T07:24:52.503Z] 
07:24:52 [2020-11-03T07:24:52.503Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:24:52 [2020-11-03T07:24:52.503Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
07:24:52 [2020-11-03T07:24:52.503Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
07:24:52 [2020-11-03T07:24:52.503Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
07:24:52 [2020-11-03T07:24:52.503Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done
07:24:52 [2020-11-03T07:24:52.503Z] #59 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.1s done
07:24:52 [2020-11-03T07:24:52.503Z] #59 DONE 5.2s
07:24:52 [2020-11-03T07:24:52.503Z] 
07:24:52 [2020-11-03T07:24:52.503Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:52 [2020-11-03T07:24:52.503Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.3s done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.1s done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.2s done
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.80MB / 51.83MB 5.1s
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.86MB / 68.67MB 5.1s
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.61MB / 120.17MB 5.1s
07:24:52 [2020-11-03T07:24:52.503Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.0s
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.77MB / 51.83MB 5.2s
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.96MB / 68.67MB 5.2s
07:24:52 [2020-11-03T07:24:52.503Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 57.61MB / 120.17MB 5.3s
07:24:52 [2020-11-03T07:24:52.503Z] #8 ...
07:24:52 [2020-11-03T07:24:52.503Z] 
07:24:52 [2020-11-03T07:24:52.503Z] #23 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:52 [2020-11-03T07:24:52.533Z] #18 36.54 Setting up python3-pip (18.1-5) ...
07:24:52 [2020-11-03T07:24:52.771Z] #8 ...
07:24:52 [2020-11-03T07:24:52.772Z] 
07:24:52 [2020-11-03T07:24:52.772Z] #21 [internal] load build context
07:24:52 [2020-11-03T07:24:52.772Z] #21 transferring context: 51.98MB 6.6s done
07:24:52 [2020-11-03T07:24:52.772Z] #21 DONE 7.0s
07:24:52 [2020-11-03T07:24:52.772Z] 
07:24:52 [2020-11-03T07:24:52.772Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:52 [2020-11-03T07:24:52.772Z] #8 ...
07:24:52 [2020-11-03T07:24:52.772Z] 
07:24:52 [2020-11-03T07:24:52.772Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:24:52 [2020-11-03T07:24:52.772Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.6s done
07:24:53 [2020-11-03T07:24:53.029Z] #40 ...
07:24:53 [2020-11-03T07:24:53.029Z] 
07:24:53 [2020-11-03T07:24:53.029Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:24:53 [2020-11-03T07:24:53.029Z] #34 59.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
07:24:53 [2020-11-03T07:24:53.029Z] #34 59.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
07:24:53 [2020-11-03T07:24:53.029Z] #34 59.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
07:24:53 [2020-11-03T07:24:53.029Z] #34 59.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
07:24:53 [2020-11-03T07:24:53.029Z] #34 59.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
07:24:53 [2020-11-03T07:24:53.029Z] #34 59.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
07:24:53 [2020-11-03T07:24:53.029Z] #34 62.26 debconf: delaying package configuration, since apt-utils is not installed
07:24:53 [2020-11-03T07:24:53.029Z] #34 62.64 Fetched 14.9 MB in 3s (4596 kB/s)
07:24:53 [2020-11-03T07:24:53.029Z] #34 62.83 Selecting previously unselected package xxd.
07:24:53 [2020-11-03T07:24:53.029Z] #34 62.83 (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.)
07:24:53 [2020-11-03T07:24:53.029Z] #34 62.98 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 62.98 Unpacking xxd (2:8.1.0875-5) ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 63.29 Selecting previously unselected package vim-common.
07:24:53 [2020-11-03T07:24:53.029Z] #34 63.29 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 63.42 Unpacking vim-common (2:8.1.0875-5) ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 64.17 Selecting previously unselected package cmake-data.
07:24:53 [2020-11-03T07:24:53.029Z] #34 64.17 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 64.24 Unpacking cmake-data (3.13.4-1) ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 67.43 Selecting previously unselected package libicu63:amd64.
07:24:53 [2020-11-03T07:24:53.029Z] #34 67.44 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
07:24:53 [2020-11-03T07:24:53.029Z] #34 67.46 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
07:24:53 [2020-11-03T07:24:53.230Z] #18 37.18 Processing triggers for libc-bin (2.28-10) ...
07:24:53 [2020-11-03T07:24:53.230Z] #18 37.21 Processing triggers for mime-support (3.62) ...
07:24:53 [2020-11-03T07:24:53.289Z] #34 ...
07:24:53 [2020-11-03T07:24:53.289Z] 
07:24:53 [2020-11-03T07:24:53.289Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:24:53 [2020-11-03T07:24:53.289Z] #30 64.03 Checking out files:  82% (1253/1521)   
Checking out files:  83% (1263/1521)   
Checking out files:  84% (1278/1521)   
Checking out files:  85% (1293/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.
07:24:53 [2020-11-03T07:24:53.289Z] #30 65.04 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
07:24:53 [2020-11-03T07:24:53.289Z] #30 65.87 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:24:53 [2020-11-03T07:24:53.336Z] #60 DONE 7.5s
07:24:53 [2020-11-03T07:24:53.336Z] 
07:24:53 [2020-11-03T07:24:53.336Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:53 [2020-11-03T07:24:53.336Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.2s done
07:24:53 [2020-11-03T07:24:53.859Z] #30 ...
07:24:53 [2020-11-03T07:24:53.859Z] 
07:24:53 [2020-11-03T07:24:53.859Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:53 [2020-11-03T07:24:53.859Z] #40 70.32 Setting up python-pkg-resources (40.8.0-1) ...
07:24:53 [2020-11-03T07:24:53.861Z] #18 DONE 37.8s
07:24:53 [2020-11-03T07:24:53.861Z] 
07:24:53 [2020-11-03T07:24:53.861Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
07:24:54 [2020-11-03T07:24:54.506Z] #39 ...
07:24:54 [2020-11-03T07:24:54.506Z] 
07:24:54 [2020-11-03T07:24:54.506Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:24:54 [2020-11-03T07:24:54.506Z] #28 12.41 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:24:54 [2020-11-03T07:24:54.506Z] #28 12.43 skipping existing 283607eaa57e
07:24:54 [2020-11-03T07:24:54.506Z] #28 12.45 
07:24:54 [2020-11-03T07:24:54.506Z] #28 13.53 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:24:54 [2020-11-03T07:24:54.506Z] #28 14.12 
07:24:54 [2020-11-03T07:24:54.506Z] #28 14.36 
######################################################################## 100.0%
07:24:54 [2020-11-03T07:24:54.506Z] #28 14.52 
07:24:54 [2020-11-03T07:24:54.506Z] #28 15.75 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:24:54 [2020-11-03T07:24:54.506Z] #28 16.48 #=#=#                                                                         
07:24:54 [2020-11-03T07:24:54.506Z] #28 16.73 
######################################################################## 100.0%
07:24:54 [2020-11-03T07:24:54.506Z] #28 17.04 
07:24:54 [2020-11-03T07:24:54.506Z] #28 17.27 Download of images into '/build' complete.
07:24:54 [2020-11-03T07:24:54.506Z] #28 17.29 Use something like the following to load the result into a Docker daemon:
07:24:54 [2020-11-03T07:24:54.506Z] #28 17.29   tar -cC '/build' . | docker load
07:24:54 [2020-11-03T07:24:54.506Z] #28 DONE 17.4s
07:24:54 [2020-11-03T07:24:54.506Z] 
07:24:54 [2020-11-03T07:24:54.506Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.072 + RM_GOPATH=0
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.077 + TMP_GOPATH=
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.078 + : /build
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.078 + '[' -z '' ']'
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.081 ++ mktemp -d
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.084 + export GOPATH=/tmp/tmp.4c45nNiV0O
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.085 + GOPATH=/tmp/tmp.4c45nNiV0O
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.085 + RM_GOPATH=1
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.085 + case "$(go env GOARCH)" in
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.108 ++ go env GOARCH
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.166 + export GO_BUILDMODE=-buildmode=pie
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.166 + GO_BUILDMODE=-buildmode=pie
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.170 ++ dirname /tmp/install/install.sh
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.174 + dir=/tmp/install
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.175 + bin=gotestsum
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.175 + shift
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.175 + '[' '!' -f /tmp/install/gotestsum.installer ']'
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.175 + . /tmp/install/gotestsum.installer
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.176 ++ : v0.5.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.176 + install_gotestsum
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.183 + set -e
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.183 + export GO111MODULE=on
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.183 + GO111MODULE=on
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.183 + GOBIN=/build
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.186 + go get gotest.tools/gotestsum@v0.5.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.220 go: finding gotest.tools v0.5.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 1.221 go: finding gotest.tools/gotestsum v0.5.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 2.532 go: downloading gotest.tools/gotestsum v0.5.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 3.651 go: extracting gotest.tools/gotestsum v0.5.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.318 go: downloading github.com/pkg/errors v0.9.1
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.319 go: downloading github.com/spf13/pflag v1.0.3
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.322 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.339 go: downloading github.com/fatih/color v1.9.0
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.346 go: downloading github.com/jonboulle/clockwork v0.1.0
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.406 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.531 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.621 go: extracting github.com/jonboulle/clockwork v0.1.0
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.712 go: extracting github.com/pkg/errors v0.9.1
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.741 go: extracting github.com/fatih/color v1.9.0
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.841 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:24:54 [2020-11-03T07:24:54.506Z] #46 5.852 go: extracting github.com/spf13/pflag v1.0.3
07:24:54 [2020-11-03T07:24:54.515Z] #19 0.809 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:24:54 [2020-11-03T07:24:54.806Z] #19 0.811 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:24:54 [2020-11-03T07:24:54.806Z] #19 0.813 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:24:54 [2020-11-03T07:24:54.806Z] #19 DONE 1.0s
07:24:54 [2020-11-03T07:24:54.806Z] 
07:24:54 [2020-11-03T07:24:54.806Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:24:54 [2020-11-03T07:24:54.806Z] #46 6.026 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:24:54 [2020-11-03T07:24:54.806Z] #46 6.106 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:24:55 [2020-11-03T07:24:55.058Z] #23 ...
07:24:55 [2020-11-03T07:24:55.058Z] 
07:24:55 [2020-11-03T07:24:55.058Z] #65 [internal] load build context
07:24:55 [2020-11-03T07:24:55.058Z] #65 transferring context: 51.98MB 7.4s done
07:24:55 [2020-11-03T07:24:55.058Z] #65 DONE 8.0s
07:24:55 [2020-11-03T07:24:55.058Z] 
07:24:55 [2020-11-03T07:24:55.058Z] #23 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:55 [2020-11-03T07:24:55.058Z] #23 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 5.0s
07:24:55 [2020-11-03T07:24:55.106Z] #46 6.292 go: downloading github.com/mattn/go-isatty v0.0.12
07:24:55 [2020-11-03T07:24:55.106Z] #46 6.329 go: downloading github.com/mattn/go-colorable v0.1.6
07:24:55 [2020-11-03T07:24:55.106Z] #46 6.459 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:24:55 [2020-11-03T07:24:55.866Z] #8 ...
07:24:55 [2020-11-03T07:24:55.866Z] 
07:24:55 [2020-11-03T07:24:55.866Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:55 [2020-11-03T07:24:55.866Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done
07:24:55 [2020-11-03T07:24:55.866Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
07:24:55 [2020-11-03T07:24:55.866Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done
07:24:55 [2020-11-03T07:24:55.866Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 5.8s done
07:24:55 [2020-11-03T07:24:55.866Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 3.6s
07:24:55 [2020-11-03T07:24:55.866Z] #24 ...
07:24:55 [2020-11-03T07:24:55.866Z] 
07:24:55 [2020-11-03T07:24:55.866Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:56 [2020-11-03T07:24:56.124Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.7s
07:24:56 [2020-11-03T07:24:56.154Z] #46 7.587 go: extracting github.com/mattn/go-colorable v0.1.6
07:24:56 [2020-11-03T07:24:56.451Z] #46 7.834 go: extracting github.com/mattn/go-isatty v0.0.12
07:24:57 [2020-11-03T07:24:57.534Z] #20 ...
07:24:57 [2020-11-03T07:24:57.534Z] 
07:24:57 [2020-11-03T07:24:57.534Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:24:57 [2020-11-03T07:24:57.534Z] #41 71.79   CC       criu/libnetlink.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 71.96   CC       criu/log.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 72.17   CC       criu/lsm.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 72.27   CC       criu/mem.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 73.12   CC       criu/memfd.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 73.55   CC       criu/mount.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 75.48   CC       criu/namespaces.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 76.41   CC       criu/net.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 78.05   CC       criu/netfilter.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 78.26   CC       criu/page-pipe.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 78.60   CC       criu/page-xfer.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 79.38   CC       criu/pagemap-cache.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 79.57   CC       criu/pagemap.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 80.11   CC       criu/parasite-syscall.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 80.70   CC       criu/path.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 80.85   CC       criu/pie-util-vdso.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 81.20   CC       criu/pie-util.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 81.39   CC       criu/pipes.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 81.79   CC       criu/plugin.o
07:24:57 [2020-11-03T07:24:57.534Z] #41 ...
07:24:57 [2020-11-03T07:24:57.534Z] 
07:24:57 [2020-11-03T07:24:57.534Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:24:57 [2020-11-03T07:24:57.534Z] #38 115.5 + dpkg --print-architecture
07:24:57 [2020-11-03T07:24:57.534Z] #38 115.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
07:24:57 [2020-11-03T07:24:57.534Z] #38 115.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:24:57 [2020-11-03T07:24:57.534Z] #38 115.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:24:58 [2020-11-03T07:24:58.078Z] #40 ...
07:24:58 [2020-11-03T07:24:58.078Z] 
07:24:58 [2020-11-03T07:24:58.078Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:58 [2020-11-03T07:24:58.078Z] #49 63.90 syscall
07:24:58 [2020-11-03T07:24:58.078Z] #49 64.04 reflect
07:24:58 [2020-11-03T07:24:58.078Z] #49 73.33 time
07:24:58 [2020-11-03T07:24:58.078Z] #49 ...
07:24:58 [2020-11-03T07:24:58.078Z] 
07:24:58 [2020-11-03T07:24:58.078Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:58 [2020-11-03T07:24:58.078Z] #11 64.68 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]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.23 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.24 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.26 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]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.37 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.53 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.58 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 67.60 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
07:24:58 [2020-11-03T07:24:58.078Z] #11 69.17 debconf: delaying package configuration, since apt-utils is not installed
07:24:58 [2020-11-03T07:24:58.078Z] #11 69.52 Fetched 77.7 MB in 12s (6678 kB/s)
07:24:58 [2020-11-03T07:24:58.078Z] #11 69.79 Selecting previously unselected package binutils-mingw-w64-i686.
07:24:58 [2020-11-03T07:24:58.078Z] #11 69.79 (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.)
07:24:58 [2020-11-03T07:24:58.078Z] #11 69.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
07:24:58 [2020-11-03T07:24:58.078Z] #11 69.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:24:58 [2020-11-03T07:24:58.078Z] #11 73.44 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:24:58 [2020-11-03T07:24:58.078Z] #11 73.45 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
07:24:58 [2020-11-03T07:24:58.078Z] #11 73.45 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:24:58 [2020-11-03T07:24:58.550Z] #46 9.481 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:24:58 [2020-11-03T07:24:58.550Z] #46 9.862 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:24:58 [2020-11-03T07:24:58.550Z] #46 ...
07:24:58 [2020-11-03T07:24:58.550Z] 
07:24:58 [2020-11-03T07:24:58.550Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.092 + RM_GOPATH=0
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.094 + TMP_GOPATH=
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.094 + : /build
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.095 + '[' -z '' ']'
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.096 ++ mktemp -d
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.105 + export GOPATH=/tmp/tmp.XXQ7tBTsc9
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.105 + GOPATH=/tmp/tmp.XXQ7tBTsc9
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.105 + RM_GOPATH=1
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.105 + case "$(go env GOARCH)" in
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.106 ++ go env GOARCH
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.115 + export GO_BUILDMODE=-buildmode=pie
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.115 + GO_BUILDMODE=-buildmode=pie
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.115 ++ dirname /tmp/install/install.sh
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.117 + dir=/tmp/install
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.117 + bin=proxy
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.117 + shift
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.117 + '[' '!' -f /tmp/install/proxy.installer ']'
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.117 + . /tmp/install/proxy.installer
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.119 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.120 + install_proxy
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.121 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.122 + case "$1" in
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.122 + export CGO_ENABLED=0
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.122 + CGO_ENABLED=0
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.122 + _install_proxy
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.122 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.122 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.XXQ7tBTsc9/src/github.com/docker/libnetwork
07:24:58 [2020-11-03T07:24:58.550Z] #63 1.127 Cloning into '/tmp/tmp.XXQ7tBTsc9/src/github.com/docker/libnetwork'...
07:24:58 [2020-11-03T07:24:58.652Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.0s done
07:24:58 [2020-11-03T07:24:58.652Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
07:24:58 [2020-11-03T07:24:58.851Z] #63 ...
07:24:58 [2020-11-03T07:24:58.851Z] 
07:24:58 [2020-11-03T07:24:58.851Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.124 + RM_GOPATH=0
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.124 + TMP_GOPATH=
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.141 + : /build
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.141 + '[' -z '' ']'
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.142 ++ mktemp -d
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.154 + export GOPATH=/tmp/tmp.zZKYunPZjz
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.154 + GOPATH=/tmp/tmp.zZKYunPZjz
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.154 + RM_GOPATH=1
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.154 + case "$(go env GOARCH)" in
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.160 ++ go env GOARCH
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.173 + export GO_BUILDMODE=-buildmode=pie
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.173 + GO_BUILDMODE=-buildmode=pie
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.177 ++ dirname /tmp/install/install.sh
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.182 + dir=/tmp/install
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.182 + bin=rootlesskit
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.182 + shift
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.183 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.183 + . /tmp/install/rootlesskit.installer
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.184 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.187 + install_rootlesskit
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.187 + case "$1" in
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.187 + export CGO_ENABLED=0
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.187 + CGO_ENABLED=0
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.187 + _install_rootlesskit
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.187 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.188 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.188 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zZKYunPZjz/src/github.com/rootless-containers/rootlesskit
07:24:58 [2020-11-03T07:24:58.851Z] #57 1.230 Cloning into '/tmp/tmp.zZKYunPZjz/src/github.com/rootless-containers/rootlesskit'...
07:24:58 [2020-11-03T07:24:58.851Z] #57 7.511 + cd /tmp/tmp.zZKYunPZjz/src/github.com/rootless-containers/rootlesskit
07:24:58 [2020-11-03T07:24:58.851Z] #57 7.518 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:24:58 [2020-11-03T07:24:58.851Z] #57 8.614 + for f in rootlesskit rootlesskit-docker-proxy
07:24:58 [2020-11-03T07:24:58.851Z] #57 8.614 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
07:24:58 [2020-11-03T07:24:58.851Z] #57 ...
07:24:58 [2020-11-03T07:24:58.851Z] 
07:24:58 [2020-11-03T07:24:58.851Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:24:58 [2020-11-03T07:24:58.851Z] #12 1.408 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:24:58 [2020-11-03T07:24:58.851Z] #12 1.476 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:24:58 [2020-11-03T07:24:58.851Z] #12 1.494 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:24:58 [2020-11-03T07:24:58.851Z] #12 2.967 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
07:24:58 [2020-11-03T07:24:58.851Z] #12 5.252 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB]
07:24:58 [2020-11-03T07:24:58.851Z] #12 7.926 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
07:24:58 [2020-11-03T07:24:58.927Z] Client:
07:24:58 [2020-11-03T07:24:58.927Z]  Debug Mode: false
07:24:58 [2020-11-03T07:24:58.927Z] 
07:24:58 [2020-11-03T07:24:58.927Z] Server:
07:24:58 [2020-11-03T07:24:58.927Z]  Containers: 0
07:24:58 [2020-11-03T07:24:58.927Z]   Running: 0
07:24:58 [2020-11-03T07:24:58.927Z]   Paused: 0
07:24:58 [2020-11-03T07:24:58.927Z]   Stopped: 0
07:24:58 [2020-11-03T07:24:58.927Z]  Images: 0
07:24:58 [2020-11-03T07:24:58.927Z]  Server Version: 19.03.13
07:24:58 [2020-11-03T07:24:58.927Z]  Storage Driver: overlay2
07:24:58 [2020-11-03T07:24:58.927Z]   Backing Filesystem: extfs
07:24:58 [2020-11-03T07:24:58.927Z]   Supports d_type: true
07:24:58 [2020-11-03T07:24:58.927Z]   Native Overlay Diff: true
07:24:58 [2020-11-03T07:24:58.927Z]  Logging Driver: json-file
07:24:58 [2020-11-03T07:24:58.927Z]  Cgroup Driver: cgroupfs
07:24:58 [2020-11-03T07:24:58.927Z]  Plugins:
07:24:58 [2020-11-03T07:24:58.927Z]   Volume: local
07:24:58 [2020-11-03T07:24:58.927Z]   Network: bridge host ipvlan macvlan null overlay
07:24:58 [2020-11-03T07:24:58.927Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:24:58 [2020-11-03T07:24:58.927Z]  Swarm: inactive
07:24:58 [2020-11-03T07:24:58.927Z]  Runtimes: runc
07:24:58 [2020-11-03T07:24:58.927Z]  Default Runtime: runc
07:24:58 [2020-11-03T07:24:58.927Z]  Init Binary: docker-init
07:24:58 [2020-11-03T07:24:58.927Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
07:24:58 [2020-11-03T07:24:58.927Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
07:24:58 [2020-11-03T07:24:58.927Z]  init version: fec3683
07:24:58 [2020-11-03T07:24:58.927Z]  Security Options:
07:24:58 [2020-11-03T07:24:58.927Z]   apparmor
07:24:58 [2020-11-03T07:24:58.927Z]   seccomp
07:24:58 [2020-11-03T07:24:58.927Z]    Profile: default
07:24:58 [2020-11-03T07:24:58.927Z]  Kernel Version: 4.15.0-1083-aws
07:24:58 [2020-11-03T07:24:58.927Z]  Operating System: Ubuntu 16.04.7 LTS
07:24:58 [2020-11-03T07:24:58.927Z]  OSType: linux
07:24:58 [2020-11-03T07:24:58.927Z]  Architecture: aarch64
07:24:58 [2020-11-03T07:24:58.927Z]  CPUs: 4
07:24:58 [2020-11-03T07:24:58.927Z]  Total Memory: 7.525GiB
07:24:58 [2020-11-03T07:24:58.927Z]  Name: ip-10-100-97-215
07:24:58 [2020-11-03T07:24:58.927Z]  ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW
07:24:58 [2020-11-03T07:24:58.927Z]  Docker Root Dir: /var/lib/docker
07:24:58 [2020-11-03T07:24:58.927Z]  Debug Mode: false
07:24:58 [2020-11-03T07:24:58.927Z]  Registry: https://index.docker.io/v1/
07:24:58 [2020-11-03T07:24:58.927Z]  Labels:
07:24:58 [2020-11-03T07:24:58.927Z]  Experimental: true
07:24:58 [2020-11-03T07:24:58.927Z]  Insecure Registries:
07:24:58 [2020-11-03T07:24:58.927Z]   127.0.0.0/8
07:24:58 [2020-11-03T07:24:58.927Z]  Live Restore Enabled: true
07:24:58 [2020-11-03T07:24:58.927Z] 
07:24:58 [2020-11-03T07:24:58.927Z] WARNING: No swap limit support
[Pipeline] sh
07:24:59 [2020-11-03T07:24:59.151Z] #12 ...
07:24:59 [2020-11-03T07:24:59.151Z] 
07:24:59 [2020-11-03T07:24:59.151Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:24:59 [2020-11-03T07:24:59.151Z] #54 1.385 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:24:59 [2020-11-03T07:24:59.151Z] #54 1.508 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:24:59 [2020-11-03T07:24:59.151Z] #54 1.515 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:24:59 [2020-11-03T07:24:59.151Z] #54 2.859 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
07:24:59 [2020-11-03T07:24:59.151Z] #54 5.095 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB]
07:24:59 [2020-11-03T07:24:59.151Z] #54 7.573 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
07:24:59 [2020-11-03T07:24:59.151Z] #54 ...
07:24:59 [2020-11-03T07:24:59.151Z] 
07:24:59 [2020-11-03T07:24:59.151Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.094 + RM_GOPATH=0
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.096 + TMP_GOPATH=
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.096 + : /build
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.097 + '[' -z '' ']'
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.098 ++ mktemp -d
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.101 + export GOPATH=/tmp/tmp.9ZiDEGBAl9
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.101 + GOPATH=/tmp/tmp.9ZiDEGBAl9
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.101 + RM_GOPATH=1
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.102 + case "$(go env GOARCH)" in
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.103 ++ go env GOARCH
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.160 + export GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.160 + GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.161 ++ dirname /tmp/install/install.sh
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.165 + dir=/tmp/install
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.165 + bin=dockercli
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.165 + shift
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.166 + '[' '!' -f /tmp/install/dockercli.installer ']'
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.167 + . /tmp/install/dockercli.installer
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.168 ++ : stable
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.168 ++ : 17.06.2-ce
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.170 + install_dockercli
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.170 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.170 Install docker/cli version 17.06.2-ce from stable
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.179 ++ uname -m
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.203 + arch=ppc64le
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.203 + '[' ppc64le '!=' x86_64 ']'
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.203 + '[' ppc64le '!=' s390x ']'
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.203 + '[' ppc64le '!=' armhf ']'
07:24:59 [2020-11-03T07:24:59.151Z] #23 1.204 + build_dockercli
07:24:59 [2020-11-03T07:24:59.152Z] #23 1.204 + git clone https://github.com/docker/docker-ce /tmp/tmp.9ZiDEGBAl9/tmp/docker-ce
07:24:59 [2020-11-03T07:24:59.152Z] #23 1.207 Cloning into '/tmp/tmp.9ZiDEGBAl9/tmp/docker-ce'...
07:24:59 [2020-11-03T07:24:59.222Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:24:59 [2020-11-03T07:24:59.222Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
07:24:59 [2020-11-03T07:24:59.222Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41626/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
07:24:59 [2020-11-03T07:24:59.222Z] + bash /home/ubuntu/workspace/moby_PR-41626/check-config.sh
07:24:59 [2020-11-03T07:24:59.222Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:24:59 [2020-11-03T07:24:59.222Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ...
07:24:59 [2020-11-03T07:24:59.222Z] 
07:24:59 [2020-11-03T07:24:59.222Z] Generally Necessary:
07:24:59 [2020-11-03T07:24:59.222Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:24:59 [2020-11-03T07:24:59.222Z] - apparmor: enabled and tools installed
07:24:59 [2020-11-03T07:24:59.286Z] #23 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 8.9s done
07:24:59 [2020-11-03T07:24:59.286Z] #23 DONE 12.3s
07:24:59 [2020-11-03T07:24:59.286Z] 
07:24:59 [2020-11-03T07:24:59.286Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:59 [2020-11-03T07:24:59.286Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 6.8s done
07:24:59 [2020-11-03T07:24:59.286Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.9s done
07:24:59 [2020-11-03T07:24:59.286Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.1s done
07:24:59 [2020-11-03T07:24:59.286Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.0s done
07:24:59 [2020-11-03T07:24:59.286Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 7.6s done
07:24:59 [2020-11-03T07:24:59.286Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.2s
07:24:59 [2020-11-03T07:24:59.451Z] #23 ...
07:24:59 [2020-11-03T07:24:59.451Z] 
07:24:59 [2020-11-03T07:24:59.451Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.067 + RM_GOPATH=0
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.067 + TMP_GOPATH=
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.067 + : /build
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.067 + '[' -z '' ']'
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.097 ++ mktemp -d
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.104 + export GOPATH=/tmp/tmp.Gygin6NIPj
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.105 + GOPATH=/tmp/tmp.Gygin6NIPj
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.105 + RM_GOPATH=1
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.105 + case "$(go env GOARCH)" in
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.107 ++ go env GOARCH
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.180 + export GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.180 + GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.183 ++ dirname /tmp/install/install.sh
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.184 + dir=/tmp/install
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + bin=golangci_lint
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + shift
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + . /tmp/install/golangci_lint.installer
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 ++ : v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + install_golangci_lint
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + set -e
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + export GO111MODULE=on
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + GO111MODULE=on
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + GOBIN=/build
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.185 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.224 go: finding github.com v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.225 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.226 go: finding github.com/golangci v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.227 go: finding github.com/golangci/golangci-lint v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 1.227 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 2.297 go: downloading github.com/golangci/golangci-lint v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 3.667 go: extracting github.com/golangci/golangci-lint v1.23.8
07:24:59 [2020-11-03T07:24:59.451Z] #48 ...
07:24:59 [2020-11-03T07:24:59.451Z] 
07:24:59 [2020-11-03T07:24:59.451Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.060 + RM_GOPATH=0
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.061 + TMP_GOPATH=
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.061 + : /build
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.061 + '[' -z '' ']'
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.061 ++ mktemp -d
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.063 + export GOPATH=/tmp/tmp.XTVSTPuSiA
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.063 + GOPATH=/tmp/tmp.XTVSTPuSiA
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.063 + RM_GOPATH=1
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.063 + case "$(go env GOARCH)" in
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.064 ++ go env GOARCH
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.130 + export GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.135 + GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.142 ++ dirname /tmp/install/install.sh
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.148 + dir=/tmp/install
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.157 + bin=vndr
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.157 + shift
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.158 + '[' '!' -f /tmp/install/vndr.installer ']'
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.158 + . /tmp/install/vndr.installer
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.197 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.201 + install_vndr
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.201 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.202 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.203 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.XTVSTPuSiA/src/github.com/LK4D4/vndr
07:24:59 [2020-11-03T07:24:59.451Z] #44 1.216 Cloning into '/tmp/tmp.XTVSTPuSiA/src/github.com/LK4D4/vndr'...
07:24:59 [2020-11-03T07:24:59.451Z] #44 2.147 + cd /tmp/tmp.XTVSTPuSiA/src/github.com/LK4D4/vndr
07:24:59 [2020-11-03T07:24:59.451Z] #44 2.147 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
07:24:59 [2020-11-03T07:24:59.451Z] #44 2.176 + go build -buildmode=pie -v -o /build/vndr .
07:24:59 [2020-11-03T07:24:59.451Z] #44 3.728 runtime/internal/sys
07:24:59 [2020-11-03T07:24:59.451Z] #44 3.855 internal/cpu
07:24:59 [2020-11-03T07:24:59.451Z] #44 3.968 internal/race
07:24:59 [2020-11-03T07:24:59.451Z] #44 3.995 runtime/internal/atomic
07:24:59 [2020-11-03T07:24:59.451Z] #44 4.335 sync/atomic
07:24:59 [2020-11-03T07:24:59.451Z] #44 4.417 unicode
07:24:59 [2020-11-03T07:24:59.451Z] #44 5.165 unicode/utf8
07:24:59 [2020-11-03T07:24:59.451Z] #44 5.244 math/bits
07:24:59 [2020-11-03T07:24:59.451Z] #44 5.571 internal/bytealg
07:24:59 [2020-11-03T07:24:59.451Z] #44 6.758 internal/testlog
07:24:59 [2020-11-03T07:24:59.451Z] #44 7.687 math
07:24:59 [2020-11-03T07:24:59.451Z] #44 7.846 unicode/utf16
07:24:59 [2020-11-03T07:24:59.451Z] #44 8.138 runtime
07:24:59 [2020-11-03T07:24:59.451Z] #44 9.297 container/list
07:24:59 [2020-11-03T07:24:59.461Z] #11 ...
07:24:59 [2020-11-03T07:24:59.461Z] 
07:24:59 [2020-11-03T07:24:59.461Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:24:59 [2020-11-03T07:24:59.461Z] #43 65.95 syscall
07:24:59 [2020-11-03T07:24:59.461Z] #43 75.59 time
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_NAMESPACES: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_NET_NS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_PID_NS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_IPC_NS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_UTS_NS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_CGROUPS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_CGROUP_CPUACCT: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_CGROUP_DEVICE: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_CGROUP_FREEZER: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_CGROUP_SCHED: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_CPUSETS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_MEMCG: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_KEYS: enabled
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_VETH: enabled (as module)
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_BRIDGE: enabled (as module)
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:24:59 [2020-11-03T07:24:59.484Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:24:59 [2020-11-03T07:24:59.584Z] #8 ...
07:24:59 [2020-11-03T07:24:59.584Z] 
07:24:59 [2020-11-03T07:24:59.584Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:24:59 [2020-11-03T07:24:59.584Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 7.5s done
07:24:59 [2020-11-03T07:24:59.584Z] #24 DONE 14.0s
07:24:59 [2020-11-03T07:24:59.584Z] 
07:24:59 [2020-11-03T07:24:59.584Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:24:59 [2020-11-03T07:24:59.721Z] #43 ...
07:24:59 [2020-11-03T07:24:59.721Z] 
07:24:59 [2020-11-03T07:24:59.721Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:59 [2020-11-03T07:24:59.721Z] #32 71.38 time
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_NF_NAT: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_NF_NAT_NEEDED: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_POSIX_MQUEUE: enabled
07:24:59 [2020-11-03T07:24:59.746Z] 
07:24:59 [2020-11-03T07:24:59.746Z] Optional Features:
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_USER_NS: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_SECCOMP: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_CGROUP_PIDS: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_MEMCG_SWAP: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:24:59 [2020-11-03T07:24:59.746Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_BLK_CGROUP: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_IOSCHED_CFQ: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_CGROUP_PERF: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_CGROUP_HUGETLB: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_CFS_BANDWIDTH: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_RT_GROUP_SCHED: missing
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_IP_VS: enabled (as module)
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_IP_VS_NFCT: enabled
07:24:59 [2020-11-03T07:24:59.746Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:24:59 [2020-11-03T07:24:59.751Z] #44 ...
07:24:59 [2020-11-03T07:24:59.751Z] 
07:24:59 [2020-11-03T07:24:59.751Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.095 + RM_GOPATH=0
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.096 + TMP_GOPATH=
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.096 + : /build
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.096 + '[' -z '' ']'
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.101 ++ mktemp -d
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.113 + export GOPATH=/tmp/tmp.S1vzlyZeUh
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.114 + GOPATH=/tmp/tmp.S1vzlyZeUh
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.114 + RM_GOPATH=1
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.115 + case "$(go env GOARCH)" in
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.117 ++ go env GOARCH
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.141 + export GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.141 + GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.143 ++ dirname /tmp/install/install.sh
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.147 + dir=/tmp/install
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.147 + bin=shfmt
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.148 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 + shift
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 + '[' '!' -f /tmp/install/shfmt.installer ']'
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 + . /tmp/install/shfmt.installer
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 + install_shfmt
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.150 + git clone https://github.com/mvdan/sh.git /tmp/tmp.S1vzlyZeUh/src/github.com/mvdan/sh
07:24:59 [2020-11-03T07:24:59.751Z] #50 1.152 Cloning into '/tmp/tmp.S1vzlyZeUh/src/github.com/mvdan/sh'...
07:24:59 [2020-11-03T07:24:59.751Z] #50 ...
07:24:59 [2020-11-03T07:24:59.751Z] 
07:24:59 [2020-11-03T07:24:59.751Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.109 + RM_GOPATH=0
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.116 + TMP_GOPATH=
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.117 + : /build
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.118 + '[' -z '' ']'
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.124 ++ mktemp -d
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.129 + export GOPATH=/tmp/tmp.FtEdSJvg8T
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.130 + GOPATH=/tmp/tmp.FtEdSJvg8T
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.130 + RM_GOPATH=1
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.130 + case "$(go env GOARCH)" in
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.132 ++ go env GOARCH
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.141 + export GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.141 + GO_BUILDMODE=-buildmode=pie
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.144 ++ dirname /tmp/install/install.sh
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.147 + dir=/tmp/install
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.147 + bin=tomlv
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.147 + shift
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.147 + '[' '!' -f /tmp/install/tomlv.installer ']'
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.147 + . /tmp/install/tomlv.installer
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.153 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.161 + install_tomlv
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.162 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.166 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.166 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.FtEdSJvg8T/src/github.com/BurntSushi/toml
07:24:59 [2020-11-03T07:24:59.751Z] #33 1.190 Cloning into '/tmp/tmp.FtEdSJvg8T/src/github.com/BurntSushi/toml'...
07:24:59 [2020-11-03T07:24:59.751Z] #33 2.588 + cd /tmp/tmp.FtEdSJvg8T/src/github.com/BurntSushi/toml
07:24:59 [2020-11-03T07:24:59.751Z] #33 2.588 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:24:59 [2020-11-03T07:24:59.751Z] #33 2.636 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
07:24:59 [2020-11-03T07:24:59.751Z] #33 3.499 runtime/internal/sys
07:24:59 [2020-11-03T07:24:59.751Z] #33 3.502 internal/cpu
07:24:59 [2020-11-03T07:24:59.751Z] #33 3.504 math/bits
07:24:59 [2020-11-03T07:24:59.751Z] #33 3.634 runtime/internal/atomic
07:24:59 [2020-11-03T07:24:59.751Z] #33 3.949 runtime/internal/math
07:24:59 [2020-11-03T07:24:59.751Z] #33 4.426 unicode/utf8
07:24:59 [2020-11-03T07:24:59.751Z] #33 4.810 sync/atomic
07:24:59 [2020-11-03T07:24:59.751Z] #33 4.981 internal/bytealg
07:24:59 [2020-11-03T07:24:59.751Z] #33 5.593 unicode
07:24:59 [2020-11-03T07:24:59.751Z] #33 5.603 math
07:24:59 [2020-11-03T07:24:59.751Z] #33 5.880 internal/testlog
07:24:59 [2020-11-03T07:24:59.751Z] #33 7.231 encoding
07:24:59 [2020-11-03T07:24:59.751Z] #33 7.635 runtime
07:24:59 [2020-11-03T07:24:59.751Z] #33 7.920 runtime/cgo
07:24:59 [2020-11-03T07:24:59.751Z] #33 ...
07:24:59 [2020-11-03T07:24:59.751Z] 
07:24:59 [2020-11-03T07:24:59.751Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:24:59 [2020-11-03T07:24:59.751Z] #31 1.000 + git clone https://github.com/kolyshkin/go-swagger.git .
07:24:59 [2020-11-03T07:24:59.751Z] #31 1.024 Cloning into '.'...
07:24:59 [2020-11-03T07:24:59.842Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done
07:24:59 [2020-11-03T07:24:59.842Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
07:24:59 [2020-11-03T07:24:59.982Z] #32 ...
07:24:59 [2020-11-03T07:24:59.982Z] 
07:24:59 [2020-11-03T07:24:59.982Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:24:59 [2020-11-03T07:24:59.982Z] #40 76.28 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
07:24:59 [2020-11-03T07:24:59.982Z] #40 76.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:24:59 [2020-11-03T07:24:59.982Z] #40 76.33 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:24:59 [2020-11-03T07:24:59.982Z] #40 76.37 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
07:24:59 [2020-11-03T07:24:59.982Z] #40 76.38 Setting up python-six (1.12.0-1) ...
07:25:00 [2020-11-03T07:25:00.009Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:25:00 [2020-11-03T07:25:00.009Z] - CONFIG_IP_VS_RR: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z] - CONFIG_EXT4_FS: enabled
07:25:00 [2020-11-03T07:25:00.009Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:25:00 [2020-11-03T07:25:00.009Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:25:00 [2020-11-03T07:25:00.009Z] - Network Drivers:
07:25:00 [2020-11-03T07:25:00.009Z]   - "overlay":
07:25:00 [2020-11-03T07:25:00.009Z]     - CONFIG_VXLAN: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       Optional (for encrypted networks):
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_CRYPTO: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_CRYPTO_AEAD: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_CRYPTO_GCM: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_CRYPTO_GHASH: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_XFRM: enabled
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_XFRM_USER: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_INET_ESP: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]   - "ipvlan":
07:25:00 [2020-11-03T07:25:00.009Z]     - CONFIG_IPVLAN: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]   - "macvlan":
07:25:00 [2020-11-03T07:25:00.009Z]     - CONFIG_MACVLAN: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]     - CONFIG_DUMMY: enabled (as module)
07:25:00 [2020-11-03T07:25:00.009Z]   - "ftp,tftp client in container":
07:25:00 [2020-11-03T07:25:00.065Z] #31 ...
07:25:00 [2020-11-03T07:25:00.065Z] 
07:25:00 [2020-11-03T07:25:00.065Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:00 [2020-11-03T07:25:00.065Z] #41 0.739 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #41 0.793 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #41 0.795 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #41 1.513 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #41 3.257 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #41 5.514 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
07:25:00 [2020-11-03T07:25:00.065Z] #41 ...
07:25:00 [2020-11-03T07:25:00.065Z] 
07:25:00 [2020-11-03T07:25:00.065Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:00 [2020-11-03T07:25:00.065Z] #35 0.727 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #35 0.768 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #35 0.786 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #35 1.506 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #35 3.544 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB]
07:25:00 [2020-11-03T07:25:00.065Z] #35 5.933 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
07:25:00 [2020-11-03T07:25:00.235Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done
07:25:00 [2020-11-03T07:25:00.235Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
07:25:00 [2020-11-03T07:25:00.257Z] #38 ...
07:25:00 [2020-11-03T07:25:00.257Z] 
07:25:00 [2020-11-03T07:25:00.257Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:25:00 [2020-11-03T07:25:00.257Z] #20 3.097 Collecting yamllint==1.16.0
07:25:00 [2020-11-03T07:25:00.257Z] #20 3.327   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
07:25:00 [2020-11-03T07:25:00.257Z] #20 3.362 Collecting pyyaml (from yamllint==1.16.0)
07:25:00 [2020-11-03T07:25:00.257Z] #20 3.452   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.048 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.078   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.093 Building wheels for collected packages: pyyaml
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.099   Running setup.py bdist_wheel for pyyaml: started
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.645   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.648   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.694 Successfully built pyyaml
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.697 Installing collected packages: pyyaml, pathspec, yamllint
07:25:00 [2020-11-03T07:25:00.257Z] #20 4.872 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
07:25:00 [2020-11-03T07:25:00.257Z] #20 DONE 5.2s
07:25:00 [2020-11-03T07:25:00.257Z] 
07:25:00 [2020-11-03T07:25:00.257Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
07:25:00 [2020-11-03T07:25:00.257Z] #23 DONE 0.2s
07:25:00 [2020-11-03T07:25:00.257Z] 
07:25:00 [2020-11-03T07:25:00.257Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:00 [2020-11-03T07:25:00.257Z] #41 82.04   CC       criu/proc_parse.o
07:25:00 [2020-11-03T07:25:00.257Z] #41 83.73   CC       criu/protobuf-desc.o
07:25:00 [2020-11-03T07:25:00.257Z] #41 84.27   CC       criu/protobuf.o
07:25:00 [2020-11-03T07:25:00.257Z] #41 84.49   CC       criu/pstree.o
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z] - Storage Drivers:
07:25:00 [2020-11-03T07:25:00.286Z]   - "aufs":
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_AUFS_FS: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]   - "btrfs":
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:25:00 [2020-11-03T07:25:00.286Z]   - "devicemapper":
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_BLK_DEV_DM: enabled
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]   - "overlay":
07:25:00 [2020-11-03T07:25:00.286Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:25:00 [2020-11-03T07:25:00.286Z]   - "zfs":
07:25:00 [2020-11-03T07:25:00.286Z]     - /dev/zfs: missing
07:25:00 [2020-11-03T07:25:00.286Z]     - zfs command: missing
07:25:00 [2020-11-03T07:25:00.286Z]     - zpool command: missing
07:25:00 [2020-11-03T07:25:00.286Z] 
07:25:00 [2020-11-03T07:25:00.286Z] Limits:
07:25:00 [2020-11-03T07:25:00.286Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:25:00 [2020-11-03T07:25:00.286Z] 
07:25:00 [2020-11-03T07:25:00.286Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:25:00 [2020-11-03T07:25:00.368Z] #35 ...
07:25:00 [2020-11-03T07:25:00.368Z] 
07:25:00 [2020-11-03T07:25:00.368Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.25 go: downloading github.com/spf13/pflag v1.0.5
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.27 go: downloading github.com/sirupsen/logrus v1.4.2
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.27 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.27 go: downloading github.com/spf13/viper v1.6.1
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.28 go: downloading github.com/mattn/go-colorable v0.1.4
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.33 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.37 go: downloading github.com/fatih/color v1.7.0
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.39 go: downloading github.com/spf13/cobra v0.0.5
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.53 go: downloading github.com/pkg/errors v0.8.1
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.63 go: extracting github.com/mattn/go-colorable v0.1.4
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.64 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.75 go: extracting github.com/fatih/color v1.7.0
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.79 go: extracting github.com/sirupsen/logrus v1.4.2
07:25:00 [2020-11-03T07:25:00.368Z] #48 11.84 go: extracting github.com/spf13/viper v1.6.1
07:25:00 [2020-11-03T07:25:00.501Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done
07:25:00 [2020-11-03T07:25:00.654Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e .
07:25:00 [2020-11-03T07:25:00.654Z] #1 [internal] load .dockerignore
07:25:00 [2020-11-03T07:25:00.667Z] #48 12.01 go: extracting github.com/spf13/pflag v1.0.5
07:25:00 [2020-11-03T07:25:00.667Z] #48 12.13 go: downloading github.com/mattn/go-isatty v0.0.8
07:25:00 [2020-11-03T07:25:00.764Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s
07:25:00 [2020-11-03T07:25:00.781Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
07:25:00 [2020-11-03T07:25:00.781Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
07:25:00 [2020-11-03T07:25:00.889Z] #41 85.39   CC       criu/rbtree.o
07:25:00 [2020-11-03T07:25:00.967Z] #48 12.22 go: downloading github.com/stretchr/testify v1.4.0
07:25:00 [2020-11-03T07:25:00.967Z] #48 12.39 go: downloading github.com/spf13/jwalterweatherman v1.0.0
07:25:00 [2020-11-03T07:25:00.967Z] #48 12.42 go: extracting github.com/pkg/errors v0.8.1
07:25:00 [2020-11-03T07:25:00.967Z] #48 12.42 go: extracting github.com/spf13/cobra v0.0.5
07:25:00 [2020-11-03T07:25:00.967Z] #48 12.50 go: downloading github.com/subosito/gotenv v1.2.0
07:25:01 [2020-11-03T07:25:01.194Z] #41 ...
07:25:01 [2020-11-03T07:25:01.194Z] 
07:25:01 [2020-11-03T07:25:01.194Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
07:25:01 [2020-11-03T07:25:01.194Z] #28 DONE 0.8s
07:25:01 [2020-11-03T07:25:01.194Z] 
07:25:01 [2020-11-03T07:25:01.194Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:01 [2020-11-03T07:25:01.194Z] #41 85.55   CC       criu/rst-malloc.o
07:25:01 [2020-11-03T07:25:01.194Z] #41 ...
07:25:01 [2020-11-03T07:25:01.194Z] 
07:25:01 [2020-11-03T07:25:01.194Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
07:25:01 [2020-11-03T07:25:01.194Z] #31 DONE 0.2s
07:25:01 [2020-11-03T07:25:01.194Z] 
07:25:01 [2020-11-03T07:25:01.194Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:01 [2020-11-03T07:25:01.194Z] #41 85.66   CC       criu/seccomp.o
07:25:01 [2020-11-03T07:25:01.194Z] #41 ...
07:25:01 [2020-11-03T07:25:01.194Z] 
07:25:01 [2020-11-03T07:25:01.194Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
07:25:01 [2020-11-03T07:25:01.194Z] #33 DONE 0.1s
07:25:01 [2020-11-03T07:25:01.266Z] #48 12.65 go: extracting github.com/mattn/go-isatty v0.0.8
07:25:01 [2020-11-03T07:25:01.266Z] #48 12.65 go: downloading github.com/magiconair/properties v1.8.1
07:25:01 [2020-11-03T07:25:01.266Z] #48 12.70 go: downloading gopkg.in/yaml.v2 v2.2.7
07:25:01 [2020-11-03T07:25:01.289Z] #1 transferring context:
07:25:01 [2020-11-03T07:25:01.289Z] #1 transferring context: 87B done
07:25:01 [2020-11-03T07:25:01.485Z] 
07:25:01 [2020-11-03T07:25:01.485Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
07:25:01 [2020-11-03T07:25:01.485Z] #36 DONE 0.1s
07:25:01 [2020-11-03T07:25:01.485Z] 
07:25:01 [2020-11-03T07:25:01.485Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:01 [2020-11-03T07:25:01.485Z] #41 86.03   CC       criu/seize.o
07:25:01 [2020-11-03T07:25:01.551Z] #1 DONE 1.0s
07:25:01 [2020-11-03T07:25:01.551Z] 
07:25:01 [2020-11-03T07:25:01.551Z] #2 [internal] load build definition from Dockerfile
07:25:01 [2020-11-03T07:25:01.551Z] #2 transferring dockerfile: 16.58kB 0.0s done
07:25:01 [2020-11-03T07:25:01.566Z] #48 12.85 go: extracting github.com/subosito/gotenv v1.2.0
07:25:01 [2020-11-03T07:25:01.566Z] #48 12.87 go: extracting github.com/spf13/jwalterweatherman v1.0.0
07:25:01 [2020-11-03T07:25:01.566Z] #48 12.88 go: extracting github.com/stretchr/testify v1.4.0
07:25:01 [2020-11-03T07:25:01.776Z] #41 86.41   CC       criu/servicefd.o
07:25:01 [2020-11-03T07:25:01.863Z] #48 12.99 go: extracting github.com/magiconair/properties v1.8.1
07:25:01 [2020-11-03T07:25:01.863Z] #48 13.01 go: downloading github.com/mitchellh/mapstructure v1.1.2
07:25:01 [2020-11-03T07:25:01.863Z] #48 13.21 go: extracting gopkg.in/yaml.v2 v2.2.7
07:25:02 [2020-11-03T07:25:02.067Z] #41 86.62   CC       criu/shmem.o
07:25:02 [2020-11-03T07:25:02.128Z] #2 DONE 1.3s
07:25:02 [2020-11-03T07:25:02.129Z] 
07:25:02 [2020-11-03T07:25:02.129Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
07:25:02 [2020-11-03T07:25:02.164Z] #48 13.49 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:25:02 [2020-11-03T07:25:02.164Z] #48 13.51 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:25:02 [2020-11-03T07:25:02.164Z] #48 13.53 go: downloading github.com/hashicorp/hcl v1.0.0
07:25:02 [2020-11-03T07:25:02.164Z] #48 13.54 go: extracting github.com/mitchellh/mapstructure v1.1.2
07:25:02 [2020-11-03T07:25:02.463Z] #48 13.75 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:25:02 [2020-11-03T07:25:02.463Z] #48 13.77 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:25:02 [2020-11-03T07:25:02.463Z] #48 13.80 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:25:02 [2020-11-03T07:25:02.463Z] #48 13.91 go: downloading github.com/davecgh/go-spew v1.1.1
07:25:02 [2020-11-03T07:25:02.463Z] #48 14.02 go: extracting github.com/hashicorp/hcl v1.0.0
07:25:02 [2020-11-03T07:25:02.699Z] #41 87.11   CC       criu/sigframe.o
07:25:02 [2020-11-03T07:25:02.699Z] #41 87.20   CC       criu/signalfd.o
07:25:02 [2020-11-03T07:25:02.763Z] #48 14.05 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:25:02 [2020-11-03T07:25:02.763Z] #48 14.08 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:25:02 [2020-11-03T07:25:02.763Z] #48 14.21 go: extracting github.com/mitchellh/go-homedir v1.1.0
07:25:02 [2020-11-03T07:25:02.990Z] #41 87.43   CC       criu/sk-inet.o
07:25:03 [2020-11-03T07:25:03.062Z] #48 14.49 go: extracting github.com/davecgh/go-spew v1.1.1
07:25:03 [2020-11-03T07:25:03.062Z] #48 14.58 go: downloading github.com/ultraware/whitespace v0.0.4
07:25:03 [2020-11-03T07:25:03.076Z] #3 DONE 0.8s
07:25:03 [2020-11-03T07:25:03.077Z] 
07:25:03 [2020-11-03T07:25:03.077Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
07:25:03 [2020-11-03T07:25:03.077Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
07:25:03 [2020-11-03T07:25:03.077Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done
07:25:03 [2020-11-03T07:25:03.077Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done
07:25:03 [2020-11-03T07:25:03.077Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s
07:25:03 [2020-11-03T07:25:03.348Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 1.81MB / 8.28MB 0.2s
07:25:03 [2020-11-03T07:25:03.348Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
07:25:03 [2020-11-03T07:25:03.348Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s
07:25:03 [2020-11-03T07:25:03.371Z] #40 ...
07:25:03 [2020-11-03T07:25:03.371Z] 
07:25:03 [2020-11-03T07:25:03.371Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:03 [2020-11-03T07:25:03.371Z] #45 DONE 79.8s
07:25:03 [2020-11-03T07:25:03.371Z] 
07:25:03 [2020-11-03T07:25:03.371Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:03 [2020-11-03T07:25:03.371Z] #11 76.76 Selecting previously unselected package binutils-mingw-w64.
07:25:03 [2020-11-03T07:25:03.371Z] #11 76.78 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 76.79 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 76.95 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:25:03 [2020-11-03T07:25:03.371Z] #11 76.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 76.98 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 77.19 Selecting previously unselected package dmsetup.
07:25:03 [2020-11-03T07:25:03.371Z] #11 77.20 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 77.21 Unpacking dmsetup (2:1.02.155-3) ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 77.41 Selecting previously unselected package mingw-w64-common.
07:25:03 [2020-11-03T07:25:03.371Z] #11 77.44 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
07:25:03 [2020-11-03T07:25:03.371Z] #11 77.50 Unpacking mingw-w64-common (6.0.0-3) ...
07:25:03 [2020-11-03T07:25:03.376Z] #48 14.67 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:25:03 [2020-11-03T07:25:03.376Z] #48 14.72 go: extracting github.com/ultraware/whitespace v0.0.4
07:25:03 [2020-11-03T07:25:03.376Z] #48 14.74 go: downloading github.com/sourcegraph/go-diff v0.5.1
07:25:03 [2020-11-03T07:25:03.376Z] #48 14.80 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:25:03 [2020-11-03T07:25:03.611Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3
07:25:03 [2020-11-03T07:25:03.611Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done
07:25:03 [2020-11-03T07:25:03.622Z] #41 88.04   CC       criu/sk-netlink.o
07:25:03 [2020-11-03T07:25:03.674Z] #48 15.16 go: extracting github.com/sourcegraph/go-diff v0.5.1
07:25:03 [2020-11-03T07:25:03.872Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done
07:25:03 [2020-11-03T07:25:03.872Z] #4 DONE 0.8s
07:25:03 [2020-11-03T07:25:03.912Z] #41 88.24   CC       criu/sk-packet.o
07:25:04 [2020-11-03T07:25:04.140Z] 
07:25:04 [2020-11-03T07:25:04.140Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:25:04 [2020-11-03T07:25:04.203Z] #41 88.58   CC       criu/sk-queue.o
07:25:04 [2020-11-03T07:25:04.493Z] #41 88.84   CC       criu/sk-tcp.o
07:25:04 [2020-11-03T07:25:04.712Z] #7 ...
07:25:04 [2020-11-03T07:25:04.712Z] 
07:25:04 [2020-11-03T07:25:04.712Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
07:25:04 [2020-11-03T07:25:04.712Z] #6 DONE 0.5s
07:25:04 [2020-11-03T07:25:04.712Z] 
07:25:04 [2020-11-03T07:25:04.712Z] #5 [internal] load metadata for docker.io/library/debian:buster
07:25:04 [2020-11-03T07:25:04.783Z] #41 89.18   CC       criu/sk-unix.o
07:25:05 [2020-11-03T07:25:05.218Z] #48 16.47 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:25:05 [2020-11-03T07:25:05.286Z] #5 DONE 1.0s
07:25:05 [2020-11-03T07:25:05.286Z] 
07:25:05 [2020-11-03T07:25:05.286Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
07:25:05 [2020-11-03T07:25:05.518Z] #48 ...
07:25:05 [2020-11-03T07:25:05.518Z] 
07:25:05 [2020-11-03T07:25:05.518Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:05 [2020-11-03T07:25:05.518Z] #54 17.04 Fetched 8171 kB in 16s (521 kB/s)
07:25:05 [2020-11-03T07:25:05.815Z] #41 90.18   CC       criu/sockets.o
07:25:06 [2020-11-03T07:25:06.036Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
07:25:06 [2020-11-03T07:25:06.063Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
07:25:06 [2020-11-03T07:25:06.447Z] #41 90.78   CC       criu/stats.o
07:25:06 [2020-11-03T07:25:06.447Z] #41 91.00   CC       criu/string.o
07:25:06 [2020-11-03T07:25:06.447Z] #41 91.04   CC       criu/sysctl.o
07:25:06 [2020-11-03T07:25:06.746Z] #41 ...
07:25:06 [2020-11-03T07:25:06.746Z] 
07:25:06 [2020-11-03T07:25:06.746Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:06 [2020-11-03T07:25:06.746Z] #51 54.90 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
07:25:06 [2020-11-03T07:25:06.746Z] #51 56.06 + mkdir -p /build
07:25:06 [2020-11-03T07:25:06.746Z] #51 56.06 + cp runc /build/runc
07:25:06 [2020-11-03T07:25:06.746Z] #51 DONE 56.4s
07:25:06 [2020-11-03T07:25:06.746Z] 
07:25:06 [2020-11-03T07:25:06.746Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:25:07 [2020-11-03T07:25:07.056Z] #54 ...
07:25:07 [2020-11-03T07:25:07.056Z] 
07:25:07 [2020-11-03T07:25:07.056Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:07 [2020-11-03T07:25:07.056Z] #41 91.72   CC       criu/sysfs_parse.o
07:25:07 [2020-11-03T07:25:07.641Z] #11 ...
07:25:07 [2020-11-03T07:25:07.641Z] 
07:25:07 [2020-11-03T07:25:07.641Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.32 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.33 Setting up libnl-3-200:amd64 (3.4.0-1) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.36 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.38 Setting up libcap-dev:amd64 (1:2.25-2) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.41 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.43 Setting up protobuf-compiler (3.6.1.3-2) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.45 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.46 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.47 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
07:25:07 [2020-11-03T07:25:07.641Z] #40 80.49 Setting up python-protobuf (3.6.1.3-2) ...
07:25:07 [2020-11-03T07:25:07.724Z] #41 92.05   CC       criu/timens.o
07:25:07 [2020-11-03T07:25:07.724Z] #41 92.26   CC       criu/timerfd.o
07:25:07 [2020-11-03T07:25:07.724Z] #41 92.42   CC       criu/tty.o
07:25:07 [2020-11-03T07:25:07.931Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done
07:25:08 [2020-11-03T07:25:08.188Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
07:25:08 [2020-11-03T07:25:08.446Z] #8 ...
07:25:08 [2020-11-03T07:25:08.446Z] 
07:25:08 [2020-11-03T07:25:08.446Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:25:08 [2020-11-03T07:25:08.446Z] #25 1.313 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 1.327 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 1.369 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 1.587 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 2.130 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:08 [2020-11-03T07:25:08.446Z] #25 2.699 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 3.863 Fetched 8396 kB in 3s (2984 kB/s)
07:25:08 [2020-11-03T07:25:08.446Z] #25 3.863 Reading package lists...
07:25:08 [2020-11-03T07:25:08.446Z] #25 4.844 Reading package lists...
07:25:08 [2020-11-03T07:25:08.446Z] #25 5.769 Building dependency tree...
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.111 The following additional packages will be installed:
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128 Suggested packages:
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128   krb5-doc krb5-user
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128 Recommended packages:
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.128   krb5-locales publicsuffix libsasl2-modules
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.345 The following NEW packages will be installed:
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.346   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.346   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.347   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.348   libssh2-1 libssl1.1 openssl
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.643 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.643 Need to get 5050 kB of archives.
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.643 After this operation, 12.1 MB of additional disk space will be used.
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.643 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.645 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.650 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.650 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.650 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.685 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
07:25:08 [2020-11-03T07:25:08.446Z] #25 6.701 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.705 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.706 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.708 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.711 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.718 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.722 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.736 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.736 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.736 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.748 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.748 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.748 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.754 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.795 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.929 debconf: delaying package configuration, since apt-utils is not installed
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.956 Fetched 5050 kB in 0s (13.6 MB/s)
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.983 Selecting previously unselected package libsasl2-modules-db:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.983 (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 ... 6677 files and directories currently installed.)
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.994 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 6.994 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.044 Selecting previously unselected package libsasl2-2:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.044 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.050 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.104 Selecting previously unselected package libldap-common.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.104 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.108 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.169 Selecting previously unselected package libldap-2.4-2:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.169 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.172 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.310 Selecting previously unselected package libssl1.1:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.310 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.314 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.599 Selecting previously unselected package openssl.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.599 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.604 Unpacking openssl (1.1.1d-0+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.754 Selecting previously unselected package ca-certificates.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.754 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.759 Unpacking ca-certificates (20200601~deb10u1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.883 Selecting previously unselected package libkeyutils1:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.883 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.887 Unpacking libkeyutils1:amd64 (1.6-6) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.933 Selecting previously unselected package libkrb5support0:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.933 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.937 Unpacking libkrb5support0:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.986 Selecting previously unselected package libk5crypto3:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 7.993 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.000 Unpacking libk5crypto3:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.060 Selecting previously unselected package libkrb5-3:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.060 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.065 Unpacking libkrb5-3:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.154 Selecting previously unselected package libgssapi-krb5-2:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.154 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.158 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.237 Selecting previously unselected package libnghttp2-14:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.237 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.240 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.297 Selecting previously unselected package libpsl5:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.297 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.301 Unpacking libpsl5:amd64 (0.20.2-2) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.359 Selecting previously unselected package librtmp1:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.359 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.362 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.427 Selecting previously unselected package libssh2-1:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.427 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.432 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.516 Selecting previously unselected package libcurl4:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.516 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.519 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.595 Selecting previously unselected package curl.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.595 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.599 Unpacking curl (7.64.0-4+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.682 Selecting previously unselected package libonig5:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.682 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.687 Unpacking libonig5:amd64 (6.9.1-1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.760 Selecting previously unselected package libjq1:amd64.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.760 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.763 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.829 Selecting previously unselected package jq.
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.829 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
07:25:08 [2020-11-03T07:25:08.447Z] #25 8.838 Unpacking jq (1.5+dfsg-2+b1) ...
07:25:08 [2020-11-03T07:25:08.625Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.5s done
07:25:08 [2020-11-03T07:25:08.625Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s
07:25:08 [2020-11-03T07:25:08.704Z] #25 8.898 Setting up libkeyutils1:amd64 (1.6-6) ...
07:25:08 [2020-11-03T07:25:08.704Z] #25 8.911 Setting up libpsl5:amd64 (0.20.2-2) ...
07:25:08 [2020-11-03T07:25:08.704Z] #25 8.919 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.704Z] #25 9.123 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.704Z] #25 9.133 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.704Z] #25 9.146 Setting up libkrb5support0:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.704Z] #25 9.157 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.756Z] #41 93.32   CC       criu/tun.o
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.169 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.178 Setting up libk5crypto3:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.187 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.198 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.208 Setting up libkrb5-3:amd64 (1.17-3) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.220 Setting up openssl (1.1.1d-0+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.234 Setting up libonig5:amd64 (6.9.1-1) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.244 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.291 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
07:25:08 [2020-11-03T07:25:08.962Z] #25 9.300 Setting up ca-certificates (20200601~deb10u1) ...
07:25:09 [2020-11-03T07:25:09.025Z] #40 ...
07:25:09 [2020-11-03T07:25:09.025Z] 
07:25:09 [2020-11-03T07:25:09.025Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:09 [2020-11-03T07:25:09.025Z] #34 77.07 Selecting previously unselected package libxml2:amd64.
07:25:09 [2020-11-03T07:25:09.026Z] #34 77.08 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 77.08 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 79.52 Selecting previously unselected package libarchive13:amd64.
07:25:09 [2020-11-03T07:25:09.026Z] #34 79.52 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 79.54 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 79.85 Selecting previously unselected package libjsoncpp1:amd64.
07:25:09 [2020-11-03T07:25:09.026Z] #34 79.85 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 79.86 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.13 Selecting previously unselected package librhash0:amd64.
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.17 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.18 Unpacking librhash0:amd64 (1.3.8-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.37 Selecting previously unselected package libuv1:amd64.
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.37 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.39 Unpacking libuv1:amd64 (1.24.1-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.54 Selecting previously unselected package cmake.
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.57 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 80.59 Unpacking cmake (3.13.4-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.38 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.42 Setting up xxd (2:8.1.0875-5) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.51 Setting up libuv1:amd64 (1.24.1-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.54 Setting up vim-common (2:8.1.0875-5) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.62 Setting up librhash0:amd64 (1.3.8-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.65 Setting up cmake-data (3.13.4-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.70 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.72 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.74 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.77 Setting up cmake (3.13.4-1) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.79 Processing triggers for libc-bin (2.28-10) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 84.89 Processing triggers for mime-support (3.62) ...
07:25:09 [2020-11-03T07:25:09.026Z] #34 DONE 85.4s
07:25:09 [2020-11-03T07:25:09.026Z] 
07:25:09 [2020-11-03T07:25:09.026Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:09 [2020-11-03T07:25:09.026Z] #11 84.72 Selecting previously unselected package mingw-w64-x86-64-dev.
07:25:09 [2020-11-03T07:25:09.026Z] #11 84.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
07:25:09 [2020-11-03T07:25:09.026Z] #11 84.74 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
07:25:09 [2020-11-03T07:25:09.201Z] #8 ...
07:25:09 [2020-11-03T07:25:09.201Z] 
07:25:09 [2020-11-03T07:25:09.201Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:25:09 [2020-11-03T07:25:09.201Z] #24 1.286 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 1.307 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 1.347 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 1.503 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 1.932 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:09 [2020-11-03T07:25:09.201Z] #24 2.198 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 3.629 Fetched 8396 kB in 3s (3232 kB/s)
07:25:09 [2020-11-03T07:25:09.201Z] #24 3.629 Reading package lists...
07:25:09 [2020-11-03T07:25:09.201Z] #24 4.622 Reading package lists...
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.550 Building dependency tree...
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923 The following additional packages will be installed:
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923 Suggested packages:
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923   krb5-doc krb5-user
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923 Recommended packages:
07:25:09 [2020-11-03T07:25:09.201Z] #24 5.923   krb5-locales publicsuffix libsasl2-modules
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.108 The following NEW packages will be installed:
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.109   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.115   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.115   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.115   libssh2-1 libssl1.1 openssl
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.391 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.391 Need to get 5050 kB of archives.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.391 After this operation, 12.1 MB of additional disk space will be used.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.391 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.402 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.402 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.408 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.408 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.447 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.463 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.471 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.471 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.471 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.471 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.479 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.481 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.483 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.484 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.485 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.488 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.495 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.498 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.503 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.503 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.701 debconf: delaying package configuration, since apt-utils is not installed
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.740 Fetched 5050 kB in 0s (13.7 MB/s)
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.770 Selecting previously unselected package libsasl2-modules-db:amd64.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.770 (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 ... 6677 files and directories currently installed.)
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.770 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.774 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.820 Selecting previously unselected package libsasl2-2:amd64.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.820 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.831 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.895 Selecting previously unselected package libldap-common.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.895 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.909 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.982 Selecting previously unselected package libldap-2.4-2:amd64.
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.982 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 6.987 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 7.101 Selecting previously unselected package libssl1.1:amd64.
07:25:09 [2020-11-03T07:25:09.201Z] #24 7.101 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 7.106 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.201Z] #24 7.366 Selecting previously unselected package openssl.
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.366 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.375 Unpacking openssl (1.1.1d-0+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.671 Selecting previously unselected package ca-certificates.
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.671 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.679 Unpacking ca-certificates (20200601~deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.894 Selecting previously unselected package libkeyutils1:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.894 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.899 Unpacking libkeyutils1:amd64 (1.6-6) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.961 Selecting previously unselected package libkrb5support0:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.961 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 7.961 Unpacking libkrb5support0:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.003 Selecting previously unselected package libk5crypto3:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.004 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.009 Unpacking libk5crypto3:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.136 Selecting previously unselected package libkrb5-3:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.136 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.141 Unpacking libkrb5-3:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.271 Selecting previously unselected package libgssapi-krb5-2:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.271 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.277 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.335 Selecting previously unselected package libnghttp2-14:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.335 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.342 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.394 Selecting previously unselected package libpsl5:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.394 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.399 Unpacking libpsl5:amd64 (0.20.2-2) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.453 Selecting previously unselected package librtmp1:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.453 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.453 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.505 Selecting previously unselected package libssh2-1:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.509 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.519 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.571 Selecting previously unselected package libcurl4:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.573 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.577 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.660 Selecting previously unselected package curl.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.663 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.666 Unpacking curl (7.64.0-4+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.745 Selecting previously unselected package libonig5:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.745 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.749 Unpacking libonig5:amd64 (6.9.1-1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.851 Selecting previously unselected package libjq1:amd64.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.851 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.857 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.912 Selecting previously unselected package jq.
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.912 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.918 Unpacking jq (1.5+dfsg-2+b1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.964 Setting up libkeyutils1:amd64 (1.6-6) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.979 Setting up libpsl5:amd64 (0.20.2-2) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 8.991 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.200 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.213 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.228 Setting up libkrb5support0:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.239 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.251 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.262 Setting up libk5crypto3:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.274 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.285 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.296 Setting up libkrb5-3:amd64 (1.17-3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.307 Setting up openssl (1.1.1d-0+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.333 Setting up libonig5:amd64 (6.9.1-1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.344 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.358 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 9.369 Setting up ca-certificates (20200601~deb10u1) ...
07:25:09 [2020-11-03T07:25:09.202Z] #24 10.02 Updating certificates in /etc/ssl/certs...
07:25:09 [2020-11-03T07:25:09.387Z] #41 93.68   CC       criu/uffd.o
07:25:09 [2020-11-03T07:25:09.464Z] #24 ...
07:25:09 [2020-11-03T07:25:09.464Z] 
07:25:09 [2020-11-03T07:25:09.464Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:09 [2020-11-03T07:25:09.532Z] #25 9.919 Updating certificates in /etc/ssl/certs...
07:25:09 [2020-11-03T07:25:09.678Z] #41 94.27   CC       criu/util.o
07:25:10 [2020-11-03T07:25:10.075Z] #54 17.04 Reading package lists...
07:25:10 [2020-11-03T07:25:10.075Z] #54 ...
07:25:10 [2020-11-03T07:25:10.075Z] 
07:25:10 [2020-11-03T07:25:10.075Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:10 [2020-11-03T07:25:10.075Z] #50 11.38 + cd /tmp/tmp.S1vzlyZeUh/src/github.com/mvdan/sh
07:25:10 [2020-11-03T07:25:10.075Z] #50 11.38 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:10 [2020-11-03T07:25:10.075Z] #50 11.50 + GO111MODULE=on
07:25:10 [2020-11-03T07:25:10.075Z] #50 11.50 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
07:25:10 [2020-11-03T07:25:10.075Z] #50 13.18 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:25:10 [2020-11-03T07:25:10.075Z] #50 13.19 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:25:10 [2020-11-03T07:25:10.075Z] #50 13.20 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:25:10 [2020-11-03T07:25:10.075Z] #50 13.44 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:25:10 [2020-11-03T07:25:10.075Z] #50 13.53 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:25:10 [2020-11-03T07:25:10.075Z] #50 14.80 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:25:10 [2020-11-03T07:25:10.075Z] #50 15.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:25:10 [2020-11-03T07:25:10.075Z] #50 18.04 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:25:10 [2020-11-03T07:25:10.075Z] #50 19.69 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:25:10 [2020-11-03T07:25:10.075Z] #50 19.69 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:25:10 [2020-11-03T07:25:10.075Z] #50 20.01 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:25:10 [2020-11-03T07:25:10.075Z] #50 20.30 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:25:10 [2020-11-03T07:25:10.075Z] #50 21.28 runtime/cgo
07:25:10 [2020-11-03T07:25:10.075Z] #50 21.49 runtime
07:25:10 [2020-11-03T07:25:10.075Z] #50 ...
07:25:10 [2020-11-03T07:25:10.075Z] 
07:25:10 [2020-11-03T07:25:10.075Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:10 [2020-11-03T07:25:10.075Z] #44 11.50 crypto/internal/subtle
07:25:10 [2020-11-03T07:25:10.075Z] #44 12.08 crypto/subtle
07:25:10 [2020-11-03T07:25:10.075Z] #44 12.52 vendor/golang.org/x/crypto/cryptobyte/asn1
07:25:10 [2020-11-03T07:25:10.075Z] #44 12.83 internal/nettrace
07:25:10 [2020-11-03T07:25:10.075Z] #44 13.36 runtime/cgo
07:25:10 [2020-11-03T07:25:10.075Z] #44 15.98 vendor/golang.org/x/crypto/internal/subtle
07:25:10 [2020-11-03T07:25:10.375Z] #44 ...
07:25:10 [2020-11-03T07:25:10.375Z] 
07:25:10 [2020-11-03T07:25:10.375Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.80 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.82 go: downloading github.com/spf13/cast v1.3.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.83 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.83 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.84 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.84 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.86 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.88 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.89 go: downloading golang.org/x/text v0.3.2
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.93 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.95 go: extracting github.com/spf13/cast v1.3.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 18.96 go: downloading github.com/go-lintpack/lintpack v0.5.2
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.06 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.23 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.27 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.34 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.39 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.51 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.52 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 19.62 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.01 go: downloading github.com/go-critic/go-critic v0.4.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.15 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.42 go: extracting github.com/go-lintpack/lintpack v0.5.2
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.45 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.50 go: downloading github.com/pmezard/go-difflib v1.0.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.62 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.64 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.67 go: extracting github.com/pmezard/go-difflib v1.0.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.77 go: downloading github.com/uudashr/gocognit v1.0.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.78 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
07:25:10 [2020-11-03T07:25:10.375Z] #48 20.81 go: downloading github.com/kisielk/gotool v1.0.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.01 go: extracting github.com/uudashr/gocognit v1.0.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.05 go: extracting github.com/kisielk/gotool v1.0.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.09 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.13 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.20 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.22 go: downloading github.com/fsnotify/fsnotify v1.4.7
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.31 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.31 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.46 go: extracting github.com/go-critic/go-critic v0.4.1
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.48 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.50 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.58 go: extracting github.com/fsnotify/fsnotify v1.4.7
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.68 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
07:25:10 [2020-11-03T07:25:10.375Z] #48 21.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:25:10 [2020-11-03T07:25:10.375Z] #48 ...
07:25:10 [2020-11-03T07:25:10.375Z] 
07:25:10 [2020-11-03T07:25:10.375Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:10 [2020-11-03T07:25:10.375Z] #46 11.77 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:25:10 [2020-11-03T07:25:10.375Z] #46 15.27 go: finding github.com/fatih/color v1.9.0
07:25:10 [2020-11-03T07:25:10.375Z] #46 15.32 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:10 [2020-11-03T07:25:10.375Z] #46 15.35 go: finding github.com/pkg/errors v0.9.1
07:25:10 [2020-11-03T07:25:10.375Z] #46 15.48 go: finding github.com/spf13/pflag v1.0.3
07:25:10 [2020-11-03T07:25:10.375Z] #46 15.51 go: finding github.com/mattn/go-colorable v0.1.6
07:25:10 [2020-11-03T07:25:10.375Z] #46 15.65 go: finding github.com/mattn/go-isatty v0.0.12
07:25:10 [2020-11-03T07:25:10.375Z] #46 16.16 go: finding github.com/jonboulle/clockwork v0.1.0
07:25:10 [2020-11-03T07:25:10.375Z] #46 16.25 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:25:10 [2020-11-03T07:25:10.375Z] #46 16.29 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:25:10 [2020-11-03T07:25:10.375Z] #46 16.32 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:25:10 [2020-11-03T07:25:10.375Z] #46 16.35 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:10 [2020-11-03T07:25:10.466Z] #25 10.88 126 added, 0 removed; done.
07:25:10 [2020-11-03T07:25:10.466Z] #25 10.92 Setting up libgssapi-krb5-2:amd64 (1.17-3) ...
07:25:10 [2020-11-03T07:25:10.466Z] #25 10.93 Setting up jq (1.5+dfsg-2+b1) ...
07:25:10 [2020-11-03T07:25:10.466Z] #25 10.94 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
07:25:10 [2020-11-03T07:25:10.466Z] #25 10.95 Setting up curl (7.64.0-4+deb10u1) ...
07:25:10 [2020-11-03T07:25:10.586Z] #7 DONE 5.7s
07:25:10 [2020-11-03T07:25:10.586Z] 
07:25:10 [2020-11-03T07:25:10.586Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:25:10 [2020-11-03T07:25:10.586Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:463210399eaa08582f27278fdc40d21705648b1fbf5aba088b4b835e39c52ce0 529B / 529B done
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:fcdd5d3014e4e669c40ba051441fa73e2d68e27894ec5fcc392a12bcde643f1d 1.50kB / 1.50kB done
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 0B / 49.18MB 0.2s
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 7.24MB / 49.18MB 0.4s
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 19.10MB / 49.18MB 0.5s
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 28.96MB / 49.18MB 0.6s
07:25:10 [2020-11-03T07:25:10.586Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 32.95MB / 49.18MB 0.7s
07:25:10 [2020-11-03T07:25:10.675Z] #46 ...
07:25:10 [2020-11-03T07:25:10.675Z] 
07:25:10 [2020-11-03T07:25:10.675Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:10 [2020-11-03T07:25:10.675Z] #48 21.89 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:25:10 [2020-11-03T07:25:10.675Z] #48 21.92 go: downloading github.com/spf13/afero v1.1.2
07:25:10 [2020-11-03T07:25:10.675Z] #48 22.21 go: extracting github.com/go-toolsmith/astfmt v1.0.0
07:25:10 [2020-11-03T07:25:10.675Z] #48 22.21 go: downloading github.com/pelletier/go-toml v1.2.0
07:25:10 [2020-11-03T07:25:10.675Z] #48 22.22 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:25:10 [2020-11-03T07:25:10.675Z] #48 22.23 go: downloading github.com/gobwas/glob v0.2.3
07:25:10 [2020-11-03T07:25:10.675Z] #48 22.24 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:25:10 [2020-11-03T07:25:10.710Z] #41 95.06   CC       criu/uts_ns.o
07:25:10 [2020-11-03T07:25:10.710Z] #41 95.24   CC       criu/vdso.o
07:25:10 [2020-11-03T07:25:10.723Z] #25 11.00 Processing triggers for libc-bin (2.28-10) ...
07:25:10 [2020-11-03T07:25:10.723Z] #25 11.03 Processing triggers for ca-certificates (20200601~deb10u1) ...
07:25:10 [2020-11-03T07:25:10.723Z] #25 11.03 Updating certificates in /etc/ssl/certs...
07:25:10 [2020-11-03T07:25:10.849Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 1.1s
07:25:10 [2020-11-03T07:25:10.974Z] #48 22.33 go: extracting github.com/spf13/afero v1.1.2
07:25:11 [2020-11-03T07:25:11.000Z] #41 95.49   LINK     criu/built-in.o
07:25:11 [2020-11-03T07:25:11.000Z] #41 95.57   LINK     criu/criu
07:25:11 [2020-11-03T07:25:11.273Z] #48 22.51 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:25:11 [2020-11-03T07:25:11.273Z] #48 22.68 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:25:11 [2020-11-03T07:25:11.273Z] #48 22.78 go: downloading github.com/ultraware/funlen v0.0.2
07:25:11 [2020-11-03T07:25:11.290Z] #41 95.76   DEP      lib/c/criu.d
07:25:11 [2020-11-03T07:25:11.290Z] #41 95.86   CC       images/rpc.pb-c.o
07:25:11 [2020-11-03T07:25:11.565Z] #11 ...
07:25:11 [2020-11-03T07:25:11.565Z] 
07:25:11 [2020-11-03T07:25:11.565Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:11 [2020-11-03T07:25:11.565Z] #32 77.72 internal/fmtsort
07:25:11 [2020-11-03T07:25:11.565Z] #32 78.11 internal/poll
07:25:11 [2020-11-03T07:25:11.565Z] #32 78.42 internal/syscall/execenv
07:25:11 [2020-11-03T07:25:11.565Z] #32 78.64 internal/syscall/unix
07:25:11 [2020-11-03T07:25:11.565Z] #32 78.98 strings
07:25:11 [2020-11-03T07:25:11.565Z] #32 79.99 os
07:25:11 [2020-11-03T07:25:11.565Z] #32 82.71 path
07:25:11 [2020-11-03T07:25:11.565Z] #32 83.28 text/tabwriter
07:25:11 [2020-11-03T07:25:11.565Z] #32 84.44 path/filepath
07:25:11 [2020-11-03T07:25:11.566Z] #32 84.44 fmt
07:25:11 [2020-11-03T07:25:11.566Z] #32 86.34 io/ioutil
07:25:11 [2020-11-03T07:25:11.566Z] #32 ...
07:25:11 [2020-11-03T07:25:11.566Z] 
07:25:11 [2020-11-03T07:25:11.566Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:11 [2020-11-03T07:25:11.566Z] #35 0.988 + RM_GOPATH=0
07:25:11 [2020-11-03T07:25:11.566Z] #35 0.989 + TMP_GOPATH=
07:25:11 [2020-11-03T07:25:11.566Z] #35 0.989 + : /build
07:25:11 [2020-11-03T07:25:11.566Z] #35 0.990 + '[' -z '' ']'
07:25:11 [2020-11-03T07:25:11.566Z] #35 0.994 ++ mktemp -d
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.000 + export GOPATH=/tmp/tmp.ylPFr8LZVz
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.000 + GOPATH=/tmp/tmp.ylPFr8LZVz
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.000 + RM_GOPATH=1
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.000 + case "$(go env GOARCH)" in
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.001 ++ go env GOARCH
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.040 + export GO_BUILDMODE=-buildmode=pie
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.040 + GO_BUILDMODE=-buildmode=pie
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.043 ++ dirname /tmp/install/install.sh
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.044 + dir=/tmp/install
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.051 + bin=tini
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.051 + shift
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.051 + '[' '!' -f /tmp/install/tini.installer ']'
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.051 + . /tmp/install/tini.installer
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.051 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.051 + install_tini
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.052 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.052 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.052 + git clone https://github.com/krallin/tini.git /tmp/tmp.ylPFr8LZVz/tini
07:25:11 [2020-11-03T07:25:11.566Z] #35 1.054 Cloning into '/tmp/tmp.ylPFr8LZVz/tini'...
07:25:11 [2020-11-03T07:25:11.566Z] #35 2.573 + cd /tmp/tmp.ylPFr8LZVz/tini
07:25:11 [2020-11-03T07:25:11.566Z] #35 2.573 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
07:25:11 [2020-11-03T07:25:11.566Z] #35 2.578 + cmake .
07:25:11 [2020-11-03T07:25:11.566Z] #35 ...
07:25:11 [2020-11-03T07:25:11.566Z] 
07:25:11 [2020-11-03T07:25:11.566Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:11 [2020-11-03T07:25:11.566Z] #40 87.47 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
07:25:11 [2020-11-03T07:25:11.566Z] #40 87.49 Processing triggers for libc-bin (2.28-10) ...
07:25:11 [2020-11-03T07:25:11.566Z] #40 DONE 88.0s
07:25:11 [2020-11-03T07:25:11.573Z] #48 22.94 go: extracting github.com/gobwas/glob v0.2.3
07:25:11 [2020-11-03T07:25:11.573Z] #48 23.08 go: extracting github.com/ultraware/funlen v0.0.2
07:25:11 [2020-11-03T07:25:11.582Z] #41 96.05   CC       lib/c/criu.o
07:25:11 [2020-11-03T07:25:11.662Z] #25 11.92 0 added, 0 removed; done.
07:25:11 [2020-11-03T07:25:11.662Z] #25 11.92 Running hooks in /etc/ca-certificates/update.d...
07:25:11 [2020-11-03T07:25:11.662Z] #25 11.92 done.
07:25:11 [2020-11-03T07:25:11.825Z] 
07:25:11 [2020-11-03T07:25:11.825Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:11 [2020-11-03T07:25:11.872Z] #41 ...
07:25:11 [2020-11-03T07:25:11.872Z] 
07:25:11 [2020-11-03T07:25:11.872Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:25:11 [2020-11-03T07:25:11.872Z] #38 DONE 130.8s
07:25:11 [2020-11-03T07:25:11.874Z] #48 23.10 go: extracting github.com/pelletier/go-toml v1.2.0
07:25:11 [2020-11-03T07:25:11.874Z] #48 23.21 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:25:12 [2020-11-03T07:25:12.163Z] 
07:25:12 [2020-11-03T07:25:12.163Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:12 [2020-11-03T07:25:12.163Z] #47 131.3 + /build/golangci-lint --version
07:25:12 [2020-11-03T07:25:12.172Z] #48 23.46 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:25:12 [2020-11-03T07:25:12.172Z] #48 23.49 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:25:12 [2020-11-03T07:25:12.462Z] #47 131.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
07:25:12 [2020-11-03T07:25:12.472Z] #48 23.76 go: downloading github.com/go-toolsmith/astequal v1.0.0
07:25:12 [2020-11-03T07:25:12.472Z] #48 23.91 go: downloading github.com/go-toolsmith/typep v1.0.0
07:25:12 [2020-11-03T07:25:12.753Z] #47 DONE 131.8s
07:25:12 [2020-11-03T07:25:12.754Z] 
07:25:12 [2020-11-03T07:25:12.754Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
07:25:12 [2020-11-03T07:25:12.754Z] #39 DONE 0.2s
07:25:12 [2020-11-03T07:25:12.754Z] 
07:25:12 [2020-11-03T07:25:12.754Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.55   LINK     lib/c/built-in.o
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.56   LINK     lib/c/libcriu.so
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.62   LINK     lib/c/libcriu.a
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.74   GEN      magic.py
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.90 Note: Building without setproctitle() and strlcpy() support.
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.90       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.91 Note: Building without GnuTLS support
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.92 Makefile.config:39: Warn: you have no libnftables installed
07:25:12 [2020-11-03T07:25:12.754Z] #41 96.92 Makefile.config:40: Warn: Building without nftables support
07:25:12 [2020-11-03T07:25:12.754Z] #41 97.21 fatal: not a git repository (or any of the parent directories): .git
07:25:12 [2020-11-03T07:25:12.754Z] #41 97.46 make[1]: Nothing to be done for 'all'.
07:25:12 [2020-11-03T07:25:12.762Z] #41 ...
07:25:12 [2020-11-03T07:25:12.763Z] 
07:25:12 [2020-11-03T07:25:12.763Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:12 [2020-11-03T07:25:12.763Z] #43 78.89 internal/syscall/unix
07:25:12 [2020-11-03T07:25:12.763Z] #43 79.13 strings
07:25:12 [2020-11-03T07:25:12.763Z] #43 80.74 os
07:25:12 [2020-11-03T07:25:12.763Z] #43 82.69 regexp/syntax
07:25:12 [2020-11-03T07:25:12.763Z] #43 85.53 fmt
07:25:12 [2020-11-03T07:25:12.763Z] #43 88.98 regexp
07:25:12 [2020-11-03T07:25:12.763Z] #43 ...
07:25:12 [2020-11-03T07:25:12.763Z] 
07:25:12 [2020-11-03T07:25:12.763Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:12 [2020-11-03T07:25:12.763Z] #49 79.10 context
07:25:12 [2020-11-03T07:25:12.763Z] #49 79.11 encoding/binary
07:25:12 [2020-11-03T07:25:12.763Z] #49 79.86 internal/poll
07:25:12 [2020-11-03T07:25:12.763Z] #49 81.60 encoding/base64
07:25:12 [2020-11-03T07:25:12.763Z] #49 82.54 os
07:25:12 [2020-11-03T07:25:12.763Z] #49 82.94 golang.org/x/sys/unix
07:25:12 [2020-11-03T07:25:12.763Z] #49 87.09 fmt
07:25:12 [2020-11-03T07:25:12.763Z] #49 ...
07:25:12 [2020-11-03T07:25:12.763Z] 
07:25:12 [2020-11-03T07:25:12.763Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:12 [2020-11-03T07:25:12.763Z] #35 3.565 -- The C compiler identification is GNU 8.3.0
07:25:12 [2020-11-03T07:25:12.763Z] #35 3.612 -- Check for working C compiler: /usr/bin/cc
07:25:12 [2020-11-03T07:25:12.772Z] #48 24.08 go: extracting github.com/go-toolsmith/astequal v1.0.0
07:25:12 [2020-11-03T07:25:12.772Z] #48 24.11 go: downloading github.com/go-toolsmith/astp v1.0.0
07:25:12 [2020-11-03T07:25:12.772Z] #48 24.23 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:25:13 [2020-11-03T07:25:13.072Z] #48 24.26 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:25:13 [2020-11-03T07:25:13.072Z] #48 24.30 go: extracting github.com/go-toolsmith/typep v1.0.0
07:25:13 [2020-11-03T07:25:13.072Z] #48 24.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:25:13 [2020-11-03T07:25:13.072Z] #48 24.47 go: extracting github.com/go-toolsmith/astp v1.0.0
07:25:13 [2020-11-03T07:25:13.072Z] #48 24.58 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:25:13 [2020-11-03T07:25:13.333Z] #35 4.540 -- Check for working C compiler: /usr/bin/cc -- works
07:25:13 [2020-11-03T07:25:13.333Z] #35 4.542 -- Detecting C compiler ABI info
07:25:13 [2020-11-03T07:25:13.372Z] #48 24.63 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:25:13 [2020-11-03T07:25:13.372Z] #48 24.66 go: extracting github.com/go-toolsmith/strparse v1.0.0
07:25:13 [2020-11-03T07:25:13.372Z] #48 24.88 go: downloading github.com/inconshreveable/mousetrap v1.0.0
07:25:13 [2020-11-03T07:25:13.399Z] #41 98.04 make[1]: 'images/built-in.o' is up to date.
07:25:13 [2020-11-03T07:25:13.423Z] #24 ...
07:25:13 [2020-11-03T07:25:13.423Z] 
07:25:13 [2020-11-03T07:25:13.423Z] #21 [internal] load build context
07:25:13 [2020-11-03T07:25:13.423Z] #21 transferring context: 51.98MB 2.3s done
07:25:13 [2020-11-03T07:25:13.423Z] #21 DONE 3.6s
07:25:13 [2020-11-03T07:25:13.423Z] 
07:25:13 [2020-11-03T07:25:13.423Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:25:13 [2020-11-03T07:25:13.423Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 3.5s done
07:25:13 [2020-11-03T07:25:13.423Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885
07:25:13 [2020-11-03T07:25:13.673Z] #48 24.91 go: downloading github.com/gogo/protobuf v1.2.1
07:25:13 [2020-11-03T07:25:13.673Z] #48 24.98 go: extracting github.com/go-toolsmith/astcast v1.0.0
07:25:13 [2020-11-03T07:25:13.673Z] #48 ...
07:25:13 [2020-11-03T07:25:13.673Z] 
07:25:13 [2020-11-03T07:25:13.673Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:13 [2020-11-03T07:25:13.673Z] #41 14.90 Fetched 8171 kB in 14s (576 kB/s)
07:25:13 [2020-11-03T07:25:13.673Z] #41 14.90 Reading package lists...
07:25:13 [2020-11-03T07:25:13.673Z] #41 21.43 Reading package lists...
07:25:13 [2020-11-03T07:25:13.673Z] #41 ...
07:25:13 [2020-11-03T07:25:13.673Z] 
07:25:13 [2020-11-03T07:25:13.673Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:13 [2020-11-03T07:25:13.673Z] #48 25.09 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:25:13 [2020-11-03T07:25:13.673Z] #48 25.12 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:25:13 [2020-11-03T07:25:13.673Z] #48 25.13 go: extracting github.com/inconshreveable/mousetrap v1.0.0
07:25:13 [2020-11-03T07:25:13.683Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.5s done
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.05 make[1]: 'compel/plugins/std.lib.a' is up to date.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.06 make[1]: 'compel/plugins/fds.lib.a' is up to date.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.08 make[1]: 'compel/libcompel.a' is up to date.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.09 make[1]: 'compel/compel-host-bin' is up to date.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.09 make[1]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.10 make[1]: 'soccr/libsoccr.a' is up to date.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.19 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.20 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.26 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.690Z] #41 98.32 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.955Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s
07:25:13 [2020-11-03T07:25:13.974Z] #48 25.19 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:25:13 [2020-11-03T07:25:13.974Z] #48 25.35 go: downloading github.com/stretchr/objx v0.2.0
07:25:13 [2020-11-03T07:25:13.974Z] #48 25.35 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:25:13 [2020-11-03T07:25:13.974Z] #48 ...
07:25:13 [2020-11-03T07:25:13.974Z] 
07:25:13 [2020-11-03T07:25:13.974Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:13 [2020-11-03T07:25:13.974Z] #35 15.31 Fetched 8171 kB in 15s (559 kB/s)
07:25:13 [2020-11-03T07:25:13.974Z] #35 15.31 Reading package lists...
07:25:13 [2020-11-03T07:25:13.981Z] #41 98.37 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.981Z] #41 98.38 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.981Z] #41 98.41 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.981Z] #41 98.46 make[2]: Nothing to be done for 'all'.
07:25:13 [2020-11-03T07:25:13.981Z] #41 98.46   INSTALL  criu/criu
07:25:14 [2020-11-03T07:25:14.271Z] #41 DONE 98.7s
07:25:14 [2020-11-03T07:25:14.271Z] 
07:25:14 [2020-11-03T07:25:14.271Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:25:14 [2020-11-03T07:25:14.274Z] #35 5.273 -- Detecting C compiler ABI info - done
07:25:14 [2020-11-03T07:25:14.274Z] #35 5.340 -- Detecting C compile features
07:25:14 [2020-11-03T07:25:14.280Z] #35 22.50 Reading package lists...
07:25:14 [2020-11-03T07:25:14.280Z] #35 ...
07:25:14 [2020-11-03T07:25:14.280Z] 
07:25:14 [2020-11-03T07:25:14.280Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:14 [2020-11-03T07:25:14.280Z] #48 25.48 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:25:14 [2020-11-03T07:25:14.590Z] #48 25.76 go: extracting github.com/go-toolsmith/astcopy v1.0.0
07:25:14 [2020-11-03T07:25:14.590Z] #48 25.77 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:25:14 [2020-11-03T07:25:14.590Z] #48 26.02 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:25:14 [2020-11-03T07:25:14.590Z] #48 26.15 go: extracting github.com/stretchr/objx v0.2.0
07:25:14 [2020-11-03T07:25:14.888Z] #48 26.38 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:25:14 [2020-11-03T07:25:14.888Z] #48 26.44 go: downloading github.com/BurntSushi/toml v0.3.1
07:25:14 [2020-11-03T07:25:14.917Z] #54 ...
07:25:14 [2020-11-03T07:25:14.917Z] 
07:25:14 [2020-11-03T07:25:14.917Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
07:25:14 [2020-11-03T07:25:14.917Z] #42 DONE 0.1s
07:25:14 [2020-11-03T07:25:14.917Z] 
07:25:14 [2020-11-03T07:25:14.917Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
07:25:15 [2020-11-03T07:25:15.189Z] #48 26.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:25:15 [2020-11-03T07:25:15.189Z] #48 26.70 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:25:15 [2020-11-03T07:25:15.208Z] #44 DONE 0.2s
07:25:15 [2020-11-03T07:25:15.208Z] 
07:25:15 [2020-11-03T07:25:15.208Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
07:25:15 [2020-11-03T07:25:15.208Z] #46 DONE 0.2s
07:25:15 [2020-11-03T07:25:15.208Z] 
07:25:15 [2020-11-03T07:25:15.208Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
07:25:15 [2020-11-03T07:25:15.488Z] #48 26.90 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:25:15 [2020-11-03T07:25:15.488Z] #48 26.91 go: extracting github.com/BurntSushi/toml v0.3.1
07:25:15 [2020-11-03T07:25:15.498Z] #48 DONE 0.2s
07:25:15 [2020-11-03T07:25:15.499Z] 
07:25:15 [2020-11-03T07:25:15.499Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:25:15 [2020-11-03T07:25:15.499Z] #54 ...
07:25:15 [2020-11-03T07:25:15.499Z] 
07:25:15 [2020-11-03T07:25:15.499Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
07:25:15 [2020-11-03T07:25:15.499Z] #50 DONE 0.1s
07:25:15 [2020-11-03T07:25:15.789Z] 
07:25:15 [2020-11-03T07:25:15.789Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
07:25:15 [2020-11-03T07:25:15.789Z] #52 DONE 0.1s
07:25:15 [2020-11-03T07:25:15.789Z] 
07:25:15 [2020-11-03T07:25:15.789Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:25:15 [2020-11-03T07:25:15.789Z] #48 27.08 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:25:15 [2020-11-03T07:25:15.789Z] #48 27.13 go: downloading gopkg.in/ini.v1 v1.51.0
07:25:15 [2020-11-03T07:25:15.789Z] #48 ...
07:25:15 [2020-11-03T07:25:15.789Z] 
07:25:15 [2020-11-03T07:25:15.789Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:15 [2020-11-03T07:25:15.789Z] #12 17.05 Fetched 8171 kB in 16s (523 kB/s)
07:25:15 [2020-11-03T07:25:15.789Z] #12 17.05 Reading package lists...
07:25:15 [2020-11-03T07:25:15.789Z] #12 23.86 Reading package lists...
07:25:15 [2020-11-03T07:25:15.789Z] #12 ...
07:25:15 [2020-11-03T07:25:15.789Z] 
07:25:15 [2020-11-03T07:25:15.789Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:25:15 [2020-11-03T07:25:15.789Z] #39 17.88 Checking out files:  83% (1386/1665)   
Checking out files:  84% (1399/1665)   
Checking out files:  85% (1416/1665)   
Checking out files:  86% (1432/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.
07:25:15 [2020-11-03T07:25:15.789Z] #39 18.45 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
07:25:15 [2020-11-03T07:25:15.789Z] #39 20.71 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:25:15 [2020-11-03T07:25:15.880Z] #8 ...
07:25:15 [2020-11-03T07:25:15.880Z] 
07:25:15 [2020-11-03T07:25:15.880Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.25 126 added, 0 removed; done.
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.32 Setting up libgssapi-krb5-2:amd64 (1.17-3) ...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.34 Setting up jq (1.5+dfsg-2+b1) ...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.35 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.36 Setting up curl (7.64.0-4+deb10u1) ...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.39 Processing triggers for libc-bin (2.28-10) ...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.40 Processing triggers for ca-certificates (20200601~deb10u1) ...
07:25:15 [2020-11-03T07:25:15.880Z] #24 11.41 Updating certificates in /etc/ssl/certs...
07:25:15 [2020-11-03T07:25:15.880Z] #24 12.15 0 added, 0 removed; done.
07:25:15 [2020-11-03T07:25:15.880Z] #24 12.15 Running hooks in /etc/ca-certificates/update.d...
07:25:15 [2020-11-03T07:25:15.880Z] #24 12.15 done.
07:25:15 [2020-11-03T07:25:15.880Z] #24 DONE 16.6s
07:25:15 [2020-11-03T07:25:15.880Z] 
07:25:15 [2020-11-03T07:25:15.880Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:15 [2020-11-03T07:25:15.880Z] #8 ...
07:25:15 [2020-11-03T07:25:15.880Z] 
07:25:15 [2020-11-03T07:25:15.880Z] #25 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:25:15 [2020-11-03T07:25:15.880Z] #25 DONE 0.2s
07:25:15 [2020-11-03T07:25:15.880Z] 
07:25:15 [2020-11-03T07:25:15.880Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:25:15 [2020-11-03T07:25:15.892Z] #25 ...
07:25:15 [2020-11-03T07:25:15.892Z] 
07:25:15 [2020-11-03T07:25:15.892Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:15 [2020-11-03T07:25:15.892Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.7s done
07:25:15 [2020-11-03T07:25:15.892Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.7s
07:25:15 [2020-11-03T07:25:15.892Z] #8 ...
07:25:15 [2020-11-03T07:25:15.892Z] 
07:25:15 [2020-11-03T07:25:15.892Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:25:15 [2020-11-03T07:25:15.892Z] #25 DONE 16.2s
07:25:15 [2020-11-03T07:25:15.892Z] 
07:25:15 [2020-11-03T07:25:15.892Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:15 [2020-11-03T07:25:15.892Z] #8 ...
07:25:15 [2020-11-03T07:25:15.892Z] 
07:25:15 [2020-11-03T07:25:15.892Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:25:15 [2020-11-03T07:25:15.892Z] #26 DONE 0.1s
07:25:15 [2020-11-03T07:25:15.892Z] 
07:25:15 [2020-11-03T07:25:15.892Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:16 [2020-11-03T07:25:16.439Z] #39 ...
07:25:16 [2020-11-03T07:25:16.439Z] 
07:25:16 [2020-11-03T07:25:16.439Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:16 [2020-11-03T07:25:16.439Z] #48 27.78 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:25:16 [2020-11-03T07:25:16.439Z] #48 27.95 go: extracting gopkg.in/ini.v1 v1.51.0
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.446 -- Detecting C compile features - done
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.501 -- Performing Test HAS_BUILTIN_FORTIFY
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.694 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.790 -- Configuring done
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.822 -- Generating done
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.833 -- Build files have been written to: /tmp/tmp.ylPFr8LZVz/tini
07:25:16 [2020-11-03T07:25:16.814Z] #35 7.845 + make tini-static
07:25:17 [2020-11-03T07:25:17.074Z] #35 8.227 Scanning dependencies of target tini-static
07:25:17 [2020-11-03T07:25:17.333Z] #35 8.293 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:25:17 [2020-11-03T07:25:17.807Z] #26 1.620 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:25:17 [2020-11-03T07:25:17.807Z] #26 1.833 
07:25:18 [2020-11-03T07:25:18.340Z] #26 1.964 
############                                                              17.8%
###########################                                               37.7%
########################################                                  56.9%
######################################################                    75.5%
#####################################################################     97.2%
######################################################################## 100.0%
07:25:18 [2020-11-03T07:25:18.340Z] #26 2.489 
07:25:18 [2020-11-03T07:25:18.602Z] #26 2.612 
######################################################################    98.2%
######################################################################## 100.0%
07:25:18 [2020-11-03T07:25:18.715Z] #35 9.550 [100%] Linking C executable tini-static
07:25:18 [2020-11-03T07:25:18.715Z] #35 ...
07:25:18 [2020-11-03T07:25:18.715Z] 
07:25:18 [2020-11-03T07:25:18.715Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:18 [2020-11-03T07:25:18.715Z] #41 2.193 Note: Building without setproctitle() and strlcpy() support.
07:25:18 [2020-11-03T07:25:18.715Z] #41 2.193       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:25:18 [2020-11-03T07:25:18.715Z] #41 2.205 Note: Building without GnuTLS support
07:25:18 [2020-11-03T07:25:18.715Z] #41 2.227 Makefile.config:39: Warn: you have no libnftables installed
07:25:18 [2020-11-03T07:25:18.715Z] #41 2.227 Makefile.config:40: Warn: Building without nftables support
07:25:18 [2020-11-03T07:25:18.715Z] #41 4.036 fatal: not a git repository (or any of the parent directories): .git
07:25:18 [2020-11-03T07:25:18.715Z] #41 4.086   GEN      .gitid
07:25:18 [2020-11-03T07:25:18.715Z] #41 4.130   GEN      criu/include/version.h
07:25:18 [2020-11-03T07:25:18.715Z] #41 4.205   GEN      include/common/asm
07:25:18 [2020-11-03T07:25:18.715Z] #41 5.868   PBCC     images/timens.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 5.908   DEP      images/timens.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 5.996   PBCC     images/fown.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.002   PBCC     images/google/protobuf/descriptor.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.079   PBCC     images/opts.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.156   PBCC     images/memfd.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.224   DEP      images/fown.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.295   DEP      images/google/protobuf/descriptor.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.355   DEP      images/opts.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.397   DEP      images/memfd.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.489   PBCC     images/sit.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.541   DEP      images/sit.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.616   PBCC     images/macvlan.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.640   DEP      images/macvlan.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.694   PBCC     images/autofs.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.701   DEP      images/autofs.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.752   PBCC     images/sysctl.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.768   DEP      images/sysctl.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.832   PBCC     images/time.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.889   DEP      images/time.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 6.988   PBCC     images/binfmt-misc.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.020   DEP      images/binfmt-misc.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.053   PBCC     images/seccomp.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.092   DEP      images/seccomp.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.161   PBCC     images/userns.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.202   DEP      images/userns.pb-c.d
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.266   PBCC     images/cgroup.pb-c.c
07:25:18 [2020-11-03T07:25:18.715Z] #41 7.307   DEP      images/cgroup.pb-c.d
07:25:18 [2020-11-03T07:25:18.750Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 4.4s done
07:25:18 [2020-11-03T07:25:18.864Z] #26 2.740 
07:25:18 [2020-11-03T07:25:18.864Z] #26 2.867 
##################################                                        48.1%
######################################################################## 100.0%
07:25:18 [2020-11-03T07:25:18.864Z] #26 3.028 
07:25:18 [2020-11-03T07:25:18.976Z] #41 7.375   PBCC     images/ext-file.pb-c.c
07:25:18 [2020-11-03T07:25:18.976Z] #41 7.407   DEP      images/ext-file.pb-c.d
07:25:18 [2020-11-03T07:25:18.976Z] #41 7.449   PBCC     images/rpc.pb-c.c
07:25:18 [2020-11-03T07:25:18.976Z] #41 7.483   DEP      images/rpc.pb-c.d
07:25:18 [2020-11-03T07:25:18.976Z] #41 7.534   PBCC     images/siginfo.pb-c.c
07:25:19 [2020-11-03T07:25:19.228Z] #48 ...
07:25:19 [2020-11-03T07:25:19.229Z] 
07:25:19 [2020-11-03T07:25:19.229Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:19 [2020-11-03T07:25:19.229Z] #63 20.33 Checking out files:  89% (1704/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
07:25:19 [2020-11-03T07:25:19.229Z] #63 20.78 + cd /tmp/tmp.XXQ7tBTsc9/src/github.com/docker/libnetwork
07:25:19 [2020-11-03T07:25:19.229Z] #63 20.78 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:19 [2020-11-03T07:25:19.229Z] #63 21.05 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
07:25:19 [2020-11-03T07:25:19.229Z] #63 ...
07:25:19 [2020-11-03T07:25:19.229Z] 
07:25:19 [2020-11-03T07:25:19.229Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:19 [2020-11-03T07:25:19.229Z] #12 23.86 Reading package lists...
07:25:19 [2020-11-03T07:25:19.229Z] #12 29.37 Building dependency tree...
07:25:19 [2020-11-03T07:25:19.238Z] #41 7.557   DEP      images/siginfo.pb-c.d
07:25:19 [2020-11-03T07:25:19.238Z] #41 7.645   PBCC     images/pagemap.pb-c.c
07:25:19 [2020-11-03T07:25:19.238Z] #41 7.700   DEP      images/pagemap.pb-c.d
07:25:19 [2020-11-03T07:25:19.238Z] #41 7.758   PBCC     images/rlimit.pb-c.c
07:25:19 [2020-11-03T07:25:19.300Z] #54 113.4 + bin/containerd
07:25:19 [2020-11-03T07:25:19.324Z] #24 ...
07:25:19 [2020-11-03T07:25:19.324Z] 
07:25:19 [2020-11-03T07:25:19.324Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:19 [2020-11-03T07:25:19.324Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.5s done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.5s done
07:25:19 [2020-11-03T07:25:19.324Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.7s done
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 9.1s
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.1s
07:25:19 [2020-11-03T07:25:19.324Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 9.1s
07:25:19 [2020-11-03T07:25:19.498Z] #41 7.801   DEP      images/rlimit.pb-c.d
07:25:19 [2020-11-03T07:25:19.498Z] #41 7.850   PBCC     images/file-lock.pb-c.c
07:25:19 [2020-11-03T07:25:19.498Z] #41 7.900   DEP      images/file-lock.pb-c.d
07:25:19 [2020-11-03T07:25:19.498Z] #41 7.951   PBCC     images/tty.pb-c.c
07:25:19 [2020-11-03T07:25:19.498Z] #41 7.996   DEP      images/tty.pb-c.d
07:25:19 [2020-11-03T07:25:19.498Z] #41 8.037   PBCC     images/tun.pb-c.c
07:25:19 [2020-11-03T07:25:19.650Z] #26 3.155 
########                                                                  11.9%
#########################                                                 35.6%
########################################                                  55.6%
#####################################################                     74.9%
##################################################################        92.9%
######################################################################## 100.0%
07:25:19 [2020-11-03T07:25:19.650Z] #26 3.752 
07:25:19 [2020-11-03T07:25:19.758Z] #41 8.073   PBCC     images/netdev.pb-c.c
07:25:19 [2020-11-03T07:25:19.758Z] #41 8.113   DEP      images/tun.pb-c.d
07:25:19 [2020-11-03T07:25:19.758Z] #41 8.156   DEP      images/netdev.pb-c.d
07:25:19 [2020-11-03T07:25:19.758Z] #41 ...
07:25:19 [2020-11-03T07:25:19.758Z] 
07:25:19 [2020-11-03T07:25:19.758Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:19 [2020-11-03T07:25:19.758Z] #35 10.01 [100%] Built target tini-static
07:25:19 [2020-11-03T07:25:19.758Z] #35 10.13 + mkdir -p /build
07:25:19 [2020-11-03T07:25:19.758Z] #35 10.14 + cp tini-static /build/docker-init
07:25:19 [2020-11-03T07:25:19.758Z] #35 DONE 10.9s
07:25:19 [2020-11-03T07:25:19.758Z] 
07:25:19 [2020-11-03T07:25:19.758Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:19 [2020-11-03T07:25:19.758Z] #41 8.231   PBCC     images/vma.pb-c.c
07:25:19 [2020-11-03T07:25:19.758Z] #41 ...
07:25:19 [2020-11-03T07:25:19.758Z] 
07:25:19 [2020-11-03T07:25:19.758Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:19 [2020-11-03T07:25:19.758Z] #11 91.41 Selecting previously unselected package gcc-mingw-w64-base.
07:25:19 [2020-11-03T07:25:19.758Z] #11 91.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:25:19 [2020-11-03T07:25:19.758Z] #11 91.44 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:25:19 [2020-11-03T07:25:19.758Z] #11 91.59 Selecting previously unselected package gcc-mingw-w64-x86-64.
07:25:19 [2020-11-03T07:25:19.758Z] #11 91.59 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:25:19 [2020-11-03T07:25:19.758Z] #11 91.60 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:25:19 [2020-11-03T07:25:19.897Z] #8 ...
07:25:19 [2020-11-03T07:25:19.897Z] 
07:25:19 [2020-11-03T07:25:19.897Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:25:19 [2020-11-03T07:25:19.897Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
07:25:19 [2020-11-03T07:25:19.897Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
07:25:19 [2020-11-03T07:25:19.897Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
07:25:20 [2020-11-03T07:25:20.017Z] #11 ...
07:25:20 [2020-11-03T07:25:20.018Z] 
07:25:20 [2020-11-03T07:25:20.018Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:20 [2020-11-03T07:25:20.018Z] #41 8.455   DEP      images/vma.pb-c.d
07:25:20 [2020-11-03T07:25:20.018Z] #41 8.549   PBCC     images/creds.pb-c.c
07:25:20 [2020-11-03T07:25:20.277Z] #41 8.579   DEP      images/creds.pb-c.d
07:25:20 [2020-11-03T07:25:20.277Z] #41 8.704   PBCC     images/utsns.pb-c.c
07:25:20 [2020-11-03T07:25:20.277Z] #41 8.767   DEP      images/utsns.pb-c.d
07:25:20 [2020-11-03T07:25:20.470Z] #60 ...
07:25:20 [2020-11-03T07:25:20.470Z] 
07:25:20 [2020-11-03T07:25:20.470Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:20 [2020-11-03T07:25:20.470Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 9.2s done
07:25:20 [2020-11-03T07:25:20.470Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 9.5s done
07:25:20 [2020-11-03T07:25:20.470Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 10.5s
07:25:20 [2020-11-03T07:25:20.470Z] #8 ...
07:25:20 [2020-11-03T07:25:20.470Z] 
07:25:20 [2020-11-03T07:25:20.470Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
07:25:20 [2020-11-03T07:25:20.470Z] #24 DONE 10.7s
07:25:20 [2020-11-03T07:25:20.470Z] 
07:25:20 [2020-11-03T07:25:20.470Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:20 [2020-11-03T07:25:20.470Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.6s done
07:25:20 [2020-11-03T07:25:20.470Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 10.6s done
07:25:20 [2020-11-03T07:25:20.470Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
07:25:20 [2020-11-03T07:25:20.539Z] #41 8.858   PBCC     images/ipc-desc.pb-c.c
07:25:20 [2020-11-03T07:25:20.539Z] #41 8.944   PBCC     images/ipc-sem.pb-c.c
07:25:20 [2020-11-03T07:25:20.539Z] #41 8.976   DEP      images/ipc-desc.pb-c.d
07:25:20 [2020-11-03T07:25:20.539Z] #41 9.060   DEP      images/ipc-sem.pb-c.d
07:25:20 [2020-11-03T07:25:20.539Z] #41 9.102   PBCC     images/ipc-msg.pb-c.c
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.07 The following additional packages will be installed:
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.07   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.07   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.07   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.07   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.08 Suggested packages:
07:25:20 [2020-11-03T07:25:20.770Z] #12 32.09   gcc-8-locales seccomp wine64
07:25:20 [2020-11-03T07:25:20.798Z] #41 ...
07:25:20 [2020-11-03T07:25:20.798Z] 
07:25:20 [2020-11-03T07:25:20.798Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:20 [2020-11-03T07:25:20.798Z] #32 88.64 github.com/BurntSushi/toml
07:25:20 [2020-11-03T07:25:20.798Z] #32 88.65 flag
07:25:20 [2020-11-03T07:25:20.798Z] #32 90.28 log
07:25:20 [2020-11-03T07:25:20.798Z] #32 92.65 github.com/BurntSushi/toml/cmd/tomlv
07:25:20 [2020-11-03T07:25:20.798Z] #32 DONE 97.3s
07:25:20 [2020-11-03T07:25:20.798Z] 
07:25:20 [2020-11-03T07:25:20.798Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:20 [2020-11-03T07:25:20.798Z] #41 9.137   DEP      images/ipc-msg.pb-c.d
07:25:20 [2020-11-03T07:25:20.798Z] #41 9.174   PBCC     images/ipc-shm.pb-c.c
07:25:20 [2020-11-03T07:25:20.798Z] #41 9.273   DEP      images/ipc-shm.pb-c.d
07:25:21 [2020-11-03T07:25:21.047Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.6s done
07:25:21 [2020-11-03T07:25:21.057Z] #41 9.427   PBCC     images/ipc-var.pb-c.c
07:25:21 [2020-11-03T07:25:21.057Z] #41 9.501   DEP      images/ipc-var.pb-c.d
07:25:21 [2020-11-03T07:25:21.057Z] #41 9.596   PBCC     images/sk-opts.pb-c.c
07:25:21 [2020-11-03T07:25:21.057Z] #41 9.640   PBCC     images/packet-sock.pb-c.c
07:25:21 [2020-11-03T07:25:21.188Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.0s
07:25:21 [2020-11-03T07:25:21.354Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
07:25:21 [2020-11-03T07:25:21.618Z] #8 ...
07:25:21 [2020-11-03T07:25:21.618Z] 
07:25:21 [2020-11-03T07:25:21.618Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
07:25:21 [2020-11-03T07:25:21.618Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 10.8s done
07:25:21 [2020-11-03T07:25:21.618Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done
07:25:21 [2020-11-03T07:25:21.618Z] #60 DONE 11.9s
07:25:21 [2020-11-03T07:25:21.618Z] 
07:25:21 [2020-11-03T07:25:21.618Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:21 [2020-11-03T07:25:21.628Z] #41 9.891   DEP      images/sk-opts.pb-c.d
07:25:21 [2020-11-03T07:25:21.628Z] #41 10.02   DEP      images/packet-sock.pb-c.d
07:25:21 [2020-11-03T07:25:21.628Z] #41 10.12   PBCC     images/sk-netlink.pb-c.c
07:25:21 [2020-11-03T07:25:21.628Z] #41 10.21   DEP      images/sk-netlink.pb-c.d
07:25:21 [2020-11-03T07:25:21.758Z] #26 3.875 
##                                                                         3.8%
#######                                                                    9.8%
##########                                                                14.8%
##############                                                            20.0%
##################                                                        25.3%
####################                                                      28.8%
#########################                                                 35.6%
#############################                                             40.9%
###############################                                           43.7%
##################################                                        48.3%
######################################                                    53.9%
############################################                              62.0%
################################################                          67.4%
####################################################                      72.5%
########################################################                  77.8%
###########################################################               83.0%
###############################################################           88.2%
###################################################################       93.4%
######################################################################    98.3%
######################################################################## 100.0%
07:25:21 [2020-11-03T07:25:21.758Z] #26 5.735 
07:25:21 [2020-11-03T07:25:21.887Z] #41 10.25   PBCC     images/sk-inet.pb-c.c
07:25:21 [2020-11-03T07:25:21.887Z] #41 10.34   DEP      images/sk-inet.pb-c.d
07:25:22 [2020-11-03T07:25:22.020Z] #26 6.122 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:25:22 [2020-11-03T07:25:22.146Z] #41 10.49   PBCC     images/sk-unix.pb-c.c
07:25:22 [2020-11-03T07:25:22.146Z] #41 10.59   DEP      images/sk-unix.pb-c.d
07:25:22 [2020-11-03T07:25:22.146Z] #41 10.66   PBCC     images/mm.pb-c.c
07:25:22 [2020-11-03T07:25:22.146Z] #41 10.72   DEP      images/mm.pb-c.d
07:25:22 [2020-11-03T07:25:22.196Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.7s done
07:25:22 [2020-11-03T07:25:22.283Z] #26 6.212 
07:25:22 [2020-11-03T07:25:22.283Z] #26 6.288 
######################################################################## 100.0%
07:25:22 [2020-11-03T07:25:22.283Z] #26 6.308 
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.54 The following NEW packages will be installed:
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.54   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.54   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.54   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.54   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.55   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
07:25:22 [2020-11-03T07:25:22.321Z] #12 33.56   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
07:25:22 [2020-11-03T07:25:22.321Z] #12 ...
07:25:22 [2020-11-03T07:25:22.321Z] 
07:25:22 [2020-11-03T07:25:22.321Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:22 [2020-11-03T07:25:22.321Z] #54 17.04 Reading package lists...
07:25:22 [2020-11-03T07:25:22.321Z] #54 24.01 Reading package lists...
07:25:22 [2020-11-03T07:25:22.321Z] #54 30.91 Building dependency tree...
07:25:22 [2020-11-03T07:25:22.321Z] #54 ...
07:25:22 [2020-11-03T07:25:22.321Z] 
07:25:22 [2020-11-03T07:25:22.321Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:22 [2020-11-03T07:25:22.321Z] #41 21.43 Reading package lists...
07:25:22 [2020-11-03T07:25:22.321Z] #41 28.37 Building dependency tree...
07:25:22 [2020-11-03T07:25:22.321Z] #41 31.09 The following additional packages will be installed:
07:25:22 [2020-11-03T07:25:22.321Z] #41 31.09   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
07:25:22 [2020-11-03T07:25:22.321Z] #41 31.09   libprotoc17 python-pkg-resources python-six zlib1g-dev
07:25:22 [2020-11-03T07:25:22.321Z] #41 31.10 Suggested packages:
07:25:22 [2020-11-03T07:25:22.321Z] #41 31.10   manpages-dev python-setuptools
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.69 The following NEW packages will be installed:
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.69   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.69   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.70   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.70   python-six zlib1g-dev
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.96 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.96 Need to get 4075 kB of archives.
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.96 After this operation, 24.5 MB of additional disk space will be used.
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 32.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
07:25:22 [2020-11-03T07:25:22.321Z] #41 33.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
07:25:22 [2020-11-03T07:25:22.405Z] #41 10.77   PBCC     images/timerfd.pb-c.c
07:25:22 [2020-11-03T07:25:22.405Z] #41 10.84   DEP      images/timerfd.pb-c.d
07:25:22 [2020-11-03T07:25:22.405Z] #41 10.88   PBCC     images/timer.pb-c.c
07:25:22 [2020-11-03T07:25:22.405Z] #41 10.92   DEP      images/timer.pb-c.d
07:25:22 [2020-11-03T07:25:22.405Z] #41 10.95   PBCC     images/sa.pb-c.c
07:25:22 [2020-11-03T07:25:22.628Z] #41 33.93 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
07:25:22 [2020-11-03T07:25:22.628Z] #41 34.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
07:25:22 [2020-11-03T07:25:22.628Z] #41 34.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
07:25:22 [2020-11-03T07:25:22.628Z] #41 34.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
07:25:22 [2020-11-03T07:25:22.628Z] #41 34.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
07:25:22 [2020-11-03T07:25:22.628Z] #41 34.11 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
07:25:22 [2020-11-03T07:25:22.664Z] #41 11.03   DEP      images/sa.pb-c.d
07:25:22 [2020-11-03T07:25:22.664Z] #41 11.07   PBCC     images/pipe-data.pb-c.c
07:25:22 [2020-11-03T07:25:22.664Z] #41 11.09   DEP      images/pipe-data.pb-c.d
07:25:22 [2020-11-03T07:25:22.664Z] #41 11.13   PBCC     images/mnt.pb-c.c
07:25:22 [2020-11-03T07:25:22.664Z] #41 11.20   DEP      images/mnt.pb-c.d
07:25:22 [2020-11-03T07:25:22.924Z] #41 11.24   PBCC     images/sk-packet.pb-c.c
07:25:22 [2020-11-03T07:25:22.924Z] #41 11.26   DEP      images/sk-packet.pb-c.d
07:25:22 [2020-11-03T07:25:22.924Z] #41 11.31   PBCC     images/tcp-stream.pb-c.c
07:25:22 [2020-11-03T07:25:22.924Z] #41 11.40   DEP      images/tcp-stream.pb-c.d
07:25:22 [2020-11-03T07:25:22.932Z] #41 ...
07:25:22 [2020-11-03T07:25:22.932Z] 
07:25:22 [2020-11-03T07:25:22.932Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:22 [2020-11-03T07:25:22.932Z] #54 34.04 The following additional packages will be installed:
07:25:22 [2020-11-03T07:25:22.932Z] #54 34.08   libbtrfs0
07:25:22 [2020-11-03T07:25:22.932Z] #54 34.27 The following NEW packages will be installed:
07:25:22 [2020-11-03T07:25:22.932Z] #54 34.29   libbtrfs-dev libbtrfs0
07:25:23 [2020-11-03T07:25:23.184Z] #41 11.48   PBCC     images/pipe.pb-c.c
07:25:23 [2020-11-03T07:25:23.184Z] #41 11.54   DEP      images/pipe.pb-c.d
07:25:23 [2020-11-03T07:25:23.184Z] #41 11.60   PBCC     images/pstree.pb-c.c
07:25:23 [2020-11-03T07:25:23.184Z] #41 11.65   DEP      images/pstree.pb-c.d
07:25:23 [2020-11-03T07:25:23.184Z] #41 11.70   PBCC     images/fs.pb-c.c
07:25:23 [2020-11-03T07:25:23.230Z] #26 7.095 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:25:23 [2020-11-03T07:25:23.230Z] #26 7.194 
07:25:23 [2020-11-03T07:25:23.235Z] #54 34.51 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
07:25:23 [2020-11-03T07:25:23.235Z] #54 34.51 Need to get 120 kB of archives.
07:25:23 [2020-11-03T07:25:23.235Z] #54 34.51 After this operation, 423 kB of additional disk space will be used.
07:25:23 [2020-11-03T07:25:23.235Z] #54 34.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
07:25:23 [2020-11-03T07:25:23.235Z] #54 34.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
07:25:23 [2020-11-03T07:25:23.445Z] #41 11.76   DEP      images/fs.pb-c.d
07:25:23 [2020-11-03T07:25:23.445Z] #41 11.83   PBCC     images/signalfd.pb-c.c
07:25:23 [2020-11-03T07:25:23.445Z] #41 11.90   DEP      images/signalfd.pb-c.d
07:25:23 [2020-11-03T07:25:23.445Z] #41 11.97   PBCC     images/fh.pb-c.c
07:25:23 [2020-11-03T07:25:23.493Z] #26 7.316 
####                                                                       6.7%
#######################################################                   77.0%
######################################################################## 100.0%
07:25:23 [2020-11-03T07:25:23.493Z] #26 7.544 
07:25:23 [2020-11-03T07:25:23.592Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
07:25:23 [2020-11-03T07:25:23.705Z] #41 12.05   PBCC     images/fsnotify.pb-c.c
07:25:23 [2020-11-03T07:25:23.705Z] #41 12.12   DEP      images/fh.pb-c.d
07:25:23 [2020-11-03T07:25:23.705Z] #41 12.16   DEP      images/fsnotify.pb-c.d
07:25:23 [2020-11-03T07:25:23.705Z] #41 12.21   PBCC     images/eventpoll.pb-c.c
07:25:23 [2020-11-03T07:25:23.705Z] #41 12.25   DEP      images/eventpoll.pb-c.d
07:25:23 [2020-11-03T07:25:23.965Z] #41 12.31   PBCC     images/eventfd.pb-c.c
07:25:23 [2020-11-03T07:25:23.965Z] #41 12.33   DEP      images/eventfd.pb-c.d
07:25:23 [2020-11-03T07:25:23.965Z] #41 12.38   PBCC     images/remap-file-path.pb-c.c
07:25:23 [2020-11-03T07:25:23.965Z] #41 12.46   DEP      images/remap-file-path.pb-c.d
07:25:23 [2020-11-03T07:25:23.965Z] #41 12.49   PBCC     images/fifo.pb-c.c
07:25:24 [2020-11-03T07:25:24.068Z] #26 8.096 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:25:24 [2020-11-03T07:25:24.068Z] #26 8.124 skipping existing c35d46ef359f
07:25:24 [2020-11-03T07:25:24.068Z] #26 8.152 
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.52   DEP      images/fifo.pb-c.d
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.56   PBCC     images/ghost-file.pb-c.c
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.60   DEP      images/ghost-file.pb-c.d
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.66   PBCC     images/regfile.pb-c.c
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.69   DEP      images/regfile.pb-c.d
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.76   PBCC     images/ns.pb-c.c
07:25:24 [2020-11-03T07:25:24.226Z] #41 12.82   DEP      images/ns.pb-c.d
07:25:24 [2020-11-03T07:25:24.226Z] #41 ...
07:25:24 [2020-11-03T07:25:24.226Z] 
07:25:24 [2020-11-03T07:25:24.226Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:24 [2020-11-03T07:25:24.226Z] #43 90.77 go/token
07:25:24 [2020-11-03T07:25:24.226Z] #43 91.79 go/scanner
07:25:24 [2020-11-03T07:25:24.226Z] #43 93.00 internal/lazyregexp
07:25:24 [2020-11-03T07:25:24.226Z] #43 93.19 go/ast
07:25:24 [2020-11-03T07:25:24.226Z] #43 93.41 net/url
07:25:24 [2020-11-03T07:25:24.226Z] #43 95.24 text/template/parse
07:25:24 [2020-11-03T07:25:24.226Z] #43 99.65 go/parser
07:25:24 [2020-11-03T07:25:24.226Z] #43 100.8 text/template
07:25:24 [2020-11-03T07:25:24.329Z] #26 ...
07:25:24 [2020-11-03T07:25:24.329Z] 
07:25:24 [2020-11-03T07:25:24.329Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:24 [2020-11-03T07:25:24.329Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.0s done
07:25:24 [2020-11-03T07:25:24.329Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
07:25:24 [2020-11-03T07:25:24.329Z] #8 DONE 37.5s
07:25:24 [2020-11-03T07:25:24.329Z] 
07:25:24 [2020-11-03T07:25:24.329Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:25:24 [2020-11-03T07:25:24.471Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s done
07:25:24 [2020-11-03T07:25:24.471Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
07:25:24 [2020-11-03T07:25:24.471Z] #8 DONE 38.8s
07:25:24 [2020-11-03T07:25:24.471Z] 
07:25:24 [2020-11-03T07:25:24.471Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:25:24 [2020-11-03T07:25:24.486Z] #43 ...
07:25:24 [2020-11-03T07:25:24.486Z] 
07:25:24 [2020-11-03T07:25:24.486Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:24 [2020-11-03T07:25:24.486Z] #41 12.87   PBCC     images/fdinfo.pb-c.c
07:25:24 [2020-11-03T07:25:24.486Z] #41 12.92   DEP      images/fdinfo.pb-c.d
07:25:24 [2020-11-03T07:25:24.486Z] #41 13.02   PBCC     images/core-aarch64.pb-c.c
07:25:24 [2020-11-03T07:25:24.746Z] #41 13.09   PBCC     images/core-arm.pb-c.c
07:25:24 [2020-11-03T07:25:24.746Z] #41 13.18   PBCC     images/core-ppc64.pb-c.c
07:25:24 [2020-11-03T07:25:24.746Z] #41 13.24   PBCC     images/core-s390.pb-c.c
07:25:24 [2020-11-03T07:25:24.746Z] #41 13.32   PBCC     images/core-x86.pb-c.c
07:25:24 [2020-11-03T07:25:24.783Z] #54 35.86 debconf: delaying package configuration, since apt-utils is not installed
07:25:24 [2020-11-03T07:25:24.783Z] #54 36.07 Fetched 120 kB in 0s (1569 kB/s)
07:25:24 [2020-11-03T07:25:24.783Z] #54 36.20 Selecting previously unselected package libbtrfs0.
07:25:24 [2020-11-03T07:25:24.783Z] #54 36.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 ... 15339 files and directories currently installed.)
07:25:25 [2020-11-03T07:25:25.008Z] #41 13.38   PBCC     images/core.pb-c.c
07:25:25 [2020-11-03T07:25:25.008Z] #41 13.43   PBCC     images/inventory.pb-c.c
07:25:25 [2020-11-03T07:25:25.008Z] #41 13.51   DEP      images/core-aarch64.pb-c.d
07:25:25 [2020-11-03T07:25:25.008Z] #41 13.55   DEP      images/core-arm.pb-c.d
07:25:25 [2020-11-03T07:25:25.088Z] #54 36.36 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
07:25:25 [2020-11-03T07:25:25.088Z] #54 36.38 Unpacking libbtrfs0 (4.20.1-2) ...
07:25:25 [2020-11-03T07:25:25.088Z] #54 36.59 Selecting previously unselected package libbtrfs-dev.
07:25:25 [2020-11-03T07:25:25.088Z] #54 36.59 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
07:25:25 [2020-11-03T07:25:25.088Z] #54 36.60 Unpacking libbtrfs-dev (4.20.1-2) ...
07:25:25 [2020-11-03T07:25:25.269Z] #41 13.62   DEP      images/core-ppc64.pb-c.d
07:25:25 [2020-11-03T07:25:25.269Z] #41 13.68   DEP      images/core-s390.pb-c.d
07:25:25 [2020-11-03T07:25:25.269Z] #41 13.72   DEP      images/core-x86.pb-c.d
07:25:25 [2020-11-03T07:25:25.269Z] #41 13.79   DEP      images/core.pb-c.d
07:25:25 [2020-11-03T07:25:25.529Z] #41 13.84   DEP      images/inventory.pb-c.d
07:25:25 [2020-11-03T07:25:25.529Z] #41 13.91   PBCC     images/cpuinfo.pb-c.c
07:25:25 [2020-11-03T07:25:25.529Z] #41 13.93   DEP      images/cpuinfo.pb-c.d
07:25:25 [2020-11-03T07:25:25.529Z] #41 14.00   PBCC     images/stats.pb-c.c
07:25:25 [2020-11-03T07:25:25.529Z] #41 14.03   DEP      images/stats.pb-c.d
07:25:25 [2020-11-03T07:25:25.767Z] #54 36.98 Setting up libbtrfs0 (4.20.1-2) ...
07:25:25 [2020-11-03T07:25:25.767Z] #54 37.02 Setting up libbtrfs-dev (4.20.1-2) ...
07:25:25 [2020-11-03T07:25:25.767Z] #54 37.03 Processing triggers for libc-bin (2.28-10) ...
07:25:25 [2020-11-03T07:25:25.789Z] #41 ...
07:25:25 [2020-11-03T07:25:25.789Z] 
07:25:25 [2020-11-03T07:25:25.789Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:25 [2020-11-03T07:25:25.789Z] #49 92.34 encoding/json
07:25:25 [2020-11-03T07:25:25.789Z] #49 92.79 github.com/pkg/diff
07:25:25 [2020-11-03T07:25:25.789Z] #49 94.38 go/ast
07:25:25 [2020-11-03T07:25:25.789Z] #49 99.53 golang.org/x/crypto/ssh/terminal
07:25:25 [2020-11-03T07:25:25.789Z] #49 100.4 mvdan.cc/editorconfig
07:25:25 [2020-11-03T07:25:25.789Z] #49 100.7 mvdan.cc/sh/v3/fileutil
07:25:25 [2020-11-03T07:25:25.789Z] #49 101.0 mvdan.cc/sh/v3/syntax
07:25:25 [2020-11-03T07:25:25.845Z] #9 ...
07:25:25 [2020-11-03T07:25:25.845Z] 
07:25:25 [2020-11-03T07:25:25.845Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:25:25 [2020-11-03T07:25:25.845Z] #27 1.771 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:25:25 [2020-11-03T07:25:25.845Z] #27 1.878 
07:25:25 [2020-11-03T07:25:25.845Z] #27 2.003 
#########                                                                 13.5%
##########################                                                37.3%
#########################################                                 57.4%
#####################################################                     74.9%
######################################################################    97.4%
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 2.538 
07:25:25 [2020-11-03T07:25:25.845Z] #27 2.664 
#########################################                                 57.1%
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 2.816 
07:25:25 [2020-11-03T07:25:25.845Z] #27 2.936 
#                                                                          2.2%
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 3.153 
07:25:25 [2020-11-03T07:25:25.845Z] #27 3.277 
########                                                                  11.4%
#########################                                                 35.2%
#######################################                                   54.2%
#####################################################                     73.9%
##################################################################        93.1%
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 3.836 
07:25:25 [2020-11-03T07:25:25.845Z] #27 3.961 
##                                                                         3.4%
######                                                                     9.5%
##########                                                                15.1%
############                                                              17.4%
#################                                                         24.3%
######################                                                    30.6%
############################                                              39.0%
###############################                                           44.2%
###################################                                       49.4%
######################################                                    53.9%
##########################################                                59.2%
##############################################                            65.0%
##################################################                        70.0%
######################################################                    75.5%
##########################################################                80.7%
#############################################################             85.8%
#################################################################         91.0%
#####################################################################     96.2%
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 5.822 
07:25:25 [2020-11-03T07:25:25.845Z] #27 6.396 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:25:25 [2020-11-03T07:25:25.845Z] #27 6.497 
07:25:25 [2020-11-03T07:25:25.845Z] #27 6.587 
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 6.609 
07:25:25 [2020-11-03T07:25:25.845Z] #27 7.730 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:25:25 [2020-11-03T07:25:25.845Z] #27 7.858 
07:25:25 [2020-11-03T07:25:25.845Z] #27 7.988 
                                                                           0.0%
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 8.063 
07:25:25 [2020-11-03T07:25:25.845Z] #27 8.616 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:25:25 [2020-11-03T07:25:25.845Z] #27 8.632 skipping existing c35d46ef359f
07:25:25 [2020-11-03T07:25:25.845Z] #27 8.671 
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.083 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.258 
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.329 
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.355 
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.727 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.814 
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.861 
######################################################################## 100.0%
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.898 
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.916 Download of images into '/build' complete.
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.916 Use something like the following to load the result into a Docker daemon:
07:25:25 [2020-11-03T07:25:25.845Z] #27 9.917   tar -cC '/build' . | docker load
07:25:26 [2020-11-03T07:25:26.069Z] #54 DONE 37.4s
07:25:26 [2020-11-03T07:25:26.069Z] 
07:25:26 [2020-11-03T07:25:26.069Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:26 [2020-11-03T07:25:26.069Z] #41 35.84 debconf: delaying package configuration, since apt-utils is not installed
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.07 Fetched 4075 kB in 1s (3285 kB/s)
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.20 Selecting previously unselected package libcap-dev:ppc64el.
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.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 ... 15339 files and directories currently installed.)
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.36 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.37 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.58 Selecting previously unselected package libnet1:ppc64el.
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.58 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.59 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.80 Selecting previously unselected package libnet1-dev.
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.82 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 36.83 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 37.10 Selecting previously unselected package libnl-3-200:ppc64el.
07:25:26 [2020-11-03T07:25:26.069Z] #41 37.11 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 37.12 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 37.27 Selecting previously unselected package libnl-3-dev:ppc64el.
07:25:26 [2020-11-03T07:25:26.069Z] #41 37.28 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.069Z] #41 37.28 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
07:25:26 [2020-11-03T07:25:26.383Z] #41 37.75 Selecting previously unselected package libprotobuf-c1:ppc64el.
07:25:26 [2020-11-03T07:25:26.383Z] #41 37.75 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.383Z] #41 37.75 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
07:25:26 [2020-11-03T07:25:26.383Z] #41 37.92 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
07:25:26 [2020-11-03T07:25:26.683Z] #41 37.92 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.683Z] #41 37.93 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
07:25:26 [2020-11-03T07:25:26.683Z] #41 38.06 Selecting previously unselected package zlib1g-dev:ppc64el.
07:25:26 [2020-11-03T07:25:26.683Z] #41 38.07 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.683Z] #41 38.07 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
07:25:26 [2020-11-03T07:25:26.729Z] #49 ...
07:25:26 [2020-11-03T07:25:26.729Z] 
07:25:26 [2020-11-03T07:25:26.729Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:26 [2020-11-03T07:25:26.729Z] #43 103.0 encoding/xml
07:25:26 [2020-11-03T07:25:26.910Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.9s done
07:25:26 [2020-11-03T07:25:26.983Z] #41 38.45 Selecting previously unselected package libprotobuf17:ppc64el.
07:25:26 [2020-11-03T07:25:26.983Z] #41 38.45 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
07:25:26 [2020-11-03T07:25:26.983Z] #41 38.46 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
07:25:27 [2020-11-03T07:25:27.174Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44
07:25:28 [2020-11-03T07:25:28.045Z] #41 ...
07:25:28 [2020-11-03T07:25:28.045Z] 
07:25:28 [2020-11-03T07:25:28.045Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:28 [2020-11-03T07:25:28.045Z] #35 22.50 Reading package lists...
07:25:28 [2020-11-03T07:25:28.045Z] #35 29.45 Building dependency tree...
07:25:28 [2020-11-03T07:25:28.045Z] #35 31.96 The following additional packages will be installed:
07:25:28 [2020-11-03T07:25:28.045Z] #35 31.99   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
07:25:28 [2020-11-03T07:25:28.045Z] #35 31.99 Suggested packages:
07:25:28 [2020-11-03T07:25:28.045Z] #35 31.99   cmake-doc ninja-build lrzip
07:25:28 [2020-11-03T07:25:28.045Z] #35 31.99 Recommended packages:
07:25:28 [2020-11-03T07:25:28.045Z] #35 31.99   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.17 The following NEW packages will be installed:
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.19   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.19   vim-common xxd
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.48 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.48 Need to get 14.9 MB of archives.
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.48 After this operation, 67.2 MB of additional disk space will be used.
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 33.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 34.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 34.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 34.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 34.71 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 34.71 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 34.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
07:25:28 [2020-11-03T07:25:28.045Z] #35 36.43 debconf: delaying package configuration, since apt-utils is not installed
07:25:28 [2020-11-03T07:25:28.045Z] #35 36.67 Fetched 14.9 MB in 2s (9188 kB/s)
07:25:28 [2020-11-03T07:25:28.045Z] #35 36.84 Selecting previously unselected package xxd.
07:25:28 [2020-11-03T07:25:28.045Z] #35 36.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.01 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.03 Unpacking xxd (2:8.1.0875-5) ...
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.32 Selecting previously unselected package vim-common.
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.33 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.40 Unpacking vim-common (2:8.1.0875-5) ...
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.81 Selecting previously unselected package cmake-data.
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.82 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
07:25:28 [2020-11-03T07:25:28.045Z] #35 37.84 Unpacking cmake-data (3.13.4-1) ...
07:25:28 [2020-11-03T07:25:28.045Z] #35 ...
07:25:28 [2020-11-03T07:25:28.045Z] 
07:25:28 [2020-11-03T07:25:28.045Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:28 [2020-11-03T07:25:28.045Z] #41 39.34 Selecting previously unselected package libprotobuf-lite17:ppc64el.
07:25:28 [2020-11-03T07:25:28.045Z] #41 39.35 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
07:25:28 [2020-11-03T07:25:28.045Z] #41 39.35 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
07:25:28 [2020-11-03T07:25:28.344Z] #41 39.58 Selecting previously unselected package libprotobuf-dev:ppc64el.
07:25:28 [2020-11-03T07:25:28.344Z] #41 39.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
07:25:28 [2020-11-03T07:25:28.344Z] #41 39.59 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
07:25:29 [2020-11-03T07:25:29.269Z] #43 105.5 go/doc
07:25:29 [2020-11-03T07:25:29.410Z] #41 40.84 Selecting previously unselected package libprotoc17:ppc64el.
07:25:29 [2020-11-03T07:25:29.410Z] #41 40.84 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
07:25:29 [2020-11-03T07:25:29.410Z] #41 40.84 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
07:25:29 [2020-11-03T07:25:29.642Z] #9 ...
07:25:29 [2020-11-03T07:25:29.642Z] 
07:25:29 [2020-11-03T07:25:29.642Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:25:29 [2020-11-03T07:25:29.642Z] #26 8.839 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:25:29 [2020-11-03T07:25:29.642Z] #26 8.968 
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.025 
######################################################################## 100.0%
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.063 
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.329 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.414 
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.461 
######################################################################## 100.0%
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.494 
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.507 Download of images into '/build' complete.
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.507 Use something like the following to load the result into a Docker daemon:
07:25:29 [2020-11-03T07:25:29.642Z] #26 9.507   tar -cC '/build' . | docker load
07:25:29 [2020-11-03T07:25:29.732Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.4s done
07:25:29 [2020-11-03T07:25:29.732Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe
07:25:30 [2020-11-03T07:25:30.063Z] #41 41.33 Selecting previously unselected package protobuf-c-compiler.
07:25:30 [2020-11-03T07:25:30.063Z] #41 41.33 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
07:25:30 [2020-11-03T07:25:30.063Z] #41 41.33 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
07:25:30 [2020-11-03T07:25:30.063Z] #41 41.51 Selecting previously unselected package protobuf-compiler.
07:25:30 [2020-11-03T07:25:30.063Z] #41 41.52 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
07:25:30 [2020-11-03T07:25:30.063Z] #41 41.52 Unpacking protobuf-compiler (3.6.1.3-2) ...
07:25:30 [2020-11-03T07:25:30.363Z] #41 41.68 Selecting previously unselected package python-pkg-resources.
07:25:30 [2020-11-03T07:25:30.363Z] #41 41.68 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
07:25:30 [2020-11-03T07:25:30.363Z] #41 41.70 Unpacking python-pkg-resources (40.8.0-1) ...
07:25:30 [2020-11-03T07:25:30.363Z] #41 ...
07:25:30 [2020-11-03T07:25:30.363Z] 
07:25:30 [2020-11-03T07:25:30.363Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:30 [2020-11-03T07:25:30.363Z] #48 31.79 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:25:30 [2020-11-03T07:25:30.363Z] #48 33.76 go: extracting github.com/gogo/protobuf v1.2.1
07:25:30 [2020-11-03T07:25:30.363Z] #48 36.69 go: extracting golang.org/x/text v0.3.2
07:25:30 [2020-11-03T07:25:30.363Z] #48 ...
07:25:30 [2020-11-03T07:25:30.363Z] 
07:25:30 [2020-11-03T07:25:30.363Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:30 [2020-11-03T07:25:30.363Z] #41 41.92 Selecting previously unselected package python-six.
07:25:30 [2020-11-03T07:25:30.363Z] #41 41.92 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
07:25:30 [2020-11-03T07:25:30.662Z] #41 41.92 Unpacking python-six (1.12.0-1) ...
07:25:30 [2020-11-03T07:25:30.662Z] #41 42.01 Selecting previously unselected package python-protobuf.
07:25:30 [2020-11-03T07:25:30.662Z] #41 42.01 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
07:25:30 [2020-11-03T07:25:30.662Z] #41 42.03 Unpacking python-protobuf (3.6.1.3-2) ...
07:25:30 [2020-11-03T07:25:30.695Z] #8 ...
07:25:30 [2020-11-03T07:25:30.695Z] 
07:25:30 [2020-11-03T07:25:30.695Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:25:30 [2020-11-03T07:25:30.695Z] #25 1.793 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
07:25:30 [2020-11-03T07:25:30.695Z] #25 1.814 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 1.862 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 2.014 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 2.274 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
07:25:30 [2020-11-03T07:25:30.696Z] #25 2.598 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [237 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 4.199 Fetched 8219 kB in 3s (3097 kB/s)
07:25:30 [2020-11-03T07:25:30.696Z] #25 4.199 Reading package lists...
07:25:30 [2020-11-03T07:25:30.696Z] #25 5.550 Reading package lists...
07:25:30 [2020-11-03T07:25:30.696Z] #25 6.879 Building dependency tree...
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.555 The following additional packages will be installed:
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.555   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.555   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.564   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.564 Suggested packages:
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.564   krb5-doc krb5-user
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.564 Recommended packages:
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.564   krb5-locales publicsuffix libsasl2-modules
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.827 The following NEW packages will be installed:
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.827   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.827   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.827   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:25:30 [2020-11-03T07:25:30.696Z] #25 7.827   libssh2-1 libssl1.1 openssl
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.127 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.127 Need to get 4772 kB of archives.
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.127 After this operation, 11.5 MB of additional disk space will be used.
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.127 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.127 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.129 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u3 [216 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.133 Get:4 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.138 Get:5 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.355 Get:6 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.483 Get:7 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.577 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.664 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.664 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.683 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.705 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.711 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.733 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.755 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.776 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.797 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.829 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.835 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.840 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 8.842 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
07:25:30 [2020-11-03T07:25:30.696Z] #25 9.098 debconf: delaying package configuration, since apt-utils is not installed
07:25:30 [2020-11-03T07:25:30.696Z] #25 9.145 Fetched 4772 kB in 1s (4886 kB/s)
07:25:30 [2020-11-03T07:25:30.696Z] #25 9.191 Selecting previously unselected package libsasl2-modules-db:arm64.
07:25:30 [2020-11-03T07:25:30.696Z] #25 9.191 (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 ... 6670 files and directories currently installed.)
07:25:30 [2020-11-03T07:25:30.696Z] #25 9.194 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
07:25:30 [2020-11-03T07:25:30.696Z] #25 9.222 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
07:25:30 [2020-11-03T07:25:30.696Z] #25 ...
07:25:30 [2020-11-03T07:25:30.696Z] 
07:25:30 [2020-11-03T07:25:30.696Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
07:25:31 [2020-11-03T07:25:31.036Z] #26 DONE 15.0s
07:25:31 [2020-11-03T07:25:31.036Z] 
07:25:31 [2020-11-03T07:25:31.036Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:25:31 [2020-11-03T07:25:31.036Z] #9 DONE 6.7s
07:25:31 [2020-11-03T07:25:31.036Z] 
07:25:31 [2020-11-03T07:25:31.036Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:25:31 [2020-11-03T07:25:31.103Z] #27 DONE 14.4s
07:25:31 [2020-11-03T07:25:31.103Z] 
07:25:31 [2020-11-03T07:25:31.103Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:25:31 [2020-11-03T07:25:31.103Z] #9 DONE 6.0s
07:25:31 [2020-11-03T07:25:31.103Z] 
07:25:31 [2020-11-03T07:25:31.103Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:25:31 [2020-11-03T07:25:31.314Z] #41 42.62 Setting up python-pkg-resources (40.8.0-1) ...
07:25:31 [2020-11-03T07:25:31.671Z] #10 DONE 1.1s
07:25:31 [2020-11-03T07:25:31.671Z] 
07:25:31 [2020-11-03T07:25:31.671Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:31 [2020-11-03T07:25:31.671Z] #62 ...
07:25:31 [2020-11-03T07:25:31.671Z] 
07:25:31 [2020-11-03T07:25:31.671Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:25:31 [2020-11-03T07:25:31.671Z] #29 DONE 0.1s
07:25:31 [2020-11-03T07:25:31.671Z] 
07:25:31 [2020-11-03T07:25:31.671Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:25:31 [2020-11-03T07:25:31.671Z] #37 DONE 0.2s
07:25:31 [2020-11-03T07:25:31.671Z] 
07:25:31 [2020-11-03T07:25:31.671Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:25:31 [2020-11-03T07:25:31.812Z] #43 ...
07:25:31 [2020-11-03T07:25:31.812Z] 
07:25:31 [2020-11-03T07:25:31.812Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:25:31 [2020-11-03T07:25:31.812Z] #54 44.16 Checking out files:  52% (1790/3430)   
Checking out files:  53% (1818/3430)   
Checking out files:  54% (1853/3430)   
Checking out files:  55% (1887/3430)   
Checking out files:  56% (1921/3430)   
Checking out files:  57% (1956/3430)   
Checking out files:  58% (1990/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
Checking out files:  70% (2401/3430)   
Checking out files:  71% (2436/3430)   
Checking out files:  72% (2470/3430)   
Checking out files:  73% (2504/3430)   
Checking out files:  74% (2539/3430)   
Checking out files:  75% (2573/3430)   
Checking out files:  76% (2607/3430)   
Checking out files:  77% (2642/3430)   
Checking out files:  78% (2676/3430)   
Checking out files:  79% (2710/3430)   
Checking out files:  80% (2744/3430)   
Checking out files:  81% (2779/3430)   
Checking out files:  82% (2813/3430)   
Checking out files:  83% (2847/3430)   
Checking out files:  84% (2882/3430)   
Checking out files:  85% (2916/3430)   
Checking out files:  86% (2950/3430)   
Checking out files:  87% (2985/3430)   
Checking out files:  88% (3019/3430)   
Checking out files:  89% (3053/3430)   
Checking out files:  90% (3087/3430)   
Checking out files:  91% (3122/3430)   
Checking out files:  91% (3147/3430)   
Checking out files:  92% (3156/3430)   
Checking out files:  93% (3190/3430)   
Checking out files:  94% (3225/3430)   
Checking out files:  95% (3259/3430)   
Checking out files:  96% (3293/3430)   
Checking out files:  97% (3328/3430)   
Checking out files:  98% (3362/3430)   
Checking out files:  99% (3396/3430)   
Checking out files: 100% (3430/3430)   
Checking out files: 100% (3430/3430), done.
07:25:31 [2020-11-03T07:25:31.812Z] #54 45.54 + cd /tmp/tmp.NVDBjpmbMQ/src/github.com/containerd/containerd
07:25:31 [2020-11-03T07:25:31.812Z] #54 45.54 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
07:25:31 [2020-11-03T07:25:31.968Z] #41 ...
07:25:31 [2020-11-03T07:25:31.968Z] 
07:25:31 [2020-11-03T07:25:31.968Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:31 [2020-11-03T07:25:31.968Z] #63 DONE 43.1s
07:25:31 [2020-11-03T07:25:31.968Z] 
07:25:31 [2020-11-03T07:25:31.968Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.260 + RM_GOPATH=0
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.276 + TMP_GOPATH=
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.276 + : /build
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.276 + '[' -z '' ']'
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.277 ++ mktemp -d
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.283 + export GOPATH=/tmp/tmp.koWZq6rMQz
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.288 + GOPATH=/tmp/tmp.koWZq6rMQz
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.288 + RM_GOPATH=1
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.288 + case "$(go env GOARCH)" in
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.289 ++ go env GOARCH
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.295 + export GO_BUILDMODE=-buildmode=pie
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.320 + GO_BUILDMODE=-buildmode=pie
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.321 ++ dirname /tmp/install/install.sh
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.340 + dir=/tmp/install
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.341 + bin=containerd
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.341 + shift
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.341 + '[' '!' -f /tmp/install/containerd.installer ']'
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.342 + . /tmp/install/containerd.installer
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.348 ++ set -e
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.349 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.350 + install_containerd
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.351 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.352 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.352 + git clone https://github.com/containerd/containerd.git /tmp/tmp.koWZq6rMQz/src/github.com/containerd/containerd
07:25:31 [2020-11-03T07:25:31.968Z] #55 0.358 Cloning into '/tmp/tmp.koWZq6rMQz/src/github.com/containerd/containerd'...
07:25:31 [2020-11-03T07:25:31.980Z] #10 DONE 1.1s
07:25:32 [2020-11-03T07:25:32.245Z] 
07:25:32 [2020-11-03T07:25:32.245Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:25:32 [2020-11-03T07:25:32.245Z] #36 DONE 0.1s
07:25:32 [2020-11-03T07:25:32.245Z] 
07:25:32 [2020-11-03T07:25:32.245Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:25:32 [2020-11-03T07:25:32.245Z] #28 DONE 0.1s
07:25:32 [2020-11-03T07:25:32.245Z] 
07:25:32 [2020-11-03T07:25:32.245Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:25:32 [2020-11-03T07:25:32.270Z] #55 ...
07:25:32 [2020-11-03T07:25:32.271Z] 
07:25:32 [2020-11-03T07:25:32.271Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:32 [2020-11-03T07:25:32.271Z] #44 43.58 internal/reflectlite
07:25:32 [2020-11-03T07:25:32.271Z] #44 43.63 sync
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + export 'BUILDTAGS=netgo osusergo static_build'
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + BUILDTAGS='netgo osusergo static_build'
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + export EXTRA_FLAGS=-buildmode=pie
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + EXTRA_FLAGS=-buildmode=pie
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + '[' '' = dynamic ']'
07:25:32 [2020-11-03T07:25:32.383Z] #54 46.82 + make
07:25:32 [2020-11-03T07:25:32.571Z] #44 ...
07:25:32 [2020-11-03T07:25:32.571Z] 
07:25:32 [2020-11-03T07:25:32.571Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:32 [2020-11-03T07:25:32.571Z] #12 33.83 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
07:25:32 [2020-11-03T07:25:32.571Z] #12 33.83 Need to get 78.9 MB of archives.
07:25:32 [2020-11-03T07:25:32.571Z] #12 33.83 After this operation, 532 MB of additional disk space will be used.
07:25:32 [2020-11-03T07:25:32.571Z] #12 33.83 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]
07:25:32 [2020-11-03T07:25:32.571Z] #12 34.30 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]
07:25:32 [2020-11-03T07:25:32.571Z] #12 34.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 34.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 34.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 34.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 35.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 35.58 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]
07:25:32 [2020-11-03T07:25:32.571Z] #12 35.60 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]
07:25:32 [2020-11-03T07:25:32.571Z] #12 38.83 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]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.64 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.66 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.68 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]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.72 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.78 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.95 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 41.98 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 42.00 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 42.01 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB]
07:25:32 [2020-11-03T07:25:32.571Z] #12 43.96 debconf: delaying package configuration, since apt-utils is not installed
07:25:32 [2020-11-03T07:25:32.571Z] #12 ...
07:25:32 [2020-11-03T07:25:32.571Z] 
07:25:32 [2020-11-03T07:25:32.571Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:32 [2020-11-03T07:25:32.571Z] #48 43.98 go: finding github.com/fatih/color v1.7.0
07:25:32 [2020-11-03T07:25:32.571Z] #48 43.99 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:25:32 [2020-11-03T07:25:32.954Z] #54 47.64 + bin/ctr
07:25:33 [2020-11-03T07:25:33.219Z] #48 44.40 go: finding github.com/mattn/go-colorable v0.1.4
07:25:33 [2020-11-03T07:25:33.219Z] #48 44.53 go: finding github.com/mattn/go-isatty v0.0.8
07:25:33 [2020-11-03T07:25:33.219Z] #48 44.63 go: finding github.com/go-lintpack/lintpack v0.5.2
07:25:33 [2020-11-03T07:25:33.219Z] #48 44.72 go: finding github.com/pkg/errors v0.8.1
07:25:33 [2020-11-03T07:25:33.219Z] #48 44.75 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:25:33 [2020-11-03T07:25:33.517Z] #48 44.77 go: finding github.com/go-critic/go-critic v0.4.1
07:25:33 [2020-11-03T07:25:33.517Z] #48 44.80 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:25:33 [2020-11-03T07:25:33.517Z] #48 44.85 go: finding github.com/go-toolsmith/astfmt v1.0.0
07:25:33 [2020-11-03T07:25:33.517Z] #48 44.89 go: finding github.com/mitchellh/go-homedir v1.1.0
07:25:33 [2020-11-03T07:25:33.517Z] #48 44.94 go: finding github.com/sirupsen/logrus v1.4.2
07:25:33 [2020-11-03T07:25:33.517Z] #48 44.95 go: finding github.com/spf13/viper v1.6.1
07:25:33 [2020-11-03T07:25:33.517Z] #48 45.01 go: finding github.com/go-toolsmith/astequal v1.0.0
07:25:33 [2020-11-03T07:25:33.517Z] #48 45.03 go: finding github.com/stretchr/testify v1.4.0
07:25:33 [2020-11-03T07:25:33.517Z] #48 45.06 go: finding github.com/go-toolsmith/astp v1.0.0
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.09 go: finding github.com/go-toolsmith/astcast v1.0.0
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.11 go: finding github.com/go-toolsmith/typep v1.0.0
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.14 go: finding github.com/go-toolsmith/astcopy v1.0.0
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.17 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.18 go: finding github.com/davecgh/go-spew v1.1.1
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.22 go: finding github.com/bombsimon/wsl/v2 v2.0.0
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.23 go: finding github.com/spf13/cobra v0.0.5
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.26 go: finding github.com/spf13/pflag v1.0.5
07:25:33 [2020-11-03T07:25:33.817Z] #48 45.30 go: finding github.com/pmezard/go-difflib v1.0.0
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.31 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.31 go: finding github.com/go-toolsmith/strparse v1.0.0
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.33 go: finding github.com/fsnotify/fsnotify v1.4.7
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.39 go: finding github.com/gobwas/glob v0.2.3
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.40 go: finding github.com/hashicorp/hcl v1.0.0
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.45 go: finding github.com/stretchr/objx v0.2.0
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.48 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.49 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.52 go: finding github.com/magiconair/properties v1.8.1
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.53 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.56 go: finding github.com/mitchellh/mapstructure v1.1.2
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.58 go: finding gopkg.in/yaml.v2 v2.2.7
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.64 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:25:34 [2020-11-03T07:25:34.116Z] #48 45.67 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:25:34 [2020-11-03T07:25:34.434Z] #48 45.68 go: finding github.com/pelletier/go-toml v1.2.0
07:25:34 [2020-11-03T07:25:34.434Z] #48 45.70 go: finding github.com/spf13/afero v1.1.2
07:25:34 [2020-11-03T07:25:34.434Z] #48 45.73 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:25:34 [2020-11-03T07:25:34.434Z] #48 45.77 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:25:34 [2020-11-03T07:25:34.434Z] #48 45.78 go: finding github.com/spf13/cast v1.3.0
07:25:34 [2020-11-03T07:25:34.434Z] #48 45.91 go: finding github.com/spf13/jwalterweatherman v1.0.0
07:25:34 [2020-11-03T07:25:34.434Z] #48 46.01 go: finding github.com/subosito/gotenv v1.2.0
07:25:34 [2020-11-03T07:25:34.731Z] #48 46.07 go: finding gopkg.in/ini.v1 v1.51.0
07:25:34 [2020-11-03T07:25:34.731Z] #48 46.14 go: finding golang.org/x/text v0.3.2
07:25:34 [2020-11-03T07:25:34.731Z] #48 46.24 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:25:34 [2020-11-03T07:25:34.914Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.0s done
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.33 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.39 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.46 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.47 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.50 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.56 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.59 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:25:35 [2020-11-03T07:25:35.028Z] #48 46.61 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.70 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.71 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.72 go: finding github.com/sourcegraph/go-diff v0.5.1
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.79 go: finding github.com/kisielk/gotool v1.0.0
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.80 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.81 go: finding github.com/tommy-muehle/go-mnd v1.1.1
07:25:35 [2020-11-03T07:25:35.329Z] #48 46.82 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:25:35 [2020-11-03T07:25:35.489Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
07:25:35 [2020-11-03T07:25:35.489Z] #8 DONE 25.8s
07:25:35 [2020-11-03T07:25:35.489Z] 
07:25:35 [2020-11-03T07:25:35.489Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:25:35 [2020-11-03T07:25:35.634Z] #48 46.88 go: finding github.com/ultraware/funlen v0.0.2
07:25:35 [2020-11-03T07:25:35.634Z] #48 46.89 go: finding github.com/ultraware/whitespace v0.0.4
07:25:35 [2020-11-03T07:25:35.634Z] #48 46.91 go: finding github.com/uudashr/gocognit v1.0.1
07:25:35 [2020-11-03T07:25:35.934Z] #48 47.14 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:25:35 [2020-11-03T07:25:35.934Z] #48 47.22 go: finding github.com/gogo/protobuf v1.2.1
07:25:35 [2020-11-03T07:25:35.934Z] #48 47.34 go: finding honnef.co/go/tools v0.0.1-2019.2.3
07:25:35 [2020-11-03T07:25:35.934Z] #48 47.43 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:25:35 [2020-11-03T07:25:35.934Z] #48 47.43 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:25:35 [2020-11-03T07:25:35.934Z] #48 47.45 go: finding github.com/BurntSushi/toml v0.3.1
07:25:36 [2020-11-03T07:25:36.235Z] #48 47.57 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:25:37 [2020-11-03T07:25:37.156Z] #54 ...
07:25:37 [2020-11-03T07:25:37.156Z] 
07:25:37 [2020-11-03T07:25:37.156Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:37 [2020-11-03T07:25:37.156Z] #41 15.48 make[1]: Nothing to be done for 'all'.
07:25:37 [2020-11-03T07:25:37.156Z] #41 16.82   CC       images/stats.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 17.30   CC       images/core.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 17.90   CC       images/core-x86.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 18.53   CC       images/core-arm.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 18.89   CC       images/core-aarch64.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 19.30   CC       images/core-ppc64.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 19.85   CC       images/core-s390.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 20.45   CC       images/cpuinfo.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 20.89   CC       images/inventory.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 21.13   CC       images/fdinfo.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 21.47   CC       images/fown.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 21.69   CC       images/ns.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 21.93   CC       images/regfile.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 22.15   CC       images/ghost-file.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 22.47   CC       images/fifo.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 22.69   CC       images/remap-file-path.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 22.92   CC       images/eventfd.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 23.07   CC       images/eventpoll.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 23.30   CC       images/fh.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 23.62   CC       images/fsnotify.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 24.26   CC       images/signalfd.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 24.57   CC       images/fs.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 24.81   CC       images/pstree.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 25.06   CC       images/pipe.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 25.25   CC       images/tcp-stream.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 25.50   CC       images/sk-packet.o
07:25:37 [2020-11-03T07:25:37.156Z] #41 25.70   CC       images/mnt.o
07:25:37 [2020-11-03T07:25:37.416Z] #41 25.88   CC       images/pipe-data.o
07:25:37 [2020-11-03T07:25:37.574Z] #29 ...
07:25:37 [2020-11-03T07:25:37.574Z] 
07:25:37 [2020-11-03T07:25:37.574Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.442 + RM_GOPATH=0
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.442 + TMP_GOPATH=
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.442 + : /build
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.442 + '[' -z '' ']'
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.444 ++ mktemp -d
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.444 + export GOPATH=/tmp/tmp.mWGBRUNx54
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.444 + GOPATH=/tmp/tmp.mWGBRUNx54
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.444 + RM_GOPATH=1
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.444 + case "$(go env GOARCH)" in
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.444 ++ go env GOARCH
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 Install docker/cli version 17.06.2-ce from stable
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + export GO_BUILDMODE=-buildmode=pie
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + GO_BUILDMODE=-buildmode=pie
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 ++ dirname /tmp/install/install.sh
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + dir=/tmp/install
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + bin=dockercli
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + shift
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + '[' '!' -f /tmp/install/dockercli.installer ']'
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + . /tmp/install/dockercli.installer
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 ++ : stable
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 ++ : 17.06.2-ce
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + install_dockercli
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 ++ uname -m
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + arch=x86_64
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + '[' x86_64 '!=' x86_64 ']'
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + url=https://download.docker.com/linux/static
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + tar -xz docker/docker
07:25:37 [2020-11-03T07:25:37.574Z] #21 5.465 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:25:37 [2020-11-03T07:25:37.677Z] #41 ...
07:25:37 [2020-11-03T07:25:37.677Z] 
07:25:37 [2020-11-03T07:25:37.677Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:37 [2020-11-03T07:25:37.677Z] #49 107.5 mvdan.cc/sh/v3/cmd/shfmt
07:25:37 [2020-11-03T07:25:37.677Z] #49 DONE 114.1s
07:25:37 [2020-11-03T07:25:37.677Z] 
07:25:37 [2020-11-03T07:25:37.677Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:37 [2020-11-03T07:25:37.677Z] #41 26.09   CC       images/sa.o
07:25:37 [2020-11-03T07:25:37.677Z] #41 ...
07:25:37 [2020-11-03T07:25:37.677Z] 
07:25:37 [2020-11-03T07:25:37.677Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:37 [2020-11-03T07:25:37.677Z] #43 108.5 github.com/LK4D4/vndr/build
07:25:37 [2020-11-03T07:25:37.677Z] #43 108.9 github.com/LK4D4/vndr/versioned
07:25:37 [2020-11-03T07:25:37.677Z] #43 109.0 compress/flate
07:25:37 [2020-11-03T07:25:37.677Z] #43 111.5 hash/crc32
07:25:37 [2020-11-03T07:25:37.677Z] #43 111.9 net
07:25:37 [2020-11-03T07:25:37.677Z] #43 112.2 compress/gzip
07:25:37 [2020-11-03T07:25:37.677Z] #43 112.8 vendor/golang.org/x/crypto/chacha20poly1305
07:25:37 [2020-11-03T07:25:37.677Z] #43 114.1 vendor/golang.org/x/crypto/hkdf
07:25:37 [2020-11-03T07:25:37.911Z] #54 131.9 + bin/containerd-stress
07:25:37 [2020-11-03T07:25:37.940Z] #43 114.4 vendor/golang.org/x/text/transform
07:25:38 [2020-11-03T07:25:38.200Z] #43 ...
07:25:38 [2020-11-03T07:25:38.200Z] 
07:25:38 [2020-11-03T07:25:38.200Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:38 [2020-11-03T07:25:38.200Z] #41 26.60   CC       images/timer.o
07:25:38 [2020-11-03T07:25:38.221Z] #38 ...
07:25:38 [2020-11-03T07:25:38.221Z] 
07:25:38 [2020-11-03T07:25:38.221Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:38 [2020-11-03T07:25:38.221Z] #40 5.773 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:38 [2020-11-03T07:25:38.221Z] #40 5.872 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:38 [2020-11-03T07:25:38.221Z] #40 5.966 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:38 [2020-11-03T07:25:38.221Z] #40 6.085 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:38 [2020-11-03T07:25:38.221Z] #40 ...
07:25:38 [2020-11-03T07:25:38.221Z] 
07:25:38 [2020-11-03T07:25:38.221Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + RM_GOPATH=0
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + TMP_GOPATH=
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + : /build
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + '[' -z '' ']'
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 ++ mktemp -d
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + export GOPATH=/tmp/tmp.DJ0uKzeH6W
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + GOPATH=/tmp/tmp.DJ0uKzeH6W
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + RM_GOPATH=1
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 + case "$(go env GOARCH)" in
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.571 ++ go env GOARCH
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.574 + export GO_BUILDMODE=-buildmode=pie
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.574 + GO_BUILDMODE=-buildmode=pie
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.600 ++ dirname /tmp/install/install.sh
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + dir=/tmp/install
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + bin=tomlv
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + shift
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + '[' '!' -f /tmp/install/tomlv.installer ']'
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + . /tmp/install/tomlv.installer
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + install_tomlv
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.DJ0uKzeH6W/src/github.com/BurntSushi/toml
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 Cloning into '/tmp/tmp.DJ0uKzeH6W/src/github.com/BurntSushi/toml'...
07:25:38 [2020-11-03T07:25:38.221Z] #32 6.608 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:38 [2020-11-03T07:25:38.221Z] #32 ...
07:25:38 [2020-11-03T07:25:38.221Z] 
07:25:38 [2020-11-03T07:25:38.221Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + RM_GOPATH=0
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + TMP_GOPATH=
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + : /build
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + '[' -z '' ']'
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 ++ mktemp -d
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + export GOPATH=/tmp/tmp.bPS0XnOB9a
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + GOPATH=/tmp/tmp.bPS0XnOB9a
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + RM_GOPATH=1
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 + case "$(go env GOARCH)" in
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.753 ++ go env GOARCH
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.781 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + export GO_BUILDMODE=-buildmode=pie
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + GO_BUILDMODE=-buildmode=pie
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 ++ dirname /tmp/install/install.sh
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + dir=/tmp/install
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + bin=proxy
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + shift
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + '[' '!' -f /tmp/install/proxy.installer ']'
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + . /tmp/install/proxy.installer
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + install_proxy
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + case "$1" in
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + export CGO_ENABLED=0
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + CGO_ENABLED=0
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + _install_proxy
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.bPS0XnOB9a/src/github.com/docker/libnetwork
07:25:38 [2020-11-03T07:25:38.221Z] #62 6.784 Cloning into '/tmp/tmp.bPS0XnOB9a/src/github.com/docker/libnetwork'...
07:25:38 [2020-11-03T07:25:38.521Z] #21 ...
07:25:38 [2020-11-03T07:25:38.521Z] 
07:25:38 [2020-11-03T07:25:38.521Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + RM_GOPATH=0
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + TMP_GOPATH=
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + : /build
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + '[' -z '' ']'
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 ++ mktemp -d
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + export GOPATH=/tmp/tmp.FvciD9SvPz
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + GOPATH=/tmp/tmp.FvciD9SvPz
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + RM_GOPATH=1
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.548 + case "$(go env GOARCH)" in
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.549 ++ go env GOARCH
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + export GO_BUILDMODE=-buildmode=pie
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + GO_BUILDMODE=-buildmode=pie
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 ++ dirname /tmp/install/install.sh
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + dir=/tmp/install
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + bin=proxy
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + shift
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + '[' '!' -f /tmp/install/proxy.installer ']'
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + . /tmp/install/proxy.installer
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + install_proxy
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + case "$1" in
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + export CGO_ENABLED=0
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + CGO_ENABLED=0
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + _install_proxy
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.FvciD9SvPz/src/github.com/docker/libnetwork
07:25:38 [2020-11-03T07:25:38.521Z] #61 5.558 Cloning into '/tmp/tmp.FvciD9SvPz/src/github.com/docker/libnetwork'...
07:25:38 [2020-11-03T07:25:38.541Z] #54 133.2 + bin/containerd-shim
07:25:38 [2020-11-03T07:25:38.771Z] #41 27.10   CC       images/timerfd.o
07:25:39 [2020-11-03T07:25:39.031Z] #41 27.47   CC       images/mm.o
07:25:39 [2020-11-03T07:25:39.097Z] #61 ...
07:25:39 [2020-11-03T07:25:39.097Z] 
07:25:39 [2020-11-03T07:25:39.097Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:39 [2020-11-03T07:25:39.097Z] #52 6.316 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:39 [2020-11-03T07:25:39.097Z] #52 6.431 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:39 [2020-11-03T07:25:39.097Z] #52 6.509 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:39 [2020-11-03T07:25:39.097Z] #52 6.988 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:39 [2020-11-03T07:25:39.097Z] #52 ...
07:25:39 [2020-11-03T07:25:39.097Z] 
07:25:39 [2020-11-03T07:25:39.097Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:25:39 [2020-11-03T07:25:39.097Z] #29 6.914 + git clone https://github.com/kolyshkin/go-swagger.git .
07:25:39 [2020-11-03T07:25:39.097Z] #29 6.914 Cloning into '.'...
07:25:39 [2020-11-03T07:25:39.291Z] #41 27.76   CC       images/sk-opts.o
07:25:39 [2020-11-03T07:25:39.554Z] #41 27.96   CC       images/sk-unix.o
07:25:39 [2020-11-03T07:25:39.817Z] #41 28.23   CC       images/sk-inet.o
07:25:39 [2020-11-03T07:25:39.838Z] #48 ...
07:25:39 [2020-11-03T07:25:39.838Z] 
07:25:39 [2020-11-03T07:25:39.838Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:39 [2020-11-03T07:25:39.838Z] #35 40.80 Selecting previously unselected package libicu63:ppc64el.
07:25:39 [2020-11-03T07:25:39.838Z] #35 40.86 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 40.87 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 49.26 Selecting previously unselected package libxml2:ppc64el.
07:25:39 [2020-11-03T07:25:39.838Z] #35 49.29 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 49.30 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.16 Selecting previously unselected package libarchive13:ppc64el.
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.19 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.21 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.51 Selecting previously unselected package libjsoncpp1:ppc64el.
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.51 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.51 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.65 Selecting previously unselected package librhash0:ppc64el.
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.67 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.67 Unpacking librhash0:ppc64el (1.3.8-1) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.87 Selecting previously unselected package libuv1:ppc64el.
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.89 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 50.90 Unpacking libuv1:ppc64el (1.24.1-1) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 51.10 Selecting previously unselected package cmake.
07:25:39 [2020-11-03T07:25:39.838Z] #35 51.11 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 51.12 Unpacking cmake (3.13.4-1) ...
07:25:39 [2020-11-03T07:25:39.838Z] #35 ...
07:25:39 [2020-11-03T07:25:39.838Z] 
07:25:39 [2020-11-03T07:25:39.838Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:39 [2020-11-03T07:25:39.838Z] #33 41.30 internal/reflectlite
07:25:39 [2020-11-03T07:25:39.838Z] #33 41.30 sync
07:25:39 [2020-11-03T07:25:39.838Z] #33 45.61 sort
07:25:39 [2020-11-03T07:25:39.838Z] #33 45.61 errors
07:25:39 [2020-11-03T07:25:39.838Z] #33 46.47 strconv
07:25:39 [2020-11-03T07:25:39.838Z] #33 46.47 internal/oserror
07:25:39 [2020-11-03T07:25:39.838Z] #33 46.48 io
07:25:39 [2020-11-03T07:25:39.838Z] #33 46.78 syscall
07:25:39 [2020-11-03T07:25:39.838Z] #33 49.54 bytes
07:25:39 [2020-11-03T07:25:39.838Z] #33 49.56 strings
07:25:40 [2020-11-03T07:25:40.077Z] #41 28.62   CC       images/tun.o
07:25:40 [2020-11-03T07:25:40.137Z] #33 ...
07:25:40 [2020-11-03T07:25:40.137Z] 
07:25:40 [2020-11-03T07:25:40.137Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:40 [2020-11-03T07:25:40.137Z] #41 47.73 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 47.73 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 47.75 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 47.75 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 47.76 Setting up python-six (1.12.0-1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.39 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.39 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.40 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.41 Setting up libcap-dev:ppc64el (1:2.25-2) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.41 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.41 Setting up protobuf-compiler (3.6.1.3-2) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.41 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.42 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.42 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
07:25:40 [2020-11-03T07:25:40.137Z] #41 51.43 Setting up python-protobuf (3.6.1.3-2) ...
07:25:40 [2020-11-03T07:25:40.337Z] #41 28.86   CC       images/sk-netlink.o
07:25:40 [2020-11-03T07:25:40.598Z] #41 29.08   CC       images/packet-sock.o
07:25:40 [2020-11-03T07:25:40.787Z] #9 ...
07:25:40 [2020-11-03T07:25:40.787Z] 
07:25:40 [2020-11-03T07:25:40.787Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.33 Selecting previously unselected package libsasl2-2:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.33 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.52 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.78 Selecting previously unselected package libldap-common.
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.78 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.79 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.98 Selecting previously unselected package libldap-2.4-2:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.98 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 10.98 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.13 Selecting previously unselected package libssl1.1:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.14 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.14 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.50 Selecting previously unselected package openssl.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.50 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.50 Unpacking openssl (1.1.1d-0+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.67 Selecting previously unselected package ca-certificates.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.68 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.68 Unpacking ca-certificates (20200601~deb10u1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.78 Selecting previously unselected package libkeyutils1:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.78 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.79 Unpacking libkeyutils1:arm64 (1.6-6) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.83 Selecting previously unselected package libkrb5support0:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.84 Preparing to unpack .../08-libkrb5support0_1.17-3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.84 Unpacking libkrb5support0:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.90 Selecting previously unselected package libk5crypto3:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.90 Preparing to unpack .../09-libk5crypto3_1.17-3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.91 Unpacking libk5crypto3:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.98 Selecting previously unselected package libkrb5-3:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.98 Preparing to unpack .../10-libkrb5-3_1.17-3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 11.99 Unpacking libkrb5-3:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.21 Selecting previously unselected package libgssapi-krb5-2:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.21 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.22 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.37 Selecting previously unselected package libnghttp2-14:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.37 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.37 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.55 Selecting previously unselected package libpsl5:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.55 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.55 Unpacking libpsl5:arm64 (0.20.2-2) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.61 Selecting previously unselected package librtmp1:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.61 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.61 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.67 Selecting previously unselected package libssh2-1:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.67 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.68 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.84 Selecting previously unselected package libcurl4:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.84 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 12.85 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.03 Selecting previously unselected package curl.
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.03 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.03 Unpacking curl (7.64.0-4+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.13 Selecting previously unselected package libonig5:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.13 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.13 Unpacking libonig5:arm64 (6.9.1-1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.36 Selecting previously unselected package libjq1:arm64.
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.36 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.37 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.44 Selecting previously unselected package jq.
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.44 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.45 Unpacking jq (1.5+dfsg-2+b1) ...
07:25:40 [2020-11-03T07:25:40.787Z] #25 13.62 Setting up libkeyutils1:arm64 (1.6-6) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 13.64 Setting up libpsl5:arm64 (0.20.2-2) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 13.66 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.08 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.10 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.18 Setting up libkrb5support0:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.20 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.21 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.23 Setting up libk5crypto3:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.24 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.26 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.27 Setting up libkrb5-3:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.28 Setting up openssl (1.1.1d-0+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.31 Setting up libonig5:arm64 (6.9.1-1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.32 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.34 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 14.36 Setting up ca-certificates (20200601~deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 15.02 Updating certificates in /etc/ssl/certs...
07:25:40 [2020-11-03T07:25:40.788Z] #25 16.02 126 added, 0 removed; done.
07:25:40 [2020-11-03T07:25:40.788Z] #25 17.30 Setting up libgssapi-krb5-2:arm64 (1.17-3) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 17.35 Setting up jq (1.5+dfsg-2+b1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 18.12 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.10 Setting up curl (7.64.0-4+deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.12 Processing triggers for libc-bin (2.28-10) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.16 Processing triggers for ca-certificates (20200601~deb10u1) ...
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.17 Updating certificates in /etc/ssl/certs...
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.99 0 added, 0 removed; done.
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.99 Running hooks in /etc/ca-certificates/update.d...
07:25:40 [2020-11-03T07:25:40.788Z] #25 19.99 done.
07:25:41 [2020-11-03T07:25:41.050Z] #25 DONE 20.7s
07:25:41 [2020-11-03T07:25:41.050Z] 
07:25:41 [2020-11-03T07:25:41.050Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
07:25:41 [2020-11-03T07:25:41.050Z] #9 DONE 5.5s
07:25:41 [2020-11-03T07:25:41.050Z] 
07:25:41 [2020-11-03T07:25:41.050Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:25:41 [2020-11-03T07:25:41.169Z] #41 29.54   CC       images/ipc-var.o
07:25:41 [2020-11-03T07:25:41.313Z] #10 ...
07:25:41 [2020-11-03T07:25:41.313Z] 
07:25:41 [2020-11-03T07:25:41.313Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:25:41 [2020-11-03T07:25:41.313Z] #26 DONE 0.1s
07:25:41 [2020-11-03T07:25:41.313Z] 
07:25:41 [2020-11-03T07:25:41.313Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:25:41 [2020-11-03T07:25:41.430Z] #41 29.75   CC       images/ipc-desc.o
07:25:41 [2020-11-03T07:25:41.430Z] #41 29.95   CC       images/ipc-shm.o
07:25:41 [2020-11-03T07:25:41.518Z] #62 ...
07:25:41 [2020-11-03T07:25:41.518Z] 
07:25:41 [2020-11-03T07:25:41.518Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:41 [2020-11-03T07:25:41.518Z] #11 8.579 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:41 [2020-11-03T07:25:41.518Z] #11 8.642 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:41 [2020-11-03T07:25:41.518Z] #11 8.680 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:41 [2020-11-03T07:25:41.690Z] #41 30.16   CC       images/ipc-msg.o
07:25:41 [2020-11-03T07:25:41.779Z] #11 ...
07:25:41 [2020-11-03T07:25:41.779Z] 
07:25:41 [2020-11-03T07:25:41.779Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + RM_GOPATH=0
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + TMP_GOPATH=
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + : /build
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + '[' -z '' ']'
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 ++ mktemp -d
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + export GOPATH=/tmp/tmp.pMZAuEsvPb
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + GOPATH=/tmp/tmp.pMZAuEsvPb
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + RM_GOPATH=1
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 + case "$(go env GOARCH)" in
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.835 ++ go env GOARCH
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.893 + export GO_BUILDMODE=-buildmode=pie
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.893 + GO_BUILDMODE=-buildmode=pie
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.893 ++ dirname /tmp/install/install.sh
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + dir=/tmp/install
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + bin=vndr
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + shift
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + '[' '!' -f /tmp/install/vndr.installer ']'
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + . /tmp/install/vndr.installer
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + install_vndr
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.pMZAuEsvPb/src/github.com/LK4D4/vndr
07:25:41 [2020-11-03T07:25:41.779Z] #43 7.913 Cloning into '/tmp/tmp.pMZAuEsvPb/src/github.com/LK4D4/vndr'...
07:25:41 [2020-11-03T07:25:41.779Z] #43 9.364 + cd /tmp/tmp.pMZAuEsvPb/src/github.com/LK4D4/vndr
07:25:41 [2020-11-03T07:25:41.779Z] #43 9.364 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
07:25:41 [2020-11-03T07:25:41.779Z] #43 9.376 + go build -buildmode=pie -v -o /build/vndr .
07:25:41 [2020-11-03T07:25:41.950Z] #41 30.41   CC       images/ipc-sem.o
07:25:42 [2020-11-03T07:25:42.111Z] #43 ...
07:25:42 [2020-11-03T07:25:42.111Z] 
07:25:42 [2020-11-03T07:25:42.111Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + : /build
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + export GOPATH=/tmp/tmp.nzxGgEYp6t
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + GOPATH=/tmp/tmp.nzxGgEYp6t
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.328 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.337 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + bin=shfmt
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + shift
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + '[' '!' -f /tmp/install/shfmt.installer ']'
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + . /tmp/install/shfmt.installer
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + install_shfmt
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 + git clone https://github.com/mvdan/sh.git /tmp/tmp.nzxGgEYp6t/src/github.com/mvdan/sh
07:25:42 [2020-11-03T07:25:42.111Z] #49 7.340 Cloning into '/tmp/tmp.nzxGgEYp6t/src/github.com/mvdan/sh'...
07:25:42 [2020-11-03T07:25:42.111Z] #49 ...
07:25:42 [2020-11-03T07:25:42.111Z] 
07:25:42 [2020-11-03T07:25:42.111Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.641 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.641 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.641 + : /build
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.641 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.655 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.665 + export GOPATH=/tmp/tmp.IzmlXZyLH8
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.665 + GOPATH=/tmp/tmp.IzmlXZyLH8
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.665 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.665 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.665 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.716 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.716 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.721 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.735 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + bin=gotestsum
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + shift
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + '[' '!' -f /tmp/install/gotestsum.installer ']'
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + . /tmp/install/gotestsum.installer
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 ++ : v0.5.3
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + install_gotestsum
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + set -e
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + export GO111MODULE=on
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + GO111MODULE=on
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + GOBIN=/build
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.752 + go get gotest.tools/gotestsum@v0.5.3
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.787 go: finding gotest.tools v0.5.3
07:25:42 [2020-11-03T07:25:42.111Z] #45 7.787 go: finding gotest.tools/gotestsum v0.5.3
07:25:42 [2020-11-03T07:25:42.111Z] #45 9.463 go: downloading gotest.tools/gotestsum v0.5.3
07:25:42 [2020-11-03T07:25:42.111Z] #45 10.18 go: extracting gotest.tools/gotestsum v0.5.3
07:25:42 [2020-11-03T07:25:42.210Z] #41 30.67   CC       images/utsns.o
07:25:42 [2020-11-03T07:25:42.246Z] #41 ...
07:25:42 [2020-11-03T07:25:42.246Z] 
07:25:42 [2020-11-03T07:25:42.246Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.61 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.62 Setting up xxd (2:8.1.0875-5) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.63 Setting up libuv1:ppc64el (1.24.1-1) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.63 Setting up vim-common (2:8.1.0875-5) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.68 Setting up librhash0:ppc64el (1.3.8-1) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.68 Setting up cmake-data (3.13.4-1) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.70 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.71 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.73 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.74 Setting up cmake (3.13.4-1) ...
07:25:42 [2020-11-03T07:25:42.246Z] #35 53.75 Processing triggers for libc-bin (2.28-10) ...
07:25:42 [2020-11-03T07:25:42.443Z] #45 ...
07:25:42 [2020-11-03T07:25:42.443Z] 
07:25:42 [2020-11-03T07:25:42.443Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + : /build
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + export GOPATH=/tmp/tmp.QOkdQ88iUX
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + GOPATH=/tmp/tmp.QOkdQ88iUX
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.590 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.608 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.613 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.613 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.613 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.614 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.614 + bin=rootlesskit
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.614 + shift
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.615 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.615 + . /tmp/install/rootlesskit.installer
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.617 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + install_rootlesskit
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + case "$1" in
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + export CGO_ENABLED=0
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + CGO_ENABLED=0
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + _install_rootlesskit
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.618 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.QOkdQ88iUX/src/github.com/rootless-containers/rootlesskit
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.621 Cloning into '/tmp/tmp.QOkdQ88iUX/src/github.com/rootless-containers/rootlesskit'...
07:25:42 [2020-11-03T07:25:42.443Z] #56 6.627 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:42 [2020-11-03T07:25:42.443Z] #56 ...
07:25:42 [2020-11-03T07:25:42.443Z] 
07:25:42 [2020-11-03T07:25:42.443Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:42 [2020-11-03T07:25:42.443Z] #34 6.828 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:42 [2020-11-03T07:25:42.443Z] #34 6.886 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:42 [2020-11-03T07:25:42.443Z] #34 6.886 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:42 [2020-11-03T07:25:42.443Z] #34 8.324 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:42 [2020-11-03T07:25:42.470Z] #41 30.92   CC       images/creds.o
07:25:42 [2020-11-03T07:25:42.546Z] #35 53.84 Processing triggers for mime-support (3.62) ...
07:25:42 [2020-11-03T07:25:42.559Z] #29 ...
07:25:42 [2020-11-03T07:25:42.559Z] 
07:25:42 [2020-11-03T07:25:42.559Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:42 [2020-11-03T07:25:42.559Z] #44 7.785 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.559Z] #44 7.785 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.559Z] #44 7.785 + : /build
07:25:42 [2020-11-03T07:25:42.559Z] #44 7.785 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.785 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.785 + export GOPATH=/tmp/tmp.srAKYDDi0P
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.785 + GOPATH=/tmp/tmp.srAKYDDi0P
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.785 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.785 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.804 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + bin=gotestsum
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + shift
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + '[' '!' -f /tmp/install/gotestsum.installer ']'
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + . /tmp/install/gotestsum.installer
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 ++ : v0.5.3
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + install_gotestsum
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + set -e
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + export GO111MODULE=on
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + GO111MODULE=on
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + GOBIN=/build
07:25:42 [2020-11-03T07:25:42.560Z] #44 7.828 + go get gotest.tools/gotestsum@v0.5.3
07:25:42 [2020-11-03T07:25:42.560Z] #44 8.052 go: finding gotest.tools/gotestsum v0.5.3
07:25:42 [2020-11-03T07:25:42.560Z] #44 8.070 go: finding gotest.tools v0.5.3
07:25:42 [2020-11-03T07:25:42.560Z] #44 9.325 go: downloading gotest.tools/gotestsum v0.5.3
07:25:42 [2020-11-03T07:25:42.560Z] #44 9.972 go: extracting gotest.tools/gotestsum v0.5.3
07:25:42 [2020-11-03T07:25:42.560Z] #44 ...
07:25:42 [2020-11-03T07:25:42.560Z] 
07:25:42 [2020-11-03T07:25:42.560Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:42 [2020-11-03T07:25:42.560Z] #11 8.998 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:42 [2020-11-03T07:25:42.560Z] #11 9.256 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:42 [2020-11-03T07:25:42.560Z] #11 9.256 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:42 [2020-11-03T07:25:42.560Z] #11 ...
07:25:42 [2020-11-03T07:25:42.560Z] 
07:25:42 [2020-11-03T07:25:42.560Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + : /build
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + export GOPATH=/tmp/tmp.aRVS8wd6Dm
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + GOPATH=/tmp/tmp.aRVS8wd6Dm
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.854 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.969 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.969 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.969 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.972 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.972 + bin=rootlesskit
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.972 + shift
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + . /tmp/install/rootlesskit.installer
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + install_rootlesskit
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + case "$1" in
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + export CGO_ENABLED=0
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + CGO_ENABLED=0
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + _install_rootlesskit
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.973 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.aRVS8wd6Dm/src/github.com/rootless-containers/rootlesskit
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.976 Cloning into '/tmp/tmp.aRVS8wd6Dm/src/github.com/rootless-containers/rootlesskit'...
07:25:42 [2020-11-03T07:25:42.560Z] #55 7.976 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:42 [2020-11-03T07:25:42.560Z] #55 ...
07:25:42 [2020-11-03T07:25:42.560Z] 
07:25:42 [2020-11-03T07:25:42.560Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + : /build
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + export GOPATH=/tmp/tmp.ZGjelSoYiq
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + GOPATH=/tmp/tmp.ZGjelSoYiq
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.196 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.268 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.268 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.275 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + bin=tomlv
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + shift
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + '[' '!' -f /tmp/install/tomlv.installer ']'
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + . /tmp/install/tomlv.installer
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + install_tomlv
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.298 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ZGjelSoYiq/src/github.com/BurntSushi/toml
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.299 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:42 [2020-11-03T07:25:42.560Z] #31 8.317 Cloning into '/tmp/tmp.ZGjelSoYiq/src/github.com/BurntSushi/toml'...
07:25:42 [2020-11-03T07:25:42.702Z] #34 ...
07:25:42 [2020-11-03T07:25:42.702Z] 
07:25:42 [2020-11-03T07:25:42.702Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + : /build
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + export GOPATH=/tmp/tmp.ddiD9FMYz9
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + GOPATH=/tmp/tmp.ddiD9FMYz9
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + bin=dockercli
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + shift
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + '[' '!' -f /tmp/install/dockercli.installer ']'
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + . /tmp/install/dockercli.installer
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 ++ : stable
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 ++ : 17.06.2-ce
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + install_dockercli
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 ++ uname -m
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + arch=x86_64
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + '[' x86_64 '!=' x86_64 ']'
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + url=https://download.docker.com/linux/static
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.905 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.956 Install docker/cli version 17.06.2-ce from stable
07:25:42 [2020-11-03T07:25:42.702Z] #22 5.956 + tar -xz docker/docker
07:25:42 [2020-11-03T07:25:42.702Z] #22 ...
07:25:42 [2020-11-03T07:25:42.702Z] 
07:25:42 [2020-11-03T07:25:42.702Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + : /build
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + export GOPATH=/tmp/tmp.RUDQQTN7oB
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + GOPATH=/tmp/tmp.RUDQQTN7oB
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.224 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + bin=golangci_lint
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + shift
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + . /tmp/install/golangci_lint.installer
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 ++ : v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + install_golangci_lint
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + set -e
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + export GO111MODULE=on
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + GO111MODULE=on
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + GOBIN=/build
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.307 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.548 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.548 go: finding github.com v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.548 go: finding github.com/golangci/golangci-lint v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.548 go: finding github.com/golangci v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 7.548 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 8.749 go: downloading github.com/golangci/golangci-lint v1.23.8
07:25:42 [2020-11-03T07:25:42.702Z] #47 10.14 go: extracting github.com/golangci/golangci-lint v1.23.8
07:25:42 [2020-11-03T07:25:42.704Z] #27 1.133 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:25:42 [2020-11-03T07:25:42.704Z] #27 1.239 
07:25:42 [2020-11-03T07:25:42.730Z] #41 31.14   CC       images/vma.o
07:25:42 [2020-11-03T07:25:42.822Z] #31 ...
07:25:42 [2020-11-03T07:25:42.822Z] 
07:25:42 [2020-11-03T07:25:42.822Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:25:42 [2020-11-03T07:25:42.822Z] #37 8.403 + git clone https://github.com/docker/distribution.git .
07:25:42 [2020-11-03T07:25:42.822Z] #37 8.420 Cloning into '.'...
07:25:42 [2020-11-03T07:25:42.822Z] #37 ...
07:25:42 [2020-11-03T07:25:42.822Z] 
07:25:42 [2020-11-03T07:25:42.822Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + RM_GOPATH=0
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + TMP_GOPATH=
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + : /build
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + '[' -z '' ']'
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 ++ mktemp -d
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + export GOPATH=/tmp/tmp.WwBuFVVCdJ
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + GOPATH=/tmp/tmp.WwBuFVVCdJ
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + RM_GOPATH=1
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 + case "$(go env GOARCH)" in
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.689 ++ go env GOARCH
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + export GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + GO_BUILDMODE=-buildmode=pie
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 ++ dirname /tmp/install/install.sh
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + dir=/tmp/install
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + bin=shfmt
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + shift
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + '[' '!' -f /tmp/install/shfmt.installer ']'
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + . /tmp/install/shfmt.installer
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + install_shfmt
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.730 + git clone https://github.com/mvdan/sh.git /tmp/tmp.WwBuFVVCdJ/src/github.com/mvdan/sh
07:25:42 [2020-11-03T07:25:42.822Z] #48 7.759 Cloning into '/tmp/tmp.WwBuFVVCdJ/src/github.com/mvdan/sh'...
07:25:42 [2020-11-03T07:25:42.847Z] #35 DONE 54.2s
07:25:42 [2020-11-03T07:25:42.847Z] 
07:25:42 [2020-11-03T07:25:42.847Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:42 [2020-11-03T07:25:42.847Z] #36 ...
07:25:42 [2020-11-03T07:25:42.847Z] 
07:25:42 [2020-11-03T07:25:42.847Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:42 [2020-11-03T07:25:42.847Z] #12 44.19 Fetched 78.9 MB in 8s (9471 kB/s)
07:25:42 [2020-11-03T07:25:42.847Z] #12 44.34 Selecting previously unselected package binutils-mingw-w64-i686.
07:25:42 [2020-11-03T07:25:42.847Z] #12 44.34 (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.)
07:25:42 [2020-11-03T07:25:42.847Z] #12 44.39 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 44.40 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 47.23 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:25:42 [2020-11-03T07:25:42.847Z] #12 47.24 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 47.24 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.07 Selecting previously unselected package binutils-mingw-w64.
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.07 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.08 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.21 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.21 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.23 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.37 Selecting previously unselected package dmsetup.
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.39 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.40 Unpacking dmsetup (2:1.02.155-3) ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.65 Selecting previously unselected package mingw-w64-common.
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.67 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
07:25:42 [2020-11-03T07:25:42.847Z] #12 51.72 Unpacking mingw-w64-common (6.0.0-3) ...
07:25:42 [2020-11-03T07:25:42.987Z] #54 137.4 + bin/containerd-shim-runc-v1
07:25:42 [2020-11-03T07:25:42.990Z] #41 31.32   CC       images/netdev.o
07:25:43 [2020-11-03T07:25:43.001Z] #47 ...
07:25:43 [2020-11-03T07:25:43.001Z] 
07:25:43 [2020-11-03T07:25:43.001Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:43 [2020-11-03T07:25:43.001Z] #53 7.863 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:43 [2020-11-03T07:25:43.001Z] #53 7.979 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:43 [2020-11-03T07:25:43.001Z] #53 7.979 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:43 [2020-11-03T07:25:43.001Z] #53 9.983 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:43 [2020-11-03T07:25:43.001Z] #53 ...
07:25:43 [2020-11-03T07:25:43.001Z] 
07:25:43 [2020-11-03T07:25:43.001Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:25:43 [2020-11-03T07:25:43.001Z] #30 6.309 + git clone https://github.com/kolyshkin/go-swagger.git .
07:25:43 [2020-11-03T07:25:43.001Z] #30 6.325 Cloning into '.'...
07:25:43 [2020-11-03T07:25:43.085Z] #48 ...
07:25:43 [2020-11-03T07:25:43.085Z] 
07:25:43 [2020-11-03T07:25:43.085Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.493 + RM_GOPATH=0
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.493 + TMP_GOPATH=
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.493 + : /build
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.493 + '[' -z '' ']'
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.508 ++ mktemp -d
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.508 + export GOPATH=/tmp/tmp.5BVHywWez2
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.508 + GOPATH=/tmp/tmp.5BVHywWez2
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.508 + RM_GOPATH=1
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.508 + case "$(go env GOARCH)" in
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.508 ++ go env GOARCH
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.540 + export GO_BUILDMODE=-buildmode=pie
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.540 + GO_BUILDMODE=-buildmode=pie
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.578 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 ++ dirname /tmp/install/install.sh
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + dir=/tmp/install
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + bin=vndr
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + shift
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + '[' '!' -f /tmp/install/vndr.installer ']'
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + . /tmp/install/vndr.installer
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + install_vndr
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5BVHywWez2/src/github.com/LK4D4/vndr
07:25:43 [2020-11-03T07:25:43.085Z] #42 7.584 Cloning into '/tmp/tmp.5BVHywWez2/src/github.com/LK4D4/vndr'...
07:25:43 [2020-11-03T07:25:43.085Z] #42 8.860 + cd /tmp/tmp.5BVHywWez2/src/github.com/LK4D4/vndr
07:25:43 [2020-11-03T07:25:43.085Z] #42 8.860 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
07:25:43 [2020-11-03T07:25:43.085Z] #42 8.892 + go build -buildmode=pie -v -o /build/vndr .
07:25:43 [2020-11-03T07:25:43.085Z] #42 10.65 internal/cpu
07:25:43 [2020-11-03T07:25:43.085Z] #42 10.67 runtime/internal/atomic
07:25:43 [2020-11-03T07:25:43.085Z] #42 10.88 runtime/internal/sys
07:25:43 [2020-11-03T07:25:43.085Z] #42 11.12 runtime/internal/math
07:25:43 [2020-11-03T07:25:43.085Z] #42 11.17 internal/bytealg
07:25:43 [2020-11-03T07:25:43.085Z] #42 ...
07:25:43 [2020-11-03T07:25:43.085Z] 
07:25:43 [2020-11-03T07:25:43.085Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.004 + RM_GOPATH=0
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.004 + TMP_GOPATH=
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.008 + : /build
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.008 + '[' -z '' ']'
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.008 ++ mktemp -d
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.010 + export GOPATH=/tmp/tmp.eZDmWUjtNL
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.010 + GOPATH=/tmp/tmp.eZDmWUjtNL
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.010 + RM_GOPATH=1
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.010 + case "$(go env GOARCH)" in
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.010 ++ go env GOARCH
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.052 + export GO_BUILDMODE=-buildmode=pie
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.052 + GO_BUILDMODE=-buildmode=pie
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.052 ++ dirname /tmp/install/install.sh
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + dir=/tmp/install
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + bin=golangci_lint
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + shift
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + . /tmp/install/golangci_lint.installer
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 ++ : v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + install_golangci_lint
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + set -e
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + export GO111MODULE=on
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + GO111MODULE=on
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + GOBIN=/build
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.053 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.197 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.197 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.197 go: finding github.com v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.197 go: finding github.com/golangci/golangci-lint v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 8.197 go: finding github.com/golangci v1.23.8
07:25:43 [2020-11-03T07:25:43.085Z] #46 9.584 go: downloading github.com/golangci/golangci-lint v1.23.8
07:25:43 [2020-11-03T07:25:43.146Z] #12 ...
07:25:43 [2020-11-03T07:25:43.146Z] 
07:25:43 [2020-11-03T07:25:43.146Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.329 + RM_GOPATH=0
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.329 + TMP_GOPATH=
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.330 + : /build
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.330 + '[' -z '' ']'
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.330 ++ mktemp -d
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.334 + export GOPATH=/tmp/tmp.OLPT9BW0vg
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.334 + GOPATH=/tmp/tmp.OLPT9BW0vg
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.334 + RM_GOPATH=1
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.334 + case "$(go env GOARCH)" in
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.335 ++ go env GOARCH
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.357 + export GO_BUILDMODE=-buildmode=pie
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.364 + GO_BUILDMODE=-buildmode=pie
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.366 ++ dirname /tmp/install/install.sh
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.380 + dir=/tmp/install
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.381 + bin=tini
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.381 + shift
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.382 + '[' '!' -f /tmp/install/tini.installer ']'
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.382 + . /tmp/install/tini.installer
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.383 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.388 + install_tini
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.389 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.390 + git clone https://github.com/krallin/tini.git /tmp/tmp.OLPT9BW0vg/tini
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.390 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
07:25:43 [2020-11-03T07:25:43.146Z] #36 0.399 Cloning into '/tmp/tmp.OLPT9BW0vg/tini'...
07:25:43 [2020-11-03T07:25:43.251Z] #41 31.74   CC       images/tty.o
07:25:43 [2020-11-03T07:25:43.352Z] #46 ...
07:25:43 [2020-11-03T07:25:43.352Z] 
07:25:43 [2020-11-03T07:25:43.352Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:43 [2020-11-03T07:25:43.352Z] #39 6.312 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #39 6.430 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #39 6.509 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #39 7.132 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #39 10.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #39 ...
07:25:43 [2020-11-03T07:25:43.352Z] 
07:25:43 [2020-11-03T07:25:43.352Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:43 [2020-11-03T07:25:43.352Z] #33 8.692 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #33 8.872 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:43 [2020-11-03T07:25:43.352Z] #33 8.880 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:43 [2020-11-03T07:25:43.365Z] #30 ...
07:25:43 [2020-11-03T07:25:43.365Z] 
07:25:43 [2020-11-03T07:25:43.365Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:43 [2020-11-03T07:25:43.365Z] #11 11.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:43 [2020-11-03T07:25:43.496Z] #27 1.386 
                                                                           0.0%
############                                                              17.5%
############################                                              39.6%
####################################                                      50.3%
################################################                          67.4%
#################################################                         68.3%
##################################################                        70.5%
##########################################################                81.2%
######################################################################## 100.0%
07:25:43 [2020-11-03T07:25:43.618Z] #33 11.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:43 [2020-11-03T07:25:43.619Z] #33 ...
07:25:43 [2020-11-03T07:25:43.619Z] 
07:25:43 [2020-11-03T07:25:43.619Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:43 [2020-11-03T07:25:43.619Z] #31 11.49 + cd /tmp/tmp.ZGjelSoYiq/src/github.com/BurntSushi/toml
07:25:43 [2020-11-03T07:25:43.619Z] #31 11.49 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:43 [2020-11-03T07:25:43.619Z] #31 11.63 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
07:25:43 [2020-11-03T07:25:43.758Z] #27 2.339 
07:25:43 [2020-11-03T07:25:43.820Z] #41 32.32   CC       images/file-lock.o
07:25:44 [2020-11-03T07:25:44.019Z] #27 2.512 
                                                                           0.2%
#####################                                                     30.0%
07:25:44 [2020-11-03T07:25:44.019Z] #27 ...
07:25:44 [2020-11-03T07:25:44.019Z] 
07:25:44 [2020-11-03T07:25:44.019Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
07:25:44 [2020-11-03T07:25:44.019Z] #10 DONE 3.0s
07:25:44 [2020-11-03T07:25:44.080Z] #41 32.52   CC       images/rlimit.o
07:25:44 [2020-11-03T07:25:44.205Z] #36 1.427 + cd /tmp/tmp.OLPT9BW0vg/tini
07:25:44 [2020-11-03T07:25:44.205Z] #36 1.427 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
07:25:44 [2020-11-03T07:25:44.205Z] #36 1.454 + cmake .
07:25:44 [2020-11-03T07:25:44.280Z] 
07:25:44 [2020-11-03T07:25:44.281Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:25:44 [2020-11-03T07:25:44.281Z] #27 2.512 
                                                                           0.2%
#####################                                                     30.0%
#################################################################         91.4%
######################################################################## 100.0%
07:25:44 [2020-11-03T07:25:44.340Z] #41 32.76   CC       images/pagemap.o
07:25:44 [2020-11-03T07:25:44.515Z] Running on azwin-2-367ac0 in d:\jenkins\workspace\moby_PR-41626
[Pipeline] {
[Pipeline] ws
07:25:44 [2020-11-03T07:25:44.533Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
07:25:44 [2020-11-03T07:25:44.542Z] #27 3.074 
[Pipeline] checkout
07:25:44 [2020-11-03T07:25:44.600Z] #41 33.09   CC       images/siginfo.o
07:25:44 [2020-11-03T07:25:44.804Z] #27 3.226 
                                                                           0.0%
################################################################          89.1%
######################################################################## 100.0%
07:25:44 [2020-11-03T07:25:44.805Z] #27 3.428 
07:25:44 [2020-11-03T07:25:44.854Z] #36 1.969 -- The C compiler identification is GNU 8.3.0
07:25:44 [2020-11-03T07:25:44.854Z] #36 2.044 -- Check for working C compiler: /usr/bin/cc
07:25:44 [2020-11-03T07:25:44.860Z] #41 33.35   CC       images/rpc.o
07:25:45 [2020-11-03T07:25:45.009Z] #31 12.75 math/bits
07:25:45 [2020-11-03T07:25:45.163Z] #36 ...
07:25:45 [2020-11-03T07:25:45.163Z] 
07:25:45 [2020-11-03T07:25:45.163Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:45 [2020-11-03T07:25:45.163Z] #44 46.52 github.com/LK4D4/vndr/godl/singleflight
07:25:45 [2020-11-03T07:25:45.163Z] #44 46.53 math/rand
07:25:45 [2020-11-03T07:25:45.163Z] #44 46.54 internal/singleflight
07:25:45 [2020-11-03T07:25:45.163Z] #44 49.42 vendor/golang.org/x/net/dns/dnsmessage
07:25:45 [2020-11-03T07:25:45.163Z] #44 49.42 io
07:25:45 [2020-11-03T07:25:45.163Z] #44 49.47 syscall
07:25:45 [2020-11-03T07:25:45.163Z] #44 49.52 strconv
07:25:45 [2020-11-03T07:25:45.163Z] #44 53.97 bytes
07:25:45 [2020-11-03T07:25:45.270Z] #31 13.11 runtime
07:25:45 [2020-11-03T07:25:45.461Z] #44 ...
07:25:45 [2020-11-03T07:25:45.461Z] 
07:25:45 [2020-11-03T07:25:45.461Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:25:45 [2020-11-03T07:25:45.461Z] #31 46.63 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.
07:25:45 [2020-11-03T07:25:45.461Z] #31 46.89 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
07:25:45 [2020-11-03T07:25:45.461Z] #31 47.30 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:25:45 [2020-11-03T07:25:45.461Z] #31 ...
07:25:45 [2020-11-03T07:25:45.461Z] 
07:25:45 [2020-11-03T07:25:45.461Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:45 [2020-11-03T07:25:45.461Z] #36 2.827 -- Check for working C compiler: /usr/bin/cc -- works
07:25:45 [2020-11-03T07:25:45.709Z] #54 140.3 + bin/containerd-shim-runc-v2
07:25:45 [2020-11-03T07:25:45.760Z] #36 2.830 -- Detecting C compiler ABI info
07:25:45 [2020-11-03T07:25:45.874Z] #31 ...
07:25:45 [2020-11-03T07:25:45.874Z] 
07:25:45 [2020-11-03T07:25:45.874Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:45 [2020-11-03T07:25:45.874Z] #21 13.52 + mkdir -p /build
07:25:45 [2020-11-03T07:25:45.874Z] #21 13.53 + mv docker/docker /build/
07:25:45 [2020-11-03T07:25:45.874Z] #21 13.54 + rmdir docker
07:25:45 [2020-11-03T07:25:45.874Z] #21 DONE 13.8s
07:25:46 [2020-11-03T07:25:46.072Z] #27 3.651 #=#=#                                                                         

##########                                                                14.5%
#############                                                             18.9%
#######################                                                   32.6%
###########################################                               59.8%
###################################################                       71.0%
######################################################################    98.4%
######################################################################## 100.0%
07:25:46 [2020-11-03T07:25:46.072Z] #27 4.656 
07:25:46 [2020-11-03T07:25:46.136Z] 
07:25:46 [2020-11-03T07:25:46.136Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:46 [2020-11-03T07:25:46.136Z] #31 14.03 math
07:25:46 [2020-11-03T07:25:46.243Z] #41 34.48   CC       images/ext-file.o
07:25:46 [2020-11-03T07:25:46.243Z] #41 34.66   CC       images/cgroup.o
07:25:46 [2020-11-03T07:25:46.340Z] #54 141.0 + binaries
07:25:46 [2020-11-03T07:25:46.340Z] #54 141.0 + install -D bin/containerd /build/containerd
07:25:46 [2020-11-03T07:25:46.340Z] #54 141.0 + install -D bin/containerd-shim /build/containerd-shim
07:25:46 [2020-11-03T07:25:46.340Z] #54 141.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:25:46 [2020-11-03T07:25:46.340Z] #54 141.0 + install -D bin/ctr /build/ctr
07:25:46 [2020-11-03T07:25:46.438Z] #36 3.536 -- Detecting C compiler ABI info - done
07:25:46 [2020-11-03T07:25:46.438Z] #36 3.600 -- Detecting C compile features
07:25:46 [2020-11-03T07:25:46.645Z] #11 14.52 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:46 [2020-11-03T07:25:46.834Z] #41 35.29   CC       images/userns.o
07:25:46 [2020-11-03T07:25:46.864Z] #27 4.992 
                                                                           0.0%
###                                                                        5.0%
#######                                                                   10.6%
#########                                                                 13.3%
##########                                                                14.5%
07:25:46 [2020-11-03T07:25:46.864Z] #27 ...
07:25:46 [2020-11-03T07:25:46.864Z] 
07:25:46 [2020-11-03T07:25:46.864Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:25:46 [2020-11-03T07:25:46.864Z] #29 DONE 2.8s
07:25:46 [2020-11-03T07:25:46.864Z] 
07:25:46 [2020-11-03T07:25:46.864Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:25:46 [2020-11-03T07:25:46.864Z] #37 DONE 2.8s
07:25:46 [2020-11-03T07:25:46.864Z] 
07:25:46 [2020-11-03T07:25:46.864Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:25:46 [2020-11-03T07:25:46.970Z] #54 DONE 141.6s
07:25:47 [2020-11-03T07:25:47.089Z] #36 ...
07:25:47 [2020-11-03T07:25:47.089Z] 
07:25:47 [2020-11-03T07:25:47.089Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:47 [2020-11-03T07:25:47.089Z] #41 58.17 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
07:25:47 [2020-11-03T07:25:47.089Z] #41 58.18 Processing triggers for libc-bin (2.28-10) ...
07:25:47 [2020-11-03T07:25:47.089Z] #41 DONE 58.4s
07:25:47 [2020-11-03T07:25:47.089Z] 
07:25:47 [2020-11-03T07:25:47.089Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:47 [2020-11-03T07:25:47.089Z] #12 58.04 Selecting previously unselected package mingw-w64-x86-64-dev.
07:25:47 [2020-11-03T07:25:47.089Z] #12 58.05 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
07:25:47 [2020-11-03T07:25:47.089Z] #12 58.05 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
07:25:47 [2020-11-03T07:25:47.111Z] #41 35.57   CC       images/google/protobuf/descriptor.o
07:25:47 [2020-11-03T07:25:47.601Z] 
07:25:47 [2020-11-03T07:25:47.601Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
07:25:48 [2020-11-03T07:25:48.232Z] #55 DONE 0.3s
07:25:48 [2020-11-03T07:25:48.232Z] 
07:25:48 [2020-11-03T07:25:48.232Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
07:25:48 [2020-11-03T07:25:48.232Z] #59 DONE 0.2s
07:25:48 [2020-11-03T07:25:48.232Z] 
07:25:48 [2020-11-03T07:25:48.232Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
07:25:48 [2020-11-03T07:25:48.522Z] #61 DONE 0.2s
07:25:48 [2020-11-03T07:25:48.522Z] 
07:25:48 [2020-11-03T07:25:48.522Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
07:25:48 [2020-11-03T07:25:48.522Z] #63 DONE 0.1s
07:25:48 [2020-11-03T07:25:48.522Z] 
07:25:48 [2020-11-03T07:25:48.522Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
07:25:48 [2020-11-03T07:25:48.522Z] #64 DONE 0.0s
07:25:48 [2020-11-03T07:25:48.540Z] #11 ...
07:25:48 [2020-11-03T07:25:48.540Z] 
07:25:48 [2020-11-03T07:25:48.540Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:48 [2020-11-03T07:25:48.540Z] #45 13.34 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:48 [2020-11-03T07:25:48.540Z] #45 13.40 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:25:48 [2020-11-03T07:25:48.540Z] #45 13.40 go: downloading github.com/spf13/pflag v1.0.3
07:25:48 [2020-11-03T07:25:48.541Z] #45 13.42 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:25:48 [2020-11-03T07:25:48.541Z] #45 13.44 go: downloading github.com/jonboulle/clockwork v0.1.0
07:25:48 [2020-11-03T07:25:48.541Z] #45 13.52 go: downloading github.com/fatih/color v1.9.0
07:25:48 [2020-11-03T07:25:48.541Z] #45 13.92 go: downloading github.com/pkg/errors v0.9.1
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.00 go: extracting github.com/fatih/color v1.9.0
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.08 go: extracting github.com/jonboulle/clockwork v0.1.0
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.35 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.52 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.73 go: extracting github.com/pkg/errors v0.9.1
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.74 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.81 go: downloading github.com/mattn/go-colorable v0.1.6
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.81 go: downloading github.com/mattn/go-isatty v0.0.12
07:25:48 [2020-11-03T07:25:48.541Z] #45 14.90 go: extracting github.com/spf13/pflag v1.0.3
07:25:48 [2020-11-03T07:25:48.541Z] #45 15.19 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:48 [2020-11-03T07:25:48.541Z] #45 15.41 go: extracting github.com/mattn/go-colorable v0.1.6
07:25:48 [2020-11-03T07:25:48.541Z] #45 15.47 go: extracting github.com/mattn/go-isatty v0.0.12
07:25:48 [2020-11-03T07:25:48.793Z] #27 4.992 
                                                                           0.0%
###                                                                        5.0%
#######                                                                   10.6%
#########                                                                 13.3%
##########                                                                14.5%
#############                                                             18.3%
###############                                                           20.9%
#################                                                         24.1%
###################                                                       26.8%
#####################                                                     29.7%
########################                                                  34.7%
###########################                                               38.3%
#############################                                             41.6%
################################                                          45.1%
##################################                                        47.4%
###################################                                       49.3%
#######################################                                   54.6%
###########################################                               59.8%
###############################################                           65.3%
###################################################                       71.6%
#######################################################                   77.4%
############################################################              84.3%
#################################################################         90.9%
######################################################################    97.7%
######################################################################## 100.0%
07:25:48 [2020-11-03T07:25:48.794Z] #27 7.657 
07:25:48 [2020-11-03T07:25:48.813Z] 
07:25:48 [2020-11-03T07:25:48.813Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
07:25:49 [2020-11-03T07:25:49.022Z] #41 37.24   CC       images/opts.o
07:25:49 [2020-11-03T07:25:49.022Z] #41 37.50   CC       images/seccomp.o
07:25:49 [2020-11-03T07:25:49.022Z] #41 ...
07:25:49 [2020-11-03T07:25:49.022Z] 
07:25:49 [2020-11-03T07:25:49.022Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:49 [2020-11-03T07:25:49.022Z] #43 115.5 vendor/golang.org/x/text/unicode/bidi
07:25:49 [2020-11-03T07:25:49.022Z] #43 117.1 vendor/golang.org/x/text/secure/bidirule
07:25:49 [2020-11-03T07:25:49.022Z] #43 117.3 vendor/golang.org/x/text/unicode/norm
07:25:49 [2020-11-03T07:25:49.022Z] #43 121.3 vendor/golang.org/x/net/idna
07:25:49 [2020-11-03T07:25:49.022Z] #43 123.5 vendor/golang.org/x/net/http2/hpack
07:25:49 [2020-11-03T07:25:49.022Z] #43 124.5 mime
07:25:49 [2020-11-03T07:25:49.106Z] #45 ...
07:25:49 [2020-11-03T07:25:49.106Z] 
07:25:49 [2020-11-03T07:25:49.106Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:49 [2020-11-03T07:25:49.106Z] #32 7.594 + cd /tmp/tmp.DJ0uKzeH6W/src/github.com/BurntSushi/toml
07:25:49 [2020-11-03T07:25:49.106Z] #32 7.594 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:49 [2020-11-03T07:25:49.106Z] #32 7.601 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
07:25:49 [2020-11-03T07:25:49.106Z] #32 8.725 internal/cpu
07:25:49 [2020-11-03T07:25:49.106Z] #32 8.770 runtime/internal/atomic
07:25:49 [2020-11-03T07:25:49.106Z] #32 9.180 runtime/internal/sys
07:25:49 [2020-11-03T07:25:49.106Z] #32 9.748 runtime/internal/math
07:25:49 [2020-11-03T07:25:49.106Z] #32 9.894 internal/bytealg
07:25:49 [2020-11-03T07:25:49.106Z] #32 9.904 math/bits
07:25:49 [2020-11-03T07:25:49.106Z] #32 10.83 math
07:25:49 [2020-11-03T07:25:49.106Z] #32 11.50 runtime
07:25:49 [2020-11-03T07:25:49.106Z] #32 17.66 unicode/utf8
07:25:49 [2020-11-03T07:25:49.283Z] #43 ...
07:25:49 [2020-11-03T07:25:49.283Z] 
07:25:49 [2020-11-03T07:25:49.283Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:49 [2020-11-03T07:25:49.283Z] #56 125.6 + for f in rootlesskit rootlesskit-docker-proxy
07:25:49 [2020-11-03T07:25:49.283Z] #56 125.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
07:25:49 [2020-11-03T07:25:49.283Z] #56 ...
07:25:49 [2020-11-03T07:25:49.283Z] 
07:25:49 [2020-11-03T07:25:49.283Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:49 [2020-11-03T07:25:49.283Z] #11 115.7 Selecting previously unselected package g++-mingw-w64-x86-64.
07:25:49 [2020-11-03T07:25:49.283Z] #11 115.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:25:49 [2020-11-03T07:25:49.283Z] #11 115.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:25:49 [2020-11-03T07:25:49.365Z] #32 ...
07:25:49 [2020-11-03T07:25:49.365Z] 
07:25:49 [2020-11-03T07:25:49.365Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:25:49 [2020-11-03T07:25:49.365Z] #38 7.421 + git clone https://github.com/docker/distribution.git .
07:25:49 [2020-11-03T07:25:49.365Z] #38 7.437 Cloning into '.'...
07:25:49 [2020-11-03T07:25:49.365Z] #38 ...
07:25:49 [2020-11-03T07:25:49.365Z] 
07:25:49 [2020-11-03T07:25:49.365Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:49 [2020-11-03T07:25:49.365Z] #11 17.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:49 [2020-11-03T07:25:49.444Z] #65 DONE 0.8s
07:25:49 [2020-11-03T07:25:49.444Z] 
07:25:49 [2020-11-03T07:25:49.444Z] #66 exporting to image
07:25:49 [2020-11-03T07:25:49.444Z] #66 exporting layers
07:25:49 [2020-11-03T07:25:49.543Z] #11 ...
07:25:49 [2020-11-03T07:25:49.543Z] 
07:25:49 [2020-11-03T07:25:49.543Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:49 [2020-11-03T07:25:49.543Z] #41 37.75   CC       images/binfmt-misc.o
07:25:49 [2020-11-03T07:25:49.543Z] #41 37.98   CC       images/time.o
07:25:49 [2020-11-03T07:25:49.623Z] #11 ...
07:25:49 [2020-11-03T07:25:49.623Z] 
07:25:49 [2020-11-03T07:25:49.623Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:49 [2020-11-03T07:25:49.623Z] #22 17.40 + mkdir -p /build
07:25:49 [2020-11-03T07:25:49.623Z] #22 17.42 + mv docker/docker /build/
07:25:49 [2020-11-03T07:25:49.623Z] #22 17.42 + rmdir docker
07:25:49 [2020-11-03T07:25:49.623Z] #22 DONE 18.0s
07:25:49 [2020-11-03T07:25:49.623Z] 
07:25:49 [2020-11-03T07:25:49.623Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:49 [2020-11-03T07:25:49.623Z] #56 13.94 + cd /tmp/tmp.QOkdQ88iUX/src/github.com/rootless-containers/rootlesskit
07:25:49 [2020-11-03T07:25:49.623Z] #56 13.94 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:49 [2020-11-03T07:25:49.623Z] #56 14.76 + for f in rootlesskit rootlesskit-docker-proxy
07:25:49 [2020-11-03T07:25:49.623Z] #56 14.76 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
07:25:49 [2020-11-03T07:25:49.756Z] #27 8.485 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:25:49 [2020-11-03T07:25:49.803Z] #41 38.17   CC       images/sysctl.o
07:25:49 [2020-11-03T07:25:49.803Z] #41 38.39   CC       images/autofs.o
07:25:49 [2020-11-03T07:25:49.885Z] #56 ...
07:25:49 [2020-11-03T07:25:49.885Z] 
07:25:49 [2020-11-03T07:25:49.885Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:49 [2020-11-03T07:25:49.885Z] #40 8.247 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:49 [2020-11-03T07:25:49.885Z] #40 12.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:50 [2020-11-03T07:25:50.020Z] #27 8.676 
07:25:50 [2020-11-03T07:25:50.063Z] #41 38.58   CC       images/macvlan.o
07:25:50 [2020-11-03T07:25:50.143Z] #40 ...
07:25:50 [2020-11-03T07:25:50.143Z] 
07:25:50 [2020-11-03T07:25:50.143Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:50 [2020-11-03T07:25:50.143Z] #32 18.64 internal/testlog
07:25:50 [2020-11-03T07:25:50.290Z] #27 8.941 
#                                                                          2.0%
######################################################################## 100.0%
07:25:50 [2020-11-03T07:25:50.290Z] #27 9.035 
07:25:50 [2020-11-03T07:25:50.324Z] #41 38.76   CC       images/sit.o
07:25:50 [2020-11-03T07:25:50.584Z] #41 39.06   CC       images/memfd.o
07:25:50 [2020-11-03T07:25:50.684Z] #12 ...
07:25:50 [2020-11-03T07:25:50.684Z] 
07:25:50 [2020-11-03T07:25:50.684Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:50 [2020-11-03T07:25:50.684Z] #50 51.88 strconv
07:25:50 [2020-11-03T07:25:50.684Z] #50 51.90 strings
07:25:50 [2020-11-03T07:25:50.684Z] #50 51.91 bytes
07:25:50 [2020-11-03T07:25:50.684Z] #50 51.91 syscall
07:25:50 [2020-11-03T07:25:50.684Z] #50 59.76 bufio
07:25:50 [2020-11-03T07:25:50.684Z] #50 61.03 text/tabwriter
07:25:50 [2020-11-03T07:25:50.684Z] #50 ...
07:25:50 [2020-11-03T07:25:50.684Z] 
07:25:50 [2020-11-03T07:25:50.684Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:50 [2020-11-03T07:25:50.684Z] #36 5.516 -- Detecting C compile features - done
07:25:50 [2020-11-03T07:25:50.684Z] #36 5.579 -- Performing Test HAS_BUILTIN_FORTIFY
07:25:50 [2020-11-03T07:25:50.684Z] #36 5.982 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:25:50 [2020-11-03T07:25:50.684Z] #36 6.152 -- Configuring done
07:25:50 [2020-11-03T07:25:50.684Z] #36 6.189 -- Generating done
07:25:50 [2020-11-03T07:25:50.684Z] #36 6.196 -- Build files have been written to: /tmp/tmp.OLPT9BW0vg/tini
07:25:50 [2020-11-03T07:25:50.684Z] #36 6.201 + make tini-static
07:25:50 [2020-11-03T07:25:50.684Z] #36 6.678 Scanning dependencies of target tini-static
07:25:50 [2020-11-03T07:25:50.684Z] #36 6.744 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:25:50 [2020-11-03T07:25:50.710Z] #32 19.14 encoding
07:25:50 [2020-11-03T07:25:50.844Z] #41 39.33   CC       images/timens.o
07:25:50 [2020-11-03T07:25:50.967Z] #32 19.50 runtime/cgo
07:25:51 [2020-11-03T07:25:51.104Z] #41 39.61   LINK     images/built-in.o
07:25:51 [2020-11-03T07:25:51.364Z] #41 39.80   GEN      compel/include/asm
07:25:51 [2020-11-03T07:25:51.365Z] #41 39.82   GEN      compel/include/version.h
07:25:51 [2020-11-03T07:25:51.365Z] #41 39.85 touch .config
07:25:51 [2020-11-03T07:25:51.365Z] #41 39.90   GEN      include/common/config.h
07:25:51 [2020-11-03T07:25:51.446Z] #31 ...
07:25:51 [2020-11-03T07:25:51.446Z] 
07:25:51 [2020-11-03T07:25:51.446Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:51 [2020-11-03T07:25:51.446Z] #55 18.21 + cd /tmp/tmp.aRVS8wd6Dm/src/github.com/rootless-containers/rootlesskit
07:25:51 [2020-11-03T07:25:51.446Z] #55 18.21 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:51 [2020-11-03T07:25:51.446Z] #55 18.86 + for f in rootlesskit rootlesskit-docker-proxy
07:25:51 [2020-11-03T07:25:51.446Z] #55 18.86 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
07:25:51 [2020-11-03T07:25:51.625Z] #41 39.99   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
07:25:51 [2020-11-03T07:25:51.625Z] #41 40.02   GEN      compel/plugins/include/uapi/std/syscall-64.h
07:25:51 [2020-11-03T07:25:51.625Z] #41 40.04   GEN      compel/arch/x86/plugins/std/syscalls-64.S
07:25:51 [2020-11-03T07:25:51.625Z] #41 40.06   DEP      compel/arch/x86/plugins/std/syscalls-64.d
07:25:51 [2020-11-03T07:25:51.625Z] #41 40.10   DEP      compel/arch/x86/plugins/std/memcpy.d
07:25:51 [2020-11-03T07:25:51.625Z] #41 40.11   DEP      compel/arch/x86/plugins/std/parasite-head.d
07:25:51 [2020-11-03T07:25:51.625Z] #41 40.13   GEN      compel/plugins/include/uapi/std/syscall.h
07:25:51 [2020-11-03T07:25:51.684Z] #27 10.07 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:25:51 [2020-11-03T07:25:51.750Z] #36 8.648 [100%] Linking C executable tini-static
07:25:51 [2020-11-03T07:25:51.885Z] #41 40.17   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
07:25:51 [2020-11-03T07:25:51.885Z] #41 40.18   GEN      compel/plugins/include/uapi/std/syscall-codes.h
07:25:51 [2020-11-03T07:25:51.885Z] #41 40.20   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
07:25:51 [2020-11-03T07:25:51.885Z] #41 40.21   DEP      compel/plugins/std/infect.d
07:25:51 [2020-11-03T07:25:51.885Z] #41 40.31   DEP      compel/plugins/std/string.d
07:25:51 [2020-11-03T07:25:51.885Z] #41 40.43   DEP      compel/plugins/std/log.d
07:25:51 [2020-11-03T07:25:51.948Z] #27 10.63 
07:25:52 [2020-11-03T07:25:52.146Z] #41 40.52   DEP      compel/plugins/std/fds.d
07:25:52 [2020-11-03T07:25:52.146Z] #41 40.65   DEP      compel/plugins/std/std.d
07:25:52 [2020-11-03T07:25:52.211Z] #27 10.93 
                                                                           0.7%
######################################################################## 100.0%
07:25:52 [2020-11-03T07:25:52.398Z] #36 9.568 [100%] Built target tini-static
07:25:52 [2020-11-03T07:25:52.398Z] #36 9.649 + mkdir -p /build
07:25:52 [2020-11-03T07:25:52.398Z] #36 9.667 + cp tini-static /build/docker-init
07:25:52 [2020-11-03T07:25:52.406Z] #41 40.79   DEP      compel/plugins/shmem/shmem.d
07:25:52 [2020-11-03T07:25:52.406Z] #41 40.86   DEP      compel/plugins/fds/fds.d
07:25:52 [2020-11-03T07:25:52.474Z] #27 11.19 
07:25:52 [2020-11-03T07:25:52.666Z] #41 41.06   CC       compel/plugins/std/std.o
07:25:52 [2020-11-03T07:25:52.700Z] #36 DONE 9.8s
07:25:52 [2020-11-03T07:25:52.700Z] 
07:25:52 [2020-11-03T07:25:52.700Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:52 [2020-11-03T07:25:52.700Z] #50 63.91 regexp/syntax
07:25:52 [2020-11-03T07:25:52.700Z] #50 63.91 reflect
07:25:52 [2020-11-03T07:25:52.835Z] #55 ...
07:25:52 [2020-11-03T07:25:52.835Z] 
07:25:52 [2020-11-03T07:25:52.835Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:52 [2020-11-03T07:25:52.835Z] #52 10.67 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:52 [2020-11-03T07:25:52.835Z] #52 13.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:52 [2020-11-03T07:25:52.863Z] #32 ...
07:25:52 [2020-11-03T07:25:52.863Z] 
07:25:52 [2020-11-03T07:25:52.863Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:52 [2020-11-03T07:25:52.863Z] #43 11.43 internal/race
07:25:52 [2020-11-03T07:25:52.863Z] #43 11.82 sync/atomic
07:25:52 [2020-11-03T07:25:52.863Z] #43 11.94 runtime
07:25:52 [2020-11-03T07:25:52.863Z] #43 12.91 unicode
07:25:52 [2020-11-03T07:25:52.863Z] #43 18.32 unicode/utf8
07:25:52 [2020-11-03T07:25:52.863Z] #43 19.51 unicode/utf16
07:25:52 [2020-11-03T07:25:52.863Z] #43 20.02 container/list
07:25:52 [2020-11-03T07:25:52.863Z] #43 20.92 crypto/internal/subtle
07:25:52 [2020-11-03T07:25:52.863Z] #43 21.34 crypto/subtle
07:25:52 [2020-11-03T07:25:52.926Z] #41 41.39   CC       compel/plugins/std/fds.o
07:25:53 [2020-11-03T07:25:53.097Z] #52 ...
07:25:53 [2020-11-03T07:25:53.097Z] 
07:25:53 [2020-11-03T07:25:53.097Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.04 go: downloading github.com/pkg/errors v0.9.1
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.10 go: downloading github.com/spf13/pflag v1.0.3
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.11 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.24 go: downloading github.com/fatih/color v1.9.0
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.32 go: downloading github.com/jonboulle/clockwork v0.1.0
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.33 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.79 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:25:53 [2020-11-03T07:25:53.097Z] #44 12.97 go: extracting github.com/fatih/color v1.9.0
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.12 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.13 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.35 go: extracting github.com/spf13/pflag v1.0.3
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.36 go: downloading github.com/mattn/go-isatty v0.0.12
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.37 go: downloading github.com/mattn/go-colorable v0.1.6
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.43 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.44 go: extracting github.com/jonboulle/clockwork v0.1.0
07:25:53 [2020-11-03T07:25:53.097Z] #44 13.48 go: extracting github.com/pkg/errors v0.9.1
07:25:53 [2020-11-03T07:25:53.097Z] #44 14.08 go: extracting github.com/mattn/go-colorable v0.1.6
07:25:53 [2020-11-03T07:25:53.097Z] #44 14.26 go: extracting github.com/mattn/go-isatty v0.0.12
07:25:53 [2020-11-03T07:25:53.097Z] #44 17.88 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:25:53 [2020-11-03T07:25:53.097Z] #44 18.30 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:25:53 [2020-11-03T07:25:53.120Z] #43 ...
07:25:53 [2020-11-03T07:25:53.120Z] 
07:25:53 [2020-11-03T07:25:53.120Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:53 [2020-11-03T07:25:53.120Z] #49 21.34 + cd /tmp/tmp.nzxGgEYp6t/src/github.com/mvdan/sh
07:25:53 [2020-11-03T07:25:53.120Z] #49 21.34 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:53 [2020-11-03T07:25:53.120Z] #49 21.57 + GO111MODULE=on
07:25:53 [2020-11-03T07:25:53.120Z] #49 21.57 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
07:25:53 [2020-11-03T07:25:53.360Z] #44 21.17 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:25:53 [2020-11-03T07:25:53.360Z] #44 ...
07:25:53 [2020-11-03T07:25:53.360Z] 
07:25:53 [2020-11-03T07:25:53.360Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:53 [2020-11-03T07:25:53.360Z] #42 11.18 internal/race
07:25:53 [2020-11-03T07:25:53.360Z] #42 11.39 sync/atomic
07:25:53 [2020-11-03T07:25:53.360Z] #42 12.11 unicode
07:25:53 [2020-11-03T07:25:53.360Z] #42 13.04 runtime
07:25:53 [2020-11-03T07:25:53.360Z] #42 18.26 unicode/utf8
07:25:53 [2020-11-03T07:25:53.360Z] #42 19.55 math
07:25:53 [2020-11-03T07:25:53.360Z] #42 ...
07:25:53 [2020-11-03T07:25:53.360Z] 
07:25:53 [2020-11-03T07:25:53.360Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:53 [2020-11-03T07:25:53.360Z] #11 11.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:25:53 [2020-11-03T07:25:53.360Z] #11 14.87 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:53 [2020-11-03T07:25:53.360Z] #11 17.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:53 [2020-11-03T07:25:53.496Z] #41 41.77   CC       compel/plugins/std/log.o
07:25:53 [2020-11-03T07:25:53.624Z] #11 ...
07:25:53 [2020-11-03T07:25:53.624Z] 
07:25:53 [2020-11-03T07:25:53.624Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:53 [2020-11-03T07:25:53.624Z] #46 11.43 go: extracting github.com/golangci/golangci-lint v1.23.8
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.36 go: downloading github.com/pkg/errors v0.8.1
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.38 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.38 go: downloading github.com/spf13/cobra v0.0.5
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.39 go: downloading github.com/spf13/viper v1.6.1
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.50 go: downloading github.com/spf13/pflag v1.0.5
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.63 go: downloading github.com/sirupsen/logrus v1.4.2
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.63 go: downloading github.com/mattn/go-colorable v0.1.4
07:25:53 [2020-11-03T07:25:53.624Z] #46 21.63 go: downloading github.com/fatih/color v1.7.0
07:25:53 [2020-11-03T07:25:53.624Z] #46 ...
07:25:53 [2020-11-03T07:25:53.624Z] 
07:25:53 [2020-11-03T07:25:53.624Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:53 [2020-11-03T07:25:53.624Z] #31 21.32 internal/testlog
07:25:53 [2020-11-03T07:25:53.683Z] #49 ...
07:25:53 [2020-11-03T07:25:53.683Z] 
07:25:53 [2020-11-03T07:25:53.683Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:53 [2020-11-03T07:25:53.683Z] #34 12.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:53 [2020-11-03T07:25:53.683Z] #34 14.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:53 [2020-11-03T07:25:53.683Z] #34 ...
07:25:53 [2020-11-03T07:25:53.683Z] 
07:25:53 [2020-11-03T07:25:53.683Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.58 go: downloading github.com/fatih/color v1.7.0
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.59 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.65 go: downloading github.com/spf13/pflag v1.0.5
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.72 go: downloading github.com/stretchr/testify v1.4.0
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.73 go: downloading github.com/spf13/viper v1.6.1
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.73 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:25:53 [2020-11-03T07:25:53.683Z] #47 21.90 go: downloading github.com/sirupsen/logrus v1.4.2
07:25:53 [2020-11-03T07:25:53.683Z] #47 22.16 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:25:53 [2020-11-03T07:25:53.683Z] #47 22.17 go: downloading github.com/go-lintpack/lintpack v0.5.2
07:25:53 [2020-11-03T07:25:53.875Z] #27 12.54 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:25:53 [2020-11-03T07:25:53.875Z] #27 12.64 skipping existing 9a99313a2c50
07:25:53 [2020-11-03T07:25:53.927Z] #31 21.82 encoding
07:25:53 [2020-11-03T07:25:53.941Z] #47 22.47 go: extracting github.com/fatih/color v1.7.0
07:25:53 [2020-11-03T07:25:53.941Z] #47 22.48 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:25:53 [2020-11-03T07:25:53.941Z] #47 22.52 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:25:53 [2020-11-03T07:25:53.941Z] #47 22.53 go: downloading github.com/spf13/cobra v0.0.5
07:25:53 [2020-11-03T07:25:53.941Z] #47 22.56 go: extracting github.com/mitchellh/go-homedir v1.1.0
07:25:54 [2020-11-03T07:25:54.082Z] #41 42.52   CC       compel/plugins/std/string.o
07:25:54 [2020-11-03T07:25:54.139Z] #27 12.77 
07:25:54 [2020-11-03T07:25:54.139Z] #27 ...
07:25:54 [2020-11-03T07:25:54.139Z] 
07:25:54 [2020-11-03T07:25:54.139Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:54 [2020-11-03T07:25:54.139Z] #53 7.058 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:54 [2020-11-03T07:25:54.139Z] #53 7.118 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:54 [2020-11-03T07:25:54.139Z] #53 7.124 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:54 [2020-11-03T07:25:54.139Z] #53 8.145 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
07:25:54 [2020-11-03T07:25:54.139Z] #53 9.966 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB]
07:25:54 [2020-11-03T07:25:54.139Z] #53 ...
07:25:54 [2020-11-03T07:25:54.139Z] 
07:25:54 [2020-11-03T07:25:54.139Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.296 + RM_GOPATH=0
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.296 + TMP_GOPATH=
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.296 + : /build
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.296 + '[' -z '' ']'
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.300 ++ mktemp -d
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.306 + export GOPATH=/tmp/tmp.nVuwbtmDRM
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.306 + GOPATH=/tmp/tmp.nVuwbtmDRM
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.306 + RM_GOPATH=1
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.306 + case "$(go env GOARCH)" in
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.311 ++ go env GOARCH
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.330 + export GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.330 + GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.331 ++ dirname /tmp/install/install.sh
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.339 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + dir=/tmp/install
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + bin=proxy
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + shift
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + '[' '!' -f /tmp/install/proxy.installer ']'
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + . /tmp/install/proxy.installer
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + install_proxy
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + case "$1" in
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + export CGO_ENABLED=0
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + CGO_ENABLED=0
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + _install_proxy
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.340 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.nVuwbtmDRM/src/github.com/docker/libnetwork
07:25:54 [2020-11-03T07:25:54.139Z] #62 6.363 Cloning into '/tmp/tmp.nVuwbtmDRM/src/github.com/docker/libnetwork'...
07:25:54 [2020-11-03T07:25:54.190Z] #31 22.14 runtime/cgo
07:25:54 [2020-11-03T07:25:54.197Z] #47 22.58 go: extracting github.com/stretchr/testify v1.4.0
07:25:54 [2020-11-03T07:25:54.197Z] #47 22.62 go: extracting github.com/sirupsen/logrus v1.4.2
07:25:54 [2020-11-03T07:25:54.197Z] #47 22.66 go: extracting github.com/spf13/viper v1.6.1
07:25:54 [2020-11-03T07:25:54.241Z] #50 ...
07:25:54 [2020-11-03T07:25:54.241Z] 
07:25:54 [2020-11-03T07:25:54.241Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:54 [2020-11-03T07:25:54.241Z] #33 55.34 bufio
07:25:54 [2020-11-03T07:25:54.241Z] #33 58.84 path
07:25:54 [2020-11-03T07:25:54.241Z] #33 59.82 reflect
07:25:54 [2020-11-03T07:25:54.241Z] #33 60.70 text/tabwriter
07:25:54 [2020-11-03T07:25:54.241Z] #33 ...
07:25:54 [2020-11-03T07:25:54.241Z] 
07:25:54 [2020-11-03T07:25:54.241Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:54 [2020-11-03T07:25:54.241Z] #42 1.435 Note: Building without setproctitle() and strlcpy() support.
07:25:54 [2020-11-03T07:25:54.241Z] #42 1.436       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:25:54 [2020-11-03T07:25:54.241Z] #42 1.457 Note: Building without GnuTLS support
07:25:54 [2020-11-03T07:25:54.241Z] #42 1.462 Makefile.config:39: Warn: you have no libnftables installed
07:25:54 [2020-11-03T07:25:54.241Z] #42 1.462 Makefile.config:40: Warn: Building without nftables support
07:25:54 [2020-11-03T07:25:54.241Z] #42 3.086 fatal: not a git repository (or any of the parent directories): .git
07:25:54 [2020-11-03T07:25:54.241Z] #42 3.137   GEN      .gitid
07:25:54 [2020-11-03T07:25:54.241Z] #42 3.152   GEN      criu/include/version.h
07:25:54 [2020-11-03T07:25:54.241Z] #42 3.212   GEN      include/common/asm
07:25:54 [2020-11-03T07:25:54.241Z] #42 4.989   PBCC     images/timens.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.012   DEP      images/timens.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.115   PBCC     images/fown.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.129   PBCC     images/google/protobuf/descriptor.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.221   PBCC     images/opts.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.279   PBCC     images/memfd.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.390   DEP      images/fown.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.436   DEP      images/google/protobuf/descriptor.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.554   DEP      images/opts.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.677   DEP      images/memfd.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.782   PBCC     images/sit.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 5.905   DEP      images/sit.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.018   PBCC     images/macvlan.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.075   DEP      images/macvlan.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.108   PBCC     images/autofs.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.127   DEP      images/autofs.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.198   PBCC     images/sysctl.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.217   DEP      images/sysctl.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.289   PBCC     images/time.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.325   DEP      images/time.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.417   PBCC     images/binfmt-misc.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.475   DEP      images/binfmt-misc.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.555   PBCC     images/seccomp.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.633   DEP      images/seccomp.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.800   PBCC     images/userns.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.811   DEP      images/userns.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.912   PBCC     images/cgroup.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.930   DEP      images/cgroup.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.955   PBCC     images/ext-file.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 6.973   DEP      images/ext-file.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.007   PBCC     images/rpc.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.073   DEP      images/rpc.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.123   PBCC     images/siginfo.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.164   DEP      images/siginfo.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.201   PBCC     images/pagemap.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.273   DEP      images/pagemap.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.328   PBCC     images/rlimit.pb-c.c
07:25:54 [2020-11-03T07:25:54.241Z] #42 7.347   DEP      images/rlimit.pb-c.d
07:25:54 [2020-11-03T07:25:54.241Z] #42 ...
07:25:54 [2020-11-03T07:25:54.241Z] 
07:25:54 [2020-11-03T07:25:54.241Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:54 [2020-11-03T07:25:54.241Z] #33 65.79 internal/syscall/execenv
07:25:54 [2020-11-03T07:25:54.404Z] #62 ...
07:25:54 [2020-11-03T07:25:54.404Z] 
07:25:54 [2020-11-03T07:25:54.404Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.201 + RM_GOPATH=0
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.201 + TMP_GOPATH=
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.201 + : /build
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.201 + '[' -z '' ']'
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.215 ++ mktemp -d
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.239 + export GOPATH=/tmp/tmp.hYlFDd7aw6
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.239 + GOPATH=/tmp/tmp.hYlFDd7aw6
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.239 + RM_GOPATH=1
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.239 + case "$(go env GOARCH)" in
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.239 ++ go env GOARCH
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.263 + export GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.264 + GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.265 ++ dirname /tmp/install/install.sh
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.275 + dir=/tmp/install
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 + bin=tomlv
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 + shift
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 + '[' '!' -f /tmp/install/tomlv.installer ']'
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 + . /tmp/install/tomlv.installer
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 + install_tomlv
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.276 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.277 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hYlFDd7aw6/src/github.com/BurntSushi/toml
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.290 Cloning into '/tmp/tmp.hYlFDd7aw6/src/github.com/BurntSushi/toml'...
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.869 + cd /tmp/tmp.hYlFDd7aw6/src/github.com/BurntSushi/toml
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.870 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
07:25:54 [2020-11-03T07:25:54.404Z] #32 6.877 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
07:25:54 [2020-11-03T07:25:54.404Z] #32 7.319 internal/cpu
07:25:54 [2020-11-03T07:25:54.404Z] #32 7.390 runtime/internal/sys
07:25:54 [2020-11-03T07:25:54.404Z] #32 7.404 math/bits
07:25:54 [2020-11-03T07:25:54.404Z] #32 7.451 runtime/internal/atomic
07:25:54 [2020-11-03T07:25:54.404Z] #32 7.788 runtime/internal/math
07:25:54 [2020-11-03T07:25:54.404Z] #32 8.014 unicode/utf8
07:25:54 [2020-11-03T07:25:54.404Z] #32 8.049 internal/race
07:25:54 [2020-11-03T07:25:54.404Z] #32 8.136 math
07:25:54 [2020-11-03T07:25:54.404Z] #32 8.209 internal/bytealg
07:25:54 [2020-11-03T07:25:54.404Z] #32 8.360 sync/atomic
07:25:54 [2020-11-03T07:25:54.404Z] #32 8.884 unicode
07:25:54 [2020-11-03T07:25:54.404Z] #32 9.093 internal/testlog
07:25:54 [2020-11-03T07:25:54.404Z] #32 9.722 encoding
07:25:54 [2020-11-03T07:25:54.404Z] #32 9.782 runtime
07:25:54 [2020-11-03T07:25:54.404Z] #32 10.20 runtime/cgo
07:25:54 [2020-11-03T07:25:54.404Z] #32 ...
07:25:54 [2020-11-03T07:25:54.404Z] 
07:25:54 [2020-11-03T07:25:54.404Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 + RM_GOPATH=0
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 + TMP_GOPATH=
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 + : /build
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 + '[' -z '' ']'
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 ++ mktemp -d
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 + export GOPATH=/tmp/tmp.ML8HihzTXC
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.460 + GOPATH=/tmp/tmp.ML8HihzTXC
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.471 + RM_GOPATH=1
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.471 + case "$(go env GOARCH)" in
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.471 ++ go env GOARCH
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.484 + export GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.484 + GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.484 ++ dirname /tmp/install/install.sh
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + dir=/tmp/install
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + bin=rootlesskit
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + shift
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + . /tmp/install/rootlesskit.installer
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + install_rootlesskit
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + case "$1" in
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + export CGO_ENABLED=0
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + CGO_ENABLED=0
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + _install_rootlesskit
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.488 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ML8HihzTXC/src/github.com/rootless-containers/rootlesskit
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.493 Cloning into '/tmp/tmp.ML8HihzTXC/src/github.com/rootless-containers/rootlesskit'...
07:25:54 [2020-11-03T07:25:54.404Z] #56 5.494 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:54 [2020-11-03T07:25:54.404Z] #56 7.976 + cd /tmp/tmp.ML8HihzTXC/src/github.com/rootless-containers/rootlesskit
07:25:54 [2020-11-03T07:25:54.404Z] #56 7.981 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
07:25:54 [2020-11-03T07:25:54.404Z] #56 8.897 + for f in rootlesskit rootlesskit-docker-proxy
07:25:54 [2020-11-03T07:25:54.404Z] #56 8.898 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
07:25:54 [2020-11-03T07:25:54.453Z] #47 22.94 go: downloading github.com/pkg/errors v0.8.1
07:25:54 [2020-11-03T07:25:54.453Z] #47 23.00 go: extracting github.com/go-lintpack/lintpack v0.5.2
07:25:54 [2020-11-03T07:25:54.453Z] #47 23.03 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:25:54 [2020-11-03T07:25:54.453Z] #47 23.03 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
07:25:54 [2020-11-03T07:25:54.541Z] #33 65.80 internal/syscall/unix
07:25:54 [2020-11-03T07:25:54.541Z] #33 65.91 time
07:25:54 [2020-11-03T07:25:54.653Z] #41 43.15   CC       compel/plugins/std/infect.o
07:25:54 [2020-11-03T07:25:54.667Z] #56 ...
07:25:54 [2020-11-03T07:25:54.667Z] 
07:25:54 [2020-11-03T07:25:54.667Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.349 + RM_GOPATH=0
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.349 + TMP_GOPATH=
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.349 + : /build
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.349 + '[' -z '' ']'
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.358 ++ mktemp -d
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.358 + export GOPATH=/tmp/tmp.btjsSotFFV
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.358 + GOPATH=/tmp/tmp.btjsSotFFV
07:25:54 [2020-11-03T07:25:54.667Z] #47 6.358 + RM_GOPATH=1
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.358 + case "$(go env GOARCH)" in
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.358 ++ go env GOARCH
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + export GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 ++ dirname /tmp/install/install.sh
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + dir=/tmp/install
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + bin=golangci_lint
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + shift
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + . /tmp/install/golangci_lint.installer
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 ++ : v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + install_golangci_lint
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + set -e
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + export GO111MODULE=on
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + GO111MODULE=on
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + GOBIN=/build
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.383 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.516 go: finding github.com v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.516 go: finding github.com/golangci/golangci-lint v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.516 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.516 go: finding github.com/golangci v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 6.516 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 7.649 go: downloading github.com/golangci/golangci-lint v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 8.528 go: extracting github.com/golangci/golangci-lint v1.23.8
07:25:54 [2020-11-03T07:25:54.668Z] #47 ...
07:25:54 [2020-11-03T07:25:54.668Z] 
07:25:54 [2020-11-03T07:25:54.668Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.706 + RM_GOPATH=0
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.706 + TMP_GOPATH=
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.706 + : /build
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.706 + '[' -z '' ']'
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.706 ++ mktemp -d
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.711 + export GOPATH=/tmp/tmp.6XHUZA3WwH
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.711 + GOPATH=/tmp/tmp.6XHUZA3WwH
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.711 + RM_GOPATH=1
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.711 + case "$(go env GOARCH)" in
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.711 ++ go env GOARCH
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.738 + export GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.738 + GO_BUILDMODE=-buildmode=pie
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.739 ++ dirname /tmp/install/install.sh
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.741 + dir=/tmp/install
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.741 + bin=vndr
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.742 + shift
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.742 + '[' '!' -f /tmp/install/vndr.installer ']'
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.742 + . /tmp/install/vndr.installer
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.742 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.743 + install_vndr
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.743 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.743 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.6XHUZA3WwH/src/github.com/LK4D4/vndr
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.745 Cloning into '/tmp/tmp.6XHUZA3WwH/src/github.com/LK4D4/vndr'...
07:25:54 [2020-11-03T07:25:54.668Z] #43 6.747 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
07:25:54 [2020-11-03T07:25:54.668Z] #43 7.498 + cd /tmp/tmp.6XHUZA3WwH/src/github.com/LK4D4/vndr
07:25:54 [2020-11-03T07:25:54.668Z] #43 7.499 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
07:25:54 [2020-11-03T07:25:54.668Z] #43 7.539 + go build -buildmode=pie -v -o /build/vndr .
07:25:54 [2020-11-03T07:25:54.668Z] #43 9.287 internal/bytealg
07:25:54 [2020-11-03T07:25:54.668Z] #43 9.345 unicode
07:25:54 [2020-11-03T07:25:54.668Z] #43 9.354 math
07:25:54 [2020-11-03T07:25:54.668Z] #43 9.471 internal/testlog
07:25:54 [2020-11-03T07:25:54.668Z] #43 9.774 encoding
07:25:54 [2020-11-03T07:25:54.668Z] #43 9.980 unicode/utf16
07:25:54 [2020-11-03T07:25:54.668Z] #43 10.64 runtime
07:25:54 [2020-11-03T07:25:54.710Z] #47 23.36 go: extracting github.com/spf13/pflag v1.0.5
07:25:54 [2020-11-03T07:25:54.710Z] #47 ...
07:25:54 [2020-11-03T07:25:54.710Z] 
07:25:54 [2020-11-03T07:25:54.710Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:25:54 [2020-11-03T07:25:54.710Z] #53 13.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:54 [2020-11-03T07:25:54.710Z] #53 16.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:54 [2020-11-03T07:25:54.968Z] #53 ...
07:25:54 [2020-11-03T07:25:54.968Z] 
07:25:54 [2020-11-03T07:25:54.968Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:54 [2020-11-03T07:25:54.968Z] #47 23.46 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:25:54 [2020-11-03T07:25:54.999Z] #66 exporting layers 4.7s done
07:25:54 [2020-11-03T07:25:54.999Z] #66 writing image sha256:1bf552a2311e1c6a6466b79418f7cdc4db763baf90e701503d3696dfff14b75a done
07:25:54 [2020-11-03T07:25:54.999Z] #66 naming to docker.io/library/docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e done
07:25:54 [2020-11-03T07:25:54.999Z] #66 DONE 4.7s
[Pipeline] }
[Pipeline] // stage
07:25:55 [2020-11-03T07:25:55.059Z] #43 10.81 container/list
07:25:55 [2020-11-03T07:25:55.060Z] #43 ...
07:25:55 [2020-11-03T07:25:55.060Z] 
07:25:55 [2020-11-03T07:25:55.060Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.934 + RM_GOPATH=0
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.934 + TMP_GOPATH=
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.934 + : /build
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.934 + '[' -z '' ']'
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.936 ++ mktemp -d
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.937 + export GOPATH=/tmp/tmp.wI4JS2ZtLE
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.937 + GOPATH=/tmp/tmp.wI4JS2ZtLE
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.937 + RM_GOPATH=1
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.937 + case "$(go env GOARCH)" in
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.939 ++ go env GOARCH
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.953 + export GO_BUILDMODE=-buildmode=pie
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.953 + GO_BUILDMODE=-buildmode=pie
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.954 ++ dirname /tmp/install/install.sh
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.955 + dir=/tmp/install
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.955 + bin=shfmt
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.955 + shift
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 + '[' '!' -f /tmp/install/shfmt.installer ']'
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 + . /tmp/install/shfmt.installer
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 + install_shfmt
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 + git clone https://github.com/mvdan/sh.git /tmp/tmp.wI4JS2ZtLE/src/github.com/mvdan/sh
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.957 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
07:25:55 [2020-11-03T07:25:55.060Z] #49 5.962 Cloning into '/tmp/tmp.wI4JS2ZtLE/src/github.com/mvdan/sh'...
07:25:55 [2020-11-03T07:25:55.060Z] #49 ...
07:25:55 [2020-11-03T07:25:55.060Z] 
07:25:55 [2020-11-03T07:25:55.060Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + RM_GOPATH=0
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + TMP_GOPATH=
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + : /build
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + '[' -z '' ']'
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 ++ mktemp -d
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + export GOPATH=/tmp/tmp.8RXX07mP1X
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + GOPATH=/tmp/tmp.8RXX07mP1X
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + RM_GOPATH=1
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.324 + case "$(go env GOARCH)" in
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.328 ++ go env GOARCH
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + export GO_BUILDMODE=-buildmode=pie
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + GO_BUILDMODE=-buildmode=pie
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 ++ dirname /tmp/install/install.sh
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + dir=/tmp/install
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + bin=gotestsum
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + shift
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + '[' '!' -f /tmp/install/gotestsum.installer ']'
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + . /tmp/install/gotestsum.installer
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 ++ : v0.5.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + install_gotestsum
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + set -e
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + export GO111MODULE=on
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + GO111MODULE=on
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + GOBIN=/build
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.347 + go get gotest.tools/gotestsum@v0.5.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.493 go: finding gotest.tools v0.5.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 6.494 go: finding gotest.tools/gotestsum v0.5.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 7.504 go: downloading gotest.tools/gotestsum v0.5.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 8.239 go: extracting gotest.tools/gotestsum v0.5.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.14 go: downloading github.com/pkg/errors v0.9.1
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.14 go: downloading github.com/spf13/pflag v1.0.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.14 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.15 go: downloading github.com/fatih/color v1.9.0
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.28 go: extracting github.com/fatih/color v1.9.0
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.37 go: downloading github.com/mattn/go-colorable v0.1.6
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.38 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.49 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.50 go: extracting github.com/mattn/go-colorable v0.1.6
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.57 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.59 go: extracting github.com/pkg/errors v0.9.1
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.60 go: downloading github.com/jonboulle/clockwork v0.1.0
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.68 go: downloading github.com/mattn/go-isatty v0.0.12
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.77 go: extracting github.com/spf13/pflag v1.0.3
07:25:55 [2020-11-03T07:25:55.060Z] #45 10.94 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
07:25:55 [2020-11-03T07:25:55.230Z] #47 23.54 go: extracting github.com/pkg/errors v0.8.1
07:25:55 [2020-11-03T07:25:55.230Z] #47 23.55 go: downloading github.com/uudashr/gocognit v1.0.1
07:25:55 [2020-11-03T07:25:55.230Z] #47 23.56 go: downloading github.com/go-critic/go-critic v0.4.1
07:25:55 [2020-11-03T07:25:55.289Z] #41 43.66   CC       compel/arch/x86/plugins/std/parasite-head.o
07:25:55 [2020-11-03T07:25:55.289Z] #41 43.70   CC       compel/arch/x86/plugins/std/memcpy.o
07:25:55 [2020-11-03T07:25:55.323Z] #45 ...
07:25:55 [2020-11-03T07:25:55.323Z] 
07:25:55 [2020-11-03T07:25:55.323Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + RM_GOPATH=0
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + TMP_GOPATH=
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + : /build
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + '[' -z '' ']'
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 ++ mktemp -d
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + export GOPATH=/tmp/tmp.AdJnzI1MpU
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + GOPATH=/tmp/tmp.AdJnzI1MpU
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + RM_GOPATH=1
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.871 + case "$(go env GOARCH)" in
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.874 ++ go env GOARCH
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.886 Install docker/cli version 17.06.2-ce from stable
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + export GO_BUILDMODE=-buildmode=pie
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + GO_BUILDMODE=-buildmode=pie
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 ++ dirname /tmp/install/install.sh
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + dir=/tmp/install
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + bin=dockercli
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + shift
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + '[' '!' -f /tmp/install/dockercli.installer ']'
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + . /tmp/install/dockercli.installer
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 ++ : stable
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 ++ : 17.06.2-ce
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + install_dockercli
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.887 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.889 ++ uname -m
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.889 + arch=aarch64
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.889 + '[' aarch64 '!=' x86_64 ']'
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.889 + '[' aarch64 '!=' s390x ']'
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.889 + '[' aarch64 '!=' armhf ']'
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.889 + build_dockercli
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.895 + git clone https://github.com/docker/docker-ce /tmp/tmp.AdJnzI1MpU/tmp/docker-ce
07:25:55 [2020-11-03T07:25:55.323Z] #22 5.903 Cloning into '/tmp/tmp.AdJnzI1MpU/tmp/docker-ce'...
07:25:55 [2020-11-03T07:25:55.428Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/test/unit
07:25:55 [2020-11-03T07:25:55.491Z] #47 23.85 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:25:55 [2020-11-03T07:25:55.491Z] #47 23.85 go: extracting github.com/uudashr/gocognit v1.0.1
07:25:55 [2020-11-03T07:25:55.491Z] #47 23.91 go: extracting github.com/spf13/cobra v0.0.5
07:25:55 [2020-11-03T07:25:55.549Z] #41 43.91   CC       compel/arch/x86/plugins/std/syscalls-64.o
07:25:55 [2020-11-03T07:25:55.549Z] #41 43.97   AR       compel/plugins/std.lib.a
07:25:55 [2020-11-03T07:25:55.549Z] #41 44.03   CC       compel/plugins/fds/fds.o
07:25:55 [2020-11-03T07:25:55.587Z] #22 ...
07:25:55 [2020-11-03T07:25:55.587Z] 
07:25:55 [2020-11-03T07:25:55.587Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:55 [2020-11-03T07:25:55.587Z] #11 7.009 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #11 7.101 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #11 7.107 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #11 8.017 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #11 10.00 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #11 ...
07:25:55 [2020-11-03T07:25:55.587Z] 
07:25:55 [2020-11-03T07:25:55.587Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:55 [2020-11-03T07:25:55.587Z] #40 6.763 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #40 6.785 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #40 6.793 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #40 7.620 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #40 9.196 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB]
07:25:55 [2020-11-03T07:25:55.587Z] #40 11.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
07:25:55 [2020-11-03T07:25:55.756Z] #47 24.28 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:25:55 [2020-11-03T07:25:55.851Z] #40 ...
07:25:55 [2020-11-03T07:25:55.851Z] 
07:25:55 [2020-11-03T07:25:55.851Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:55 [2020-11-03T07:25:55.851Z] #34 7.190 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:25:55 [2020-11-03T07:25:55.851Z] #34 7.356 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:25:55 [2020-11-03T07:25:55.851Z] #34 7.356 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:25:55 [2020-11-03T07:25:55.851Z] #34 8.331 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
07:25:55 [2020-11-03T07:25:55.851Z] #34 10.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB]
07:25:55 [2020-11-03T07:25:55.851Z] #34 11.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
07:25:55 [2020-11-03T07:25:55.851Z] #34 ...
07:25:55 [2020-11-03T07:25:55.851Z] 
07:25:55 [2020-11-03T07:25:55.851Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:55 [2020-11-03T07:25:55.851Z] #45 11.34 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:25:55 [2020-11-03T07:25:55.851Z] #45 11.37 go: extracting github.com/jonboulle/clockwork v0.1.0
07:25:55 [2020-11-03T07:25:55.851Z] #45 11.37 go: extracting github.com/mattn/go-isatty v0.0.12
07:25:55 [2020-11-03T07:25:55.851Z] #45 11.44 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:25:56 [2020-11-03T07:25:56.016Z] #47 24.58 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:25:56 [2020-11-03T07:25:56.146Z] #41 44.36   AR       compel/plugins/fds.lib.a
07:25:56 [2020-11-03T07:25:56.146Z] #41 44.43   HOSTDEP  compel/src/lib/log-host.d
07:25:56 [2020-11-03T07:25:56.146Z] #41 44.57   HOSTDEP  compel/src/lib/handle-elf-host.d
07:25:56 [2020-11-03T07:25:56.435Z] #41 44.67   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
07:25:56 [2020-11-03T07:25:56.435Z] #41 44.77   HOSTDEP  compel/src/main-host.d
07:25:56 [2020-11-03T07:25:56.635Z] #47 24.99 go: extracting github.com/go-critic/go-critic v0.4.1
07:25:56 [2020-11-03T07:25:56.635Z] #47 25.14 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:25:56 [2020-11-03T07:25:56.694Z] #41 44.95   DEP      compel/src/lib/ptrace.d
07:25:56 [2020-11-03T07:25:56.694Z] #41 45.07   DEP      compel/src/lib/infect.d
07:25:56 [2020-11-03T07:25:56.694Z] #41 45.15   DEP      compel/src/lib/infect-util.d
07:25:56 [2020-11-03T07:25:56.802Z] #45 ...
07:25:56 [2020-11-03T07:25:56.802Z] 
07:25:56 [2020-11-03T07:25:56.802Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:25:56 [2020-11-03T07:25:56.802Z] #38 4.092 + git clone https://github.com/docker/distribution.git .
07:25:56 [2020-11-03T07:25:56.802Z] #38 4.097 Cloning into '.'...
07:25:56 [2020-11-03T07:25:56.953Z] #41 ...
07:25:56 [2020-11-03T07:25:56.953Z] 
07:25:56 [2020-11-03T07:25:56.953Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:25:56 [2020-11-03T07:25:56.953Z] #56 DONE 133.3s
07:25:56 [2020-11-03T07:25:56.953Z] 
07:25:56 [2020-11-03T07:25:56.953Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:56 [2020-11-03T07:25:56.953Z] #41 45.23   DEP      compel/src/lib/infect-rpc.d
07:25:56 [2020-11-03T07:25:56.953Z] #41 ...
07:25:56 [2020-11-03T07:25:56.953Z] 
07:25:56 [2020-11-03T07:25:56.953Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
07:25:56 [2020-11-03T07:25:56.953Z] #57 DONE 0.1s
07:25:56 [2020-11-03T07:25:56.953Z] 
07:25:56 [2020-11-03T07:25:56.953Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:25:56 [2020-11-03T07:25:56.953Z] #58 DONE 0.0s
07:25:56 [2020-11-03T07:25:56.953Z] 
07:25:56 [2020-11-03T07:25:56.953Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:56 [2020-11-03T07:25:56.953Z] #41 45.39   DEP      compel/arch/x86/src/lib/infect.d
07:25:57 [2020-11-03T07:25:57.067Z] #38 ...
07:25:57 [2020-11-03T07:25:57.067Z] 
07:25:57 [2020-11-03T07:25:57.067Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:25:57 [2020-11-03T07:25:57.067Z] #30 3.985 + git clone https://github.com/kolyshkin/go-swagger.git .
07:25:57 [2020-11-03T07:25:57.067Z] #30 3.989 Cloning into '.'...
07:25:57 [2020-11-03T07:25:57.067Z] #30 ...
07:25:57 [2020-11-03T07:25:57.067Z] 
07:25:57 [2020-11-03T07:25:57.067Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:25:57 [2020-11-03T07:25:57.067Z] #11 13.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
07:25:57 [2020-11-03T07:25:57.201Z] #47 25.58 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:25:57 [2020-11-03T07:25:57.201Z] #47 25.58 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
07:25:57 [2020-11-03T07:25:57.201Z] #47 25.78 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:25:57 [2020-11-03T07:25:57.212Z] #41 45.55   DEP      compel/arch/x86/src/lib/cpu.d
07:25:57 [2020-11-03T07:25:57.212Z] #41 45.72   DEP      compel/src/lib/log.d
07:25:57 [2020-11-03T07:25:57.472Z] #41 45.85   DEP      compel/src/main.d
07:25:57 [2020-11-03T07:25:57.472Z] #41 45.99   DEP      compel/src/lib/handle-elf.d
07:25:57 [2020-11-03T07:25:57.491Z] ?   	github.com/docker/docker/api	[no test files]
07:25:57 [2020-11-03T07:25:57.502Z] #31 ...
07:25:57 [2020-11-03T07:25:57.502Z] 
07:25:57 [2020-11-03T07:25:57.502Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:25:57 [2020-11-03T07:25:57.502Z] #39 14.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:57 [2020-11-03T07:25:57.502Z] #39 ...
07:25:57 [2020-11-03T07:25:57.502Z] 
07:25:57 [2020-11-03T07:25:57.502Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:25:57 [2020-11-03T07:25:57.502Z] #46 21.82 go: extracting github.com/pkg/errors v0.8.1
07:25:57 [2020-11-03T07:25:57.502Z] #46 21.88 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.25 go: extracting github.com/mattn/go-colorable v0.1.4
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.31 go: extracting github.com/fatih/color v1.7.0
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.66 go: extracting github.com/spf13/pflag v1.0.5
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.75 go: extracting github.com/spf13/cobra v0.0.5
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.75 go: extracting github.com/sirupsen/logrus v1.4.2
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.76 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
07:25:57 [2020-11-03T07:25:57.502Z] #46 22.83 go: extracting github.com/spf13/viper v1.6.1
07:25:57 [2020-11-03T07:25:57.502Z] #46 23.13 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
07:25:57 [2020-11-03T07:25:57.502Z] #46 23.52 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
07:25:57 [2020-11-03T07:25:57.502Z] #46 23.57 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:25:57 [2020-11-03T07:25:57.502Z] #46 23.77 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
07:25:57 [2020-11-03T07:25:57.502Z] #46 23.97 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
07:25:57 [2020-11-03T07:25:57.502Z] #46 24.28 go: downloading github.com/inconshreveable/mousetrap v1.0.0
07:25:57 [2020-11-03T07:25:57.502Z] #46 24.37 go: extracting github.com/inconshreveable/mousetrap v1.0.0
07:25:57 [2020-11-03T07:25:57.502Z] #46 24.93 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:25:57 [2020-11-03T07:25:57.502Z] #46 25.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
07:25:57 [2020-11-03T07:25:57.732Z] #41 46.16   DEP      compel/arch/x86/src/lib/handle-elf.d
07:25:57 [2020-11-03T07:25:57.764Z] #46 25.68 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
07:25:57 [2020-11-03T07:25:57.764Z] #46 25.75 go: downloading github.com/go-lintpack/lintpack v0.5.2
07:25:57 [2020-11-03T07:25:57.767Z] #47 26.32 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:25:57 [2020-11-03T07:25:57.993Z] #41 46.38   CC       compel/src/lib/log.o
07:25:58 [2020-11-03T07:25:58.027Z] #46 26.02 go: extracting github.com/go-lintpack/lintpack v0.5.2
07:25:58 [2020-11-03T07:25:58.122Z] #33 ...
07:25:58 [2020-11-03T07:25:58.122Z] 
07:25:58 [2020-11-03T07:25:58.122Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:25:58 [2020-11-03T07:25:58.122Z] #44 59.44 bufio
07:25:58 [2020-11-03T07:25:58.122Z] #44 61.95 reflect
07:25:58 [2020-11-03T07:25:58.122Z] #44 64.42 regexp/syntax
07:25:58 [2020-11-03T07:25:58.122Z] #44 66.55 hash/crc32
07:25:58 [2020-11-03T07:25:58.122Z] #44 ...
07:25:58 [2020-11-03T07:25:58.122Z] 
07:25:58 [2020-11-03T07:25:58.122Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:25:58 [2020-11-03T07:25:58.122Z] #42 7.438   PBCC     images/file-lock.pb-c.c
07:25:58 [2020-11-03T07:25:58.122Z] #42 7.486   DEP      images/file-lock.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 7.617   PBCC     images/tty.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 7.669   DEP      images/tty.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 7.768   PBCC     images/tun.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 7.841   PBCC     images/netdev.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 7.985   DEP      images/tun.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.046   DEP      images/netdev.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.113   PBCC     images/vma.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.197   DEP      images/vma.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.281   PBCC     images/creds.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.326   DEP      images/creds.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.379   PBCC     images/utsns.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.414   DEP      images/utsns.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.451   PBCC     images/ipc-desc.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.491   PBCC     images/ipc-sem.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.507   DEP      images/ipc-desc.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.590   DEP      images/ipc-sem.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.649   PBCC     images/ipc-msg.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.722   DEP      images/ipc-msg.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.770   PBCC     images/ipc-shm.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.812   DEP      images/ipc-shm.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.852   PBCC     images/ipc-var.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.882   DEP      images/ipc-var.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.950   PBCC     images/sk-opts.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 8.999   PBCC     images/packet-sock.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.067   DEP      images/sk-opts.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.128   DEP      images/packet-sock.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.210   PBCC     images/sk-netlink.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.310   DEP      images/sk-netlink.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.390   PBCC     images/sk-inet.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.486   DEP      images/sk-inet.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.537   PBCC     images/sk-unix.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.600   DEP      images/sk-unix.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.720   PBCC     images/mm.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.779   DEP      images/mm.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.860   PBCC     images/timerfd.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 9.896   DEP      images/timerfd.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.01   PBCC     images/timer.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.04   DEP      images/timer.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.10   PBCC     images/sa.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.15   DEP      images/sa.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.22   PBCC     images/pipe-data.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.23   DEP      images/pipe-data.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.29   PBCC     images/mnt.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.41   DEP      images/mnt.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.45   PBCC     images/sk-packet.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.49   DEP      images/sk-packet.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.56   PBCC     images/tcp-stream.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.65   DEP      images/tcp-stream.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.71   PBCC     images/pipe.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.74   DEP      images/pipe.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.84   PBCC     images/pstree.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.89   DEP      images/pstree.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.96   PBCC     images/fs.pb-c.c
07:25:58 [2020-11-03T07:25:58.123Z] #42 10.97   DEP      images/fs.pb-c.d
07:25:58 [2020-11-03T07:25:58.123Z] #42 11.08   PBCC     images/signalfd.pb-c.c
07:25:58 [2020-11-03T07:25:58.253Z] #41 46.72   CC       compel/arch/x86/src/lib/cpu.o
07:25:58 [2020-11-03T07:25:58.422Z] #42 11.20   DEP      images/signalfd.pb-c.d
07:25:58 [2020-11-03T07:25:58.422Z] #42 11.28   PBCC     images/fh.pb-c.c
07:25:58 [2020-11-03T07:25:58.422Z] #42 11.38   PBCC     images/fsnotify.pb-c.c
07:25:58 [2020-11-03T07:25:58.720Z] #42 11.51   DEP      images/fh.pb-c.d
07:25:58 [2020-11-03T07:25:58.720Z] #42 11.57   DEP      images/fsnotify.pb-c.d
07:25:58 [2020-11-03T07:25:58.720Z] #42 11.65   PBCC     images/eventpoll.pb-c.c
07:25:58 [2020-11-03T07:25:58.720Z] #42 11.66   DEP      images/eventpoll.pb-c.d
07:25:58 [2020-11-03T07:25:58.720Z] #42 11.79   PBCC     images/eventfd.pb-c.c
07:25:58 [2020-11-03T07:25:58.985Z] #46 ...
07:25:58 [2020-11-03T07:25:58.985Z] 
07:25:58 [2020-11-03T07:25:58.985Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:25:58 [2020-11-03T07:25:58.985Z] #33 16.79 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:25:58 [2020-11-03T07:25:58.985Z] #33 20.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:25:58 [2020-11-03T07:25:58.985Z] #33 ...
07:25:58 [2020-11-03T07:25:58.985Z] 
07:25:58 [2020-11-03T07:25:58.985Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:25:58 [2020-11-03T07:25:58.985Z] #44 26.65 go: finding github.com/fatih/color v1.9.0
07:25:58 [2020-11-03T07:25:58.985Z] #44 26.70 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:25:58 [2020-11-03T07:25:58.985Z] #44 26.76 go: finding github.com/pkg/errors v0.9.1
07:25:58 [2020-11-03T07:25:58.985Z] #44 26.96 go: finding github.com/spf13/pflag v1.0.3
07:25:59 [2020-11-03T07:25:59.024Z] #42 11.83   DEP      images/eventfd.pb-c.d
07:25:59 [2020-11-03T07:25:59.024Z] #42 11.94   PBCC     images/remap-file-path.pb-c.c
07:25:59 [2020-11-03T07:25:59.024Z] #42 11.97   DEP      images/remap-file-path.pb-c.d
07:25:59 [2020-11-03T07:25:59.136Z] #47 27.43 go: downloading github.com/pelletier/go-toml v1.2.0
07:25:59 [2020-11-03T07:25:59.136Z] #47 27.62 go: extracting github.com/pelletier/go-toml v1.2.0
07:25:59 [2020-11-03T07:25:59.194Z] #41 47.39   CC       compel/arch/x86/src/lib/infect.o
07:25:59 [2020-11-03T07:25:59.322Z] #42 12.10   PBCC     images/fifo.pb-c.c
07:25:59 [2020-11-03T07:25:59.322Z] #42 12.13   DEP      images/fifo.pb-c.d
07:25:59 [2020-11-03T07:25:59.322Z] #42 12.27   PBCC     images/ghost-file.pb-c.c
07:25:59 [2020-11-03T07:25:59.322Z] #42 12.34   DEP      images/ghost-file.pb-c.d
07:25:59 [2020-11-03T07:25:59.564Z] #44 27.29 go: finding github.com/mattn/go-colorable v0.1.6
07:25:59 [2020-11-03T07:25:59.564Z] #44 27.39 go: finding github.com/mattn/go-isatty v0.0.12
07:25:59 [2020-11-03T07:25:59.620Z] #42 12.49   PBCC     images/regfile.pb-c.c
07:25:59 [2020-11-03T07:25:59.620Z] #42 12.60   DEP      images/regfile.pb-c.d
07:25:59 [2020-11-03T07:25:59.620Z] #42 12.69   PBCC     images/ns.pb-c.c
07:25:59 [2020-11-03T07:25:59.700Z] #47 28.10 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:25:59 [2020-11-03T07:25:59.764Z] #41 48.12   CC       compel/src/lib/infect-rpc.o
07:25:59 [2020-11-03T07:25:59.826Z] #44 27.71 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:25:59 [2020-11-03T07:25:59.919Z] #42 12.73   DEP      images/ns.pb-c.d
07:25:59 [2020-11-03T07:25:59.919Z] #42 12.84   PBCC     images/fdinfo.pb-c.c
07:25:59 [2020-11-03T07:25:59.919Z] #42 12.99   DEP      images/fdinfo.pb-c.d
07:25:59 [2020-11-03T07:25:59.919Z] #42 ...
07:25:59 [2020-11-03T07:25:59.919Z] 
07:25:59 [2020-11-03T07:25:59.919Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:25:59 [2020-11-03T07:25:59.919Z] #33 71.50 internal/poll
07:25:59 [2020-11-03T07:25:59.957Z] #47 28.32 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:00 [2020-11-03T07:26:00.025Z] #41 48.42   CC       compel/src/lib/infect-util.o
07:26:00 [2020-11-03T07:26:00.090Z] #44 28.02 go: finding github.com/jonboulle/clockwork v0.1.0
07:26:00 [2020-11-03T07:26:00.090Z] #44 28.17 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:26:00 [2020-11-03T07:26:00.216Z] #47 28.60 go: downloading github.com/ultraware/whitespace v0.0.4
07:26:00 [2020-11-03T07:26:00.216Z] #47 28.68 go: extracting github.com/ultraware/whitespace v0.0.4
07:26:00 [2020-11-03T07:26:00.216Z] #47 28.68 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:00 [2020-11-03T07:26:00.216Z] #47 28.73 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:00 [2020-11-03T07:26:00.285Z] #41 ...
07:26:00 [2020-11-03T07:26:00.285Z] 
07:26:00 [2020-11-03T07:26:00.285Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:00 [2020-11-03T07:26:00.285Z] #43 126.7 mime/quotedprintable
07:26:00 [2020-11-03T07:26:00.285Z] #43 127.2 net/http/internal
07:26:00 [2020-11-03T07:26:00.285Z] #43 129.6 crypto/tls
07:26:00 [2020-11-03T07:26:00.285Z] #43 135.8 net/http/httptrace
07:26:00 [2020-11-03T07:26:00.285Z] #43 136.0 net/http
07:26:00 [2020-11-03T07:26:00.285Z] #43 ...
07:26:00 [2020-11-03T07:26:00.285Z] 
07:26:00 [2020-11-03T07:26:00.285Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.2 Selecting previously unselected package libapparmor1:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.2 Unpacking libapparmor1:amd64 (2.13.2-10) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.4 Selecting previously unselected package libapparmor-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.6 Selecting previously unselected package libbtrfs0.
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.6 Unpacking libbtrfs0 (4.20.1-2) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.7 Selecting previously unselected package libbtrfs-dev.
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 131.7 Unpacking libbtrfs-dev (4.20.1-2) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 132.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 132.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 132.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.1 Selecting previously unselected package libudev-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.5 Selecting previously unselected package libsepol1-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.9 Selecting previously unselected package libpcre16-3:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 133.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.2 Selecting previously unselected package libpcre32-3:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.5 Selecting previously unselected package libpcrecpp0v5:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.7 Selecting previously unselected package libpcre3-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 134.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.3 Selecting previously unselected package libselinux1-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.6 Selecting previously unselected package libdevmapper-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.7 Selecting previously unselected package libseccomp-dev:amd64.
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.285Z] #11 135.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 135.8 Selecting previously unselected package libsystemd-dev:amd64.
07:26:00 [2020-11-03T07:26:00.286Z] #11 135.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 135.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.3 Setting up libapparmor1:amd64 (2.13.2-10) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.4 Setting up libpcre16-3:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.4 Setting up libsepol1-dev:amd64 (2.8-1) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.4 Setting up libbtrfs0 (4.20.1-2) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.4 Setting up libpcre32-3:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.4 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.5 Setting up libbtrfs-dev (4.20.1-2) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.5 Setting up mingw-w64-common (6.0.0-3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.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
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.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
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.7 Setting up dmsetup (2:1.02.155-3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
07:26:00 [2020-11-03T07:26:00.286Z] #11 136.7 Processing triggers for libc-bin (2.28-10) ...
07:26:00 [2020-11-03T07:26:00.354Z] #44 28.21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:26:00 [2020-11-03T07:26:00.354Z] #44 28.26 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:26:00 [2020-11-03T07:26:00.473Z] #47 ...
07:26:00 [2020-11-03T07:26:00.473Z] 
07:26:00 [2020-11-03T07:26:00.473Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:26:00 [2020-11-03T07:26:00.473Z] #45 18.84 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:26:00 [2020-11-03T07:26:00.473Z] #45 19.32 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:26:00 [2020-11-03T07:26:00.473Z] #45 21.97 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:26:00 [2020-11-03T07:26:00.473Z] #45 27.48 go: finding github.com/fatih/color v1.9.0
07:26:00 [2020-11-03T07:26:00.473Z] #45 27.62 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:26:00 [2020-11-03T07:26:00.473Z] #45 27.70 go: finding github.com/pkg/errors v0.9.1
07:26:00 [2020-11-03T07:26:00.473Z] #45 27.74 go: finding github.com/mattn/go-colorable v0.1.6
07:26:00 [2020-11-03T07:26:00.473Z] #45 27.90 go: finding github.com/spf13/pflag v1.0.3
07:26:00 [2020-11-03T07:26:00.473Z] #45 27.95 go: finding github.com/mattn/go-isatty v0.0.12
07:26:00 [2020-11-03T07:26:00.473Z] #45 28.32 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:26:00 [2020-11-03T07:26:00.473Z] #45 28.68 go: finding github.com/jonboulle/clockwork v0.1.0
07:26:00 [2020-11-03T07:26:00.473Z] #45 28.79 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:26:00 [2020-11-03T07:26:00.473Z] #45 28.80 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:26:00 [2020-11-03T07:26:00.473Z] #45 28.84 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:26:00 [2020-11-03T07:26:00.565Z] #33 ...
07:26:00 [2020-11-03T07:26:00.565Z] 
07:26:00 [2020-11-03T07:26:00.565Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:26:00 [2020-11-03T07:26:00.565Z] #46 DONE 71.9s
07:26:00 [2020-11-03T07:26:00.565Z] 
07:26:00 [2020-11-03T07:26:00.565Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:00 [2020-11-03T07:26:00.565Z] #50 72.01 internal/poll
07:26:00 [2020-11-03T07:26:00.565Z] #50 72.04 context
07:26:00 [2020-11-03T07:26:00.869Z] #11 DONE 137.2s
07:26:00 [2020-11-03T07:26:00.869Z] 
07:26:00 [2020-11-03T07:26:00.869Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
07:26:01 [2020-11-03T07:26:01.038Z] #45 ...
07:26:01 [2020-11-03T07:26:01.038Z] 
07:26:01 [2020-11-03T07:26:01.038Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:26:01 [2020-11-03T07:26:01.555Z] #38 29.42 Checking out files:  80% (1347/1665)   
Checking out files:  81% (1349/1665)   
Checking out files:  82% (1366/1665)   
Checking out files:  83% (1382/1665)   
Checking out files:  84% (1399/1665)   
Checking out files:  85% (1416/1665)   
Checking out files:  86% (1432/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.
07:26:01 [2020-11-03T07:26:01.555Z] #38 29.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
07:26:02 [2020-11-03T07:26:02.254Z] #12 DONE 1.5s
07:26:02 [2020-11-03T07:26:02.254Z] 
07:26:02 [2020-11-03T07:26:02.254Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.303 + RM_GOPATH=0
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.305 + TMP_GOPATH=
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.305 + : /build
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.305 + '[' -z '' ']'
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.314 ++ mktemp -d
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.316 + export GOPATH=/tmp/tmp.c35iIBTaLG
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.316 + GOPATH=/tmp/tmp.c35iIBTaLG
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.317 + RM_GOPATH=1
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.317 + case "$(go env GOARCH)" in
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.317 ++ go env GOARCH
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.341 + export GO_BUILDMODE=-buildmode=pie
07:26:02 [2020-11-03T07:26:02.254Z] #51 1.341 + GO_BUILDMODE=-buildmode=pie
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.342 ++ dirname /tmp/install/install.sh
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.347 + dir=/tmp/install
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.348 + bin=runc
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.348 + shift
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.348 + '[' '!' -f /tmp/install/runc.installer ']'
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.348 + . /tmp/install/runc.installer
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.348 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.357 + install_runc
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.357 + uname -r
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.358 + grep -q '^3\.10\.0.*\.el7\.'
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.362 + RUNC_BUILDTAGS='seccomp apparmor selinux '
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.362 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.362 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.363 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.c35iIBTaLG/src/github.com/opencontainers/runc
07:26:02 [2020-11-03T07:26:02.255Z] #51 1.366 Cloning into '/tmp/tmp.c35iIBTaLG/src/github.com/opencontainers/runc'...
07:26:02 [2020-11-03T07:26:02.589Z] #11 ...
07:26:02 [2020-11-03T07:26:02.589Z] 
07:26:02 [2020-11-03T07:26:02.589Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
07:26:02 [2020-11-03T07:26:02.589Z] #27 14.94 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:26:02 [2020-11-03T07:26:02.589Z] #27 15.43 
07:26:02 [2020-11-03T07:26:02.589Z] #27 15.84 #=#=#                                                                         

######################################################################## 100.0%
07:26:02 [2020-11-03T07:26:02.589Z] #27 16.12 
07:26:02 [2020-11-03T07:26:02.589Z] #27 16.94 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:26:02 [2020-11-03T07:26:02.589Z] #27 17.41 
07:26:02 [2020-11-03T07:26:02.589Z] #27 17.64 
######################################################################## 100.0%
07:26:02 [2020-11-03T07:26:02.589Z] #27 17.77 
07:26:02 [2020-11-03T07:26:02.589Z] #27 17.87 Download of images into '/build' complete.
07:26:02 [2020-11-03T07:26:02.589Z] #27 17.87 Use something like the following to load the result into a Docker daemon:
07:26:02 [2020-11-03T07:26:02.589Z] #27 17.87   tar -cC '/build' . | docker load
07:26:02 [2020-11-03T07:26:02.589Z] #27 DONE 20.8s
07:26:02 [2020-11-03T07:26:02.589Z] 
07:26:02 [2020-11-03T07:26:02.589Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:26:02 [2020-11-03T07:26:02.589Z] #38 14.82 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
07:26:03 [2020-11-03T07:26:03.354Z] #50 ...
07:26:03 [2020-11-03T07:26:03.354Z] 
07:26:03 [2020-11-03T07:26:03.354Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:03 [2020-11-03T07:26:03.354Z] #12 64.19 Selecting previously unselected package gcc-mingw-w64-base.
07:26:03 [2020-11-03T07:26:03.354Z] #12 64.20 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
07:26:03 [2020-11-03T07:26:03.354Z] #12 64.20 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:26:03 [2020-11-03T07:26:03.354Z] #12 64.51 Selecting previously unselected package gcc-mingw-w64-x86-64.
07:26:03 [2020-11-03T07:26:03.354Z] #12 64.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
07:26:03 [2020-11-03T07:26:03.354Z] #12 64.53 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:26:03 [2020-11-03T07:26:03.354Z] #12 ...
07:26:03 [2020-11-03T07:26:03.354Z] 
07:26:03 [2020-11-03T07:26:03.354Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.15   PBCC     images/core-aarch64.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.20   PBCC     images/core-arm.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.29   PBCC     images/core-ppc64.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.38   PBCC     images/core-s390.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.43   PBCC     images/core-x86.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.48   PBCC     images/core.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.56   PBCC     images/inventory.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.65   DEP      images/core-aarch64.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.70   DEP      images/core-arm.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.75   DEP      images/core-ppc64.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.81   DEP      images/core-s390.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 13.86   DEP      images/core-x86.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 14.00   DEP      images/core.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 14.07   DEP      images/inventory.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 14.15   PBCC     images/cpuinfo.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 14.16   DEP      images/cpuinfo.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 14.23   PBCC     images/stats.pb-c.c
07:26:03 [2020-11-03T07:26:03.354Z] #42 14.28   DEP      images/stats.pb-c.d
07:26:03 [2020-11-03T07:26:03.354Z] #42 16.19 make[1]: Nothing to be done for 'all'.
07:26:03 [2020-11-03T07:26:03.430Z] #38 16.38 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:26:03 [2020-11-03T07:26:03.449Z] #38 ...
07:26:03 [2020-11-03T07:26:03.449Z] 
07:26:03 [2020-11-03T07:26:03.449Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:03 [2020-11-03T07:26:03.449Z] #43 21.78 vendor/golang.org/x/crypto/cryptobyte/asn1
07:26:03 [2020-11-03T07:26:03.449Z] #43 22.04 internal/nettrace
07:26:03 [2020-11-03T07:26:03.449Z] #43 22.32 runtime/cgo
07:26:03 [2020-11-03T07:26:03.449Z] #43 ...
07:26:03 [2020-11-03T07:26:03.449Z] 
07:26:03 [2020-11-03T07:26:03.449Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:03 [2020-11-03T07:26:03.449Z] #34 31.88 Fetched 8396 kB in 25s (333 kB/s)
07:26:03 [2020-11-03T07:26:03.635Z] #51 ...
07:26:03 [2020-11-03T07:26:03.635Z] 
07:26:03 [2020-11-03T07:26:03.635Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
07:26:03 [2020-11-03T07:26:03.635Z] #13 DONE 1.2s
07:26:03 [2020-11-03T07:26:03.635Z] 
07:26:03 [2020-11-03T07:26:03.635Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:26:04 [2020-11-03T07:26:04.573Z] #14 0.959 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:26:04 [2020-11-03T07:26:04.573Z] #14 DONE 1.1s
07:26:04 [2020-11-03T07:26:04.573Z] 
07:26:04 [2020-11-03T07:26:04.573Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:26:04 [2020-11-03T07:26:04.578Z] #44 ...
07:26:04 [2020-11-03T07:26:04.578Z] 
07:26:04 [2020-11-03T07:26:04.578Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:04 [2020-11-03T07:26:04.578Z] #48 21.95 + cd /tmp/tmp.WwBuFVVCdJ/src/github.com/mvdan/sh
07:26:04 [2020-11-03T07:26:04.578Z] #48 21.96 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
07:26:04 [2020-11-03T07:26:04.578Z] #48 22.23 + GO111MODULE=on
07:26:04 [2020-11-03T07:26:04.578Z] #48 22.23 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
07:26:04 [2020-11-03T07:26:04.578Z] #48 23.62 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:04 [2020-11-03T07:26:04.578Z] #48 23.69 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:04 [2020-11-03T07:26:04.578Z] #48 23.79 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:04 [2020-11-03T07:26:04.578Z] #48 24.35 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:04 [2020-11-03T07:26:04.578Z] #48 24.41 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:04 [2020-11-03T07:26:04.578Z] #48 25.52 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:04 [2020-11-03T07:26:04.578Z] #48 26.82 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:04 [2020-11-03T07:26:04.578Z] #48 29.08 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:04 [2020-11-03T07:26:04.578Z] #48 30.69 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:04 [2020-11-03T07:26:04.578Z] #48 30.91 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:04 [2020-11-03T07:26:04.578Z] #48 31.09 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:04 [2020-11-03T07:26:04.578Z] #48 31.33 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:04 [2020-11-03T07:26:04.578Z] #48 ...
07:26:04 [2020-11-03T07:26:04.578Z] 
07:26:04 [2020-11-03T07:26:04.578Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:26:04 [2020-11-03T07:26:04.578Z] #37 30.89 Checking out files:  77% (1294/1665)   
Checking out files:  78% (1299/1665)   
Checking out files:  79% (1316/1665)   
Checking out files:  80% (1332/1665)   
Checking out files:  81% (1349/1665)   
Checking out files:  82% (1366/1665)   
Checking out files:  83% (1382/1665)   
Checking out files:  84% (1399/1665)   
Checking out files:  85% (1416/1665)   
Checking out files:  86% (1432/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.
07:26:04 [2020-11-03T07:26:04.578Z] #37 31.53 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
07:26:04 [2020-11-03T07:26:04.818Z] #34 31.88 Reading package lists...
07:26:04 [2020-11-03T07:26:04.818Z] #34 ...
07:26:04 [2020-11-03T07:26:04.818Z] 
07:26:04 [2020-11-03T07:26:04.818Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:04 [2020-11-03T07:26:04.818Z] #49 23.09 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:04 [2020-11-03T07:26:04.818Z] #49 23.17 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:04 [2020-11-03T07:26:04.818Z] #49 23.18 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:04 [2020-11-03T07:26:04.818Z] #49 23.55 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:04 [2020-11-03T07:26:04.818Z] #49 23.78 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:04 [2020-11-03T07:26:04.818Z] #49 25.07 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:04 [2020-11-03T07:26:04.818Z] #49 26.25 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:04 [2020-11-03T07:26:04.818Z] #49 28.69 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:04 [2020-11-03T07:26:04.818Z] #49 30.66 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:04 [2020-11-03T07:26:04.818Z] #49 30.85 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:04 [2020-11-03T07:26:04.818Z] #49 31.08 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:04 [2020-11-03T07:26:04.818Z] #49 31.43 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:04 [2020-11-03T07:26:04.818Z] #49 32.71 runtime/cgo
07:26:04 [2020-11-03T07:26:04.818Z] #49 32.76 runtime
07:26:04 [2020-11-03T07:26:04.818Z] #49 ...
07:26:04 [2020-11-03T07:26:04.818Z] 
07:26:04 [2020-11-03T07:26:04.818Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:05 [2020-11-03T07:26:05.099Z] #62 32.06 Checking out files:  42% (805/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
07:26:05 [2020-11-03T07:26:05.356Z] #62 33.74 + cd /tmp/tmp.bPS0XnOB9a/src/github.com/docker/libnetwork
07:26:05 [2020-11-03T07:26:05.356Z] #62 33.74 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
07:26:05 [2020-11-03T07:26:05.356Z] #62 33.92 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
07:26:05 [2020-11-03T07:26:05.357Z] #38 ...
07:26:05 [2020-11-03T07:26:05.357Z] 
07:26:05 [2020-11-03T07:26:05.357Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:05 [2020-11-03T07:26:05.358Z] #53 11.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
07:26:05 [2020-11-03T07:26:05.358Z] #53 19.58 Fetched 8219 kB in 13s (644 kB/s)
07:26:05 [2020-11-03T07:26:05.458Z] #42 18.00   CC       images/stats.o
07:26:05 [2020-11-03T07:26:05.458Z] #42 ...
07:26:05 [2020-11-03T07:26:05.458Z] 
07:26:05 [2020-11-03T07:26:05.458Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:05 [2020-11-03T07:26:05.458Z] #50 76.81 os
07:26:05 [2020-11-03T07:26:05.458Z] #50 76.91 regexp
07:26:05 [2020-11-03T07:26:05.512Z] #15 DONE 1.1s
07:26:05 [2020-11-03T07:26:05.512Z] 
07:26:05 [2020-11-03T07:26:05.512Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:26:05 [2020-11-03T07:26:05.622Z] #53 19.58 Reading package lists...
07:26:05 [2020-11-03T07:26:05.622Z] #53 ...
07:26:05 [2020-11-03T07:26:05.622Z] 
07:26:05 [2020-11-03T07:26:05.622Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:05 [2020-11-03T07:26:05.622Z] #62 19.13 Checking out files:  38% (741/1905)   
Checking out files:  39% (743/1905)   
Checking out files:  40% (762/1905)   
Checking out files:  41% (782/1905)   
Checking out files:  42% (801/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
07:26:05 [2020-11-03T07:26:05.622Z] #62 20.01 + cd /tmp/tmp.nVuwbtmDRM/src/github.com/docker/libnetwork
07:26:05 [2020-11-03T07:26:05.622Z] #62 20.01 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
07:26:05 [2020-11-03T07:26:05.622Z] #62 20.82 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
07:26:05 [2020-11-03T07:26:05.954Z] ok  	github.com/docker/docker/api/server	0.012s	coverage: 9.0% of statements
07:26:06 [2020-11-03T07:26:06.207Z] #62 ...
07:26:06 [2020-11-03T07:26:06.207Z] 
07:26:06 [2020-11-03T07:26:06.207Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:06 [2020-11-03T07:26:06.207Z] #43 12.30 crypto/internal/subtle
07:26:06 [2020-11-03T07:26:06.207Z] #43 12.72 crypto/subtle
07:26:06 [2020-11-03T07:26:06.207Z] #43 13.07 vendor/golang.org/x/crypto/cryptobyte/asn1
07:26:06 [2020-11-03T07:26:06.207Z] #43 13.42 internal/nettrace
07:26:06 [2020-11-03T07:26:06.207Z] #43 13.78 runtime/cgo
07:26:06 [2020-11-03T07:26:06.207Z] #43 15.57 vendor/golang.org/x/crypto/internal/subtle
07:26:06 [2020-11-03T07:26:06.471Z] #43 ...
07:26:06 [2020-11-03T07:26:06.471Z] 
07:26:06 [2020-11-03T07:26:06.471Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.47 go: downloading github.com/spf13/pflag v1.0.5
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.47 go: downloading github.com/spf13/cobra v0.0.5
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.53 go: downloading github.com/spf13/viper v1.6.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.60 go: downloading github.com/pkg/errors v0.8.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.65 go: downloading github.com/mattn/go-colorable v0.1.4
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.69 go: downloading github.com/stretchr/testify v1.4.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.70 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.72 go: downloading github.com/sirupsen/logrus v1.4.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 18.86 go: downloading github.com/go-critic/go-critic v0.4.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.14 go: extracting github.com/spf13/pflag v1.0.5
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.16 go: extracting github.com/mattn/go-colorable v0.1.4
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.34 go: downloading github.com/go-lintpack/lintpack v0.5.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.50 go: extracting github.com/pkg/errors v0.8.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.51 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.52 go: extracting github.com/sirupsen/logrus v1.4.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.53 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.54 go: extracting github.com/spf13/viper v1.6.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.54 go: extracting github.com/stretchr/testify v1.4.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.60 go: extracting github.com/spf13/cobra v0.0.5
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.62 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.68 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.70 go: downloading github.com/pelletier/go-toml v1.2.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.79 go: downloading github.com/magiconair/properties v1.8.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.83 go: downloading github.com/fatih/color v1.7.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.85 go: downloading github.com/spf13/afero v1.1.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.92 go: extracting github.com/go-lintpack/lintpack v0.5.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 19.94 go: extracting github.com/go-critic/go-critic v0.4.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.04 go: downloading github.com/fsnotify/fsnotify v1.4.7
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.16 go: extracting github.com/mitchellh/go-homedir v1.1.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.20 go: downloading github.com/hashicorp/hcl v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.32 go: extracting github.com/fatih/color v1.7.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.32 go: extracting github.com/spf13/afero v1.1.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.32 go: extracting github.com/pelletier/go-toml v1.2.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.32 go: extracting github.com/fsnotify/fsnotify v1.4.7
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.33 go: downloading github.com/spf13/cast v1.3.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.33 go: extracting github.com/magiconair/properties v1.8.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.47 go: extracting github.com/spf13/cast v1.3.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.63 go: downloading github.com/stretchr/objx v0.2.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.63 go: extracting github.com/hashicorp/hcl v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.83 go: downloading github.com/davecgh/go-spew v1.1.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.87 go: downloading github.com/pmezard/go-difflib v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.94 go: downloading github.com/spf13/jwalterweatherman v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.96 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 20.99 go: downloading gopkg.in/yaml.v2 v2.2.7
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.20 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.21 go: extracting github.com/stretchr/objx v0.2.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.23 go: extracting github.com/davecgh/go-spew v1.1.1
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.25 go: extracting github.com/spf13/jwalterweatherman v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.29 go: extracting github.com/pmezard/go-difflib v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.30 go: downloading github.com/mattn/go-isatty v0.0.8
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.37 go: downloading github.com/mitchellh/mapstructure v1.1.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.48 go: downloading golang.org/x/text v0.3.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.62 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.82 go: extracting github.com/mitchellh/mapstructure v1.1.2
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.86 go: extracting gopkg.in/yaml.v2 v2.2.7
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.88 go: downloading github.com/inconshreveable/mousetrap v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 21.91 go: extracting github.com/mattn/go-isatty v0.0.8
07:26:06 [2020-11-03T07:26:06.471Z] #47 22.32 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 22.40 go: extracting github.com/inconshreveable/mousetrap v1.0.0
07:26:06 [2020-11-03T07:26:06.471Z] #47 22.41 go: downloading gopkg.in/ini.v1 v1.51.0
07:26:06 [2020-11-03T07:26:06.734Z] #47 22.61 go: downloading github.com/subosito/gotenv v1.2.0
07:26:06 [2020-11-03T07:26:06.896Z] #16 DONE 1.0s
07:26:06 [2020-11-03T07:26:06.896Z] 
07:26:06 [2020-11-03T07:26:06.896Z] #17 [dev-systemd-false  6/26] RUN ldconfig
07:26:07 [2020-11-03T07:26:07.007Z] #47 22.88 go: extracting github.com/go-toolsmith/astfmt v1.0.0
07:26:07 [2020-11-03T07:26:07.007Z] #47 22.91 go: extracting github.com/subosito/gotenv v1.2.0
07:26:07 [2020-11-03T07:26:07.131Z] #37 34.84 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:26:07 [2020-11-03T07:26:07.263Z] using credential docker-jenkins-github-credentials
07:26:07 [2020-11-03T07:26:07.272Z] #47 23.10 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:26:07 [2020-11-03T07:26:07.272Z] #47 23.15 go: extracting gopkg.in/ini.v1 v1.51.0
07:26:07 [2020-11-03T07:26:07.272Z] #47 ...
07:26:07 [2020-11-03T07:26:07.272Z] 
07:26:07 [2020-11-03T07:26:07.272Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:26:07 [2020-11-03T07:26:07.272Z] #45 13.04 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:26:07 [2020-11-03T07:26:07.272Z] #45 14.93 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:26:07 [2020-11-03T07:26:07.272Z] #45 16.07 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.13 go: finding github.com/fatih/color v1.9.0
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.14 go: finding github.com/pkg/errors v0.9.1
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.15 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.18 go: finding github.com/mattn/go-isatty v0.0.12
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.19 go: finding github.com/mattn/go-colorable v0.1.6
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.21 go: finding github.com/spf13/pflag v1.0.3
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.40 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.82 go: finding github.com/jonboulle/clockwork v0.1.0
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.84 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.88 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:26:07 [2020-11-03T07:26:07.272Z] #45 20.92 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:26:07 [2020-11-03T07:26:07.272Z] #45 ...
07:26:07 [2020-11-03T07:26:07.272Z] 
07:26:07 [2020-11-03T07:26:07.272Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:07 [2020-11-03T07:26:07.272Z] #49 13.41 + cd /tmp/tmp.wI4JS2ZtLE/src/github.com/mvdan/sh
07:26:07 [2020-11-03T07:26:07.272Z] #49 13.41 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
07:26:07 [2020-11-03T07:26:07.272Z] #49 13.53 + GO111MODULE=on
07:26:07 [2020-11-03T07:26:07.272Z] #49 13.53 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
07:26:07 [2020-11-03T07:26:07.272Z] #49 16.85 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:07 [2020-11-03T07:26:07.272Z] #49 16.92 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:07 [2020-11-03T07:26:07.272Z] #49 16.94 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:07 [2020-11-03T07:26:07.272Z] #49 17.54 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:07 [2020-11-03T07:26:07.272Z] #49 17.77 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:07 [2020-11-03T07:26:07.272Z] #49 17.95 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:07 [2020-11-03T07:26:07.272Z] #49 19.25 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:07 [2020-11-03T07:26:07.272Z] #49 20.24 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:07 [2020-11-03T07:26:07.272Z] #49 21.62 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:26:07 [2020-11-03T07:26:07.272Z] #49 21.69 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:26:07 [2020-11-03T07:26:07.272Z] #49 21.90 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:26:07 [2020-11-03T07:26:07.272Z] #49 22.11 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:26:07 [2020-11-03T07:26:07.338Z] Cloning the remote Git repository
07:26:07 [2020-11-03T07:26:07.339Z] Cloning with configured refspecs honoured and without tags
07:26:07 [2020-11-03T07:26:07.537Z] #49 ...
07:26:07 [2020-11-03T07:26:07.537Z] 
07:26:07 [2020-11-03T07:26:07.537Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:07 [2020-11-03T07:26:07.537Z] #47 23.35 go: extracting github.com/go-toolsmith/astcopy v1.0.0
07:26:07 [2020-11-03T07:26:07.707Z] #37 ...
07:26:07 [2020-11-03T07:26:07.707Z] 
07:26:07 [2020-11-03T07:26:07.707Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:07 [2020-11-03T07:26:07.707Z] #42 25.58 unicode/utf16
07:26:07 [2020-11-03T07:26:07.707Z] #42 26.10 container/list
07:26:07 [2020-11-03T07:26:07.707Z] #42 27.21 crypto/internal/subtle
07:26:07 [2020-11-03T07:26:07.707Z] #42 27.65 crypto/subtle
07:26:07 [2020-11-03T07:26:07.707Z] #42 28.07 vendor/golang.org/x/crypto/cryptobyte/asn1
07:26:07 [2020-11-03T07:26:07.707Z] #42 28.34 internal/nettrace
07:26:07 [2020-11-03T07:26:07.707Z] #42 28.65 runtime/cgo
07:26:07 [2020-11-03T07:26:07.707Z] #42 ...
07:26:07 [2020-11-03T07:26:07.707Z] 
07:26:07 [2020-11-03T07:26:07.707Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:07 [2020-11-03T07:26:07.707Z] #61 27.29 Checking out files:  36% (687/1905)   
Checking out files:  37% (705/1905)   
Checking out files:  38% (724/1905)   
Checking out files:  39% (743/1905)   
Checking out files:  40% (762/1905)   
Checking out files:  41% (782/1905)   
Checking out files:  42% (801/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
07:26:07 [2020-11-03T07:26:07.707Z] #61 29.08 + cd /tmp/tmp.FvciD9SvPz/src/github.com/docker/libnetwork
07:26:07 [2020-11-03T07:26:07.707Z] #61 29.08 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
07:26:07 [2020-11-03T07:26:07.707Z] #61 29.70 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
07:26:07 [2020-11-03T07:26:07.529Z] Cloning repository https://github.com/moby/moby.git
07:26:07 [2020-11-03T07:26:07.833Z] #17 DONE 1.1s
07:26:07 [2020-11-03T07:26:07.834Z] 
07:26:07 [2020-11-03T07:26:07.834Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:07 [2020-11-03T07:26:07.834Z] #41 48.67   CC       compel/src/lib/infect.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 51.52   CC       compel/src/lib/ptrace.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 52.04   AR       compel/libcompel.a
07:26:07 [2020-11-03T07:26:07.834Z] #41 52.18   HOSTCC   compel/src/main-host.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 52.57   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 52.86   HOSTCC   compel/src/lib/handle-elf-host.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 53.38   HOSTCC   compel/src/lib/log-host.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 53.64   HOSTLINK compel/compel-host-bin
07:26:07 [2020-11-03T07:26:07.834Z] #41 53.82   DEP      soccr/soccr.d
07:26:07 [2020-11-03T07:26:07.834Z] #41 54.11   CC       soccr/soccr.o
07:26:07 [2020-11-03T07:26:07.834Z] #41 55.74   AR       soccr/libsoccr.a
07:26:07 [2020-11-03T07:26:07.834Z] #41 55.80 make[1]: 'soccr/libsoccr.a' is up to date.
07:26:07 [2020-11-03T07:26:07.834Z] #41 56.19   DEP      criu/arch/x86/sigframe.d
07:26:07 [2020-11-03T07:26:07.834Z] #41 ...
07:26:07 [2020-11-03T07:26:07.834Z] 
07:26:07 [2020-11-03T07:26:07.834Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:08 [2020-11-03T07:26:08.627Z] #62 ...
07:26:08 [2020-11-03T07:26:08.627Z] 
07:26:08 [2020-11-03T07:26:08.627Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:08 [2020-11-03T07:26:08.627Z] #40 27.14 Fetched 8396 kB in 22s (387 kB/s)
07:26:08 [2020-11-03T07:26:08.627Z] #40 27.14 Reading package lists...
07:26:08 [2020-11-03T07:26:08.883Z] #40 37.15 Reading package lists...
07:26:08 [2020-11-03T07:26:08.883Z] #40 ...
07:26:08 [2020-11-03T07:26:08.883Z] 
07:26:08 [2020-11-03T07:26:08.883Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:08 [2020-11-03T07:26:08.883Z] #47 29.92 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.01 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.04 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.10 go: downloading gopkg.in/ini.v1 v1.51.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.10 go: downloading github.com/davecgh/go-spew v1.1.1
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.10 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.10 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.21 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.22 go: downloading github.com/inconshreveable/mousetrap v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.22 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.24 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.25 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.31 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.32 go: downloading github.com/hashicorp/hcl v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.44 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.47 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.48 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.67 go: extracting github.com/inconshreveable/mousetrap v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.67 go: downloading github.com/fsnotify/fsnotify v1.4.7
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.74 go: extracting github.com/go-toolsmith/astfmt v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.74 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.83 go: extracting gopkg.in/ini.v1 v1.51.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.83 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.84 go: downloading github.com/spf13/afero v1.1.2
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.84 go: extracting github.com/davecgh/go-spew v1.1.1
07:26:08 [2020-11-03T07:26:08.883Z] #47 33.84 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.07 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.13 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.19 go: downloading github.com/BurntSushi/toml v0.3.1
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.28 go: downloading github.com/mattn/go-colorable v0.1.4
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.51 go: downloading github.com/go-toolsmith/astp v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.51 go: extracting github.com/hashicorp/hcl v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.58 go: extracting github.com/spf13/afero v1.1.2
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.60 go: downloading github.com/go-toolsmith/typep v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.67 go: extracting github.com/fsnotify/fsnotify v1.4.7
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.77 go: downloading github.com/stretchr/objx v0.2.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.93 go: extracting github.com/mattn/go-colorable v0.1.4
07:26:08 [2020-11-03T07:26:08.883Z] #47 34.93 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.00 go: extracting github.com/go-toolsmith/astp v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.04 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.13 go: extracting github.com/BurntSushi/toml v0.3.1
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.21 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.22 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.24 go: extracting github.com/go-toolsmith/typep v1.0.0
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.32 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:08 [2020-11-03T07:26:08.883Z] #47 35.40 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.40 go: downloading github.com/magiconair/properties v1.8.1
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.41 go: downloading github.com/mattn/go-isatty v0.0.8
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.43 go: downloading golang.org/x/text v0.3.2
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.62 go: downloading github.com/subosito/gotenv v1.2.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.80 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.80 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.85 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.85 go: downloading github.com/go-toolsmith/astequal v1.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.93 go: downloading github.com/kisielk/gotool v1.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 35.98 go: extracting github.com/stretchr/objx v0.2.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.03 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.13 go: downloading github.com/sourcegraph/go-diff v0.5.1
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.18 go: extracting github.com/mattn/go-isatty v0.0.8
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.31 go: extracting github.com/magiconair/properties v1.8.1
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.42 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.57 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.87 go: extracting github.com/subosito/gotenv v1.2.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.98 go: extracting github.com/go-toolsmith/astequal v1.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.98 go: extracting github.com/kisielk/gotool v1.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 36.99 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.02 go: downloading github.com/ultraware/funlen v0.0.2
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.11 go: downloading github.com/spf13/jwalterweatherman v1.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.11 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.12 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.12 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.12 go: extracting github.com/sourcegraph/go-diff v0.5.1
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.15 go: downloading gopkg.in/yaml.v2 v2.2.7
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.20 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:08 [2020-11-03T07:26:08.884Z] #47 37.36 go: extracting github.com/ultraware/funlen v0.0.2
07:26:09 [2020-11-03T07:26:09.024Z] #50 ...
07:26:09 [2020-11-03T07:26:09.024Z] 
07:26:09 [2020-11-03T07:26:09.024Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:09 [2020-11-03T07:26:09.024Z] #44 70.36 vendor/golang.org/x/text/transform
07:26:09 [2020-11-03T07:26:09.024Z] #44 74.87 os
07:26:09 [2020-11-03T07:26:09.024Z] #44 77.93 regexp
07:26:09 [2020-11-03T07:26:09.024Z] #44 ...
07:26:09 [2020-11-03T07:26:09.024Z] 
07:26:09 [2020-11-03T07:26:09.024Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:09 [2020-11-03T07:26:09.024Z] #42 18.53   CC       images/core.o
07:26:09 [2020-11-03T07:26:09.024Z] #42 19.29   CC       images/core-x86.o
07:26:09 [2020-11-03T07:26:09.024Z] #42 19.93   CC       images/core-arm.o
07:26:09 [2020-11-03T07:26:09.024Z] #42 20.37   CC       images/core-aarch64.o
07:26:09 [2020-11-03T07:26:09.024Z] #42 20.79   CC       images/core-ppc64.o
07:26:09 [2020-11-03T07:26:09.024Z] #42 21.43   CC       images/core-s390.o
07:26:09 [2020-11-03T07:26:09.024Z] #42 22.15   CC       images/cpuinfo.o
07:26:09 [2020-11-03T07:26:09.140Z] #47 37.60 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:09 [2020-11-03T07:26:09.214Z] #18 1.451 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:26:09 [2020-11-03T07:26:09.214Z] #18 1.509 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:26:09 [2020-11-03T07:26:09.214Z] #18 1.511 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:26:09 [2020-11-03T07:26:09.396Z] #47 37.73 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:26:09 [2020-11-03T07:26:09.396Z] #47 37.73 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:09 [2020-11-03T07:26:09.396Z] #47 37.73 go: extracting gopkg.in/yaml.v2 v2.2.7
07:26:09 [2020-11-03T07:26:09.396Z] #47 37.73 go: extracting github.com/spf13/jwalterweatherman v1.0.0
07:26:09 [2020-11-03T07:26:09.396Z] #47 37.80 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:09 [2020-11-03T07:26:09.396Z] #47 37.98 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:26:09 [2020-11-03T07:26:09.466Z] #47 25.11 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:09 [2020-11-03T07:26:09.466Z] #47 25.22 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:09 [2020-11-03T07:26:09.654Z] #47 38.18 go: extracting github.com/go-toolsmith/astcopy v1.0.0
07:26:09 [2020-11-03T07:26:09.654Z] #47 38.18 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
07:26:09 [2020-11-03T07:26:09.654Z] #47 38.27 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:07 [2020-11-03T07:26:07.922Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
07:26:08 [2020-11-03T07:26:08.783Z] Fetching upstream changes from https://github.com/moby/moby.git
07:26:08 [2020-11-03T07:26:08.783Z]  > git --version # timeout=10
07:26:08 [2020-11-03T07:26:08.826Z]  > git --version # 'git version 2.24.1.windows.2'
07:26:08 [2020-11-03T07:26:08.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:26:08 [2020-11-03T07:26:08.830Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:26:09 [2020-11-03T07:26:09.785Z] #18 2.103 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:26:10 [2020-11-03T07:26:10.081Z] #42 22.74   CC       images/inventory.o
07:26:10 [2020-11-03T07:26:10.081Z] #42 23.01   CC       images/fdinfo.o
07:26:10 [2020-11-03T07:26:10.219Z] #47 38.48 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:26:10 [2020-11-03T07:26:10.219Z] #47 38.50 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:10 [2020-11-03T07:26:10.219Z] #47 38.70 go: downloading github.com/mitchellh/mapstructure v1.1.2
07:26:10 [2020-11-03T07:26:10.219Z] #47 38.72 go: extracting github.com/go-toolsmith/strparse v1.0.0
07:26:10 [2020-11-03T07:26:10.219Z] #47 38.73 go: downloading github.com/gogo/protobuf v1.2.1
07:26:10 [2020-11-03T07:26:10.219Z] #47 38.79 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
07:26:10 [2020-11-03T07:26:10.269Z] #61 ...
07:26:10 [2020-11-03T07:26:10.270Z] 
07:26:10 [2020-11-03T07:26:10.270Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:10 [2020-11-03T07:26:10.270Z] #46 27.68 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:10 [2020-11-03T07:26:10.270Z] #46 27.82 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:10 [2020-11-03T07:26:10.270Z] #46 27.90 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:10 [2020-11-03T07:26:10.270Z] #46 27.92 go: downloading github.com/magiconair/properties v1.8.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 28.12 go: extracting github.com/magiconair/properties v1.8.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 28.21 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:10 [2020-11-03T07:26:10.270Z] #46 31.09 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.30 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.35 go: downloading github.com/uudashr/gocognit v1.0.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.35 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.35 go: downloading github.com/mitchellh/mapstructure v1.1.2
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.36 go: downloading github.com/sourcegraph/go-diff v0.5.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.36 go: downloading github.com/spf13/cast v1.3.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.70 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.86 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.87 go: extracting github.com/uudashr/gocognit v1.0.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.87 go: downloading github.com/ultraware/whitespace v0.0.4
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.92 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:10 [2020-11-03T07:26:10.270Z] #46 34.93 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.08 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.08 go: extracting github.com/sourcegraph/go-diff v0.5.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.11 go: extracting github.com/spf13/cast v1.3.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.22 go: extracting github.com/ultraware/whitespace v0.0.4
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.25 go: downloading github.com/hashicorp/hcl v1.0.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.27 go: extracting github.com/mitchellh/mapstructure v1.1.2
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.27 go: downloading github.com/subosito/gotenv v1.2.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.36 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.37 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.37 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.39 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.43 go: downloading github.com/spf13/jwalterweatherman v1.0.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.66 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.74 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:10 [2020-11-03T07:26:10.270Z] #46 35.86 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.00 go: extracting github.com/subosito/gotenv v1.2.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.28 go: downloading github.com/spf13/afero v1.1.2
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.48 go: extracting github.com/hashicorp/hcl v1.0.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.57 go: downloading gopkg.in/ini.v1 v1.51.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.72 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.75 go: extracting github.com/spf13/jwalterweatherman v1.0.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.88 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.88 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:10 [2020-11-03T07:26:10.270Z] #46 36.88 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.05 go: downloading github.com/stretchr/testify v1.4.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.05 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.15 go: downloading golang.org/x/text v0.3.2
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.37 go: extracting gopkg.in/ini.v1 v1.51.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.61 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.90 go: extracting github.com/spf13/afero v1.1.2
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.91 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.91 go: downloading github.com/gogo/protobuf v1.2.1
07:26:10 [2020-11-03T07:26:10.270Z] #46 37.94 go: extracting github.com/stretchr/testify v1.4.0
07:26:10 [2020-11-03T07:26:10.270Z] #46 38.00 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:10 [2020-11-03T07:26:10.270Z] #46 38.01 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:10 [2020-11-03T07:26:10.270Z] #46 38.13 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:10 [2020-11-03T07:26:10.270Z] #46 38.13 go: downloading github.com/fsnotify/fsnotify v1.4.7
07:26:10 [2020-11-03T07:26:10.379Z] #42 23.41   CC       images/fown.o
07:26:10 [2020-11-03T07:26:10.479Z] #47 38.95 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:10 [2020-11-03T07:26:10.532Z] #46 38.32 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:10 [2020-11-03T07:26:10.532Z] #46 38.51 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:10 [2020-11-03T07:26:10.678Z] #42 23.67   CC       images/ns.o
07:26:10 [2020-11-03T07:26:10.678Z] #42 23.84   CC       images/regfile.o
07:26:10 [2020-11-03T07:26:10.735Z] #47 39.27 go: extracting github.com/mitchellh/mapstructure v1.1.2
07:26:10 [2020-11-03T07:26:10.805Z] #46 38.67 go: downloading github.com/pelletier/go-toml v1.2.0
07:26:10 [2020-11-03T07:26:10.806Z] #46 38.87 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:10 [2020-11-03T07:26:10.976Z] #42 24.09   CC       images/ghost-file.o
07:26:10 [2020-11-03T07:26:10.976Z] #42 ...
07:26:10 [2020-11-03T07:26:10.976Z] 
07:26:10 [2020-11-03T07:26:10.976Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:26:11 [2020-11-03T07:26:11.000Z] #47 39.52 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:26:11 [2020-11-03T07:26:11.000Z] #47 39.61 go: downloading github.com/pmezard/go-difflib v1.0.0
07:26:11 [2020-11-03T07:26:11.071Z] #46 38.88 go: extracting github.com/fsnotify/fsnotify v1.4.7
07:26:11 [2020-11-03T07:26:11.071Z] #46 38.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:11 [2020-11-03T07:26:11.071Z] #46 38.94 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:11 [2020-11-03T07:26:11.071Z] #46 38.97 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:11 [2020-11-03T07:26:11.071Z] #46 39.04 go: downloading github.com/pmezard/go-difflib v1.0.0
07:26:11 [2020-11-03T07:26:11.071Z] #46 39.12 go: downloading github.com/davecgh/go-spew v1.1.1
07:26:11 [2020-11-03T07:26:11.167Z] #18 3.342 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:26:11 [2020-11-03T07:26:11.256Z] #47 39.79 go: downloading github.com/spf13/cast v1.3.0
07:26:11 [2020-11-03T07:26:11.334Z] #46 39.14 go: downloading github.com/stretchr/objx v0.2.0
07:26:11 [2020-11-03T07:26:11.334Z] #46 39.27 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:11 [2020-11-03T07:26:11.598Z] #46 39.50 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:11 [2020-11-03T07:26:11.598Z] #46 39.50 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:11 [2020-11-03T07:26:11.822Z] #47 40.25 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:11 [2020-11-03T07:26:11.860Z] #46 39.59 go: downloading github.com/BurntSushi/toml v0.3.1
07:26:11 [2020-11-03T07:26:11.860Z] #46 39.64 go: downloading gopkg.in/yaml.v2 v2.2.7
07:26:11 [2020-11-03T07:26:11.860Z] #46 ...
07:26:11 [2020-11-03T07:26:11.860Z] 
07:26:11 [2020-11-03T07:26:11.860Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:11 [2020-11-03T07:26:11.860Z] #52 29.60 Fetched 8396 kB in 24s (355 kB/s)
07:26:11 [2020-11-03T07:26:11.860Z] #52 29.60 Reading package lists...
07:26:11 [2020-11-03T07:26:11.860Z] #52 ...
07:26:11 [2020-11-03T07:26:11.860Z] 
07:26:11 [2020-11-03T07:26:11.860Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:11 [2020-11-03T07:26:11.860Z] #46 39.76 go: extracting github.com/pelletier/go-toml v1.2.0
07:26:11 [2020-11-03T07:26:11.860Z] #46 39.76 go: extracting github.com/pmezard/go-difflib v1.0.0
07:26:11 [2020-11-03T07:26:11.860Z] #46 39.77 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:11 [2020-11-03T07:26:11.860Z] #46 39.97 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:11 [2020-11-03T07:26:11.872Z] #55 45.03 Checking out files:  44% (1536/3430)   
Checking out files:  45% (1544/3430)   
Checking out files:  46% (1578/3430)   
Checking out files:  47% (1613/3430)   
Checking out files:  48% (1647/3430)   
Checking out files:  49% (1681/3430)   
Checking out files:  50% (1715/3430)   
Checking out files:  51% (1750/3430)   
Checking out files:  52% (1784/3430)   
Checking out files:  53% (1818/3430)   
Checking out files:  54% (1853/3430)   
Checking out files:  55% (1887/3430)   
Checking out files:  56% (1921/3430)   
Checking out files:  57% (1956/3430)   
Checking out files:  58% (1990/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
Checking out files:  70% (2401/3430)   
Checking out files:  71% (2436/3430)   
Checking out files:  72% (2470/3430)   
Checking out files:  73% (2504/3430)   
Checking out files:  74% (2539/3430)   
Checking out files:  75% (2573/3430)   
Checking out files:  76% (2607/3430)   
Checking out files:  77% (2642/3430)   
Checking out files:  78% (2676/3430)   
Checking out files:  79% (2710/3430)   
Checking out files:  80% (2744/3430)   
Checking out files:  81% (2779/3430)   
Checking out files:  82% (2813/3430)   
Checking out files:  83% (2847/3430)   
Checking out files:  84% (2882/3430)   
Checking out files:  85% (2916/3430)   
Checking out files:  86% (2950/3430)   
Checking out files:  87% (2985/3430)   
Checking out files:  88% (3019/3430)   
Checking out files:  89% (3053/3430)   
Checking out files:  90% (3087/3430)   
Checking out files:  91% (3122/3430)   
Checking out files:  92% (3156/3430)   
Checking out files:  93% (3190/3430)   
Checking out files:  94% (3225/3430)   
Checking out files:  95% (3259/3430)   
Checking out files:  96% (3293/3430)   
Checking out files:  97% (3328/3430)   
Checking out files:  98% (3362/3430)   
Checking out files:  99% (3396/3430)   
Checking out files: 100% (3430/3430)   
Checking out files: 100% (3430/3430), done.
07:26:11 [2020-11-03T07:26:11.872Z] #55 45.69 + cd /tmp/tmp.koWZq6rMQz/src/github.com/containerd/containerd
07:26:11 [2020-11-03T07:26:11.872Z] #55 45.69 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:12 [2020-11-03T07:26:12.029Z] #47 28.15 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:12 [2020-11-03T07:26:12.125Z] #46 40.08 go: extracting github.com/stretchr/objx v0.2.0
07:26:12 [2020-11-03T07:26:12.125Z] #46 40.10 go: extracting github.com/davecgh/go-spew v1.1.1
07:26:12 [2020-11-03T07:26:12.125Z] #46 40.23 go: downloading github.com/kisielk/gotool v1.0.0
07:26:12 [2020-11-03T07:26:12.385Z] #47 40.58 go: extracting github.com/spf13/cast v1.3.0
07:26:12 [2020-11-03T07:26:12.385Z] #47 40.63 go: extracting github.com/go-toolsmith/astcast v1.0.0
07:26:12 [2020-11-03T07:26:12.385Z] #47 40.63 go: downloading github.com/gobwas/glob v0.2.3
07:26:12 [2020-11-03T07:26:12.385Z] #47 40.90 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:12 [2020-11-03T07:26:12.394Z] #46 ...
07:26:12 [2020-11-03T07:26:12.394Z] 
07:26:12 [2020-11-03T07:26:12.394Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:12 [2020-11-03T07:26:12.394Z] #39 30.24 Fetched 8396 kB in 24s (345 kB/s)
07:26:12 [2020-11-03T07:26:12.394Z] #39 30.24 Reading package lists...
07:26:12 [2020-11-03T07:26:12.550Z] #18 4.755 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:26:12 [2020-11-03T07:26:12.606Z] #47 28.39 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:12 [2020-11-03T07:26:12.606Z] #47 ...
07:26:12 [2020-11-03T07:26:12.606Z] 
07:26:12 [2020-11-03T07:26:12.606Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:12 [2020-11-03T07:26:12.606Z] #11 18.32 Fetched 8219 kB in 12s (711 kB/s)
07:26:12 [2020-11-03T07:26:12.606Z] #11 18.32 Reading package lists...
07:26:12 [2020-11-03T07:26:12.606Z] #11 25.50 Reading package lists...
07:26:12 [2020-11-03T07:26:12.606Z] #11 ...
07:26:12 [2020-11-03T07:26:12.606Z] 
07:26:12 [2020-11-03T07:26:12.606Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:12 [2020-11-03T07:26:12.606Z] #53 19.58 Reading package lists...
07:26:12 [2020-11-03T07:26:12.656Z] #39 40.38 Reading package lists...
07:26:12 [2020-11-03T07:26:12.656Z] #39 ...
07:26:12 [2020-11-03T07:26:12.656Z] 
07:26:12 [2020-11-03T07:26:12.656Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:12 [2020-11-03T07:26:12.656Z] #46 40.38 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:12 [2020-11-03T07:26:12.656Z] #46 40.64 go: downloading github.com/go-critic/go-critic v0.4.1
07:26:12 [2020-11-03T07:26:12.671Z] #47 41.09 go: extracting github.com/pmezard/go-difflib v1.0.0
07:26:12 [2020-11-03T07:26:12.918Z] #46 40.77 go: extracting gopkg.in/yaml.v2 v2.2.7
07:26:12 [2020-11-03T07:26:12.918Z] #46 40.77 go: extracting github.com/BurntSushi/toml v0.3.1
07:26:12 [2020-11-03T07:26:12.918Z] #46 40.86 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:12 [2020-11-03T07:26:12.926Z] #55 ...
07:26:12 [2020-11-03T07:26:12.926Z] 
07:26:12 [2020-11-03T07:26:12.926Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:12 [2020-11-03T07:26:12.926Z] #33 74.06 os
07:26:12 [2020-11-03T07:26:12.926Z] #33 77.79 internal/fmtsort
07:26:12 [2020-11-03T07:26:12.926Z] #33 78.13 path/filepath
07:26:12 [2020-11-03T07:26:12.926Z] #33 78.44 fmt
07:26:12 [2020-11-03T07:26:12.926Z] #33 79.99 io/ioutil
07:26:12 [2020-11-03T07:26:12.926Z] #33 82.11 github.com/BurntSushi/toml
07:26:12 [2020-11-03T07:26:12.926Z] #33 82.11 log
07:26:12 [2020-11-03T07:26:12.926Z] #33 82.12 flag
07:26:12 [2020-11-03T07:26:12.926Z] #33 ...
07:26:12 [2020-11-03T07:26:12.926Z] 
07:26:12 [2020-11-03T07:26:12.926Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:12 [2020-11-03T07:26:12.926Z] #42 24.46   CC       images/fifo.o
07:26:12 [2020-11-03T07:26:12.926Z] #42 24.73   CC       images/remap-file-path.o
07:26:12 [2020-11-03T07:26:12.926Z] #42 24.89   CC       images/eventfd.o
07:26:12 [2020-11-03T07:26:12.926Z] #42 25.12   CC       images/eventpoll.o
07:26:12 [2020-11-03T07:26:12.926Z] #42 25.52   CC       images/fh.o
07:26:12 [2020-11-03T07:26:12.926Z] #42 25.84   CC       images/fsnotify.o
07:26:12 [2020-11-03T07:26:12.931Z] #47 ...
07:26:12 [2020-11-03T07:26:12.931Z] 
07:26:12 [2020-11-03T07:26:12.931Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:12 [2020-11-03T07:26:12.931Z] #34 31.88 Reading package lists...
07:26:13 [2020-11-03T07:26:13.180Z] #46 41.09 go: extracting github.com/kisielk/gotool v1.0.0
07:26:13 [2020-11-03T07:26:13.180Z] #46 41.09 go: downloading github.com/ultraware/funlen v0.0.2
07:26:13 [2020-11-03T07:26:13.443Z] #46 41.25 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:13 [2020-11-03T07:26:13.443Z] #46 41.26 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:26:13 [2020-11-03T07:26:13.443Z] #46 41.32 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:13 [2020-11-03T07:26:13.490Z] #18 ...
07:26:13 [2020-11-03T07:26:13.490Z] 
07:26:13 [2020-11-03T07:26:13.490Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:13 [2020-11-03T07:26:13.490Z] #43 150.1 github.com/LK4D4/vndr/godl
07:26:13 [2020-11-03T07:26:13.555Z] #53 24.80 Reading package lists...
07:26:13 [2020-11-03T07:26:13.579Z] #42 26.66   CC       images/signalfd.o
07:26:13 [2020-11-03T07:26:13.705Z] #46 41.55 go: downloading github.com/mattn/go-isatty v0.0.8
07:26:13 [2020-11-03T07:26:13.705Z] #46 41.64 go: extracting github.com/mitchellh/go-homedir v1.1.0
07:26:13 [2020-11-03T07:26:13.705Z] #46 41.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:26:13 [2020-11-03T07:26:13.819Z] #53 29.75 Building dependency tree...
07:26:13 [2020-11-03T07:26:13.819Z] #53 ...
07:26:13 [2020-11-03T07:26:13.819Z] 
07:26:13 [2020-11-03T07:26:13.819Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:13 [2020-11-03T07:26:13.819Z] #47 29.84 go: extracting golang.org/x/text v0.3.2
07:26:14 [2020-11-03T07:26:14.122Z] #34 42.10 Reading package lists...
07:26:14 [2020-11-03T07:26:14.122Z] #34 ...
07:26:14 [2020-11-03T07:26:14.122Z] 
07:26:14 [2020-11-03T07:26:14.122Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:26:14 [2020-11-03T07:26:14.122Z] #38 32.43 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:26:14 [2020-11-03T07:26:14.130Z] #47 ...
07:26:14 [2020-11-03T07:26:14.130Z] 
07:26:14 [2020-11-03T07:26:14.130Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:14 [2020-11-03T07:26:14.130Z] #34 20.07 Fetched 8219 kB in 13s (620 kB/s)
07:26:14 [2020-11-03T07:26:14.130Z] #34 20.07 Reading package lists...
07:26:14 [2020-11-03T07:26:14.231Z] #42 27.15   CC       images/fs.o
07:26:14 [2020-11-03T07:26:14.292Z] #46 41.96 go: extracting github.com/mattn/go-isatty v0.0.8
07:26:14 [2020-11-03T07:26:14.293Z] #46 42.12 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:14 [2020-11-03T07:26:14.293Z] #46 42.23 go: extracting github.com/go-critic/go-critic v0.4.1
07:26:14 [2020-11-03T07:26:14.293Z] #46 42.34 go: extracting github.com/go-toolsmith/astfmt v1.0.0
07:26:14 [2020-11-03T07:26:14.381Z] #38 ...
07:26:14 [2020-11-03T07:26:14.381Z] 
07:26:14 [2020-11-03T07:26:14.381Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:14 [2020-11-03T07:26:14.381Z] #47 41.64 go: extracting github.com/gobwas/glob v0.2.3
07:26:14 [2020-11-03T07:26:14.431Z] #43 150.9 github.com/LK4D4/vndr
07:26:14 [2020-11-03T07:26:14.484Z] #34 26.47 Reading package lists...
07:26:14 [2020-11-03T07:26:14.484Z] #34 ...
07:26:14 [2020-11-03T07:26:14.484Z] 
07:26:14 [2020-11-03T07:26:14.484Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:14 [2020-11-03T07:26:14.484Z] #40 20.10 Fetched 8219 kB in 14s (601 kB/s)
07:26:14 [2020-11-03T07:26:14.484Z] #40 20.10 Reading package lists...
07:26:14 [2020-11-03T07:26:14.527Z] #42 27.44   CC       images/pstree.o
07:26:14 [2020-11-03T07:26:14.527Z] #42 27.70   CC       images/pipe.o
07:26:14 [2020-11-03T07:26:14.554Z] #46 42.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:14 [2020-11-03T07:26:14.554Z] #46 42.46 go: extracting github.com/ultraware/funlen v0.0.2
07:26:14 [2020-11-03T07:26:14.639Z] #47 ...
07:26:14 [2020-11-03T07:26:14.639Z] 
07:26:14 [2020-11-03T07:26:14.639Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:14 [2020-11-03T07:26:14.639Z] #53 33.05 Fetched 8396 kB in 25s (330 kB/s)
07:26:14 [2020-11-03T07:26:14.639Z] #53 33.05 Reading package lists...
07:26:14 [2020-11-03T07:26:14.816Z] #46 42.63 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:14 [2020-11-03T07:26:14.816Z] #46 ...
07:26:14 [2020-11-03T07:26:14.816Z] 
07:26:14 [2020-11-03T07:26:14.816Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:14 [2020-11-03T07:26:14.816Z] #48 32.77 runtime
07:26:14 [2020-11-03T07:26:14.816Z] #48 32.79 runtime/cgo
07:26:15 [2020-11-03T07:26:15.061Z] #40 25.50 Reading package lists...
07:26:15 [2020-11-03T07:26:15.061Z] #40 ...
07:26:15 [2020-11-03T07:26:15.061Z] 
07:26:15 [2020-11-03T07:26:15.061Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:15 [2020-11-03T07:26:15.061Z] #53 29.75 Building dependency tree...
07:26:15 [2020-11-03T07:26:15.082Z] #48 ...
07:26:15 [2020-11-03T07:26:15.082Z] 
07:26:15 [2020-11-03T07:26:15.082Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:15 [2020-11-03T07:26:15.082Z] #46 42.94 go: downloading github.com/gobwas/glob v0.2.3
07:26:15 [2020-11-03T07:26:15.172Z] #42 28.04   CC       images/tcp-stream.o
07:26:15 [2020-11-03T07:26:15.344Z] #46 43.15 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:15 [2020-11-03T07:26:15.469Z] #42 28.30   CC       images/sk-packet.o
07:26:15 [2020-11-03T07:26:15.607Z] #46 43.46 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:15 [2020-11-03T07:26:15.607Z] #46 43.47 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:15 [2020-11-03T07:26:15.766Z] #42 28.68   CC       images/mnt.o
07:26:15 [2020-11-03T07:26:15.870Z] #46 ...
07:26:15 [2020-11-03T07:26:15.870Z] 
07:26:15 [2020-11-03T07:26:15.870Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:15 [2020-11-03T07:26:15.870Z] #11 33.78 Fetched 8396 kB in 25s (335 kB/s)
07:26:15 [2020-11-03T07:26:15.870Z] #11 33.78 Reading package lists...
07:26:16 [2020-11-03T07:26:16.009Z] #53 42.46 Reading package lists...
07:26:16 [2020-11-03T07:26:16.009Z] #53 ...
07:26:16 [2020-11-03T07:26:16.009Z] 
07:26:16 [2020-11-03T07:26:16.009Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:16 [2020-11-03T07:26:16.009Z] #11 34.44 Fetched 8396 kB in 26s (320 kB/s)
07:26:16 [2020-11-03T07:26:16.009Z] #11 34.44 Reading package lists...
07:26:16 [2020-11-03T07:26:16.063Z] #42 28.98   CC       images/pipe-data.o
07:26:16 [2020-11-03T07:26:16.358Z] #11 44.00 Reading package lists...
07:26:16 [2020-11-03T07:26:16.358Z] #11 ...
07:26:16 [2020-11-03T07:26:16.358Z] 
07:26:16 [2020-11-03T07:26:16.358Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:16 [2020-11-03T07:26:16.358Z] #46 43.97 go: extracting github.com/gobwas/glob v0.2.3
07:26:16 [2020-11-03T07:26:16.360Z] #42 29.25   CC       images/sa.o
07:26:16 [2020-11-03T07:26:16.360Z] #42 29.49   CC       images/timer.o
07:26:16 [2020-11-03T07:26:16.621Z] #46 44.53 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:16 [2020-11-03T07:26:16.621Z] #46 ...
07:26:16 [2020-11-03T07:26:16.621Z] 
07:26:16 [2020-11-03T07:26:16.621Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:16 [2020-11-03T07:26:16.621Z] #33 34.49 Fetched 8396 kB in 26s (323 kB/s)
07:26:16 [2020-11-03T07:26:16.621Z] #33 34.49 Reading package lists...
07:26:16 [2020-11-03T07:26:16.883Z] #33 44.51 Reading package lists...
07:26:16 [2020-11-03T07:26:16.884Z] #33 ...
07:26:16 [2020-11-03T07:26:16.884Z] 
07:26:16 [2020-11-03T07:26:16.884Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:16 [2020-11-03T07:26:16.884Z] #46 44.66 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:16 [2020-11-03T07:26:16.996Z] #53 32.70 The following additional packages will be installed:
07:26:16 [2020-11-03T07:26:16.996Z] #53 32.70   libbtrfs0
07:26:16 [2020-11-03T07:26:16.996Z] #53 32.92 The following NEW packages will be installed:
07:26:16 [2020-11-03T07:26:16.996Z] #53 32.93   libbtrfs-dev libbtrfs0
07:26:17 [2020-11-03T07:26:17.009Z] #42 29.90   CC       images/timerfd.o
07:26:17 [2020-11-03T07:26:17.009Z] #42 30.18   CC       images/mm.o
07:26:17 [2020-11-03T07:26:17.146Z] #46 45.11 go: downloading github.com/go-toolsmith/astequal v1.0.0
07:26:17 [2020-11-03T07:26:17.409Z] #46 45.29 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:26:17 [2020-11-03T07:26:17.409Z] #46 45.33 go: downloading github.com/go-toolsmith/astp v1.0.0
07:26:17 [2020-11-03T07:26:17.409Z] #46 45.33 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:26:17 [2020-11-03T07:26:17.409Z] #46 45.33 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:26:17 [2020-11-03T07:26:17.576Z] #53 33.41 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
07:26:17 [2020-11-03T07:26:17.576Z] #53 33.41 Need to get 119 kB of archives.
07:26:17 [2020-11-03T07:26:17.576Z] #53 33.41 After this operation, 387 kB of additional disk space will be used.
07:26:17 [2020-11-03T07:26:17.576Z] #53 33.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
07:26:17 [2020-11-03T07:26:17.576Z] #53 33.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
07:26:17 [2020-11-03T07:26:17.576Z] #53 ...
07:26:17 [2020-11-03T07:26:17.576Z] 
07:26:17 [2020-11-03T07:26:17.576Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:17 [2020-11-03T07:26:17.576Z] #49 23.59 runtime
07:26:17 [2020-11-03T07:26:17.660Z] #42 30.61   CC       images/sk-opts.o
07:26:17 [2020-11-03T07:26:17.671Z] #46 45.58 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:17 [2020-11-03T07:26:17.671Z] #46 45.62 go: extracting github.com/go-toolsmith/astcast v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #49 ...
07:26:17 [2020-11-03T07:26:17.840Z] 
07:26:17 [2020-11-03T07:26:17.840Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.33 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.34 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.35 go: downloading github.com/ultraware/funlen v0.0.2
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.36 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.38 go: downloading github.com/go-toolsmith/astequal v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.42 go: extracting github.com/go-toolsmith/astcast v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.47 go: extracting github.com/ultraware/funlen v0.0.2
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.48 go: downloading github.com/go-toolsmith/typep v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.51 go: downloading github.com/ultraware/whitespace v0.0.4
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.56 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.58 go: extracting github.com/go-toolsmith/astequal v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.58 go: extracting github.com/ultraware/whitespace v0.0.4
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.67 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.70 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.70 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.73 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.74 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.82 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.85 go: extracting github.com/go-toolsmith/typep v1.0.0
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.88 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.90 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:17 [2020-11-03T07:26:17.840Z] #47 31.94 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:17 [2020-11-03T07:26:17.841Z] #47 31.94 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:17 [2020-11-03T07:26:17.841Z] #47 31.96 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:17 [2020-11-03T07:26:17.841Z] #47 31.96 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:17 [2020-11-03T07:26:17.841Z] #47 31.99 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:17 [2020-11-03T07:26:17.841Z] #47 31.99 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.00 go: downloading github.com/go-toolsmith/astp v1.0.0
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.02 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.06 go: extracting github.com/go-toolsmith/astp v1.0.0
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.18 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.23 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.29 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.36 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.40 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.42 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.44 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.50 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.67 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.70 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.70 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.71 go: downloading github.com/uudashr/gocognit v1.0.1
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.74 go: downloading github.com/sourcegraph/go-diff v0.5.1
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.89 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:17 [2020-11-03T07:26:17.841Z] #47 32.93 go: extracting github.com/sourcegraph/go-diff v0.5.1
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.07 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.28 go: extracting github.com/uudashr/gocognit v1.0.1
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.29 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.29 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.49 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.52 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.54 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:26:17 [2020-11-03T07:26:17.841Z] #47 33.81 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:17 [2020-11-03T07:26:17.906Z] #11 44.44 Reading package lists...
07:26:17 [2020-11-03T07:26:17.906Z] #11 ...
07:26:17 [2020-11-03T07:26:17.906Z] 
07:26:17 [2020-11-03T07:26:17.906Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:17 [2020-11-03T07:26:17.906Z] #40 37.15 Reading package lists...
07:26:17 [2020-11-03T07:26:17.933Z] #46 45.78 go: extracting github.com/go-toolsmith/strparse v1.0.0
07:26:17 [2020-11-03T07:26:17.933Z] #46 45.79 go: extracting github.com/go-toolsmith/astcopy v1.0.0
07:26:17 [2020-11-03T07:26:17.933Z] #46 45.84 go: downloading github.com/go-toolsmith/typep v1.0.0
07:26:17 [2020-11-03T07:26:17.958Z] #42 30.87   CC       images/sk-unix.o
07:26:18 [2020-11-03T07:26:18.104Z] #47 34.04 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:18 [2020-11-03T07:26:18.104Z] #47 34.06 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:18 [2020-11-03T07:26:18.104Z] #47 34.08 go: extracting github.com/go-toolsmith/strparse v1.0.0
07:26:18 [2020-11-03T07:26:18.201Z] #46 46.11 go: extracting github.com/go-toolsmith/astequal v1.0.0
07:26:18 [2020-11-03T07:26:18.255Z] #42 31.26   CC       images/sk-inet.o
07:26:18 [2020-11-03T07:26:18.368Z] #47 34.18 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
07:26:18 [2020-11-03T07:26:18.368Z] #47 34.32 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:18 [2020-11-03T07:26:18.368Z] #47 34.35 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:18 [2020-11-03T07:26:18.368Z] #47 34.37 go: downloading github.com/gogo/protobuf v1.2.1
07:26:18 [2020-11-03T07:26:18.463Z] #46 46.32 go: extracting github.com/go-toolsmith/astp v1.0.0
07:26:18 [2020-11-03T07:26:18.463Z] #46 46.53 go: extracting github.com/go-toolsmith/typep v1.0.0
07:26:18 [2020-11-03T07:26:18.631Z] #43 ...
07:26:18 [2020-11-03T07:26:18.631Z] 
07:26:18 [2020-11-03T07:26:18.631Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:18 [2020-11-03T07:26:18.631Z] #41 56.50   DEP      criu/arch/x86/sigaction_compat.d
07:26:18 [2020-11-03T07:26:18.631Z] #41 56.60   DEP      criu/arch/x86/kerndat.d
07:26:18 [2020-11-03T07:26:18.631Z] #41 56.83   DEP      criu/arch/x86/crtools.d
07:26:18 [2020-11-03T07:26:18.631Z] #41 56.94   DEP      criu/arch/x86/cpu.d
07:26:18 [2020-11-03T07:26:18.631Z] #41 57.09   CC       criu/arch/x86/cpu.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 57.74   CC       criu/arch/x86/crtools.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 58.91   CC       criu/arch/x86/kerndat.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 59.47   CC       criu/arch/x86/sigaction_compat.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 59.73   CC       criu/arch/x86/sigframe.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 59.97   LINK     criu/arch/x86/crtools.built-in.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 60.00   DEP      criu/pie/util-vdso-elf32.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 60.15   DEP      criu/pie/util-vdso.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 60.32   DEP      criu/pie/util.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 60.44   CC       criu/pie/util.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 60.80   CC       criu/pie/util-vdso.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 61.46   CC       criu/pie/util-vdso-elf32.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.14   AR       criu/pie/pie.lib.a
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.20   DEP      criu/pie/restorer.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.49   DEP      criu/arch/x86/sigaction_compat_pie.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.62   DEP      criu/arch/x86/restorer_unmap.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.65   DEP      criu/arch/x86/restorer.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.83   DEP      criu/arch/x86/vdso-pie.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 62.93   DEP      criu/pie/parasite-vdso.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 63.09   DEP      criu/pie/parasite.d
07:26:18 [2020-11-03T07:26:18.632Z] #41 63.30   CC       criu/pie/parasite.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 64.40   LINK     criu/pie/parasite.built-in.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 64.41   GEN      criu/pie/parasite-blob.h
07:26:18 [2020-11-03T07:26:18.632Z] #41 64.46   CC       criu/pie/parasite-vdso.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 65.18   CC       criu/arch/x86/vdso-pie.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 65.47   CC       criu/arch/x86/restorer.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 65.96   CC       criu/arch/x86/restorer_unmap.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 66.01   CC       criu/arch/x86/sigaction_compat_pie.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 66.30   CC       criu/pie/restorer.o
07:26:18 [2020-11-03T07:26:18.632Z] #41 ...
07:26:18 [2020-11-03T07:26:18.632Z] 
07:26:18 [2020-11-03T07:26:18.632Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:18 [2020-11-03T07:26:18.632Z] #18 10.97 Fetched 8396 kB in 10s (850 kB/s)
07:26:18 [2020-11-03T07:26:18.907Z] #42 31.79   CC       images/tun.o
07:26:18 [2020-11-03T07:26:18.947Z] #47 34.83 go: downloading github.com/kisielk/gotool v1.0.0
07:26:18 [2020-11-03T07:26:18.947Z] #47 34.83 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
07:26:19 [2020-11-03T07:26:19.211Z] #47 35.15 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
07:26:19 [2020-11-03T07:26:19.211Z] #47 35.22 go: extracting github.com/kisielk/gotool v1.0.0
07:26:19 [2020-11-03T07:26:19.475Z] #47 35.46 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:19 [2020-11-03T07:26:19.475Z] #47 35.53 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
07:26:19 [2020-11-03T07:26:19.561Z] #42 32.34   CC       images/sk-netlink.o
07:26:19 [2020-11-03T07:26:19.561Z] #42 ...
07:26:19 [2020-11-03T07:26:19.561Z] 
07:26:19 [2020-11-03T07:26:19.561Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:19 [2020-11-03T07:26:19.561Z] #44 80.99 os/exec
07:26:19 [2020-11-03T07:26:19.561Z] #44 81.04 net
07:26:19 [2020-11-03T07:26:19.561Z] #44 86.21 github.com/LK4D4/vndr/versioned
07:26:19 [2020-11-03T07:26:19.561Z] #44 86.22 internal/lazyregexp
07:26:19 [2020-11-03T07:26:19.561Z] #44 90.14 net/url
07:26:19 [2020-11-03T07:26:19.561Z] #44 90.14 text/template/parse
07:26:19 [2020-11-03T07:26:19.561Z] #44 90.17 go/scanner
07:26:19 [2020-11-03T07:26:19.787Z] #47 35.67 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:19 [2020-11-03T07:26:19.787Z] #47 35.76 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
07:26:19 [2020-11-03T07:26:19.787Z] #47 35.81 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:19 [2020-11-03T07:26:19.787Z] #47 35.82 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:19 [2020-11-03T07:26:19.861Z] #44 ...
07:26:19 [2020-11-03T07:26:19.861Z] 
07:26:19 [2020-11-03T07:26:19.861Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:19 [2020-11-03T07:26:19.861Z] #42 32.69   CC       images/packet-sock.o
07:26:19 [2020-11-03T07:26:19.861Z] #42 ...
07:26:19 [2020-11-03T07:26:19.861Z] 
07:26:19 [2020-11-03T07:26:19.861Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:19 [2020-11-03T07:26:19.861Z] #33 87.07 github.com/BurntSushi/toml/cmd/tomlv
07:26:19 [2020-11-03T07:26:19.861Z] #33 DONE 91.3s
07:26:20 [2020-11-03T07:26:20.050Z] #47 35.94 go: downloading github.com/gobwas/glob v0.2.3
07:26:20 [2020-11-03T07:26:20.160Z] 
07:26:20 [2020-11-03T07:26:20.160Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.13 + export 'BUILDTAGS=netgo osusergo static_build'
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + BUILDTAGS='netgo osusergo static_build'
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + export EXTRA_FLAGS=-buildmode=pie
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + EXTRA_FLAGS=-buildmode=pie
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + '[' '' = dynamic ']'
07:26:20 [2020-11-03T07:26:20.160Z] #55 47.14 + make
07:26:20 [2020-11-03T07:26:20.160Z] #55 48.02 + bin/ctr
07:26:20 [2020-11-03T07:26:20.315Z] #47 36.14 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:20 [2020-11-03T07:26:20.315Z] #47 36.33 go: extracting github.com/gobwas/glob v0.2.3
07:26:20 [2020-11-03T07:26:20.385Z] #46 48.19 go: extracting github.com/gogo/protobuf v1.2.1
07:26:20 [2020-11-03T07:26:20.460Z] #55 ...
07:26:20 [2020-11-03T07:26:20.460Z] 
07:26:20 [2020-11-03T07:26:20.460Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:20 [2020-11-03T07:26:20.460Z] #42 33.26   CC       images/ipc-var.o
07:26:20 [2020-11-03T07:26:20.460Z] #42 33.57   CC       images/ipc-desc.o
07:26:20 [2020-11-03T07:26:20.895Z] #47 36.87 go: downloading github.com/BurntSushi/toml v0.3.1
07:26:20 [2020-11-03T07:26:20.994Z] #40 46.76 Building dependency tree...
07:26:21 [2020-11-03T07:26:21.109Z] #42 34.01   CC       images/ipc-shm.o
07:26:21 [2020-11-03T07:26:21.408Z] #42 34.32   CC       images/ipc-msg.o
07:26:21 [2020-11-03T07:26:21.738Z] #42 34.69   CC       images/ipc-sem.o
07:26:21 [2020-11-03T07:26:21.894Z] #47 ...
07:26:21 [2020-11-03T07:26:21.895Z] 
07:26:21 [2020-11-03T07:26:21.895Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:26:21 [2020-11-03T07:26:21.895Z] #30 34.84 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
07:26:21 [2020-11-03T07:26:21.929Z] #18 10.97 Reading package lists...
07:26:21 [2020-11-03T07:26:21.929Z] #18 ...
07:26:21 [2020-11-03T07:26:21.929Z] 
07:26:21 [2020-11-03T07:26:21.929Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:21 [2020-11-03T07:26:21.929Z] #51 10.65 + cd /tmp/tmp.c35iIBTaLG/src/github.com/opencontainers/runc
07:26:21 [2020-11-03T07:26:21.929Z] #51 10.65 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:26:21 [2020-11-03T07:26:21.929Z] #51 10.98 + '[' -z '' ']'
07:26:21 [2020-11-03T07:26:21.929Z] #51 10.98 + target=static
07:26:21 [2020-11-03T07:26:21.929Z] #51 10.98 + make 'BUILDTAGS=seccomp apparmor selinux ' static
07:26:21 [2020-11-03T07:26:21.929Z] #51 11.45 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 .
07:26:21 [2020-11-03T07:26:21.929Z] #51 ...
07:26:21 [2020-11-03T07:26:21.929Z] 
07:26:21 [2020-11-03T07:26:21.929Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.16   LINK     criu/pie/restorer.built-in.o
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.18   GEN      criu/pie/restorer-blob.h
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.28   DEP      criu/vdso.d
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.48   DEP      criu/vdso-compat.d
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.68   DEP      criu/uts_ns.d
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.80   DEP      criu/util.d
07:26:21 [2020-11-03T07:26:21.929Z] #41 69.99   DEP      criu/uffd.d
07:26:21 [2020-11-03T07:26:21.929Z] #41 70.21   DEP      criu/tun.d
07:26:21 [2020-11-03T07:26:21.929Z] #41 70.37   DEP      criu/tty.d
07:26:22 [2020-11-03T07:26:22.038Z] #42 34.96   CC       images/utsns.o
07:26:22 [2020-11-03T07:26:22.159Z] #30 35.29 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:26:22 [2020-11-03T07:26:22.189Z] #41 70.59   DEP      criu/timerfd.d
07:26:22 [2020-11-03T07:26:22.189Z] #41 70.76   DEP      criu/timens.d
07:26:22 [2020-11-03T07:26:22.331Z] #46 ...
07:26:22 [2020-11-03T07:26:22.331Z] 
07:26:22 [2020-11-03T07:26:22.331Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:22 [2020-11-03T07:26:22.331Z] #52 40.25 Reading package lists...
07:26:22 [2020-11-03T07:26:22.331Z] #52 50.17 Building dependency tree...
07:26:22 [2020-11-03T07:26:22.331Z] #52 ...
07:26:22 [2020-11-03T07:26:22.331Z] 
07:26:22 [2020-11-03T07:26:22.331Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:22 [2020-11-03T07:26:22.331Z] #39 40.38 Reading package lists...
07:26:22 [2020-11-03T07:26:22.339Z] #42 35.29   CC       images/creds.o
07:26:22 [2020-11-03T07:26:22.449Z] #41 70.95   DEP      criu/sysfs_parse.d
07:26:22 [2020-11-03T07:26:22.645Z] #42 35.53   CC       images/vma.o
07:26:22 [2020-11-03T07:26:22.645Z] #42 35.77   CC       images/netdev.o
07:26:22 [2020-11-03T07:26:22.709Z] #41 71.13   DEP      criu/sysctl.d
07:26:22 [2020-11-03T07:26:22.709Z] #41 71.28   DEP      criu/string.d
07:26:22 [2020-11-03T07:26:22.948Z] #42 ...
07:26:22 [2020-11-03T07:26:22.948Z] 
07:26:22 [2020-11-03T07:26:22.948Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:22 [2020-11-03T07:26:22.948Z] #50 84.40 mvdan.cc/sh/v3/fileutil
07:26:22 [2020-11-03T07:26:22.948Z] #50 86.02 encoding/binary
07:26:22 [2020-11-03T07:26:22.948Z] #50 86.02 github.com/pkg/diff
07:26:22 [2020-11-03T07:26:22.948Z] #50 86.04 go/token
07:26:22 [2020-11-03T07:26:22.948Z] #50 86.10 mvdan.cc/editorconfig
07:26:22 [2020-11-03T07:26:22.948Z] #50 88.68 go/scanner
07:26:22 [2020-11-03T07:26:22.948Z] #50 90.00 mvdan.cc/sh/v3/syntax
07:26:22 [2020-11-03T07:26:22.948Z] #50 91.79 encoding/base64
07:26:22 [2020-11-03T07:26:22.948Z] #50 91.89 golang.org/x/sys/unix
07:26:22 [2020-11-03T07:26:22.948Z] #50 93.14 go/ast
07:26:22 [2020-11-03T07:26:22.969Z] #41 71.32   DEP      criu/stats.d
07:26:22 [2020-11-03T07:26:22.969Z] #41 71.44   DEP      criu/sockets.d
07:26:23 [2020-11-03T07:26:23.229Z] #41 71.62   DEP      criu/sk-unix.d
07:26:23 [2020-11-03T07:26:23.250Z] #50 94.60 encoding/json
07:26:23 [2020-11-03T07:26:23.250Z] #50 ...
07:26:23 [2020-11-03T07:26:23.250Z] 
07:26:23 [2020-11-03T07:26:23.250Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:23 [2020-11-03T07:26:23.250Z] #42 36.28   CC       images/tty.o
07:26:23 [2020-11-03T07:26:23.489Z] #41 71.89   DEP      criu/sk-tcp.d
07:26:23 [2020-11-03T07:26:23.589Z] #40 ...
07:26:23 [2020-11-03T07:26:23.589Z] 
07:26:23 [2020-11-03T07:26:23.589Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:23 [2020-11-03T07:26:23.589Z] #34 42.10 Reading package lists...
07:26:23 [2020-11-03T07:26:23.750Z] #41 72.08   DEP      criu/sk-queue.d
07:26:23 [2020-11-03T07:26:23.750Z] #41 72.25   DEP      criu/sk-packet.d
07:26:23 [2020-11-03T07:26:23.896Z] #42 36.98   CC       images/file-lock.o
07:26:24 [2020-11-03T07:26:24.011Z] #41 72.44   DEP      criu/sk-netlink.d
07:26:24 [2020-11-03T07:26:24.196Z] #42 37.27   CC       images/rlimit.o
07:26:24 [2020-11-03T07:26:24.252Z] #39 49.90 Building dependency tree...
07:26:24 [2020-11-03T07:26:24.271Z] #41 72.60   DEP      criu/sk-inet.d
07:26:24 [2020-11-03T07:26:24.271Z] #41 72.82   DEP      criu/signalfd.d
07:26:24 [2020-11-03T07:26:24.495Z] #42 37.52   CC       images/pagemap.o
07:26:24 [2020-11-03T07:26:24.531Z] #41 ...
07:26:24 [2020-11-03T07:26:24.531Z] 
07:26:24 [2020-11-03T07:26:24.531Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:24 [2020-11-03T07:26:24.531Z] #43 DONE 161.0s
07:26:24 [2020-11-03T07:26:24.531Z] 
07:26:24 [2020-11-03T07:26:24.531Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:24 [2020-11-03T07:26:24.531Z] #41 72.98   DEP      criu/sigframe.d
07:26:24 [2020-11-03T07:26:24.531Z] #41 73.13   DEP      criu/shmem.d
07:26:24 [2020-11-03T07:26:24.727Z] #30 ...
07:26:24 [2020-11-03T07:26:24.727Z] 
07:26:24 [2020-11-03T07:26:24.727Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:24 [2020-11-03T07:26:24.727Z] #62 DONE 40.3s
07:26:24 [2020-11-03T07:26:24.727Z] 
07:26:24 [2020-11-03T07:26:24.727Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.19 debconf: delaying package configuration, since apt-utils is not installed
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.41 Fetched 119 kB in 0s (319 kB/s)
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.50 Selecting previously unselected package libbtrfs0.
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.50 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.63 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.65 Unpacking libbtrfs0 (4.20.1-2) ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.93 Selecting previously unselected package libbtrfs-dev.
07:26:24 [2020-11-03T07:26:24.727Z] #53 35.94 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 36.03 Unpacking libbtrfs-dev (4.20.1-2) ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 36.45 Setting up libbtrfs0 (4.20.1-2) ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 36.50 Setting up libbtrfs-dev (4.20.1-2) ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 36.54 Processing triggers for libc-bin (2.28-10) ...
07:26:24 [2020-11-03T07:26:24.727Z] #53 DONE 40.3s
07:26:24 [2020-11-03T07:26:24.727Z] 
07:26:24 [2020-11-03T07:26:24.727Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:26:24 [2020-11-03T07:26:24.794Z] #42 37.87   CC       images/siginfo.o
07:26:25 [2020-11-03T07:26:25.094Z] #42 38.14   CC       images/rpc.o
07:26:25 [2020-11-03T07:26:25.101Z] #41 73.53   DEP      criu/servicefd.d
07:26:25 [2020-11-03T07:26:25.553Z] Fetching without tags
07:26:25 [2020-11-03T07:26:25.671Z] #41 73.85   DEP      criu/seize.d
07:26:25 [2020-11-03T07:26:25.672Z] #41 74.06   DEP      criu/seccomp.d
07:26:25 [2020-11-03T07:26:25.672Z] #41 74.22   DEP      criu/rst-malloc.d
07:26:25 [2020-11-03T07:26:25.677Z] #54 ...
07:26:25 [2020-11-03T07:26:25.677Z] 
07:26:25 [2020-11-03T07:26:25.677Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:25 [2020-11-03T07:26:25.677Z] #40 25.50 Reading package lists...
07:26:25 [2020-11-03T07:26:25.677Z] #40 31.76 Building dependency tree...
07:26:25 [2020-11-03T07:26:25.677Z] #40 34.68 The following additional packages will be installed:
07:26:25 [2020-11-03T07:26:25.677Z] #40 34.68   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
07:26:25 [2020-11-03T07:26:25.677Z] #40 34.68   libprotoc17 python-pkg-resources python-six zlib1g-dev
07:26:25 [2020-11-03T07:26:25.677Z] #40 34.70 Suggested packages:
07:26:25 [2020-11-03T07:26:25.677Z] #40 34.70   manpages-dev python-setuptools
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.00 The following NEW packages will be installed:
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.00   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.01   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.01   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.01   python-six zlib1g-dev
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.40 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.40 Need to get 3798 kB of archives.
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.40 After this operation, 21.6 MB of additional disk space will be used.
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 36.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 37.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 37.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 37.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 37.83 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 38.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 38.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 38.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 38.22 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 38.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
07:26:25 [2020-11-03T07:26:25.677Z] #40 39.85 debconf: delaying package configuration, since apt-utils is not installed
07:26:25 [2020-11-03T07:26:25.677Z] #40 40.36 Fetched 3798 kB in 2s (1702 kB/s)
07:26:25 [2020-11-03T07:26:25.677Z] #40 40.76 Selecting previously unselected package libcap-dev:arm64.
07:26:25 [2020-11-03T07:26:25.677Z] #40 40.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.)
07:26:25 [2020-11-03T07:26:25.677Z] #40 40.84 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
07:26:25 [2020-11-03T07:26:25.677Z] #40 40.87 Unpacking libcap-dev:arm64 (1:2.25-2) ...
07:26:25 [2020-11-03T07:26:25.677Z] #40 41.15 Selecting previously unselected package libnet1:arm64.
07:26:25 [2020-11-03T07:26:25.677Z] #40 41.15 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
07:26:25 [2020-11-03T07:26:25.677Z] #40 41.17 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:26:25 [2020-11-03T07:26:25.677Z] #40 41.48 Selecting previously unselected package libnet1-dev.
07:26:25 [2020-11-03T07:26:25.677Z] #40 41.48 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
07:26:25 [2020-11-03T07:26:25.677Z] #40 41.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
07:26:25 [2020-11-03T07:26:25.677Z] #40 ...
07:26:25 [2020-11-03T07:26:25.677Z] 
07:26:25 [2020-11-03T07:26:25.677Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:25 [2020-11-03T07:26:25.677Z] #11 25.50 Reading package lists...
07:26:25 [2020-11-03T07:26:25.677Z] #11 31.72 Building dependency tree...
07:26:25 [2020-11-03T07:26:25.677Z] #11 34.54 The following additional packages will be installed:
07:26:25 [2020-11-03T07:26:25.677Z] #11 34.54   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
07:26:25 [2020-11-03T07:26:25.678Z] #11 34.54   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
07:26:25 [2020-11-03T07:26:25.678Z] #11 34.54   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
07:26:25 [2020-11-03T07:26:25.678Z] #11 34.55   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
07:26:25 [2020-11-03T07:26:25.678Z] #11 34.55 Suggested packages:
07:26:25 [2020-11-03T07:26:25.678Z] #11 34.56   gcc-8-locales seccomp wine64
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.89 The following NEW packages will be installed:
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.90   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.90   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.90   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.90   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.90   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
07:26:25 [2020-11-03T07:26:25.678Z] #11 35.90   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
07:26:25 [2020-11-03T07:26:25.678Z] #11 36.37 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
07:26:25 [2020-11-03T07:26:25.678Z] #11 36.37 Need to get 73.3 MB of archives.
07:26:25 [2020-11-03T07:26:25.678Z] #11 36.37 After this operation, 472 MB of additional disk space will be used.
07:26:25 [2020-11-03T07:26:25.678Z] #11 36.37 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]
07:26:25 [2020-11-03T07:26:25.678Z] #11 37.53 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]
07:26:25 [2020-11-03T07:26:25.678Z] #11 38.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
07:26:25 [2020-11-03T07:26:25.678Z] #11 38.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
07:26:25 [2020-11-03T07:26:25.678Z] #11 38.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
07:26:25 [2020-11-03T07:26:25.678Z] #11 38.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
07:26:25 [2020-11-03T07:26:25.678Z] #11 39.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
07:26:25 [2020-11-03T07:26:25.678Z] #11 39.55 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]
07:26:25 [2020-11-03T07:26:25.678Z] #11 39.56 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]
07:26:25 [2020-11-03T07:26:25.678Z] #11 ...
07:26:25 [2020-11-03T07:26:25.678Z] 
07:26:25 [2020-11-03T07:26:25.678Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:25 [2020-11-03T07:26:25.678Z] #32 31.69 sync
07:26:25 [2020-11-03T07:26:25.678Z] #32 31.70 internal/reflectlite
07:26:25 [2020-11-03T07:26:25.678Z] #32 34.16 sort
07:26:25 [2020-11-03T07:26:25.678Z] #32 34.17 errors
07:26:25 [2020-11-03T07:26:25.678Z] #32 34.61 strconv
07:26:25 [2020-11-03T07:26:25.678Z] #32 34.61 io
07:26:25 [2020-11-03T07:26:25.678Z] #32 34.61 internal/oserror
07:26:25 [2020-11-03T07:26:25.678Z] #32 34.94 syscall
07:26:25 [2020-11-03T07:26:25.678Z] #32 36.54 bytes
07:26:25 [2020-11-03T07:26:25.678Z] #32 36.54 strings
07:26:25 [2020-11-03T07:26:25.678Z] #32 38.83 reflect
07:26:25 [2020-11-03T07:26:25.678Z] #32 38.99 path
07:26:25 [2020-11-03T07:26:25.678Z] #32 39.13 bufio
07:26:25 [2020-11-03T07:26:25.678Z] #32 39.79 text/tabwriter
07:26:25 [2020-11-03T07:26:25.932Z] #41 74.29   DEP      criu/rbtree.d
07:26:25 [2020-11-03T07:26:25.932Z] #41 74.33   DEP      criu/pstree.d
07:26:26 [2020-11-03T07:26:26.123Z] #32 ...
07:26:26 [2020-11-03T07:26:26.123Z] 
07:26:26 [2020-11-03T07:26:26.123Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:26 [2020-11-03T07:26:26.123Z] #49 41.77 syscall
07:26:26 [2020-11-03T07:26:26.123Z] #49 41.80 reflect
07:26:26 [2020-11-03T07:26:26.123Z] #49 41.82 regexp/syntax
07:26:26 [2020-11-03T07:26:26.149Z] #42 ...
07:26:26 [2020-11-03T07:26:26.149Z] 
07:26:26 [2020-11-03T07:26:26.149Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:26 [2020-11-03T07:26:26.149Z] #12 87.31 Selecting previously unselected package g++-mingw-w64-x86-64.
07:26:26 [2020-11-03T07:26:26.149Z] #12 87.32 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
07:26:26 [2020-11-03T07:26:26.149Z] #12 87.32 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:26:26 [2020-11-03T07:26:26.149Z] #12 ...
07:26:26 [2020-11-03T07:26:26.149Z] 
07:26:26 [2020-11-03T07:26:26.149Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:26 [2020-11-03T07:26:26.149Z] #44 94.14 go/ast
07:26:26 [2020-11-03T07:26:26.149Z] #44 94.79 encoding/json
07:26:26 [2020-11-03T07:26:26.192Z] #41 74.48   DEP      criu/protobuf.d
07:26:26 [2020-11-03T07:26:26.192Z] #41 74.64   GEN      criu/protobuf-desc-gen.h
07:26:26 [2020-11-03T07:26:26.389Z] #49 ...
07:26:26 [2020-11-03T07:26:26.389Z] 
07:26:26 [2020-11-03T07:26:26.389Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:26 [2020-11-03T07:26:26.389Z] #34 26.47 Reading package lists...
07:26:26 [2020-11-03T07:26:26.389Z] #34 32.31 Building dependency tree...
07:26:26 [2020-11-03T07:26:26.389Z] #34 35.77 The following additional packages will be installed:
07:26:26 [2020-11-03T07:26:26.389Z] #34 35.78   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
07:26:26 [2020-11-03T07:26:26.389Z] #34 35.78 Suggested packages:
07:26:26 [2020-11-03T07:26:26.389Z] #34 35.79   cmake-doc ninja-build lrzip
07:26:26 [2020-11-03T07:26:26.389Z] #34 35.79 Recommended packages:
07:26:26 [2020-11-03T07:26:26.389Z] #34 35.79   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:26:26 [2020-11-03T07:26:26.389Z] #34 36.59 The following NEW packages will be installed:
07:26:26 [2020-11-03T07:26:26.389Z] #34 36.60   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
07:26:26 [2020-11-03T07:26:26.389Z] #34 36.61   vim-common xxd
07:26:26 [2020-11-03T07:26:26.389Z] #34 37.06 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
07:26:26 [2020-11-03T07:26:26.389Z] #34 37.06 Need to get 14.2 MB of archives.
07:26:26 [2020-11-03T07:26:26.389Z] #34 37.06 After this operation, 60.0 MB of additional disk space will be used.
07:26:26 [2020-11-03T07:26:26.389Z] #34 37.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
07:26:26 [2020-11-03T07:26:26.389Z] #34 37.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
07:26:26 [2020-11-03T07:26:26.389Z] #34 37.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 37.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 38.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 38.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 39.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 39.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 39.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 39.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
07:26:26 [2020-11-03T07:26:26.390Z] #34 40.99 debconf: delaying package configuration, since apt-utils is not installed
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.17 Fetched 14.2 MB in 3s (4972 kB/s)
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.48 Selecting previously unselected package xxd.
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.48 (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.)
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.55 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.57 Unpacking xxd (2:8.1.0875-5) ...
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.98 Selecting previously unselected package vim-common.
07:26:26 [2020-11-03T07:26:26.390Z] #34 41.98 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
07:26:26 [2020-11-03T07:26:26.390Z] #34 42.06 Unpacking vim-common (2:8.1.0875-5) ...
07:26:26 [2020-11-03T07:26:26.390Z] #34 ...
07:26:26 [2020-11-03T07:26:26.390Z] 
07:26:26 [2020-11-03T07:26:26.390Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:26:26 [2020-11-03T07:26:26.390Z] #54 1.989 + RM_GOPATH=0
07:26:26 [2020-11-03T07:26:26.390Z] #54 1.989 + TMP_GOPATH=
07:26:26 [2020-11-03T07:26:26.390Z] #54 1.989 + : /build
07:26:26 [2020-11-03T07:26:26.390Z] #54 1.989 + '[' -z '' ']'
07:26:26 [2020-11-03T07:26:26.390Z] #54 1.989 ++ mktemp -d
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.036 + export GOPATH=/tmp/tmp.CpSmDAlmFu
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.036 + GOPATH=/tmp/tmp.CpSmDAlmFu
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.036 + RM_GOPATH=1
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.036 + case "$(go env GOARCH)" in
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.036 ++ go env GOARCH
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.059 + export GO_BUILDMODE=-buildmode=pie
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.059 + GO_BUILDMODE=-buildmode=pie
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.059 ++ dirname /tmp/install/install.sh
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + dir=/tmp/install
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + bin=containerd
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + shift
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + '[' '!' -f /tmp/install/containerd.installer ']'
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + . /tmp/install/containerd.installer
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 ++ set -e
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + install_containerd
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.104 + git clone https://github.com/containerd/containerd.git /tmp/tmp.CpSmDAlmFu/src/github.com/containerd/containerd
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.105 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:26 [2020-11-03T07:26:26.390Z] #54 2.107 Cloning into '/tmp/tmp.CpSmDAlmFu/src/github.com/containerd/containerd'...
07:26:25 [2020-11-03T07:26:25.258Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:26:25 [2020-11-03T07:26:25.310Z]  > git config --add remote.origin.fetch +refs/pull/41626/head:refs/remotes/origin/PR-41626 # timeout=10
07:26:25 [2020-11-03T07:26:25.352Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:26:25 [2020-11-03T07:26:25.468Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:26:25 [2020-11-03T07:26:25.588Z] Fetching upstream changes from https://github.com/moby/moby.git
07:26:25 [2020-11-03T07:26:25.588Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:26:25 [2020-11-03T07:26:25.590Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41626/head:refs/remotes/origin/PR-41626 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:26:26 [2020-11-03T07:26:26.675Z] #34 52.62 Building dependency tree...
07:26:26 [2020-11-03T07:26:26.812Z] Merging remotes/origin/master commit 7bb1944edba67c8a3f5b4d17433dab9d99ee49de into PR head commit c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:26:26 [2020-11-03T07:26:26.812Z] #39 ...
07:26:26 [2020-11-03T07:26:26.812Z] 
07:26:26 [2020-11-03T07:26:26.812Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:26 [2020-11-03T07:26:26.812Z] #11 44.00 Reading package lists...
07:26:28 [2020-11-03T07:26:28.046Z] #34 ...
07:26:28 [2020-11-03T07:26:28.046Z] 
07:26:28 [2020-11-03T07:26:28.046Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:28 [2020-11-03T07:26:28.046Z] #47 46.48 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:28 [2020-11-03T07:26:28.046Z] #47 48.31 go: extracting github.com/gogo/protobuf v1.2.1
07:26:28 [2020-11-03T07:26:28.046Z] #47 55.22 go: extracting golang.org/x/text v0.3.2
07:26:28 [2020-11-03T07:26:28.103Z] #41 76.08   DEP      criu/protobuf-desc.d
07:26:28 [2020-11-03T07:26:28.103Z] #41 76.26   DEP      criu/proc_parse.d
07:26:28 [2020-11-03T07:26:28.103Z] #41 76.48   DEP      criu/plugin.d
07:26:28 [2020-11-03T07:26:28.103Z] #41 76.60   DEP      criu/pipes.d
07:26:28 [2020-11-03T07:26:28.206Z] #11 54.62 Building dependency tree...
07:26:28 [2020-11-03T07:26:28.206Z] #11 ...
07:26:28 [2020-11-03T07:26:28.206Z] 
07:26:28 [2020-11-03T07:26:28.206Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:28 [2020-11-03T07:26:28.206Z] #42 46.19 vendor/golang.org/x/crypto/internal/subtle
07:26:28 [2020-11-03T07:26:28.206Z] #42 46.42 vendor/golang.org/x/crypto/curve25519
07:26:28 [2020-11-03T07:26:28.302Z] #47 ...
07:26:28 [2020-11-03T07:26:28.303Z] 
07:26:28 [2020-11-03T07:26:28.303Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:28 [2020-11-03T07:26:28.303Z] #40 52.46 The following additional packages will be installed:
07:26:28 [2020-11-03T07:26:28.303Z] #40 52.46   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
07:26:28 [2020-11-03T07:26:28.303Z] #40 52.47   libprotoc17 python-pkg-resources python-six zlib1g-dev
07:26:28 [2020-11-03T07:26:28.303Z] #40 52.48 Suggested packages:
07:26:28 [2020-11-03T07:26:28.303Z] #40 52.51   manpages-dev python-setuptools
07:26:28 [2020-11-03T07:26:28.303Z] #40 54.79 The following NEW packages will be installed:
07:26:28 [2020-11-03T07:26:28.303Z] #40 54.79   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
07:26:28 [2020-11-03T07:26:28.303Z] #40 54.79   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
07:26:28 [2020-11-03T07:26:28.303Z] #40 54.79   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
07:26:28 [2020-11-03T07:26:28.303Z] #40 54.79   python-six zlib1g-dev
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.42 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.42 Need to get 4095 kB of archives.
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.42 After this operation, 22.5 MB of additional disk space will be used.
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 55.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 56.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 56.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 56.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 56.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 56.22 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
07:26:28 [2020-11-03T07:26:28.303Z] #40 56.22 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
07:26:28 [2020-11-03T07:26:28.363Z] #41 76.73   DEP      criu/pie-util.d
07:26:28 [2020-11-03T07:26:28.363Z] #41 76.85   DEP      criu/pie-util-vdso.d
07:26:28 [2020-11-03T07:26:28.363Z] #41 76.96   DEP      criu/pie-util-vdso-elf32.d
07:26:28 [2020-11-03T07:26:28.467Z] #42 ...
07:26:28 [2020-11-03T07:26:28.467Z] 
07:26:28 [2020-11-03T07:26:28.467Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:28 [2020-11-03T07:26:28.467Z] #39 55.66 The following additional packages will be installed:
07:26:28 [2020-11-03T07:26:28.467Z] #39 55.67   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
07:26:28 [2020-11-03T07:26:28.467Z] #39 55.67   libprotoc17 python-pkg-resources python-six zlib1g-dev
07:26:28 [2020-11-03T07:26:28.467Z] #39 55.68 Suggested packages:
07:26:28 [2020-11-03T07:26:28.467Z] #39 55.71   manpages-dev python-setuptools
07:26:28 [2020-11-03T07:26:28.624Z] #41 77.06   DEP      criu/path.d
07:26:28 [2020-11-03T07:26:28.884Z] #41 77.26   DEP      criu/parasite-syscall.d
07:26:28 [2020-11-03T07:26:28.927Z] #44 ...
07:26:28 [2020-11-03T07:26:28.927Z] 
07:26:28 [2020-11-03T07:26:28.927Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:28 [2020-11-03T07:26:28.927Z] #42 39.69   CC       images/ext-file.o
07:26:28 [2020-11-03T07:26:28.927Z] #42 40.03   CC       images/cgroup.o
07:26:28 [2020-11-03T07:26:28.927Z] #42 40.83   CC       images/userns.o
07:26:28 [2020-11-03T07:26:28.927Z] #42 41.10   CC       images/google/protobuf/descriptor.o
07:26:29 [2020-11-03T07:26:29.144Z] #41 77.43   DEP      criu/pagemap.d
07:26:29 [2020-11-03T07:26:29.144Z] #41 77.63   DEP      criu/pagemap-cache.d
07:26:29 [2020-11-03T07:26:29.414Z] #39 57.29 The following NEW packages will be installed:
07:26:29 [2020-11-03T07:26:29.414Z] #39 ...
07:26:29 [2020-11-03T07:26:29.414Z] 
07:26:29 [2020-11-03T07:26:29.414Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:29 [2020-11-03T07:26:29.414Z] #61 DONE 57.4s
07:26:29 [2020-11-03T07:26:29.414Z] 
07:26:29 [2020-11-03T07:26:29.414Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:29 [2020-11-03T07:26:29.414Z] #39 57.29   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
07:26:29 [2020-11-03T07:26:29.414Z] #39 57.29   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
07:26:29 [2020-11-03T07:26:29.414Z] #39 57.29   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
07:26:29 [2020-11-03T07:26:29.414Z] #39 57.29   python-six zlib1g-dev
07:26:29 [2020-11-03T07:26:29.444Z] #41 77.80   DEP      criu/page-xfer.d
07:26:26 [2020-11-03T07:26:26.919Z]  > git config core.sparsecheckout # timeout=10
07:26:26 [2020-11-03T07:26:26.964Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:26:29 [2020-11-03T07:26:29.479Z]  > git remote # timeout=10
07:26:29 [2020-11-03T07:26:29.674Z] #40 58.31 debconf: delaying package configuration, since apt-utils is not installed
07:26:29 [2020-11-03T07:26:29.674Z] #40 ...
07:26:29 [2020-11-03T07:26:29.674Z] 
07:26:29 [2020-11-03T07:26:29.674Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:29 [2020-11-03T07:26:29.674Z] #34 58.26 The following additional packages will be installed:
07:26:29 [2020-11-03T07:26:29.674Z] #34 58.27   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 Need to get 4095 kB of archives.
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 After this operation, 22.5 MB of additional disk space will be used.
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
07:26:29 [2020-11-03T07:26:29.677Z] #39 57.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
07:26:29 [2020-11-03T07:26:29.707Z] #41 78.01   DEP      criu/page-pipe.d
07:26:29 [2020-11-03T07:26:29.707Z] #41 78.14   DEP      criu/netfilter.d
07:26:29 [2020-11-03T07:26:29.822Z] Merge succeeded, producing c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:26:29 [2020-11-03T07:26:29.823Z] Checking out Revision c208f03fbddb4355729c3225bb2550c4d54a2c5e (PR-41626)
07:26:29 [2020-11-03T07:26:29.931Z] #34 58.34 Suggested packages:
07:26:29 [2020-11-03T07:26:29.931Z] #34 58.34   cmake-doc ninja-build lrzip
07:26:29 [2020-11-03T07:26:29.931Z] #34 58.34 Recommended packages:
07:26:29 [2020-11-03T07:26:29.931Z] #34 58.34   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:26:29 [2020-11-03T07:26:29.939Z] #39 57.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
07:26:29 [2020-11-03T07:26:29.939Z] #39 57.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
07:26:29 [2020-11-03T07:26:29.939Z] #39 57.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
07:26:29 [2020-11-03T07:26:29.969Z] #41 78.31   DEP      criu/net.d
07:26:29 [2020-11-03T07:26:29.969Z] #41 78.51   DEP      criu/namespaces.d
07:26:30 [2020-11-03T07:26:30.202Z] #39 58.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
07:26:30 [2020-11-03T07:26:30.202Z] #39 58.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
07:26:30 [2020-11-03T07:26:30.202Z] #39 58.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
07:26:30 [2020-11-03T07:26:30.202Z] #39 58.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
07:26:30 [2020-11-03T07:26:30.202Z] #39 58.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
07:26:30 [2020-11-03T07:26:30.202Z] #39 58.20 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
07:26:30 [2020-11-03T07:26:30.229Z] #41 78.71   DEP      criu/mount.d
07:26:30 [2020-11-03T07:26:30.476Z] #42 43.08   CC       images/opts.o
07:26:30 [2020-11-03T07:26:30.476Z] #42 43.32   CC       images/seccomp.o
07:26:30 [2020-11-03T07:26:30.490Z] #41 78.87   DEP      criu/memfd.d
07:26:30 [2020-11-03T07:26:30.490Z] #41 78.95   DEP      criu/mem.d
07:26:30 [2020-11-03T07:26:30.490Z] #41 79.01   DEP      criu/lsm.d
07:26:30 [2020-11-03T07:26:30.490Z] #41 79.06   DEP      criu/log.d
07:26:30 [2020-11-03T07:26:30.625Z] #54 ...
07:26:30 [2020-11-03T07:26:30.625Z] 
07:26:30 [2020-11-03T07:26:30.625Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:30 [2020-11-03T07:26:30.625Z] #43 35.83 github.com/LK4D4/vndr/godl/singleflight
07:26:30 [2020-11-03T07:26:30.625Z] #43 35.84 math/rand
07:26:30 [2020-11-03T07:26:30.625Z] #43 35.84 internal/singleflight
07:26:30 [2020-11-03T07:26:30.625Z] #43 35.95 io
07:26:30 [2020-11-03T07:26:30.625Z] #43 36.31 strconv
07:26:30 [2020-11-03T07:26:30.625Z] #43 36.49 syscall
07:26:30 [2020-11-03T07:26:30.625Z] #43 37.79 vendor/golang.org/x/net/dns/dnsmessage
07:26:30 [2020-11-03T07:26:30.625Z] #43 38.18 bytes
07:26:30 [2020-11-03T07:26:30.625Z] #43 40.35 bufio
07:26:30 [2020-11-03T07:26:30.625Z] #43 41.57 reflect
07:26:30 [2020-11-03T07:26:30.625Z] #43 42.84 regexp/syntax
07:26:30 [2020-11-03T07:26:30.625Z] #43 44.01 hash
07:26:30 [2020-11-03T07:26:30.625Z] #43 44.16 hash/crc32
07:26:30 [2020-11-03T07:26:30.625Z] #43 44.71 crypto/hmac
07:26:30 [2020-11-03T07:26:30.625Z] #43 45.13 vendor/golang.org/x/crypto/hkdf
07:26:30 [2020-11-03T07:26:30.625Z] #43 45.65 vendor/golang.org/x/text/transform
07:26:30 [2020-11-03T07:26:30.625Z] #43 ...
07:26:30 [2020-11-03T07:26:30.625Z] 
07:26:30 [2020-11-03T07:26:30.625Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:30 [2020-11-03T07:26:30.625Z] #11 44.00 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]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.81 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]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.81 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.92 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
07:26:30 [2020-11-03T07:26:30.625Z] #11 45.92 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB]
07:26:30 [2020-11-03T07:26:30.751Z] #41 79.18   DEP      criu/libnetlink.d
07:26:30 [2020-11-03T07:26:30.751Z] #41 79.28   DEP      criu/kerndat.d
07:26:30 [2020-11-03T07:26:30.778Z] #42 43.63   CC       images/binfmt-misc.o
07:26:30 [2020-11-03T07:26:30.778Z] #42 43.82   CC       images/time.o
07:26:31 [2020-11-03T07:26:31.011Z] #41 79.52   DEP      criu/kcmp-ids.d
07:26:31 [2020-11-03T07:26:31.011Z] #41 79.63   DEP      criu/irmap.d
07:26:31 [2020-11-03T07:26:31.076Z] #42 44.00   CC       images/sysctl.o
07:26:31 [2020-11-03T07:26:31.272Z] #41 79.78   DEP      criu/ipc_ns.d
07:26:31 [2020-11-03T07:26:31.301Z] #34 59.72 The following NEW packages will be installed:
07:26:31 [2020-11-03T07:26:31.301Z] #34 59.72   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
07:26:31 [2020-11-03T07:26:31.301Z] #34 59.73   vim-common xxd
07:26:31 [2020-11-03T07:26:31.374Z] #42 44.20   CC       images/autofs.o
07:26:31 [2020-11-03T07:26:31.374Z] #42 44.43   CC       images/macvlan.o
07:26:31 [2020-11-03T07:26:31.532Z] #41 79.99   DEP      criu/image.d
07:26:31 [2020-11-03T07:26:31.558Z] #34 60.20 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
07:26:31 [2020-11-03T07:26:31.558Z] #34 60.20 Need to get 14.9 MB of archives.
07:26:31 [2020-11-03T07:26:31.558Z] #34 60.20 After this operation, 61.8 MB of additional disk space will be used.
07:26:31 [2020-11-03T07:26:31.558Z] #34 60.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
07:26:31 [2020-11-03T07:26:31.577Z] #11 47.36 debconf: delaying package configuration, since apt-utils is not installed
07:26:31 [2020-11-03T07:26:31.577Z] #11 47.60 Fetched 73.3 MB in 10s (7367 kB/s)
07:26:31 [2020-11-03T07:26:31.673Z] #42 44.64   CC       images/sit.o
07:26:31 [2020-11-03T07:26:31.793Z] #41 80.14   DEP      criu/image-desc.d
07:26:31 [2020-11-03T07:26:31.793Z] #41 80.28   DEP      criu/fsnotify.d
07:26:31 [2020-11-03T07:26:31.816Z] #34 60.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
07:26:31 [2020-11-03T07:26:31.817Z] #34 60.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
07:26:31 [2020-11-03T07:26:31.841Z] #11 47.71 Selecting previously unselected package binutils-mingw-w64-i686.
07:26:31 [2020-11-03T07:26:31.841Z] #11 47.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 ... 15383 files and directories currently installed.)
07:26:31 [2020-11-03T07:26:31.841Z] #11 47.90 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
07:26:31 [2020-11-03T07:26:31.841Z] #11 47.93 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:26:31 [2020-11-03T07:26:31.973Z] #42 44.86   CC       images/memfd.o
07:26:32 [2020-11-03T07:26:32.053Z] #41 80.40   DEP      criu/filesystems.d
07:26:32 [2020-11-03T07:26:32.053Z] #41 80.57   DEP      criu/files.d
07:26:32 [2020-11-03T07:26:32.076Z] #34 60.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
07:26:32 [2020-11-03T07:26:32.112Z] #11 ...
07:26:32 [2020-11-03T07:26:32.112Z] 
07:26:32 [2020-11-03T07:26:32.112Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:32 [2020-11-03T07:26:32.112Z] #47 38.03 go: extracting github.com/gogo/protobuf v1.2.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 39.01 go: extracting github.com/BurntSushi/toml v0.3.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 42.89 go: finding github.com/fatih/color v1.7.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 42.93 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.08 go: finding github.com/go-critic/go-critic v0.4.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.12 go: finding github.com/go-lintpack/lintpack v0.5.2
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.13 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.15 go: finding github.com/mattn/go-colorable v0.1.4
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.15 go: finding github.com/mattn/go-isatty v0.0.8
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.19 go: finding github.com/pkg/errors v0.8.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.22 go: finding github.com/go-toolsmith/astequal v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.24 go: finding github.com/mitchellh/go-homedir v1.1.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.25 go: finding github.com/go-toolsmith/astp v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.27 go: finding github.com/go-toolsmith/astfmt v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.29 go: finding github.com/go-toolsmith/astcast v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.31 go: finding github.com/go-toolsmith/typep v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.35 go: finding github.com/spf13/viper v1.6.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.41 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.45 go: finding github.com/go-toolsmith/astcopy v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.56 go: finding github.com/stretchr/testify v1.4.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.60 go: finding github.com/sirupsen/logrus v1.4.2
07:26:32 [2020-11-03T07:26:32.112Z] #47 43.69 go: finding github.com/go-toolsmith/strparse v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.16 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.60 go: finding github.com/bombsimon/wsl/v2 v2.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.64 go: finding github.com/spf13/cobra v0.0.5
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.68 go: finding github.com/davecgh/go-spew v1.1.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.68 go: finding github.com/fsnotify/fsnotify v1.4.7
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.84 go: finding github.com/spf13/pflag v1.0.5
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.88 go: finding github.com/pmezard/go-difflib v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.92 go: finding github.com/hashicorp/hcl v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.92 go: finding github.com/gobwas/glob v0.2.3
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.92 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.94 go: finding github.com/magiconair/properties v1.8.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 44.97 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.00 go: finding github.com/stretchr/objx v0.2.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.01 go: finding github.com/mitchellh/mapstructure v1.1.2
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.02 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.07 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.08 go: finding github.com/pelletier/go-toml v1.2.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.10 go: finding github.com/spf13/afero v1.1.2
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.16 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.19 go: finding github.com/spf13/cast v1.3.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.20 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.22 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.28 go: finding gopkg.in/yaml.v2 v2.2.7
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.29 go: finding github.com/spf13/jwalterweatherman v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.32 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.40 go: finding github.com/subosito/gotenv v1.2.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.46 go: finding golang.org/x/text v0.3.2
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.59 go: finding gopkg.in/ini.v1 v1.51.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.70 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.71 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.72 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:32 [2020-11-03T07:26:32.112Z] #47 45.94 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.06 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.09 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.10 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.11 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.11 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.14 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.15 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.18 go: finding github.com/sourcegraph/go-diff v0.5.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.20 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.20 go: finding github.com/tommy-muehle/go-mnd v1.1.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.20 go: finding github.com/ultraware/funlen v0.0.2
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.21 go: finding github.com/kisielk/gotool v1.0.0
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.25 go: finding github.com/ultraware/whitespace v0.0.4
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.25 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.27 go: finding github.com/uudashr/gocognit v1.0.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.43 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.49 go: finding github.com/gogo/protobuf v1.2.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.62 go: finding honnef.co/go/tools v0.0.1-2019.2.3
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.66 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.66 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.73 go: finding github.com/BurntSushi/toml v0.3.1
07:26:32 [2020-11-03T07:26:32.112Z] #47 46.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:32 [2020-11-03T07:26:32.112Z] #47 ...
07:26:32 [2020-11-03T07:26:32.112Z] 
07:26:32 [2020-11-03T07:26:32.112Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:32 [2020-11-03T07:26:32.112Z] #43 48.16 internal/poll
07:26:32 [2020-11-03T07:26:32.112Z] #43 48.17 context
07:26:32 [2020-11-03T07:26:32.272Z] #42 45.21   CC       images/timens.o
07:26:32 [2020-11-03T07:26:32.272Z] #42 ...
07:26:32 [2020-11-03T07:26:32.272Z] 
07:26:32 [2020-11-03T07:26:32.272Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:32 [2020-11-03T07:26:32.272Z] #12 102.6 Selecting previously unselected package libapparmor1:ppc64el.
07:26:32 [2020-11-03T07:26:32.272Z] #12 102.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 102.6 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 102.8 Selecting previously unselected package libapparmor-dev:ppc64el.
07:26:32 [2020-11-03T07:26:32.272Z] #12 102.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 102.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.0 Selecting previously unselected package libbtrfs0.
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.0 Unpacking libbtrfs0 (4.20.1-2) ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.1 Selecting previously unselected package libbtrfs-dev.
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.1 Unpacking libbtrfs-dev (4.20.1-2) ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.3 Selecting previously unselected package libudev-dev:ppc64el.
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.4 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.5 Selecting previously unselected package libsepol1-dev:ppc64el.
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.272Z] #12 103.6 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
07:26:32 [2020-11-03T07:26:32.313Z] #41 80.71   DEP      criu/files-reg.d
07:26:32 [2020-11-03T07:26:32.571Z] #12 103.9 Selecting previously unselected package libpcre16-3:ppc64el.
07:26:32 [2020-11-03T07:26:32.571Z] #12 103.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.571Z] #12 103.9 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
07:26:32 [2020-11-03T07:26:32.573Z] #41 80.90   DEP      criu/files-ext.d
07:26:32 [2020-11-03T07:26:32.573Z] #41 ...
07:26:32 [2020-11-03T07:26:32.573Z] 
07:26:32 [2020-11-03T07:26:32.573Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:32 [2020-11-03T07:26:32.573Z] #18 10.97 Reading package lists...
07:26:32 [2020-11-03T07:26:32.573Z] #18 15.01 Reading package lists...
07:26:32 [2020-11-03T07:26:32.573Z] #18 18.99 Building dependency tree...
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.60 libcap2-bin is already the newest version (1:2.25-2).
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.60 The following additional packages will be installed:
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.61   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   python3.7 python3.7-minimal vim-runtime xxd
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62 Suggested packages:
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62 Recommended packages:
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   aufs-dkms nftables build-essential python3-dev python3-keyring
07:26:32 [2020-11-03T07:26:32.573Z] #18 20.62   python3-keyrings.alt python3-xdg unzip
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.62 The following NEW packages will be installed:
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.63   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.64   xz-utils zip
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.97 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.97 Need to get 28.5 MB of archives.
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.97 After this operation, 116 MB of additional disk space will be used.
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 22.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.29 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.30 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.37 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.40 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.42 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.42 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.46 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.47 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
07:26:32 [2020-11-03T07:26:32.573Z] #18 23.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.02 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.02 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.02 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.02 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.03 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.04 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.15 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.15 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.17 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.18 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.19 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.22 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.22 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.29 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.33 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.34 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 24.84 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
07:26:32 [2020-11-03T07:26:32.574Z] #18 ...
07:26:32 [2020-11-03T07:26:32.574Z] 
07:26:32 [2020-11-03T07:26:32.574Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:32 [2020-11-03T07:26:32.574Z] #41 81.06   DEP      criu/file-lock.d
07:26:29 [2020-11-03T07:26:29.553Z]  > git config --get remote.origin.url # timeout=10
07:26:29 [2020-11-03T07:26:29.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:26:29 [2020-11-03T07:26:29.598Z]  > git merge 7bb1944edba67c8a3f5b4d17433dab9d99ee49de # timeout=10
07:26:29 [2020-11-03T07:26:29.727Z]  > git rev-parse "HEAD^{commit}" # timeout=10
07:26:29 [2020-11-03T07:26:29.856Z]  > git config core.sparsecheckout # timeout=10
07:26:29 [2020-11-03T07:26:29.898Z]  > git checkout -f c208f03fbddb4355729c3225bb2550c4d54a2c5e # timeout=10
07:26:32 [2020-11-03T07:26:32.758Z] #39 60.11 debconf: delaying package configuration, since apt-utils is not installed
07:26:32 [2020-11-03T07:26:32.758Z] #39 60.46 Fetched 4095 kB in 1s (4486 kB/s)
07:26:32 [2020-11-03T07:26:32.758Z] #39 60.61 Selecting previously unselected package libcap-dev:amd64.
07:26:32 [2020-11-03T07:26:32.834Z] #41 81.23   DEP      criu/file-ids.d
07:26:32 [2020-11-03T07:26:32.834Z] #41 81.33   DEP      criu/fifo.d
07:26:32 [2020-11-03T07:26:32.834Z] #41 81.44   DEP      criu/fdstore.d
07:26:32 [2020-11-03T07:26:32.883Z] #12 104.0 Selecting previously unselected package libpcre32-3:ppc64el.
07:26:32 [2020-11-03T07:26:32.883Z] #12 104.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.883Z] #12 104.1 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
07:26:32 [2020-11-03T07:26:32.883Z] #12 104.3 Selecting previously unselected package libpcrecpp0v5:ppc64el.
07:26:32 [2020-11-03T07:26:32.883Z] #12 104.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
07:26:32 [2020-11-03T07:26:32.883Z] #12 104.3 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
07:26:33 [2020-11-03T07:26:33.008Z] #34 61.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
07:26:33 [2020-11-03T07:26:33.008Z] #34 61.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
07:26:33 [2020-11-03T07:26:33.008Z] #34 61.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
07:26:33 [2020-11-03T07:26:33.008Z] #34 61.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
07:26:33 [2020-11-03T07:26:33.008Z] #34 61.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
07:26:33 [2020-11-03T07:26:33.008Z] #34 61.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
07:26:33 [2020-11-03T07:26:33.020Z] #39 60.62 (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.)
07:26:33 [2020-11-03T07:26:33.021Z] #39 60.78 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.021Z] #39 60.79 Unpacking libcap-dev:amd64 (1:2.25-2) ...
07:26:33 [2020-11-03T07:26:33.021Z] #39 ...
07:26:33 [2020-11-03T07:26:33.021Z] 
07:26:33 [2020-11-03T07:26:33.021Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:33 [2020-11-03T07:26:33.021Z] #52 50.17 Building dependency tree...
07:26:33 [2020-11-03T07:26:33.021Z] #52 56.20 The following additional packages will be installed:
07:26:33 [2020-11-03T07:26:33.021Z] #52 56.20   libbtrfs0
07:26:33 [2020-11-03T07:26:33.021Z] #52 56.47 The following NEW packages will be installed:
07:26:33 [2020-11-03T07:26:33.021Z] #52 56.49   libbtrfs-dev libbtrfs0
07:26:33 [2020-11-03T07:26:33.021Z] #52 57.03 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
07:26:33 [2020-11-03T07:26:33.021Z] #52 57.03 Need to get 119 kB of archives.
07:26:33 [2020-11-03T07:26:33.021Z] #52 57.03 After this operation, 387 kB of additional disk space will be used.
07:26:33 [2020-11-03T07:26:33.021Z] #52 57.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
07:26:33 [2020-11-03T07:26:33.021Z] #52 57.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
07:26:33 [2020-11-03T07:26:33.021Z] #52 59.02 debconf: delaying package configuration, since apt-utils is not installed
07:26:33 [2020-11-03T07:26:33.021Z] #52 59.36 Fetched 119 kB in 0s (313 kB/s)
07:26:33 [2020-11-03T07:26:33.021Z] #52 59.69 Selecting previously unselected package libbtrfs0.
07:26:33 [2020-11-03T07:26:33.021Z] #52 59.69 (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.)
07:26:33 [2020-11-03T07:26:33.021Z] #52 59.77 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 59.81 Unpacking libbtrfs0 (4.20.1-2) ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 60.10 Selecting previously unselected package libbtrfs-dev.
07:26:33 [2020-11-03T07:26:33.021Z] #52 60.11 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 60.13 Unpacking libbtrfs-dev (4.20.1-2) ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 60.47 Setting up libbtrfs0 (4.20.1-2) ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 60.50 Setting up libbtrfs-dev (4.20.1-2) ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 60.52 Processing triggers for libc-bin (2.28-10) ...
07:26:33 [2020-11-03T07:26:33.021Z] #52 DONE 60.9s
07:26:33 [2020-11-03T07:26:33.021Z] 
07:26:33 [2020-11-03T07:26:33.021Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:33 [2020-11-03T07:26:33.021Z] #39 61.12 Selecting previously unselected package libnet1:amd64.
07:26:33 [2020-11-03T07:26:33.021Z] #39 61.12 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.094Z] #41 81.57   DEP      criu/fault-injection.d
07:26:33 [2020-11-03T07:26:33.179Z] #12 104.4 Selecting previously unselected package libpcre3-dev:ppc64el.
07:26:33 [2020-11-03T07:26:33.179Z] #12 104.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
07:26:33 [2020-11-03T07:26:33.179Z] #12 104.4 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
07:26:33 [2020-11-03T07:26:33.267Z] #34 ...
07:26:33 [2020-11-03T07:26:33.267Z] 
07:26:33 [2020-11-03T07:26:33.267Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:33 [2020-11-03T07:26:33.267Z] #62 DONE 61.7s
07:26:33 [2020-11-03T07:26:33.267Z] 
07:26:33 [2020-11-03T07:26:33.267Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:33 [2020-11-03T07:26:33.267Z] #40 58.70 Fetched 4095 kB in 1s (2999 kB/s)
07:26:33 [2020-11-03T07:26:33.267Z] #40 58.84 Selecting previously unselected package libcap-dev:amd64.
07:26:33 [2020-11-03T07:26:33.267Z] #40 58.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
07:26:33 [2020-11-03T07:26:33.267Z] #40 58.98 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.08 Unpacking libcap-dev:amd64 (1:2.25-2) ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.43 Selecting previously unselected package libnet1:amd64.
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.79 Selecting previously unselected package libnet1-dev.
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.80 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 59.80 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 60.21 Selecting previously unselected package libnl-3-200:amd64.
07:26:33 [2020-11-03T07:26:33.267Z] #40 60.23 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 60.29 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 60.74 Selecting previously unselected package libnl-3-dev:amd64.
07:26:33 [2020-11-03T07:26:33.267Z] #40 60.75 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 60.81 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 61.58 Selecting previously unselected package libprotobuf-c1:amd64.
07:26:33 [2020-11-03T07:26:33.267Z] #40 61.59 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 61.63 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 61.88 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:26:33 [2020-11-03T07:26:33.267Z] #40 61.89 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.267Z] #40 61.91 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
07:26:33 [2020-11-03T07:26:33.347Z] #39 61.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:26:33 [2020-11-03T07:26:33.354Z] #41 81.59   DEP      criu/external.d
07:26:33 [2020-11-03T07:26:33.354Z] #41 81.64   DEP      criu/eventpoll.d
07:26:33 [2020-11-03T07:26:33.354Z] #41 81.74   DEP      criu/eventfd.d
07:26:33 [2020-11-03T07:26:33.354Z] #41 81.82   DEP      criu/crtools.d
07:26:33 [2020-11-03T07:26:33.480Z] #12 105.0 Selecting previously unselected package libselinux1-dev:ppc64el.
07:26:33 [2020-11-03T07:26:33.480Z] #12 105.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
07:26:33 [2020-11-03T07:26:33.480Z] #12 105.0 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
07:26:33 [2020-11-03T07:26:33.523Z] #40 62.16 Selecting previously unselected package zlib1g-dev:amd64.
07:26:33 [2020-11-03T07:26:33.615Z] #41 82.04   DEP      criu/cr-service.d
07:26:33 [2020-11-03T07:26:33.615Z] #41 82.17   DEP      criu/cr-restore.d
07:26:33 [2020-11-03T07:26:33.623Z] #39 61.56 Selecting previously unselected package libnet1-dev.
07:26:33 [2020-11-03T07:26:33.623Z] #39 61.57 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.623Z] #39 61.61 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
07:26:33 [2020-11-03T07:26:33.779Z] #40 62.20 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
07:26:33 [2020-11-03T07:26:33.779Z] #40 62.23 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
07:26:33 [2020-11-03T07:26:33.875Z] #41 82.39   DEP      criu/cr-errno.d
07:26:33 [2020-11-03T07:26:33.875Z] #41 82.40   DEP      criu/cr-dump.d
07:26:34 [2020-11-03T07:26:34.084Z] #12 105.3 Selecting previously unselected package libdevmapper-dev:ppc64el.
07:26:34 [2020-11-03T07:26:34.084Z] #12 105.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
07:26:34 [2020-11-03T07:26:34.084Z] #12 105.3 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
07:26:34 [2020-11-03T07:26:34.084Z] #12 105.4 Selecting previously unselected package libseccomp-dev:ppc64el.
07:26:34 [2020-11-03T07:26:34.084Z] #12 105.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
07:26:34 [2020-11-03T07:26:34.084Z] #12 105.4 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
07:26:34 [2020-11-03T07:26:34.206Z] #39 62.11 Selecting previously unselected package libnl-3-200:amd64.
07:26:34 [2020-11-03T07:26:34.206Z] #39 62.11 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
07:26:34 [2020-11-03T07:26:34.206Z] #39 62.15 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
07:26:34 [2020-11-03T07:26:34.343Z] #40 62.83 Selecting previously unselected package libprotobuf17:amd64.
07:26:34 [2020-11-03T07:26:34.343Z] #40 62.83 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
07:26:34 [2020-11-03T07:26:34.343Z] #40 62.85 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
07:26:34 [2020-11-03T07:26:34.343Z] #40 ...
07:26:34 [2020-11-03T07:26:34.343Z] 
07:26:34 [2020-11-03T07:26:34.343Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:34 [2020-11-03T07:26:34.343Z] #53 42.46 Reading package lists...
07:26:34 [2020-11-03T07:26:34.343Z] #53 53.28 Building dependency tree...
07:26:34 [2020-11-03T07:26:34.343Z] #53 59.19 The following additional packages will be installed:
07:26:34 [2020-11-03T07:26:34.343Z] #53 59.22   libbtrfs0
07:26:34 [2020-11-03T07:26:34.343Z] #53 59.67 The following NEW packages will be installed:
07:26:34 [2020-11-03T07:26:34.343Z] #53 59.69   libbtrfs-dev libbtrfs0
07:26:34 [2020-11-03T07:26:34.343Z] #53 60.32 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
07:26:34 [2020-11-03T07:26:34.343Z] #53 60.32 Need to get 119 kB of archives.
07:26:34 [2020-11-03T07:26:34.343Z] #53 60.32 After this operation, 387 kB of additional disk space will be used.
07:26:34 [2020-11-03T07:26:34.343Z] #53 60.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
07:26:34 [2020-11-03T07:26:34.343Z] #53 60.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
07:26:34 [2020-11-03T07:26:34.343Z] #53 61.67 debconf: delaying package configuration, since apt-utils is not installed
07:26:34 [2020-11-03T07:26:34.343Z] #53 62.04 Fetched 119 kB in 0s (387 kB/s)
07:26:34 [2020-11-03T07:26:34.343Z] #53 62.20 Selecting previously unselected package libbtrfs0.
07:26:34 [2020-11-03T07:26:34.343Z] #53 62.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.)
07:26:34 [2020-11-03T07:26:34.343Z] #53 62.36 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
07:26:34 [2020-11-03T07:26:34.343Z] #53 62.41 Unpacking libbtrfs0 (4.20.1-2) ...
07:26:34 [2020-11-03T07:26:34.344Z] #53 62.69 Selecting previously unselected package libbtrfs-dev.
07:26:34 [2020-11-03T07:26:34.344Z] #53 62.70 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
07:26:34 [2020-11-03T07:26:34.344Z] #53 62.73 Unpacking libbtrfs-dev (4.20.1-2) ...
07:26:34 [2020-11-03T07:26:34.344Z] #53 ...
07:26:34 [2020-11-03T07:26:34.344Z] 
07:26:34 [2020-11-03T07:26:34.344Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.04 go: finding github.com/fatih/color v1.7.0
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.27 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.36 go: finding github.com/mattn/go-colorable v0.1.4
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.44 go: finding github.com/mattn/go-isatty v0.0.8
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.59 go: finding github.com/go-critic/go-critic v0.4.1
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.66 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.68 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.70 go: finding github.com/go-lintpack/lintpack v0.5.2
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.71 go: finding github.com/pkg/errors v0.8.1
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.85 go: finding github.com/go-toolsmith/astfmt v1.0.0
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.85 go: finding github.com/sirupsen/logrus v1.4.2
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.92 go: finding github.com/go-toolsmith/astequal v1.0.0
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.92 go: finding github.com/mitchellh/go-homedir v1.1.0
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.93 go: finding github.com/go-toolsmith/astp v1.0.0
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.93 go: finding github.com/stretchr/testify v1.4.0
07:26:34 [2020-11-03T07:26:34.344Z] #47 62.95 go: finding github.com/go-toolsmith/astcast v1.0.0
07:26:34 [2020-11-03T07:26:34.383Z] #12 105.7 Selecting previously unselected package libsystemd-dev:ppc64el.
07:26:34 [2020-11-03T07:26:34.383Z] #12 105.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ...
07:26:34 [2020-11-03T07:26:34.383Z] #12 105.7 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ...
07:26:34 [2020-11-03T07:26:34.445Z] #41 82.71   DEP      criu/cr-dedup.d
07:26:34 [2020-11-03T07:26:34.445Z] #41 82.91   DEP      criu/cr-check.d
07:26:34 [2020-11-03T07:26:34.477Z] #39 62.40 Selecting previously unselected package libnl-3-dev:amd64.
07:26:34 [2020-11-03T07:26:34.477Z] #39 62.41 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
07:26:34 [2020-11-03T07:26:34.477Z] #39 62.42 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
07:26:34 [2020-11-03T07:26:34.601Z] #47 63.03 go: finding github.com/go-toolsmith/typep v1.0.0
07:26:34 [2020-11-03T07:26:34.601Z] #47 63.04 go: finding github.com/davecgh/go-spew v1.1.1
07:26:34 [2020-11-03T07:26:34.601Z] #47 63.06 go: finding github.com/spf13/viper v1.6.1
07:26:34 [2020-11-03T07:26:34.601Z] #47 63.10 go: finding github.com/pmezard/go-difflib v1.0.0
07:26:34 [2020-11-03T07:26:34.601Z] #47 63.17 go: finding github.com/go-toolsmith/astcopy v1.0.0
07:26:34 [2020-11-03T07:26:34.601Z] #47 63.19 go: finding github.com/stretchr/objx v0.2.0
07:26:34 [2020-11-03T07:26:34.703Z] #43 50.31 os
07:26:34 [2020-11-03T07:26:34.705Z] #41 83.16   DEP      criu/config.d
07:26:34 [2020-11-03T07:26:34.858Z] #47 63.43 go: finding gopkg.in/yaml.v2 v2.2.7
07:26:34 [2020-11-03T07:26:34.967Z] #41 83.34   DEP      criu/clone-noasan.d
07:26:34 [2020-11-03T07:26:34.967Z] #41 83.43   DEP      criu/cgroup.d
07:26:35 [2020-11-03T07:26:35.053Z] #39 62.80 Selecting previously unselected package libprotobuf-c1:amd64.
07:26:35 [2020-11-03T07:26:35.053Z] #39 62.84 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
07:26:35 [2020-11-03T07:26:35.053Z] #39 62.85 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:26:35 [2020-11-03T07:26:35.053Z] #39 63.08 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:26:35 [2020-11-03T07:26:35.053Z] #39 63.09 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
07:26:35 [2020-11-03T07:26:35.083Z] #12 106.4 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
07:26:35 [2020-11-03T07:26:35.083Z] #12 106.4 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
07:26:35 [2020-11-03T07:26:35.083Z] #12 106.4 Setting up libapparmor1:ppc64el (2.13.2-10) ...
07:26:35 [2020-11-03T07:26:35.083Z] #12 106.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:26:35 [2020-11-03T07:26:35.083Z] #12 106.4 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
07:26:35 [2020-11-03T07:26:35.084Z] #12 106.4 Setting up libsepol1-dev:ppc64el (2.8-1) ...
07:26:35 [2020-11-03T07:26:35.084Z] #12 106.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:26:35 [2020-11-03T07:26:35.084Z] #12 106.4 Setting up libbtrfs0 (4.20.1-2) ...
07:26:35 [2020-11-03T07:26:35.084Z] #12 106.4 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
07:26:35 [2020-11-03T07:26:35.084Z] #12 106.5 Setting up libudev-dev:ppc64el (241-7~deb10u4) ...
07:26:35 [2020-11-03T07:26:35.084Z] #12 106.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:26:35 [2020-11-03T07:26:35.117Z] #47 63.62 go: finding github.com/go-toolsmith/strparse v1.0.0
07:26:35 [2020-11-03T07:26:35.117Z] #47 63.66 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
07:26:35 [2020-11-03T07:26:35.228Z] #41 ...
07:26:35 [2020-11-03T07:26:35.228Z] 
07:26:35 [2020-11-03T07:26:35.228Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:26:35 [2020-11-03T07:26:35.228Z] #30 DONE 171.2s
07:26:35 [2020-11-03T07:26:35.228Z] 
07:26:35 [2020-11-03T07:26:35.228Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:35 [2020-11-03T07:26:35.228Z] #41 83.73   DEP      criu/cgroup-props.d
07:26:35 [2020-11-03T07:26:35.315Z] #39 63.12 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
07:26:35 [2020-11-03T07:26:35.315Z] #39 63.31 Selecting previously unselected package zlib1g-dev:amd64.
07:26:35 [2020-11-03T07:26:35.315Z] #39 63.31 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
07:26:35 [2020-11-03T07:26:35.315Z] #39 63.31 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
07:26:35 [2020-11-03T07:26:35.374Z] #47 ...
07:26:35 [2020-11-03T07:26:35.374Z] 
07:26:35 [2020-11-03T07:26:35.374Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
07:26:35 [2020-11-03T07:26:35.374Z] #53 63.10 Setting up libbtrfs0 (4.20.1-2) ...
07:26:35 [2020-11-03T07:26:35.374Z] #53 63.13 Setting up libbtrfs-dev (4.20.1-2) ...
07:26:35 [2020-11-03T07:26:35.374Z] #53 63.25 Processing triggers for libc-bin (2.28-10) ...
07:26:35 [2020-11-03T07:26:35.374Z] #53 DONE 63.8s
07:26:35 [2020-11-03T07:26:35.374Z] 
07:26:35 [2020-11-03T07:26:35.374Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:35 [2020-11-03T07:26:35.374Z] #47 63.81 go: finding github.com/bombsimon/wsl/v2 v2.0.0
07:26:35 [2020-11-03T07:26:35.374Z] #47 63.85 go: finding github.com/fsnotify/fsnotify v1.4.7
07:26:35 [2020-11-03T07:26:35.374Z] #47 63.87 go: finding github.com/gobwas/glob v0.2.3
07:26:35 [2020-11-03T07:26:35.374Z] #47 63.92 go: finding github.com/hashicorp/hcl v1.0.0
07:26:35 [2020-11-03T07:26:35.374Z] #47 63.96 go: finding github.com/spf13/cobra v0.0.5
07:26:35 [2020-11-03T07:26:35.374Z] #47 64.04 go: finding github.com/spf13/pflag v1.0.5
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.5 Setting up libbtrfs-dev (4.20.1-2) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.5 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.5 Setting up mingw-w64-common (6.0.0-3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.5 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 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
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 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
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 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
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 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
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.7 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.8 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.8 Setting up dmsetup (2:1.02.155-3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.8 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
07:26:35 [2020-11-03T07:26:35.383Z] #12 106.8 Processing triggers for libc-bin (2.28-10) ...
07:26:35 [2020-11-03T07:26:35.488Z] #41 83.93   DEP      criu/bitmap.d
07:26:35 [2020-11-03T07:26:35.488Z] #41 83.94   DEP      criu/bfd.d
07:26:35 [2020-11-03T07:26:35.632Z] #47 64.14 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:35 [2020-11-03T07:26:35.632Z] #47 64.26 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:35 [2020-11-03T07:26:35.708Z] #12 DONE 107.1s
07:26:35 [2020-11-03T07:26:35.708Z] 
07:26:35 [2020-11-03T07:26:35.708Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
07:26:35 [2020-11-03T07:26:35.749Z] #41 84.19   DEP      criu/autofs.d
07:26:35 [2020-11-03T07:26:35.889Z] #47 64.29 go: finding github.com/magiconair/properties v1.8.1
07:26:35 [2020-11-03T07:26:35.889Z] #47 64.29 go: finding github.com/mitchellh/mapstructure v1.1.2
07:26:35 [2020-11-03T07:26:35.889Z] #47 64.43 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:35 [2020-11-03T07:26:35.889Z] #47 64.44 go: finding github.com/pelletier/go-toml v1.2.0
07:26:35 [2020-11-03T07:26:35.889Z] #47 64.48 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:35 [2020-11-03T07:26:35.889Z] #47 ...
07:26:35 [2020-11-03T07:26:35.889Z] 
07:26:35 [2020-11-03T07:26:35.889Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:35 [2020-11-03T07:26:35.889Z] #32 54.40 internal/reflectlite
07:26:35 [2020-11-03T07:26:35.889Z] #32 54.41 sync
07:26:35 [2020-11-03T07:26:35.889Z] #32 58.38 sort
07:26:35 [2020-11-03T07:26:35.889Z] #32 58.40 errors
07:26:35 [2020-11-03T07:26:35.889Z] #32 59.44 strconv
07:26:35 [2020-11-03T07:26:35.889Z] #32 60.21 io
07:26:35 [2020-11-03T07:26:35.889Z] #32 61.93 internal/oserror
07:26:35 [2020-11-03T07:26:35.889Z] #32 62.10 syscall
07:26:36 [2020-11-03T07:26:36.009Z] #41 84.46   DEP      criu/aio.d
07:26:36 [2020-11-03T07:26:36.147Z] #32 ...
07:26:36 [2020-11-03T07:26:36.147Z] 
07:26:36 [2020-11-03T07:26:36.147Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.49 go: finding github.com/spf13/afero v1.1.2
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.52 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.54 go: finding github.com/spf13/cast v1.3.0
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.62 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.62 go: finding github.com/spf13/jwalterweatherman v1.0.0
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.67 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:36 [2020-11-03T07:26:36.147Z] #47 64.68 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:36 [2020-11-03T07:26:36.148Z] #43 ...
07:26:36 [2020-11-03T07:26:36.148Z] 
07:26:36 [2020-11-03T07:26:36.148Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:36 [2020-11-03T07:26:36.148Z] #40 41.99 Selecting previously unselected package libnl-3-200:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 42.05 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 42.35 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 42.68 Selecting previously unselected package libnl-3-dev:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 42.68 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 42.74 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 44.91 Selecting previously unselected package libprotobuf-c1:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 44.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 44.92 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.06 Selecting previously unselected package libprotobuf-c-dev:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.06 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.07 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.24 Selecting previously unselected package zlib1g-dev:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.25 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.25 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.68 Selecting previously unselected package libprotobuf17:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 45.69 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 46.06 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 46.74 Selecting previously unselected package libprotobuf-lite17:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 46.74 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 46.77 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 47.08 Selecting previously unselected package libprotobuf-dev:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 47.09 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 47.12 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 48.57 Selecting previously unselected package libprotoc17:arm64.
07:26:36 [2020-11-03T07:26:36.148Z] #40 48.58 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 48.71 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 49.94 Selecting previously unselected package protobuf-c-compiler.
07:26:36 [2020-11-03T07:26:36.148Z] #40 49.94 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 49.96 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 50.14 Selecting previously unselected package protobuf-compiler.
07:26:36 [2020-11-03T07:26:36.148Z] #40 50.14 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 50.14 Unpacking protobuf-compiler (3.6.1.3-2) ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 51.01 Selecting previously unselected package python-pkg-resources.
07:26:36 [2020-11-03T07:26:36.148Z] #40 51.02 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
07:26:36 [2020-11-03T07:26:36.148Z] #40 51.14 Unpacking python-pkg-resources (40.8.0-1) ...
07:26:36 [2020-11-03T07:26:36.263Z] #39 64.11 Selecting previously unselected package libprotobuf17:amd64.
07:26:36 [2020-11-03T07:26:36.263Z] #39 64.11 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
07:26:36 [2020-11-03T07:26:36.263Z] #39 64.14 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
07:26:36 [2020-11-03T07:26:36.263Z] #39 ...
07:26:36 [2020-11-03T07:26:36.263Z] 
07:26:36 [2020-11-03T07:26:36.263Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:36 [2020-11-03T07:26:36.263Z] #33 44.51 Reading package lists...
07:26:36 [2020-11-03T07:26:36.263Z] #33 54.68 Building dependency tree...
07:26:36 [2020-11-03T07:26:36.263Z] #33 59.97 The following additional packages will be installed:
07:26:36 [2020-11-03T07:26:36.263Z] #33 60.01   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
07:26:36 [2020-11-03T07:26:36.263Z] #33 60.05 Suggested packages:
07:26:36 [2020-11-03T07:26:36.263Z] #33 60.05   cmake-doc ninja-build lrzip
07:26:36 [2020-11-03T07:26:36.263Z] #33 60.05 Recommended packages:
07:26:36 [2020-11-03T07:26:36.263Z] #33 60.05   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:26:36 [2020-11-03T07:26:36.263Z] #33 61.70 The following NEW packages will be installed:
07:26:36 [2020-11-03T07:26:36.263Z] #33 61.75   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
07:26:36 [2020-11-03T07:26:36.263Z] #33 61.75   vim-common xxd
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.36 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.36 Need to get 14.9 MB of archives.
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.36 After this operation, 61.8 MB of additional disk space will be used.
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 62.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 63.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 64.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 64.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 64.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 64.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 64.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
07:26:36 [2020-11-03T07:26:36.263Z] #33 ...
07:26:36 [2020-11-03T07:26:36.263Z] 
07:26:36 [2020-11-03T07:26:36.263Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:36 [2020-11-03T07:26:36.263Z] #46 54.49 go: extracting golang.org/x/text v0.3.2
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.35 go: finding github.com/fatih/color v1.7.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.68 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.76 go: finding github.com/mattn/go-colorable v0.1.4
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.78 go: finding github.com/mattn/go-isatty v0.0.8
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.88 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.93 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
07:26:36 [2020-11-03T07:26:36.263Z] #46 62.98 go: finding github.com/pkg/errors v0.8.1
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.00 go: finding github.com/go-critic/go-critic v0.4.1
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.00 go: finding github.com/go-lintpack/lintpack v0.5.2
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.01 go: finding github.com/sirupsen/logrus v1.4.2
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.10 go: finding github.com/mitchellh/go-homedir v1.1.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.10 go: finding github.com/go-toolsmith/astequal v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.14 go: finding github.com/stretchr/testify v1.4.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.15 go: finding github.com/go-toolsmith/astp v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.18 go: finding github.com/spf13/viper v1.6.1
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.21 go: finding github.com/go-toolsmith/astfmt v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.22 go: finding github.com/davecgh/go-spew v1.1.1
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.25 go: finding github.com/go-toolsmith/astcast v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.27 go: finding github.com/go-toolsmith/typep v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.29 go: finding github.com/pmezard/go-difflib v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.35 go: finding github.com/stretchr/objx v0.2.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.37 go: finding github.com/go-toolsmith/astcopy v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.64 go: finding gopkg.in/yaml.v2 v2.2.7
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.65 go: finding github.com/go-toolsmith/strparse v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.74 go: finding github.com/fsnotify/fsnotify v1.4.7
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.78 go: finding github.com/spf13/cobra v0.0.5
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.81 go: finding github.com/hashicorp/hcl v1.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.81 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.90 go: finding github.com/bombsimon/wsl/v2 v2.0.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.90 go: finding github.com/spf13/pflag v1.0.5
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.94 go: finding github.com/magiconair/properties v1.8.1
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.94 go: finding github.com/gobwas/glob v0.2.3
07:26:36 [2020-11-03T07:26:36.263Z] #46 63.97 go: finding github.com/mitchellh/mapstructure v1.1.2
07:26:36 [2020-11-03T07:26:36.263Z] #46 64.03 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:26:36 [2020-11-03T07:26:36.263Z] #46 64.07 go: finding github.com/pelletier/go-toml v1.2.0
07:26:36 [2020-11-03T07:26:36.263Z] #46 64.23 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:26:36 [2020-11-03T07:26:36.263Z] #46 64.28 go: finding github.com/spf13/afero v1.1.2
07:26:36 [2020-11-03T07:26:36.263Z] #46 64.34 go: finding github.com/spf13/cast v1.3.0
07:26:36 [2020-11-03T07:26:36.273Z] #41 84.66   DEP      criu/action-scripts.d
07:26:36 [2020-11-03T07:26:36.363Z] #13 DONE 0.6s
07:26:36 [2020-11-03T07:26:36.363Z] 
07:26:36 [2020-11-03T07:26:36.363Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.487 + RM_GOPATH=0
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.491 + TMP_GOPATH=
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.492 + : /build
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.493 + '[' -z '' ']'
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.494 ++ mktemp -d
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.500 + export GOPATH=/tmp/tmp.xMS7a6HM44
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.500 + GOPATH=/tmp/tmp.xMS7a6HM44
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.501 + RM_GOPATH=1
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.502 + case "$(go env GOARCH)" in
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.505 ++ go env GOARCH
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.516 + export GO_BUILDMODE=-buildmode=pie
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.516 + GO_BUILDMODE=-buildmode=pie
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.529 ++ dirname /tmp/install/install.sh
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.537 + dir=/tmp/install
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.538 + bin=runc
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.538 + shift
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.539 + '[' '!' -f /tmp/install/runc.installer ']'
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.539 + . /tmp/install/runc.installer
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.540 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.540 + install_runc
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.541 + uname -r
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.543 + grep -q '^3\.10\.0.*\.el7\.'
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.554 + RUNC_BUILDTAGS='seccomp apparmor selinux '
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.554 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.554 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.554 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xMS7a6HM44/src/github.com/opencontainers/runc
07:26:36 [2020-11-03T07:26:36.363Z] #52 0.577 Cloning into '/tmp/tmp.xMS7a6HM44/src/github.com/opencontainers/runc'...
07:26:36 [2020-11-03T07:26:36.404Z] #47 64.86 go: finding github.com/subosito/gotenv v1.2.0
07:26:36 [2020-11-03T07:26:36.404Z] #47 64.91 go: finding gopkg.in/ini.v1 v1.51.0
07:26:36 [2020-11-03T07:26:36.527Z] #46 64.35 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
07:26:36 [2020-11-03T07:26:36.527Z] #46 64.45 go: finding github.com/spf13/jwalterweatherman v1.0.0
07:26:36 [2020-11-03T07:26:36.527Z] #46 64.50 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
07:26:36 [2020-11-03T07:26:36.661Z] #47 ...
07:26:36 [2020-11-03T07:26:36.661Z] 
07:26:36 [2020-11-03T07:26:36.661Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:36 [2020-11-03T07:26:36.661Z] #11 44.44 Reading package lists...
07:26:36 [2020-11-03T07:26:36.661Z] #11 55.52 Building dependency tree...
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.03 The following additional packages will be installed:
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.04   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.04   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.06   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.06   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.08 Suggested packages:
07:26:36 [2020-11-03T07:26:36.661Z] #11 61.08   gcc-8-locales seccomp wine64
07:26:36 [2020-11-03T07:26:36.661Z] #11 63.34 The following NEW packages will be installed:
07:26:36 [2020-11-03T07:26:36.661Z] #11 63.34   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:26:36 [2020-11-03T07:26:36.661Z] #11 63.34   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
07:26:36 [2020-11-03T07:26:36.662Z] #11 63.34   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
07:26:36 [2020-11-03T07:26:36.662Z] #11 63.34   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
07:26:36 [2020-11-03T07:26:36.662Z] #11 63.37   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
07:26:36 [2020-11-03T07:26:36.662Z] #11 63.38   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.02 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.02 Need to get 77.7 MB of archives.
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.02 After this operation, 487 MB of additional disk space will be used.
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.02 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]
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.38 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]
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
07:26:36 [2020-11-03T07:26:36.662Z] #11 64.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
07:26:36 [2020-11-03T07:26:36.662Z] #11 ...
07:26:36 [2020-11-03T07:26:36.662Z] 
07:26:36 [2020-11-03T07:26:36.662Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:36 [2020-11-03T07:26:36.662Z] #47 65.21 go: finding golang.org/x/text v0.3.2
07:26:36 [2020-11-03T07:26:36.662Z] #47 65.25 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:36 [2020-11-03T07:26:36.789Z] #46 64.60 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
07:26:36 [2020-11-03T07:26:36.789Z] #46 64.68 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
07:26:36 [2020-11-03T07:26:36.789Z] #46 64.70 go: finding github.com/subosito/gotenv v1.2.0
07:26:36 [2020-11-03T07:26:36.789Z] #46 64.72 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
07:26:36 [2020-11-03T07:26:36.789Z] #46 64.84 go: finding gopkg.in/ini.v1 v1.51.0
07:26:36 [2020-11-03T07:26:36.799Z] #40 52.56 Selecting previously unselected package python-six.
07:26:36 [2020-11-03T07:26:36.799Z] #40 52.56 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
07:26:36 [2020-11-03T07:26:36.799Z] #40 ...
07:26:36 [2020-11-03T07:26:36.799Z] 
07:26:36 [2020-11-03T07:26:36.799Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:36 [2020-11-03T07:26:36.799Z] #32 42.69 time
07:26:36 [2020-11-03T07:26:36.799Z] #32 42.69 internal/syscall/execenv
07:26:36 [2020-11-03T07:26:36.799Z] #32 42.69 internal/syscall/unix
07:26:36 [2020-11-03T07:26:36.799Z] #32 47.79 internal/poll
07:26:36 [2020-11-03T07:26:36.799Z] #32 49.63 os
07:26:36 [2020-11-03T07:26:36.799Z] #32 50.22 internal/fmtsort
07:26:36 [2020-11-03T07:26:36.799Z] #32 51.88 path/filepath
07:26:36 [2020-11-03T07:26:36.799Z] #32 51.88 fmt
07:26:36 [2020-11-03T07:26:36.799Z] #32 52.93 io/ioutil
07:26:36 [2020-11-03T07:26:36.799Z] #32 ...
07:26:36 [2020-11-03T07:26:36.799Z] 
07:26:36 [2020-11-03T07:26:36.799Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:36 [2020-11-03T07:26:36.799Z] #43 52.64 github.com/LK4D4/vndr/versioned
07:26:36 [2020-11-03T07:26:36.844Z] #41 85.10   CC       criu/action-scripts.o
07:26:36 [2020-11-03T07:26:36.847Z] #52 ...
07:26:36 [2020-11-03T07:26:36.847Z] 
07:26:36 [2020-11-03T07:26:36.847Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
07:26:36 [2020-11-03T07:26:36.847Z] #14 DONE 0.5s
07:26:36 [2020-11-03T07:26:36.919Z] #47 65.32 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:36 [2020-11-03T07:26:36.919Z] #47 65.41 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:36 [2020-11-03T07:26:36.919Z] #47 65.47 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:36 [2020-11-03T07:26:36.919Z] #47 65.49 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:36 [2020-11-03T07:26:36.919Z] #47 65.50 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:37 [2020-11-03T07:26:37.052Z] #46 64.88 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:26:37 [2020-11-03T07:26:37.052Z] #46 65.03 go: finding golang.org/x/text v0.3.2
07:26:37 [2020-11-03T07:26:37.105Z] #41 85.54   CC       criu/aio.o
07:26:37 [2020-11-03T07:26:37.123Z] #43 53.05 internal/lazyregexp
07:26:37 [2020-11-03T07:26:37.123Z] #43 ...
07:26:37 [2020-11-03T07:26:37.123Z] 
07:26:37 [2020-11-03T07:26:37.123Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:37 [2020-11-03T07:26:37.123Z] #34 43.02 Selecting previously unselected package cmake-data.
07:26:37 [2020-11-03T07:26:37.123Z] #34 43.02 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
07:26:37 [2020-11-03T07:26:37.123Z] #34 43.06 Unpacking cmake-data (3.13.4-1) ...
07:26:37 [2020-11-03T07:26:37.123Z] #34 49.88 Selecting previously unselected package libicu63:arm64.
07:26:37 [2020-11-03T07:26:37.123Z] #34 49.89 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
07:26:37 [2020-11-03T07:26:37.123Z] #34 49.90 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
07:26:37 [2020-11-03T07:26:37.146Z] 
07:26:37 [2020-11-03T07:26:37.146Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.46   LINK     images/built-in.o
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.66   GEN      compel/include/asm
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.67   GEN      compel/include/version.h
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.70 touch .config
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.77   GEN      include/common/config.h
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.94   GEN      compel/plugins/include/uapi/std/syscall-codes.h
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.95   GEN      compel/plugins/include/uapi/std/syscall.h
07:26:37 [2020-11-03T07:26:37.146Z] #42 45.98   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.02   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.10   DEP      compel/arch/ppc64/plugins/std/memcmp.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.19   DEP      compel/arch/ppc64/plugins/std/memcpy.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.24   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.27   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.28   DEP      compel/plugins/std/infect.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.46   DEP      compel/plugins/std/string.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.54   DEP      compel/plugins/std/log.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.66   DEP      compel/plugins/std/fds.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 46.81   DEP      compel/plugins/std/std.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 47.02   DEP      compel/plugins/shmem/shmem.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 47.13   DEP      compel/plugins/fds/fds.d
07:26:37 [2020-11-03T07:26:37.146Z] #42 47.33   CC       compel/plugins/std/std.o
07:26:37 [2020-11-03T07:26:37.146Z] #42 47.66   CC       compel/plugins/std/fds.o
07:26:37 [2020-11-03T07:26:37.146Z] #42 48.11   CC       compel/plugins/std/log.o
07:26:37 [2020-11-03T07:26:37.146Z] #42 49.22   CC       compel/plugins/std/string.o
07:26:37 [2020-11-03T07:26:37.146Z] #42 49.76   CC       compel/plugins/std/infect.o
07:26:37 [2020-11-03T07:26:37.146Z] #42 ...
07:26:37 [2020-11-03T07:26:37.146Z] 
07:26:37 [2020-11-03T07:26:37.146Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:26:37 [2020-11-03T07:26:37.146Z] #15 0.292 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:26:37 [2020-11-03T07:26:37.146Z] #15 DONE 0.4s
07:26:37 [2020-11-03T07:26:37.176Z] #47 65.50 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.51 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.52 go: finding github.com/kisielk/gotool v1.0.0
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.59 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.62 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.62 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.73 go: finding github.com/sourcegraph/go-diff v0.5.1
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.74 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.75 go: finding github.com/tommy-muehle/go-mnd v1.1.1
07:26:37 [2020-11-03T07:26:37.177Z] #47 65.76 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:37 [2020-11-03T07:26:37.316Z] #46 65.33 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
07:26:37 [2020-11-03T07:26:37.316Z] #46 65.33 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:26:37 [2020-11-03T07:26:37.316Z] #46 65.40 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:26:37 [2020-11-03T07:26:37.430Z] #34 ...
07:26:37 [2020-11-03T07:26:37.430Z] 
07:26:37 [2020-11-03T07:26:37.430Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:37 [2020-11-03T07:26:37.430Z] #43 53.05 io/ioutil
07:26:37 [2020-11-03T07:26:37.430Z] #43 53.08 net
07:26:37 [2020-11-03T07:26:37.434Z] #47 65.89 go: finding github.com/ultraware/funlen v0.0.2
07:26:37 [2020-11-03T07:26:37.434Z] #47 65.95 go: finding github.com/ultraware/whitespace v0.0.4
07:26:37 [2020-11-03T07:26:37.434Z] #47 66.01 go: finding github.com/uudashr/gocognit v1.0.1
07:26:37 [2020-11-03T07:26:37.434Z] #47 66.03 go: finding github.com/gogo/protobuf v1.2.1
07:26:37 [2020-11-03T07:26:37.442Z] 
07:26:37 [2020-11-03T07:26:37.442Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:26:37 [2020-11-03T07:26:37.442Z] #16 DONE 0.4s
07:26:37 [2020-11-03T07:26:37.442Z] 
07:26:37 [2020-11-03T07:26:37.442Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:37 [2020-11-03T07:26:37.442Z] #42 50.43   CC       compel/arch/ppc64/plugins/std/parasite-head.o
07:26:37 [2020-11-03T07:26:37.442Z] #42 50.45   CC       compel/arch/ppc64/plugins/std/memcpy.o
07:26:37 [2020-11-03T07:26:37.442Z] #42 50.50   CC       compel/arch/ppc64/plugins/std/memcmp.o
07:26:37 [2020-11-03T07:26:37.442Z] #42 50.53   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
07:26:37 [2020-11-03T07:26:37.442Z] #42 50.56   AR       compel/plugins/std.lib.a
07:26:37 [2020-11-03T07:26:37.580Z] #46 65.47 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
07:26:37 [2020-11-03T07:26:37.580Z] #46 65.48 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
07:26:37 [2020-11-03T07:26:37.580Z] #46 ...
07:26:37 [2020-11-03T07:26:37.580Z] 
07:26:37 [2020-11-03T07:26:37.580Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:37 [2020-11-03T07:26:37.580Z] #39 65.47 Selecting previously unselected package libprotobuf-lite17:amd64.
07:26:37 [2020-11-03T07:26:37.580Z] #39 65.47 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
07:26:37 [2020-11-03T07:26:37.580Z] #39 65.49 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
07:26:37 [2020-11-03T07:26:37.676Z] #41 86.07   CC       criu/autofs.o
07:26:37 [2020-11-03T07:26:37.694Z] #47 66.08 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:37 [2020-11-03T07:26:37.739Z] #42 50.70   CC       compel/plugins/fds/fds.o
07:26:37 [2020-11-03T07:26:37.788Z] #43 53.62 os/exec
07:26:37 [2020-11-03T07:26:37.950Z] #47 66.46 go: finding honnef.co/go/tools v0.0.1-2019.2.3
07:26:37 [2020-11-03T07:26:37.950Z] #47 66.53 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:37 [2020-11-03T07:26:37.950Z] #47 66.53 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:37 [2020-11-03T07:26:37.950Z] #47 66.57 go: finding github.com/BurntSushi/toml v0.3.1
07:26:38 [2020-11-03T07:26:38.043Z] #42 ...
07:26:38 [2020-11-03T07:26:38.043Z] 
07:26:38 [2020-11-03T07:26:38.043Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:26:38 [2020-11-03T07:26:38.043Z] #17 DONE 0.5s
07:26:38 [2020-11-03T07:26:38.043Z] 
07:26:38 [2020-11-03T07:26:38.043Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:38 [2020-11-03T07:26:38.043Z] #42 51.13   AR       compel/plugins/fds.lib.a
07:26:38 [2020-11-03T07:26:38.156Z] #39 66.08 Selecting previously unselected package libprotobuf-dev:amd64.
07:26:38 [2020-11-03T07:26:38.156Z] #39 66.09 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
07:26:38 [2020-11-03T07:26:38.156Z] #39 66.10 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
07:26:38 [2020-11-03T07:26:38.208Z] #47 66.61 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:38 [2020-11-03T07:26:38.208Z] #47 ...
07:26:38 [2020-11-03T07:26:38.208Z] 
07:26:38 [2020-11-03T07:26:38.208Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:38 [2020-11-03T07:26:38.208Z] #43 56.79 internal/reflectlite
07:26:38 [2020-11-03T07:26:38.208Z] #43 56.86 github.com/LK4D4/vndr/godl/singleflight
07:26:38 [2020-11-03T07:26:38.208Z] #43 57.68 math/rand
07:26:38 [2020-11-03T07:26:38.208Z] #43 59.82 internal/singleflight
07:26:38 [2020-11-03T07:26:38.208Z] #43 61.12 strconv
07:26:38 [2020-11-03T07:26:38.208Z] #43 61.14 io
07:26:38 [2020-11-03T07:26:38.208Z] #43 63.02 bytes
07:26:38 [2020-11-03T07:26:38.208Z] #43 66.12 bufio
07:26:38 [2020-11-03T07:26:38.339Z] #42 51.20   HOSTDEP  compel/src/lib/log-host.d
07:26:38 [2020-11-03T07:26:38.339Z] #42 51.34   HOSTDEP  compel/src/lib/handle-elf-host.d
07:26:38 [2020-11-03T07:26:38.339Z] #42 51.40   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
07:26:38 [2020-11-03T07:26:38.465Z] #43 ...
07:26:38 [2020-11-03T07:26:38.465Z] 
07:26:38 [2020-11-03T07:26:38.465Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:26:38 [2020-11-03T07:26:38.465Z] #30 65.56 Checking out files:  85% (1298/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:  96% (1470/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.
07:26:38 [2020-11-03T07:26:38.465Z] #30 66.64 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
07:26:38 [2020-11-03T07:26:38.465Z] #30 66.72 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:26:38 [2020-11-03T07:26:38.634Z] #42 ...
07:26:38 [2020-11-03T07:26:38.634Z] 
07:26:38 [2020-11-03T07:26:38.634Z] #18 [dev-systemd-false  6/26] RUN ldconfig
07:26:38 [2020-11-03T07:26:38.634Z] #18 DONE 0.3s
07:26:38 [2020-11-03T07:26:38.634Z] 
07:26:38 [2020-11-03T07:26:38.635Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:38 [2020-11-03T07:26:38.635Z] #42 51.50   HOSTDEP  compel/src/main-host.d
07:26:38 [2020-11-03T07:26:38.635Z] #42 51.60   DEP      compel/src/lib/ptrace.d
07:26:38 [2020-11-03T07:26:38.931Z] #42 51.76   DEP      compel/src/lib/infect.d
07:26:38 [2020-11-03T07:26:38.931Z] #42 51.99   DEP      compel/src/lib/infect-util.d
07:26:39 [2020-11-03T07:26:39.059Z] #41 87.39   CC       criu/bfd.o
07:26:39 [2020-11-03T07:26:39.103Z] #39 ...
07:26:39 [2020-11-03T07:26:39.103Z] 
07:26:39 [2020-11-03T07:26:39.103Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:39 [2020-11-03T07:26:39.103Z] #11 54.62 Building dependency tree...
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.11 The following additional packages will be installed:
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.13   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.13   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.13   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.14   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.18 Suggested packages:
07:26:39 [2020-11-03T07:26:39.103Z] #11 60.18   gcc-8-locales seccomp wine64
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.51 The following NEW packages will be installed:
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.51   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.51   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.52   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.52   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.52   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
07:26:39 [2020-11-03T07:26:39.103Z] #11 62.52   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.12 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.12 Need to get 77.7 MB of archives.
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.12 After this operation, 487 MB of additional disk space will be used.
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.12 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]
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.50 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]
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
07:26:39 [2020-11-03T07:26:39.103Z] #11 63.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
07:26:39 [2020-11-03T07:26:39.103Z] #11 64.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
07:26:39 [2020-11-03T07:26:39.103Z] #11 65.28 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]
07:26:39 [2020-11-03T07:26:39.103Z] #11 65.33 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]
07:26:39 [2020-11-03T07:26:39.103Z] #11 ...
07:26:39 [2020-11-03T07:26:39.103Z] 
07:26:39 [2020-11-03T07:26:39.103Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.58 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.59 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.59 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.63 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.64 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.66 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.68 go: finding github.com/kisielk/gotool v1.0.0
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.70 go: finding github.com/sourcegraph/go-diff v0.5.1
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.77 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.78 go: finding github.com/tommy-muehle/go-mnd v1.1.1
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.81 go: finding github.com/ultraware/funlen v0.0.2
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.83 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.86 go: finding github.com/ultraware/whitespace v0.0.4
07:26:39 [2020-11-03T07:26:39.103Z] #46 65.91 go: finding github.com/uudashr/gocognit v1.0.1
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.00 go: finding github.com/gogo/protobuf v1.2.1
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.10 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.56 go: finding honnef.co/go/tools v0.0.1-2019.2.3
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.67 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.74 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:26:39 [2020-11-03T07:26:39.103Z] #46 66.92 go: finding github.com/BurntSushi/toml v0.3.1
07:26:39 [2020-11-03T07:26:39.180Z] #43 ...
07:26:39 [2020-11-03T07:26:39.180Z] 
07:26:39 [2020-11-03T07:26:39.180Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:26:39 [2020-11-03T07:26:39.180Z] #45 DONE 55.2s
07:26:39 [2020-11-03T07:26:39.229Z] #42 52.12   DEP      compel/src/lib/infect-rpc.d
07:26:39 [2020-11-03T07:26:39.229Z] #42 52.25   DEP      compel/arch/ppc64/src/lib/infect.d
07:26:39 [2020-11-03T07:26:39.229Z] #42 52.35   DEP      compel/arch/ppc64/src/lib/cpu.d
07:26:39 [2020-11-03T07:26:39.319Z] #41 87.83   CC       criu/bitmap.o
07:26:39 [2020-11-03T07:26:39.365Z] #46 ...
07:26:39 [2020-11-03T07:26:39.365Z] 
07:26:39 [2020-11-03T07:26:39.365Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:39 [2020-11-03T07:26:39.365Z] #31 57.19 internal/reflectlite
07:26:39 [2020-11-03T07:26:39.365Z] #31 57.21 sync
07:26:39 [2020-11-03T07:26:39.365Z] #31 61.38 sort
07:26:39 [2020-11-03T07:26:39.365Z] #31 61.38 errors
07:26:39 [2020-11-03T07:26:39.365Z] #31 62.58 strconv
07:26:39 [2020-11-03T07:26:39.365Z] #31 63.35 io
07:26:39 [2020-11-03T07:26:39.365Z] #31 65.64 internal/oserror
07:26:39 [2020-11-03T07:26:39.365Z] #31 65.90 syscall
07:26:39 [2020-11-03T07:26:39.365Z] #31 ...
07:26:39 [2020-11-03T07:26:39.365Z] 
07:26:39 [2020-11-03T07:26:39.365Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:26:39 [2020-11-03T07:26:39.443Z] 
07:26:39 [2020-11-03T07:26:39.443Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:39 [2020-11-03T07:26:39.443Z] #32 54.24 flag
07:26:39 [2020-11-03T07:26:39.443Z] #32 54.24 log
07:26:39 [2020-11-03T07:26:39.443Z] #32 54.24 github.com/BurntSushi/toml
07:26:39 [2020-11-03T07:26:39.529Z] #42 52.41   DEP      compel/src/lib/log.d
07:26:39 [2020-11-03T07:26:39.529Z] #42 ...
07:26:39 [2020-11-03T07:26:39.529Z] 
07:26:39 [2020-11-03T07:26:39.529Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:39 [2020-11-03T07:26:39.529Z] #44 100.9 text/template
07:26:39 [2020-11-03T07:26:39.529Z] #44 106.9 go/parser
07:26:39 [2020-11-03T07:26:39.529Z] #44 109.8 encoding/xml
07:26:39 [2020-11-03T07:26:39.529Z] #44 ...
07:26:39 [2020-11-03T07:26:39.529Z] 
07:26:39 [2020-11-03T07:26:39.529Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:39 [2020-11-03T07:26:39.529Z] #42 52.51   DEP      compel/src/main.d
07:26:39 [2020-11-03T07:26:39.529Z] #42 52.62   DEP      compel/src/lib/handle-elf.d
07:26:39 [2020-11-03T07:26:39.580Z] #41 87.96   CC       criu/cgroup-props.o
07:26:39 [2020-11-03T07:26:39.828Z] #42 52.89   DEP      compel/arch/ppc64/src/lib/handle-elf.d
07:26:39 [2020-11-03T07:26:39.828Z] #42 53.00   CC       compel/src/lib/log.o
07:26:40 [2020-11-03T07:26:40.133Z] #42 53.23   CC       compel/arch/ppc64/src/lib/cpu.o
07:26:40 [2020-11-03T07:26:40.462Z] #42 53.59   CC       compel/arch/ppc64/src/lib/infect.o
07:26:40 [2020-11-03T07:26:40.520Z] #41 88.70   CC       criu/cgroup.o
07:26:40 [2020-11-03T07:26:40.779Z] #29 67.05 Checking out files:  77% (1176/1521)   
Checking out files:  78% (1187/1521)   
Checking out files:  79% (1202/1521)   
Checking out files:  80% (1217/1521)   
Checking out files:  81% (1233/1521)   
Checking out files:  82% (1248/1521)   
Checking out files:  83% (1263/1521)   
Checking out files:  84% (1278/1521)   
Checking out files:  85% (1293/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:  93% (1422/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.
07:26:40 [2020-11-03T07:26:40.779Z] #29 68.33 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
07:26:40 [2020-11-03T07:26:40.779Z] #29 68.60 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:26:41 [2020-11-03T07:26:41.460Z] #41 ...
07:26:41 [2020-11-03T07:26:41.460Z] 
07:26:41 [2020-11-03T07:26:41.460Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:41 [2020-11-03T07:26:41.460Z] #18 25.56 debconf: delaying package configuration, since apt-utils is not installed
07:26:41 [2020-11-03T07:26:41.460Z] #18 25.71 Fetched 28.5 MB in 2s (13.2 MB/s)
07:26:41 [2020-11-03T07:26:41.460Z] #18 25.77 Selecting previously unselected package pigz.
07:26:41 [2020-11-03T07:26:41.460Z] #18 25.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 ... 23432 files and directories currently installed.)
07:26:41 [2020-11-03T07:26:41.460Z] #18 25.81 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 25.82 Unpacking pigz (2.4-1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 26.01 Selecting previously unselected package libpython3.7-minimal:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 26.01 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 26.05 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 26.50 Selecting previously unselected package python3.7-minimal.
07:26:41 [2020-11-03T07:26:41.460Z] #18 26.51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 26.52 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 27.57 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 27.62 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.18 Selecting previously unselected package python3-minimal.
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.21 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.22 Unpacking python3-minimal (3.7.3-1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.30 Selecting previously unselected package libmpdec2:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.31 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.32 Unpacking libmpdec2:amd64 (2.4.2-2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.41 Selecting previously unselected package libpython3.7-stdlib:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.41 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 30.42 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.34 Selecting previously unselected package python3.7.
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.35 Unpacking python3.7 (3.7.3-2+deb10u2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.51 Selecting previously unselected package libpython3-stdlib:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.51 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.52 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 31.59 Setting up python3-minimal (3.7.3-1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.35 Selecting previously unselected package python3.
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.35 (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.)
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.40 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.41 Unpacking python3 (3.7.3-1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.54 Selecting previously unselected package libip4tc0:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.55 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.57 Unpacking libip4tc0:amd64 (1.8.2-4) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.69 Selecting previously unselected package libip6tc0:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.69 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.70 Unpacking libip6tc0:amd64 (1.8.2-4) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.80 Selecting previously unselected package libiptc0:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.81 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.82 Unpacking libiptc0:amd64 (1.8.2-4) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.89 Selecting previously unselected package libnfnetlink0:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.89 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.90 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.95 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.95 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 32.95 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 33.05 Selecting previously unselected package libnftnl11:amd64.
07:26:41 [2020-11-03T07:26:41.460Z] #18 33.06 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 33.06 Unpacking libnftnl11:amd64 (1.1.2-2) ...
07:26:41 [2020-11-03T07:26:41.460Z] #18 33.19 Selecting previously unselected package iptables.
07:26:41 [2020-11-03T07:26:41.460Z] #18 33.19 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.20 Unpacking iptables (1.8.2-4) ...
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.50 Selecting previously unselected package xxd.
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.52 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.53 Unpacking xxd (2:8.1.0875-5) ...
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.66 Selecting previously unselected package vim-common.
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.67 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.70 Unpacking vim-common (2:8.1.0875-5) ...
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.88 Selecting previously unselected package bash-completion.
07:26:41 [2020-11-03T07:26:41.461Z] #18 33.90 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
07:26:41 [2020-11-03T07:26:41.524Z] #42 54.40   CC       compel/src/lib/infect-rpc.o
07:26:41 [2020-11-03T07:26:41.824Z] #42 54.77   CC       compel/src/lib/infect-util.o
07:26:42 [2020-11-03T07:26:42.008Z] #32 ...
07:26:42 [2020-11-03T07:26:42.008Z] 
07:26:42 [2020-11-03T07:26:42.008Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:42 [2020-11-03T07:26:42.008Z] #49 47.86 regexp
07:26:42 [2020-11-03T07:26:42.008Z] #49 51.87 os
07:26:42 [2020-11-03T07:26:42.008Z] #49 53.97 mvdan.cc/sh/v3/fileutil
07:26:42 [2020-11-03T07:26:42.008Z] #49 54.41 flag
07:26:42 [2020-11-03T07:26:42.008Z] #49 54.42 github.com/pkg/diff
07:26:42 [2020-11-03T07:26:42.008Z] #49 54.42 go/token
07:26:42 [2020-11-03T07:26:42.008Z] #49 54.42 encoding/binary
07:26:42 [2020-11-03T07:26:42.008Z] #49 56.57 mvdan.cc/editorconfig
07:26:42 [2020-11-03T07:26:42.008Z] #49 56.81 go/scanner
07:26:42 [2020-11-03T07:26:42.008Z] #49 57.02 mvdan.cc/sh/v3/syntax
07:26:42 [2020-11-03T07:26:42.008Z] #49 57.45 encoding/base64
07:26:42 [2020-11-03T07:26:42.008Z] #49 ...
07:26:42 [2020-11-03T07:26:42.008Z] 
07:26:42 [2020-11-03T07:26:42.008Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:42 [2020-11-03T07:26:42.008Z] #43 56.79 encoding/binary
07:26:42 [2020-11-03T07:26:42.008Z] #43 56.80 flag
07:26:42 [2020-11-03T07:26:42.008Z] #43 56.81 go/scanner
07:26:42 [2020-11-03T07:26:42.008Z] #43 58.02 go/ast
07:26:42 [2020-11-03T07:26:42.124Z] #42 55.10   CC       compel/src/lib/infect.o
07:26:42 [2020-11-03T07:26:42.172Z] #29 ...
07:26:42 [2020-11-03T07:26:42.172Z] 
07:26:42 [2020-11-03T07:26:42.172Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:42 [2020-11-03T07:26:42.172Z] #42 59.87 internal/reflectlite
07:26:42 [2020-11-03T07:26:42.172Z] #42 59.89 github.com/LK4D4/vndr/godl/singleflight
07:26:42 [2020-11-03T07:26:42.172Z] #42 60.37 math/rand
07:26:42 [2020-11-03T07:26:42.172Z] #42 62.45 internal/singleflight
07:26:42 [2020-11-03T07:26:42.172Z] #42 64.44 strconv
07:26:42 [2020-11-03T07:26:42.172Z] #42 64.45 io
07:26:42 [2020-11-03T07:26:42.172Z] #42 66.50 bytes
07:26:42 [2020-11-03T07:26:42.172Z] #42 69.06 bufio
07:26:42 [2020-11-03T07:26:42.172Z] #42 69.63 reflect
07:26:42 [2020-11-03T07:26:42.172Z] #42 ...
07:26:42 [2020-11-03T07:26:42.172Z] 
07:26:42 [2020-11-03T07:26:42.172Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:42 [2020-11-03T07:26:42.172Z] #39 68.99 Selecting previously unselected package libprotoc17:amd64.
07:26:42 [2020-11-03T07:26:42.172Z] #39 69.00 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
07:26:42 [2020-11-03T07:26:42.172Z] #39 69.01 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
07:26:42 [2020-11-03T07:26:42.172Z] #39 69.98 Selecting previously unselected package protobuf-c-compiler.
07:26:42 [2020-11-03T07:26:42.172Z] #39 69.99 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
07:26:42 [2020-11-03T07:26:42.172Z] #39 70.02 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
07:26:42 [2020-11-03T07:26:42.435Z] #39 70.30 Selecting previously unselected package protobuf-compiler.
07:26:42 [2020-11-03T07:26:42.435Z] #39 70.33 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
07:26:42 [2020-11-03T07:26:42.435Z] #39 70.36 Unpacking protobuf-compiler (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.010Z] #39 70.71 Selecting previously unselected package python-pkg-resources.
07:26:43 [2020-11-03T07:26:43.010Z] #39 70.72 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
07:26:43 [2020-11-03T07:26:43.010Z] #39 70.73 Unpacking python-pkg-resources (40.8.0-1) ...
07:26:43 [2020-11-03T07:26:43.010Z] #39 ...
07:26:43 [2020-11-03T07:26:43.010Z] 
07:26:43 [2020-11-03T07:26:43.010Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.682 + RM_GOPATH=0
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.682 + TMP_GOPATH=
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.682 + : /build
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.682 + '[' -z '' ']'
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.701 ++ mktemp -d
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.702 + export GOPATH=/tmp/tmp.rD5I9LOhRp
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.702 + GOPATH=/tmp/tmp.rD5I9LOhRp
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.702 + RM_GOPATH=1
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.702 + case "$(go env GOARCH)" in
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.702 ++ go env GOARCH
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.758 + export GO_BUILDMODE=-buildmode=pie
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.758 + GO_BUILDMODE=-buildmode=pie
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.758 ++ dirname /tmp/install/install.sh
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.758 + dir=/tmp/install
07:26:43 [2020-11-03T07:26:43.010Z] #53 1.758 + bin=containerd
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.758 + shift
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.758 + '[' '!' -f /tmp/install/containerd.installer ']'
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.758 + . /tmp/install/containerd.installer
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.758 ++ set -e
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.758 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.758 + install_containerd
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.764 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.766 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.781 + git clone https://github.com/containerd/containerd.git /tmp/tmp.rD5I9LOhRp/src/github.com/containerd/containerd
07:26:43 [2020-11-03T07:26:43.011Z] #53 1.781 Cloning into '/tmp/tmp.rD5I9LOhRp/src/github.com/containerd/containerd'...
07:26:43 [2020-11-03T07:26:43.011Z] #53 ...
07:26:43 [2020-11-03T07:26:43.011Z] 
07:26:43 [2020-11-03T07:26:43.011Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:43 [2020-11-03T07:26:43.011Z] #39 71.11 Selecting previously unselected package python-six.
07:26:43 [2020-11-03T07:26:43.343Z] #39 71.12 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
07:26:43 [2020-11-03T07:26:43.343Z] #39 71.13 Unpacking python-six (1.12.0-1) ...
07:26:43 [2020-11-03T07:26:43.371Z] #18 ...
07:26:43 [2020-11-03T07:26:43.371Z] 
07:26:43 [2020-11-03T07:26:43.371Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:43 [2020-11-03T07:26:43.371Z] #41 91.49   CC       criu/clone-noasan.o
07:26:43 [2020-11-03T07:26:43.371Z] #41 91.72   CC       criu/config.o
07:26:43 [2020-11-03T07:26:43.607Z] #39 71.33 Selecting previously unselected package python-protobuf.
07:26:43 [2020-11-03T07:26:43.607Z] #39 71.34 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.607Z] #39 71.45 Unpacking python-protobuf (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.721Z] #30 ...
07:26:43 [2020-11-03T07:26:43.721Z] 
07:26:43 [2020-11-03T07:26:43.721Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:43 [2020-11-03T07:26:43.721Z] #40 64.39 Selecting previously unselected package libprotobuf-lite17:amd64.
07:26:43 [2020-11-03T07:26:43.721Z] #40 64.41 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 64.42 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 64.75 Selecting previously unselected package libprotobuf-dev:amd64.
07:26:43 [2020-11-03T07:26:43.721Z] #40 64.75 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 64.76 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 67.41 Selecting previously unselected package libprotoc17:amd64.
07:26:43 [2020-11-03T07:26:43.721Z] #40 67.41 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 67.45 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 68.66 Selecting previously unselected package protobuf-c-compiler.
07:26:43 [2020-11-03T07:26:43.721Z] #40 68.67 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 68.69 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 68.90 Selecting previously unselected package protobuf-compiler.
07:26:43 [2020-11-03T07:26:43.721Z] #40 68.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 68.93 Unpacking protobuf-compiler (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.28 Selecting previously unselected package python-pkg-resources.
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.29 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.30 Unpacking python-pkg-resources (40.8.0-1) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.64 Selecting previously unselected package python-six.
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.65 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.65 Unpacking python-six (1.12.0-1) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.87 Selecting previously unselected package python-protobuf.
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.87 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 69.88 Unpacking python-protobuf (3.6.1.3-2) ...
07:26:43 [2020-11-03T07:26:43.721Z] #40 70.57 Setting up python-pkg-resources (40.8.0-1) ...
07:26:43 [2020-11-03T07:26:43.939Z] #43 59.68 net/url
07:26:43 [2020-11-03T07:26:43.939Z] #43 ...
07:26:43 [2020-11-03T07:26:43.939Z] 
07:26:43 [2020-11-03T07:26:43.939Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:43 [2020-11-03T07:26:43.939Z] #11 50.02 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:26:43 [2020-11-03T07:26:43.939Z] #11 50.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 50.04 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 55.55 Selecting previously unselected package binutils-mingw-w64.
07:26:43 [2020-11-03T07:26:43.939Z] #11 55.55 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 55.55 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.09 Selecting previously unselected package libdevmapper1.02.1:arm64.
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.09 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.10 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.36 Selecting previously unselected package dmsetup.
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.37 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.38 Unpacking dmsetup (2:1.02.155-3) ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.81 Selecting previously unselected package mingw-w64-common.
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.82 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
07:26:43 [2020-11-03T07:26:43.939Z] #11 56.83 Unpacking mingw-w64-common (6.0.0-3) ...
07:26:44 [2020-11-03T07:26:44.203Z] #11 ...
07:26:44 [2020-11-03T07:26:44.203Z] 
07:26:44 [2020-11-03T07:26:44.203Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:44 [2020-11-03T07:26:44.203Z] #34 56.10 Selecting previously unselected package libxml2:arm64.
07:26:44 [2020-11-03T07:26:44.203Z] #34 56.10 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 56.10 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 56.82 Selecting previously unselected package libarchive13:arm64.
07:26:44 [2020-11-03T07:26:44.203Z] #34 56.83 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 56.84 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 58.83 Selecting previously unselected package libjsoncpp1:arm64.
07:26:44 [2020-11-03T07:26:44.203Z] #34 58.84 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 58.88 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 59.67 Selecting previously unselected package librhash0:arm64.
07:26:44 [2020-11-03T07:26:44.203Z] #34 59.67 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 59.68 Unpacking librhash0:arm64 (1.3.8-1) ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 60.00 Selecting previously unselected package libuv1:arm64.
07:26:44 [2020-11-03T07:26:44.203Z] #34 60.00 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
07:26:44 [2020-11-03T07:26:44.203Z] #34 60.13 Unpacking libuv1:arm64 (1.24.1-1) ...
07:26:44 [2020-11-03T07:26:44.468Z] #34 60.60 Selecting previously unselected package cmake.
07:26:44 [2020-11-03T07:26:44.559Z] #39 72.28 Setting up python-pkg-resources (40.8.0-1) ...
07:26:44 [2020-11-03T07:26:44.732Z] #34 60.60 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
07:26:44 [2020-11-03T07:26:44.732Z] #34 60.64 Unpacking cmake (3.13.4-1) ...
07:26:44 [2020-11-03T07:26:44.738Z] Commit message: "pkg/devicemapper: fix invalid usage of reflect.SliceHeader"
07:26:44 [2020-11-03T07:26:44.754Z] #41 93.02   CC       criu/cr-check.o
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:26:45 [2020-11-03T07:26:45.619Z] #40 ...
07:26:45 [2020-11-03T07:26:45.620Z] 
07:26:45 [2020-11-03T07:26:45.620Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.757 + RM_GOPATH=0
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.757 + TMP_GOPATH=
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.757 + : /build
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.757 + '[' -z '' ']'
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.760 ++ mktemp -d
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.798 + export GOPATH=/tmp/tmp.aVPsvQMZtK
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.798 + GOPATH=/tmp/tmp.aVPsvQMZtK
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.798 + RM_GOPATH=1
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.798 + case "$(go env GOARCH)" in
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.798 ++ go env GOARCH
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.878 + export GO_BUILDMODE=-buildmode=pie
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.879 + GO_BUILDMODE=-buildmode=pie
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.879 ++ dirname /tmp/install/install.sh
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.892 + dir=/tmp/install
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.892 + bin=containerd
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.892 + shift
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.893 + '[' '!' -f /tmp/install/containerd.installer ']'
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.893 + . /tmp/install/containerd.installer
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.893 ++ set -e
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.893 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.894 + install_containerd
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.897 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.897 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.897 + git clone https://github.com/containerd/containerd.git /tmp/tmp.aVPsvQMZtK/src/github.com/containerd/containerd
07:26:45 [2020-11-03T07:26:45.620Z] #54 1.922 Cloning into '/tmp/tmp.aVPsvQMZtK/src/github.com/containerd/containerd'...
07:26:45 [2020-11-03T07:26:45.620Z] #54 ...
07:26:45 [2020-11-03T07:26:45.620Z] 
07:26:45 [2020-11-03T07:26:45.620Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:45 [2020-11-03T07:26:45.620Z] #34 64.16 debconf: delaying package configuration, since apt-utils is not installed
07:26:45 [2020-11-03T07:26:45.620Z] #34 64.55 Fetched 14.9 MB in 2s (7423 kB/s)
07:26:45 [2020-11-03T07:26:45.620Z] #34 64.80 Selecting previously unselected package xxd.
07:26:45 [2020-11-03T07:26:45.620Z] #34 64.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 ... 15410 files and directories currently installed.)
07:26:45 [2020-11-03T07:26:45.620Z] #34 64.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 64.90 Unpacking xxd (2:8.1.0875-5) ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 65.31 Selecting previously unselected package vim-common.
07:26:45 [2020-11-03T07:26:45.620Z] #34 65.31 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 65.43 Unpacking vim-common (2:8.1.0875-5) ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 65.91 Selecting previously unselected package cmake-data.
07:26:45 [2020-11-03T07:26:45.620Z] #34 65.91 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 65.94 Unpacking cmake-data (3.13.4-1) ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 70.91 Selecting previously unselected package libicu63:amd64.
07:26:45 [2020-11-03T07:26:45.620Z] #34 70.92 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
07:26:45 [2020-11-03T07:26:45.620Z] #34 70.96 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
07:26:45 [2020-11-03T07:26:45.693Z] #42 58.15   CC       compel/src/lib/ptrace.o
07:26:45 [2020-11-03T07:26:45.693Z] #42 58.61   AR       compel/libcompel.a
07:26:45 [2020-11-03T07:26:45.693Z] #42 58.71   HOSTCC   compel/src/main-host.o
07:26:45 [2020-11-03T07:26:45.993Z] #42 59.06   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
07:26:46 [2020-11-03T07:26:46.295Z] #42 59.24   HOSTCC   compel/src/lib/handle-elf-host.o
07:26:46 [2020-11-03T07:26:46.595Z] #42 59.68   HOSTCC   compel/src/lib/log-host.o
07:26:46 [2020-11-03T07:26:46.595Z] #42 ...
07:26:46 [2020-11-03T07:26:46.595Z] 
07:26:46 [2020-11-03T07:26:46.595Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:46 [2020-11-03T07:26:46.595Z] #44 118.0 go/doc
07:26:46 [2020-11-03T07:26:46.665Z] #41 94.67   CC       criu/cr-dedup.o
07:26:46 [2020-11-03T07:26:46.665Z] #41 95.07   CC       criu/cr-dump.o
07:26:46 [2020-11-03T07:26:46.991Z] #34 ...
07:26:46 [2020-11-03T07:26:46.991Z] 
07:26:46 [2020-11-03T07:26:46.991Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:46 [2020-11-03T07:26:46.991Z] #11 65.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]
07:26:46 [2020-11-03T07:26:46.991Z] #11 66.05 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]
07:26:46 [2020-11-03T07:26:46.991Z] #11 66.09 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]
07:26:46 [2020-11-03T07:26:46.991Z] #11 71.31 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]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.22 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.23 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.23 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]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.24 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.25 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.34 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.35 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.53 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.53 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
07:26:46 [2020-11-03T07:26:46.991Z] #11 74.53 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
07:26:47 [2020-11-03T07:26:47.570Z] #11 ...
07:26:47 [2020-11-03T07:26:47.570Z] 
07:26:47 [2020-11-03T07:26:47.570Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:47 [2020-11-03T07:26:47.570Z] #32 65.90 reflect
07:26:47 [2020-11-03T07:26:47.570Z] #32 72.98 time
07:26:47 [2020-11-03T07:26:47.570Z] #32 ...
07:26:47 [2020-11-03T07:26:47.570Z] 
07:26:47 [2020-11-03T07:26:47.570Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:47 [2020-11-03T07:26:47.570Z] #49 70.40 reflect
07:26:47 [2020-11-03T07:26:47.570Z] #49 70.46 syscall
07:26:47 [2020-11-03T07:26:47.827Z] #49 ...
07:26:47 [2020-11-03T07:26:47.827Z] 
07:26:47 [2020-11-03T07:26:47.827Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:47 [2020-11-03T07:26:47.827Z] #11 76.40 debconf: delaying package configuration, since apt-utils is not installed
07:26:47 [2020-11-03T07:26:47.889Z] + docker version
07:26:48 [2020-11-03T07:26:48.060Z] #34 ...
07:26:48 [2020-11-03T07:26:48.060Z] 
07:26:48 [2020-11-03T07:26:48.060Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:48 [2020-11-03T07:26:48.060Z] #40 53.67 Unpacking python-six (1.12.0-1) ...
07:26:48 [2020-11-03T07:26:48.060Z] #40 55.55 Selecting previously unselected package python-protobuf.
07:26:48 [2020-11-03T07:26:48.060Z] #40 55.55 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
07:26:48 [2020-11-03T07:26:48.060Z] #40 55.56 Unpacking python-protobuf (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.060Z] #40 56.16 Setting up python-pkg-resources (40.8.0-1) ...
07:26:48 [2020-11-03T07:26:48.060Z] #40 58.87 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 58.89 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 59.16 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 59.55 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 59.66 Setting up python-six (1.12.0-1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.76 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.79 Setting up libnl-3-200:arm64 (3.4.0-1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.82 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.83 Setting up libcap-dev:arm64 (1:2.25-2) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.85 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.86 Setting up protobuf-compiler (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.88 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.89 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.91 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
07:26:48 [2020-11-03T07:26:48.061Z] #40 61.92 Setting up python-protobuf (3.6.1.3-2) ...
07:26:48 [2020-11-03T07:26:48.151Z] #44 119.2 math/big
07:26:48 [2020-11-03T07:26:48.323Z] #40 ...
07:26:48 [2020-11-03T07:26:48.324Z] 
07:26:48 [2020-11-03T07:26:48.324Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:48 [2020-11-03T07:26:48.324Z] #32 58.53 github.com/BurntSushi/toml/cmd/tomlv
07:26:48 [2020-11-03T07:26:48.324Z] #32 DONE 64.3s
07:26:48 [2020-11-03T07:26:48.324Z] 
07:26:48 [2020-11-03T07:26:48.324Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:48 [2020-11-03T07:26:48.324Z] #49 58.33 golang.org/x/sys/unix
07:26:48 [2020-11-03T07:26:48.324Z] #49 58.77 encoding/json
07:26:48 [2020-11-03T07:26:48.324Z] #49 59.39 go/ast
07:26:48 [2020-11-03T07:26:48.389Z] #11 76.70 Fetched 77.7 MB in 11s (7146 kB/s)
07:26:48 [2020-11-03T07:26:48.389Z] #11 76.85 Selecting previously unselected package binutils-mingw-w64-i686.
07:26:48 [2020-11-03T07:26:48.450Z] #44 ...
07:26:48 [2020-11-03T07:26:48.450Z] 
07:26:48 [2020-11-03T07:26:48.450Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:48 [2020-11-03T07:26:48.450Z] #19 0.363 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:26:48 [2020-11-03T07:26:48.450Z] #19 0.477 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:26:48 [2020-11-03T07:26:48.450Z] #19 0.478 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:26:48 [2020-11-03T07:26:48.450Z] #19 1.495 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
07:26:48 [2020-11-03T07:26:48.450Z] #19 2.788 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB]
07:26:48 [2020-11-03T07:26:48.450Z] #19 4.426 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
07:26:48 [2020-11-03T07:26:48.450Z] #19 ...
07:26:48 [2020-11-03T07:26:48.450Z] 
07:26:48 [2020-11-03T07:26:48.450Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:48 [2020-11-03T07:26:48.451Z] #52 11.12 + cd /tmp/tmp.xMS7a6HM44/src/github.com/opencontainers/runc
07:26:48 [2020-11-03T07:26:48.451Z] #52 11.12 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:26:48 [2020-11-03T07:26:48.451Z] #52 11.88 + '[' -z '' ']'
07:26:48 [2020-11-03T07:26:48.451Z] #52 11.88 + target=static
07:26:48 [2020-11-03T07:26:48.451Z] #52 11.88 + make 'BUILDTAGS=seccomp apparmor selinux ' static
07:26:48 [2020-11-03T07:26:48.451Z] #52 12.34 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 .
07:26:48 [2020-11-03T07:26:48.575Z] #41 ...
07:26:48 [2020-11-03T07:26:48.575Z] 
07:26:48 [2020-11-03T07:26:48.575Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:48 [2020-11-03T07:26:48.575Z] #18 36.50 Unpacking bash-completion (1:2.8-6) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 36.86 Selecting previously unselected package bzip2.
07:26:48 [2020-11-03T07:26:48.575Z] #18 36.86 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 36.90 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 36.99 Selecting previously unselected package xz-utils.
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.00 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.01 Unpacking xz-utils (5.2.4-1) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.24 Selecting previously unselected package apparmor.
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.26 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.35 Unpacking apparmor (2.13.2-10) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.76 Selecting previously unselected package aufs-tools.
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.77 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.77 Unpacking aufs-tools (1:4.14+20190211-1) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.92 Selecting previously unselected package libonig5:amd64.
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.92 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 37.93 Unpacking libonig5:amd64 (6.9.1-1) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.09 Selecting previously unselected package libjq1:amd64.
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.10 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.11 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.22 Selecting previously unselected package jq.
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.24 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.24 Unpacking jq (1.5+dfsg-2+b1) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.33 Selecting previously unselected package libaio1:amd64.
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.34 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.34 Unpacking libaio1:amd64 (0.3.112-3) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.39 Selecting previously unselected package libgpm2:amd64.
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.40 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.40 Unpacking libgpm2:amd64 (1.20.7-5) ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.47 Selecting previously unselected package libicu63:amd64.
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.48 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.575Z] #18 38.48 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
07:26:48 [2020-11-03T07:26:48.587Z] #49 ...
07:26:48 [2020-11-03T07:26:48.587Z] 
07:26:48 [2020-11-03T07:26:48.587Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:48 [2020-11-03T07:26:48.587Z] #34 64.43 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
07:26:48 [2020-11-03T07:26:48.587Z] #34 64.59 Setting up xxd (2:8.1.0875-5) ...
07:26:48 [2020-11-03T07:26:48.587Z] #34 64.61 Setting up libuv1:arm64 (1.24.1-1) ...
07:26:48 [2020-11-03T07:26:48.587Z] #34 64.66 Setting up vim-common (2:8.1.0875-5) ...
07:26:48 [2020-11-03T07:26:48.645Z] #11 76.85 (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.)
07:26:48 [2020-11-03T07:26:48.645Z] #11 76.98 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.645Z] #11 76.99 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:26:48 [2020-11-03T07:26:48.784Z] #39 ...
07:26:48 [2020-11-03T07:26:48.784Z] 
07:26:48 [2020-11-03T07:26:48.784Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:48 [2020-11-03T07:26:48.784Z] #33 66.52 debconf: delaying package configuration, since apt-utils is not installed
07:26:48 [2020-11-03T07:26:48.784Z] #33 66.90 Fetched 14.9 MB in 3s (5598 kB/s)
07:26:48 [2020-11-03T07:26:48.784Z] #33 67.18 Selecting previously unselected package xxd.
07:26:48 [2020-11-03T07:26:48.784Z] #33 67.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
07:26:48 [2020-11-03T07:26:48.784Z] #33 67.31 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 67.35 Unpacking xxd (2:8.1.0875-5) ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 67.91 Selecting previously unselected package vim-common.
07:26:48 [2020-11-03T07:26:48.784Z] #33 67.91 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 68.06 Unpacking vim-common (2:8.1.0875-5) ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 68.91 Selecting previously unselected package cmake-data.
07:26:48 [2020-11-03T07:26:48.784Z] #33 68.91 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 68.94 Unpacking cmake-data (3.13.4-1) ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 73.63 Selecting previously unselected package libicu63:amd64.
07:26:48 [2020-11-03T07:26:48.784Z] #33 73.67 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
07:26:48 [2020-11-03T07:26:48.784Z] #33 73.72 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
07:26:48 [2020-11-03T07:26:48.849Z] #34 64.84 Setting up librhash0:arm64 (1.3.8-1) ...
07:26:49 [2020-11-03T07:26:49.047Z] #33 ...
07:26:49 [2020-11-03T07:26:49.047Z] 
07:26:49 [2020-11-03T07:26:49.047Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:49 [2020-11-03T07:26:49.047Z] #11 70.68 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]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.19 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.21 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]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.49 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.51 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 74.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
07:26:49 [2020-11-03T07:26:49.047Z] #11 76.43 debconf: delaying package configuration, since apt-utils is not installed
07:26:49 [2020-11-03T07:26:49.047Z] #11 76.83 Fetched 77.7 MB in 12s (6584 kB/s)
07:26:49 [2020-11-03T07:26:49.047Z] #11 77.01 Selecting previously unselected package binutils-mingw-w64-i686.
07:26:49 [2020-11-03T07:26:49.047Z] #11 77.01 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
07:26:49 [2020-11-03T07:26:49.047Z] #11 77.06 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
07:26:49 [2020-11-03T07:26:49.047Z] #11 77.07 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:26:49 [2020-11-03T07:26:49.208Z] #11 ...
07:26:49 [2020-11-03T07:26:49.208Z] 
07:26:49 [2020-11-03T07:26:49.208Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:49 [2020-11-03T07:26:49.208Z] #43 67.65 reflect
07:26:49 [2020-11-03T07:26:49.208Z] #43 68.72 syscall
07:26:49 [2020-11-03T07:26:49.427Z] #34 65.36 Setting up cmake-data (3.13.4-1) ...
07:26:49 [2020-11-03T07:26:49.708Z] #34 65.59 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
07:26:49 [2020-11-03T07:26:49.708Z] #34 65.77 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
07:26:49 [2020-11-03T07:26:49.708Z] #34 65.84 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
07:26:49 [2020-11-03T07:26:49.955Z] #18 42.22 Selecting previously unselected package libnet1:amd64.
07:26:49 [2020-11-03T07:26:49.955Z] #18 42.22 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:26:49 [2020-11-03T07:26:49.955Z] #18 42.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:26:49 [2020-11-03T07:26:49.955Z] #18 42.33 Selecting previously unselected package libnl-3-200:amd64.
07:26:49 [2020-11-03T07:26:49.973Z] #34 65.91 Setting up cmake (3.13.4-1) ...
07:26:49 [2020-11-03T07:26:49.973Z] #34 65.94 Processing triggers for libc-bin (2.28-10) ...
07:26:50 [2020-11-03T07:26:50.031Z] #52 ...
07:26:50 [2020-11-03T07:26:50.031Z] 
07:26:50 [2020-11-03T07:26:50.031Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:50 [2020-11-03T07:26:50.031Z] #50 111.1 golang.org/x/crypto/ssh/terminal
07:26:50 [2020-11-03T07:26:50.031Z] #50 114.7 mvdan.cc/sh/v3/cmd/shfmt
07:26:50 [2020-11-03T07:26:50.031Z] #50 DONE 121.1s
07:26:50 [2020-11-03T07:26:50.031Z] 
07:26:50 [2020-11-03T07:26:50.031Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:50 [2020-11-03T07:26:50.031Z] #42 59.88   HOSTLINK compel/compel-host-bin
07:26:50 [2020-11-03T07:26:50.031Z] #42 60.12   DEP      soccr/soccr.d
07:26:50 [2020-11-03T07:26:50.031Z] #42 60.43   CC       soccr/soccr.o
07:26:50 [2020-11-03T07:26:50.031Z] #42 62.38   AR       soccr/libsoccr.a
07:26:50 [2020-11-03T07:26:50.031Z] #42 62.42 make[1]: 'soccr/libsoccr.a' is up to date.
07:26:50 [2020-11-03T07:26:50.031Z] #42 62.65   DEP      criu/arch/ppc64/sigframe.d
07:26:50 [2020-11-03T07:26:50.031Z] #42 62.79   DEP      criu/arch/ppc64/crtools.d
07:26:50 [2020-11-03T07:26:50.031Z] #42 63.21   DEP      criu/arch/ppc64/cpu.d
07:26:50 [2020-11-03T07:26:50.138Z] #43 ...
07:26:50 [2020-11-03T07:26:50.138Z] 
07:26:50 [2020-11-03T07:26:50.138Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:50 [2020-11-03T07:26:50.138Z] #40 78.48 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
07:26:50 [2020-11-03T07:26:50.138Z] #40 78.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:26:50 [2020-11-03T07:26:50.138Z] #40 78.54 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:26:50 [2020-11-03T07:26:50.138Z] #40 78.56 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
07:26:50 [2020-11-03T07:26:50.138Z] #40 78.59 Setting up python-six (1.12.0-1) ...
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.35 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.36 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.49 Selecting previously unselected package libprotobuf-c1:amd64.
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.49 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.49 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.57 Selecting previously unselected package libreadline5:amd64.
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.57 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
07:26:50 [2020-11-03T07:26:50.215Z] #18 42.57 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
07:26:50 [2020-11-03T07:26:50.253Z] #34 66.13 Processing triggers for mime-support (3.62) ...
07:26:50 [2020-11-03T07:26:50.476Z] #18 42.70 Selecting previously unselected package net-tools.
07:26:50 [2020-11-03T07:26:50.476Z] #18 42.72 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
07:26:50 [2020-11-03T07:26:50.476Z] #18 42.73 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
07:26:50 [2020-11-03T07:26:50.684Z] #42 63.71   CC       criu/arch/ppc64/cpu.o
07:26:50 [2020-11-03T07:26:50.736Z] #18 42.98 Selecting previously unselected package python-pip-whl.
07:26:50 [2020-11-03T07:26:50.736Z] #18 42.99 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
07:26:50 [2020-11-03T07:26:50.736Z] #18 42.99 Unpacking python-pip-whl (18.1-5) ...
07:26:50 [2020-11-03T07:26:50.830Z] #34 ...
07:26:50 [2020-11-03T07:26:50.830Z] 
07:26:50 [2020-11-03T07:26:50.830Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:50 [2020-11-03T07:26:50.830Z] #40 65.55 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
07:26:50 [2020-11-03T07:26:50.830Z] #40 65.59 Processing triggers for libc-bin (2.28-10) ...
07:26:50 [2020-11-03T07:26:50.830Z] #40 DONE 66.7s
07:26:50 [2020-11-03T07:26:50.830Z] 
07:26:50 [2020-11-03T07:26:50.830Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:50 [2020-11-03T07:26:50.830Z] #11 66.20 Selecting previously unselected package mingw-w64-x86-64-dev.
07:26:50 [2020-11-03T07:26:50.830Z] #11 66.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
07:26:50 [2020-11-03T07:26:50.830Z] #11 66.64 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
07:26:51 [2020-11-03T07:26:51.306Z] #18 43.49 Selecting previously unselected package python3-lib2to3.
07:26:51 [2020-11-03T07:26:51.306Z] #18 43.49 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
07:26:51 [2020-11-03T07:26:51.306Z] #18 43.50 Unpacking python3-lib2to3 (3.7.3-1) ...
07:26:51 [2020-11-03T07:26:51.306Z] #18 43.61 Selecting previously unselected package python3-distutils.
07:26:51 [2020-11-03T07:26:51.306Z] #18 43.61 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
07:26:51 [2020-11-03T07:26:51.306Z] #18 43.62 Unpacking python3-distutils (3.7.3-1) ...
07:26:51 [2020-11-03T07:26:51.407Z] #11 ...
07:26:51 [2020-11-03T07:26:51.407Z] 
07:26:51 [2020-11-03T07:26:51.407Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:51 [2020-11-03T07:26:51.407Z] #34 DONE 67.5s
07:26:51 [2020-11-03T07:26:51.566Z] #18 43.76 Selecting previously unselected package python3-pip.
07:26:51 [2020-11-03T07:26:51.566Z] #18 43.79 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
07:26:51 [2020-11-03T07:26:51.566Z] #18 43.79 Unpacking python3-pip (18.1-5) ...
07:26:51 [2020-11-03T07:26:51.601Z] #11 ...
07:26:51 [2020-11-03T07:26:51.601Z] 
07:26:51 [2020-11-03T07:26:51.601Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:51 [2020-11-03T07:26:51.601Z] #31 68.97 reflect
07:26:51 [2020-11-03T07:26:51.601Z] #31 75.22 time
07:26:51 [2020-11-03T07:26:51.601Z] #31 ...
07:26:51 [2020-11-03T07:26:51.601Z] 
07:26:51 [2020-11-03T07:26:51.601Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:51 [2020-11-03T07:26:51.601Z] #48 71.32 syscall
07:26:51 [2020-11-03T07:26:51.601Z] #48 71.45 reflect
07:26:51 [2020-11-03T07:26:51.671Z] 
07:26:51 [2020-11-03T07:26:51.671Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:51 [2020-11-03T07:26:51.737Z] #42 64.54   CC       criu/arch/ppc64/crtools.o
07:26:51 [2020-11-03T07:26:51.826Z] #18 43.94 Selecting previously unselected package python3-pkg-resources.
07:26:51 [2020-11-03T07:26:51.826Z] #18 43.96 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
07:26:51 [2020-11-03T07:26:51.826Z] #18 43.97 Unpacking python3-pkg-resources (40.8.0-1) ...
07:26:51 [2020-11-03T07:26:51.826Z] #18 44.11 Selecting previously unselected package python3-setuptools.
07:26:51 [2020-11-03T07:26:51.826Z] #18 44.11 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
07:26:51 [2020-11-03T07:26:51.826Z] #18 44.12 Unpacking python3-setuptools (40.8.0-1) ...
07:26:52 [2020-11-03T07:26:52.086Z] #18 44.36 Selecting previously unselected package python3-wheel.
07:26:52 [2020-11-03T07:26:52.086Z] #18 44.37 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
07:26:52 [2020-11-03T07:26:52.086Z] #18 44.38 Unpacking python3-wheel (0.32.3-2) ...
07:26:52 [2020-11-03T07:26:52.347Z] #18 44.47 Selecting previously unselected package sudo.
07:26:52 [2020-11-03T07:26:52.347Z] #18 44.47 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
07:26:52 [2020-11-03T07:26:52.347Z] #18 44.48 Unpacking sudo (1.8.27-1+deb10u2) ...
07:26:52 [2020-11-03T07:26:52.549Z] #48 ...
07:26:52 [2020-11-03T07:26:52.549Z] 
07:26:52 [2020-11-03T07:26:52.549Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:26:52 [2020-11-03T07:26:52.549Z] #39 80.34 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
07:26:52 [2020-11-03T07:26:52.549Z] #39 80.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:26:52 [2020-11-03T07:26:52.549Z] #39 80.38 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:26:52 [2020-11-03T07:26:52.549Z] #39 80.40 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
07:26:52 [2020-11-03T07:26:52.549Z] #39 80.49 Setting up python-six (1.12.0-1) ...
07:26:52 [2020-11-03T07:26:52.867Z] #18 45.04 Selecting previously unselected package thin-provisioning-tools.
07:26:52 [2020-11-03T07:26:52.867Z] #18 45.04 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
07:26:52 [2020-11-03T07:26:52.867Z] #18 45.04 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.25 Selecting previously unselected package uidmap.
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.25 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.26 Unpacking uidmap (1:4.5-1.1) ...
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.38 Selecting previously unselected package vim-runtime.
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.38 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.40 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
07:26:53 [2020-11-03T07:26:53.127Z] #18 45.43 Unpacking vim-runtime (2:8.1.0875-5) ...
07:26:53 [2020-11-03T07:26:53.310Z] #42 65.94   CC       criu/arch/ppc64/sigframe.o
07:26:53 [2020-11-03T07:26:53.310Z] #42 66.42   LINK     criu/arch/ppc64/crtools.built-in.o
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/server/httputils	0.002s	coverage: 14.7% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/server/middleware	0.003s	coverage: 37.7% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/server/router/swarm	0.002s	coverage: 5.7% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/container	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/events	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/types/strslice	0.009s	coverage: 90.0% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/types/filters	0.009s	coverage: 92.2% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/image	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/network	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/types/time	0.001s	coverage: 100.0% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 75.0% of statements
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
07:26:53 [2020-11-03T07:26:53.319Z] ok  	github.com/docker/docker/builder/dockerignore	0.001s	coverage: 96.8% of statements
07:26:53 [2020-11-03T07:26:53.496Z] #39 ...
07:26:53 [2020-11-03T07:26:53.496Z] 
07:26:53 [2020-11-03T07:26:53.496Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:53 [2020-11-03T07:26:53.496Z] #42 71.29 syscall
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.717 + RM_GOPATH=0
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.717 + TMP_GOPATH=
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.717 + : /build
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.717 + '[' -z '' ']'
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.717 ++ mktemp -d
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.724 + export GOPATH=/tmp/tmp.OVw6pmWK1T
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.724 + GOPATH=/tmp/tmp.OVw6pmWK1T
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.724 + RM_GOPATH=1
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.724 + case "$(go env GOARCH)" in
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.724 ++ go env GOARCH
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.753 + export GO_BUILDMODE=-buildmode=pie
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.753 + GO_BUILDMODE=-buildmode=pie
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.753 ++ dirname /tmp/install/install.sh
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.753 + dir=/tmp/install
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + bin=tini
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + shift
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + '[' '!' -f /tmp/install/tini.installer ']'
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + . /tmp/install/tini.installer
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + install_tini
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 + git clone https://github.com/krallin/tini.git /tmp/tmp.OVw6pmWK1T/tini
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.762 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
07:26:53 [2020-11-03T07:26:53.596Z] #35 1.763 Cloning into '/tmp/tmp.OVw6pmWK1T/tini'...
07:26:53 [2020-11-03T07:26:53.611Z] #42 66.53   DEP      criu/pie/util-vdso.d
07:26:53 [2020-11-03T07:26:53.909Z] #42 66.87   DEP      criu/pie/util.d
07:26:53 [2020-11-03T07:26:53.909Z] #42 67.05   CC       criu/pie/util.o
07:26:54 [2020-11-03T07:26:54.210Z] #42 67.33   CC       criu/pie/util-vdso.o
07:26:54 [2020-11-03T07:26:54.445Z] #42 ...
07:26:54 [2020-11-03T07:26:54.445Z] 
07:26:54 [2020-11-03T07:26:54.445Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:26:54 [2020-11-03T07:26:54.445Z] #11 82.37 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:26:54 [2020-11-03T07:26:54.445Z] #11 82.39 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
07:26:54 [2020-11-03T07:26:54.445Z] #11 82.40 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:26:54 [2020-11-03T07:26:54.546Z] #35 ...
07:26:54 [2020-11-03T07:26:54.546Z] 
07:26:54 [2020-11-03T07:26:54.546Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:54 [2020-11-03T07:26:54.546Z] #43 60.33 text/template/parse
07:26:54 [2020-11-03T07:26:54.546Z] #43 62.55 encoding/json
07:26:54 [2020-11-03T07:26:54.546Z] #43 66.79 text/template
07:26:54 [2020-11-03T07:26:54.546Z] #43 67.07 go/parser
07:26:54 [2020-11-03T07:26:54.546Z] #43 ...
07:26:54 [2020-11-03T07:26:54.546Z] 
07:26:54 [2020-11-03T07:26:54.546Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:26:54 [2020-11-03T07:26:54.546Z] #35 2.868 + cd /tmp/tmp.OVw6pmWK1T/tini
07:26:54 [2020-11-03T07:26:54.546Z] #35 2.869 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
07:26:54 [2020-11-03T07:26:54.546Z] #35 2.876 + cmake .
07:26:54 [2020-11-03T07:26:54.992Z] Client: Docker Engine - Enterprise
07:26:54 [2020-11-03T07:26:54.992Z]  Version:           19.03.12
07:26:54 [2020-11-03T07:26:54.992Z]  API version:       1.40
07:26:54 [2020-11-03T07:26:54.992Z]  Go version:        go1.13.13
07:26:54 [2020-11-03T07:26:54.992Z]  Git commit:        4306744
07:26:54 [2020-11-03T07:26:54.992Z]  Built:             08/05/2020 19:27:53
07:26:54 [2020-11-03T07:26:54.992Z]  OS/Arch:           windows/amd64
07:26:54 [2020-11-03T07:26:54.992Z]  Experimental:      false
07:26:54 [2020-11-03T07:26:54.992Z] 
07:26:54 [2020-11-03T07:26:54.992Z] Server: Docker Engine - Enterprise
07:26:54 [2020-11-03T07:26:54.992Z]  Engine:
07:26:54 [2020-11-03T07:26:54.992Z]   Version:          19.03.12
07:26:54 [2020-11-03T07:26:54.992Z]   API version:      1.40 (minimum version 1.24)
07:26:54 [2020-11-03T07:26:54.992Z]   Go version:       go1.13.13
07:26:54 [2020-11-03T07:26:54.992Z]   Git commit:       f295753ffd
07:26:54 [2020-11-03T07:26:54.992Z]   Built:            08/05/2020 19:26:41
07:26:54 [2020-11-03T07:26:54.992Z]   OS/Arch:          windows/amd64
07:26:54 [2020-11-03T07:26:54.992Z]   Experimental:     true
07:26:55 [2020-11-03T07:26:55.123Z] #35 3.447 -- The C compiler identification is GNU 8.3.0
07:26:55 [2020-11-03T07:26:55.123Z] #35 3.486 -- Check for working C compiler: /usr/bin/cc
07:26:55 [2020-11-03T07:26:55.281Z] #42 67.96   AR       criu/pie/pie.lib.a
07:26:55 [2020-11-03T07:26:55.281Z] #42 68.01   DEP      criu/pie/restorer.d
07:26:55 [2020-11-03T07:26:55.586Z] #42 68.40   DEP      criu/arch/ppc64/vdso-trampoline.d
07:26:55 [2020-11-03T07:26:55.586Z] #42 68.45   DEP      criu/arch/ppc64/restorer.d
[Pipeline] sh
07:26:55 [2020-11-03T07:26:55.888Z] #42 68.82   DEP      criu/arch/ppc64/vdso-pie.d
07:26:56 [2020-11-03T07:26:56.114Z] ok  	github.com/docker/docker/builder/remotecontext	0.365s	coverage: 13.6% of statements
07:26:56 [2020-11-03T07:26:56.114Z] ok  	github.com/docker/docker/builder/dockerfile	0.972s	coverage: 48.0% of statements
07:26:56 [2020-11-03T07:26:56.185Z] #42 68.98   DEP      criu/pie/parasite-vdso.d
07:26:56 [2020-11-03T07:26:56.185Z] #42 69.26   DEP      criu/pie/parasite.d
07:26:56 [2020-11-03T07:26:56.377Z] #11 ...
07:26:56 [2020-11-03T07:26:56.377Z] 
07:26:56 [2020-11-03T07:26:56.377Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:26:56 [2020-11-03T07:26:56.377Z] #44 DONE 84.1s
07:26:56 [2020-11-03T07:26:56.377Z] 
07:26:56 [2020-11-03T07:26:56.377Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:26:56 [2020-11-03T07:26:56.377Z] #48 83.83 time
07:26:56 [2020-11-03T07:26:56.422Z] #18 48.52 Selecting previously unselected package vim.
07:26:56 [2020-11-03T07:26:56.422Z] #18 48.53 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
07:26:56 [2020-11-03T07:26:56.422Z] #18 48.54 Unpacking vim (2:8.1.0875-5) ...
07:26:56 [2020-11-03T07:26:56.483Z] #42 69.52   CC       criu/pie/parasite.o
07:26:56 [2020-11-03T07:26:56.526Z] #35 4.610 -- Check for working C compiler: /usr/bin/cc -- works
07:26:56 [2020-11-03T07:26:56.526Z] #35 4.612 -- Detecting C compiler ABI info
07:26:56 [2020-11-03T07:26:56.537Z] + docker info
07:26:56 [2020-11-03T07:26:56.725Z] #40 ...
07:26:56 [2020-11-03T07:26:56.725Z] 
07:26:56 [2020-11-03T07:26:56.725Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:26:56 [2020-11-03T07:26:56.725Z] #45 DONE 84.1s
07:26:56 [2020-11-03T07:26:56.725Z] 
07:26:56 [2020-11-03T07:26:56.725Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:26:56 [2020-11-03T07:26:56.725Z] #34 82.81 Selecting previously unselected package libxml2:amd64.
07:26:56 [2020-11-03T07:26:56.725Z] #34 82.83 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 82.84 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 83.80 Selecting previously unselected package libarchive13:amd64.
07:26:56 [2020-11-03T07:26:56.725Z] #34 83.85 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 83.88 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 84.43 Selecting previously unselected package libjsoncpp1:amd64.
07:26:56 [2020-11-03T07:26:56.725Z] #34 84.44 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 84.46 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 84.78 Selecting previously unselected package librhash0:amd64.
07:26:56 [2020-11-03T07:26:56.725Z] #34 84.79 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 84.79 Unpacking librhash0:amd64 (1.3.8-1) ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 85.26 Selecting previously unselected package libuv1:amd64.
07:26:56 [2020-11-03T07:26:56.725Z] #34 85.27 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
07:26:56 [2020-11-03T07:26:56.725Z] #34 85.29 Unpacking libuv1:amd64 (1.24.1-1) ...
07:26:56 [2020-11-03T07:26:56.745Z] ok  	github.com/docker/docker/cli/debug	0.001s	coverage: 100.0% of statements
07:26:57 [2020-11-03T07:26:57.026Z] #18 49.21 Selecting previously unselected package xfsprogs.
07:26:57 [2020-11-03T07:26:57.026Z] #18 49.23 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
07:26:57 [2020-11-03T07:26:57.026Z] #18 49.24 Unpacking xfsprogs (4.20.0-1) ...
07:26:57 [2020-11-03T07:26:57.089Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.011s	coverage: 86.3% of statements
07:26:57 [2020-11-03T07:26:57.089Z] ?   	github.com/docker/docker/cli	[no test files]
07:26:57 [2020-11-03T07:26:57.089Z] ?   	github.com/docker/docker/cli/config	[no test files]
07:26:57 [2020-11-03T07:26:57.157Z] #42 ...
07:26:57 [2020-11-03T07:26:57.157Z] 
07:26:57 [2020-11-03T07:26:57.157Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:26:57 [2020-11-03T07:26:57.157Z] #57 128.5 + for f in rootlesskit rootlesskit-docker-proxy
07:26:57 [2020-11-03T07:26:57.157Z] #57 128.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
07:26:57 [2020-11-03T07:26:57.271Z] #35 5.642 -- Detecting C compiler ABI info - done
07:26:57 [2020-11-03T07:26:57.271Z] #35 5.689 -- Detecting C compile features
07:26:57 [2020-11-03T07:26:57.292Z] #34 85.64 Selecting previously unselected package cmake.
07:26:57 [2020-11-03T07:26:57.292Z] #34 85.67 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
07:26:57 [2020-11-03T07:26:57.292Z] #34 85.69 Unpacking cmake (3.13.4-1) ...
07:26:57 [2020-11-03T07:26:57.639Z] #18 49.94 Selecting previously unselected package zip.
07:26:57 [2020-11-03T07:26:57.639Z] #18 49.95 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
07:26:57 [2020-11-03T07:26:57.639Z] #18 49.95 Unpacking zip (3.0-11+b1) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.17 Setting up aufs-tools (1:4.14+20190211-1) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.18 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.20 Setting up libip6tc0:amd64 (1.8.2-4) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.21 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.24 Setting up libgpm2:amd64 (1.20.7-5) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.25 Setting up libip4tc0:amd64 (1.8.2-4) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.27 Setting up uidmap (1:4.5-1.1) ...
07:26:57 [2020-11-03T07:26:57.904Z] #18 50.28 Setting up libnftnl11:amd64 (1.1.2-2) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.30 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.32 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.34 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.36 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.39 Setting up xxd (2:8.1.0875-5) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.41 Setting up zip (3.0-11+b1) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.43 Setting up vim-common (2:8.1.0875-5) ...
07:26:58 [2020-11-03T07:26:58.171Z] #18 50.47 Setting up bash-completion (1:2.8-6) ...
07:26:59 [2020-11-03T07:26:59.115Z] #18 ...
07:26:59 [2020-11-03T07:26:59.115Z] 
07:26:59 [2020-11-03T07:26:59.115Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:59 [2020-11-03T07:26:59.115Z] #41 97.38   CC       criu/cr-errno.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 97.50   CC       criu/cr-restore.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 102.1   CC       criu/cr-service.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 103.8   CC       criu/crtools.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 104.3   CC       criu/eventfd.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 104.7   CC       criu/eventpoll.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 105.7   CC       criu/external.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 106.2   CC       criu/fault-injection.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 106.3   CC       criu/fdstore.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 106.7   CC       criu/fifo.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 107.2   CC       criu/file-ids.o
07:26:59 [2020-11-03T07:26:59.115Z] #41 107.5   CC       criu/file-lock.o
07:26:59 [2020-11-03T07:26:59.274Z] #57 ...
07:26:59 [2020-11-03T07:26:59.274Z] 
07:26:59 [2020-11-03T07:26:59.274Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:26:59 [2020-11-03T07:26:59.274Z] #19 10.46 Fetched 8171 kB in 10s (806 kB/s)
07:26:59 [2020-11-03T07:26:59.274Z] #19 10.46 Reading package lists...
07:26:59 [2020-11-03T07:26:59.274Z] #19 15.87 Reading package lists...
07:26:59 [2020-11-03T07:26:59.274Z] #19 20.45 Building dependency tree...
07:26:59 [2020-11-03T07:26:59.274Z] #19 ...
07:26:59 [2020-11-03T07:26:59.274Z] 
07:26:59 [2020-11-03T07:26:59.274Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:26:59 [2020-11-03T07:26:59.274Z] #42 71.08   LINK     criu/pie/parasite.built-in.o
07:26:59 [2020-11-03T07:26:59.274Z] #42 71.09   GEN      criu/pie/parasite-blob.h
07:26:59 [2020-11-03T07:26:59.274Z] #42 71.17   CC       criu/pie/parasite-vdso.o
07:26:59 [2020-11-03T07:26:59.274Z] #42 71.85   CC       criu/arch/ppc64/vdso-pie.o
07:26:59 [2020-11-03T07:26:59.274Z] #42 72.26   CC       criu/arch/ppc64/restorer.o
07:26:59 [2020-11-03T07:26:59.299Z] ok  	github.com/docker/docker/client	0.166s	coverage: 75.4% of statements
07:26:59 [2020-11-03T07:26:59.842Z] #35 8.391 -- Detecting C compile features - done
07:26:59 [2020-11-03T07:26:59.922Z] #42 72.71   CC       criu/arch/ppc64/vdso-trampoline.o
07:26:59 [2020-11-03T07:26:59.922Z] #42 72.73   CC       criu/pie/restorer.o
07:27:00 [2020-11-03T07:27:00.055Z] #41 108.5   CC       criu/files-ext.o
07:27:00 [2020-11-03T07:27:00.107Z] #35 8.417 -- Performing Test HAS_BUILTIN_FORTIFY
07:27:00 [2020-11-03T07:27:00.107Z] #35 8.585 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:27:00 [2020-11-03T07:27:00.107Z] #35 ...
07:27:00 [2020-11-03T07:27:00.107Z] 
07:27:00 [2020-11-03T07:27:00.107Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:00 [2020-11-03T07:27:00.315Z] #41 108.8   CC       criu/files-reg.o
07:27:00 [2020-11-03T07:27:00.633Z] #54 35.78 Checking out files:  47% (1618/3430)   
Checking out files:  48% (1647/3430)   
Checking out files:  49% (1681/3430)   
Checking out files:  50% (1715/3430)   
Checking out files:  51% (1750/3430)   
Checking out files:  52% (1784/3430)   
Checking out files:  53% (1818/3430)   
Checking out files:  54% (1853/3430)   
Checking out files:  55% (1887/3430)   
Checking out files:  56% (1921/3430)   
Checking out files:  57% (1956/3430)   
Checking out files:  58% (1990/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
07:27:00 [2020-11-03T07:27:00.633Z] #54 ...
07:27:00 [2020-11-03T07:27:00.633Z] 
07:27:00 [2020-11-03T07:27:00.633Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:00 [2020-11-03T07:27:00.633Z] #41 3.666 Note: Building without setproctitle() and strlcpy() support.
07:27:00 [2020-11-03T07:27:00.633Z] #41 3.666       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:27:00 [2020-11-03T07:27:00.633Z] #41 3.691 Note: Building without GnuTLS support
07:27:00 [2020-11-03T07:27:00.633Z] #41 3.697 Makefile.config:39: Warn: you have no libnftables installed
07:27:00 [2020-11-03T07:27:00.633Z] #41 3.697 Makefile.config:40: Warn: Building without nftables support
07:27:00 [2020-11-03T07:27:00.633Z] #41 6.064 fatal: not a git repository (or any of the parent directories): .git
07:27:00 [2020-11-03T07:27:00.633Z] #41 6.156   GEN      .gitid
07:27:00 [2020-11-03T07:27:00.633Z] #41 6.214   GEN      criu/include/version.h
07:27:00 [2020-11-03T07:27:00.633Z] #41 6.304   GEN      include/common/asm
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.350   PBCC     images/timens.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.376   DEP      images/timens.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.417   PBCC     images/fown.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.456   PBCC     images/google/protobuf/descriptor.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.536   PBCC     images/opts.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.576   PBCC     images/memfd.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.616   DEP      images/fown.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.659   DEP      images/google/protobuf/descriptor.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.717   DEP      images/opts.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.865   DEP      images/memfd.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.889   PBCC     images/sit.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.921   DEP      images/sit.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.960   PBCC     images/macvlan.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 8.994   DEP      images/macvlan.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.104   PBCC     images/autofs.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.160   DEP      images/autofs.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.247   PBCC     images/sysctl.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.272   DEP      images/sysctl.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.354   PBCC     images/time.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.404   DEP      images/time.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.456   PBCC     images/binfmt-misc.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.483   DEP      images/binfmt-misc.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.523   PBCC     images/seccomp.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.540   DEP      images/seccomp.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.574   PBCC     images/userns.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.606   DEP      images/userns.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.688   PBCC     images/cgroup.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.701   DEP      images/cgroup.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.770   PBCC     images/ext-file.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.795   DEP      images/ext-file.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.828   PBCC     images/rpc.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.855   DEP      images/rpc.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.890   PBCC     images/siginfo.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.912   DEP      images/siginfo.pb-c.d
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.948   PBCC     images/pagemap.pb-c.c
07:27:00 [2020-11-03T07:27:00.633Z] #41 9.976   DEP      images/pagemap.pb-c.d
07:27:00 [2020-11-03T07:27:00.896Z] #41 10.05   PBCC     images/rlimit.pb-c.c
07:27:00 [2020-11-03T07:27:00.896Z] #41 10.06   DEP      images/rlimit.pb-c.d
07:27:00 [2020-11-03T07:27:00.896Z] #41 ...
07:27:00 [2020-11-03T07:27:00.896Z] 
07:27:00 [2020-11-03T07:27:00.896Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:01 [2020-11-03T07:27:01.255Z] #41 ...
07:27:01 [2020-11-03T07:27:01.256Z] 
07:27:01 [2020-11-03T07:27:01.256Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:01 [2020-11-03T07:27:01.256Z] #18 53.59 Setting up libiptc0:amd64 (1.8.2-4) ...
07:27:01 [2020-11-03T07:27:01.256Z] #18 53.60 Setting up xz-utils (5.2.4-1) ...
07:27:01 [2020-11-03T07:27:01.256Z] #18 53.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.62 Setting up sudo (1.8.27-1+deb10u2) ...
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.69 invoke-rc.d: could not determine current runlevel
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.70 invoke-rc.d: policy-rc.d denied execution of start.
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.72 Setting up pigz (2.4-1) ...
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.75 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.76 Setting up libnl-3-200:amd64 (3.4.0-1) ...
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.78 Setting up python-pip-whl (18.1-5) ...
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.79 Setting up libmpdec2:amd64 (2.4.2-2) ...
07:27:01 [2020-11-03T07:27:01.516Z] #18 53.81 Setting up vim-runtime (2:8.1.0875-5) ...
07:27:01 [2020-11-03T07:27:01.685Z] #54 35.78 Checking out files:  47% (1618/3430)   
Checking out files:  48% (1647/3430)   
Checking out files:  49% (1681/3430)   
Checking out files:  50% (1715/3430)   
Checking out files:  51% (1750/3430)   
Checking out files:  52% (1784/3430)   
Checking out files:  53% (1818/3430)   
Checking out files:  54% (1853/3430)   
Checking out files:  55% (1887/3430)   
Checking out files:  56% (1921/3430)   
Checking out files:  57% (1956/3430)   
Checking out files:  58% (1990/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
Checking out files:  70% (2401/3430)   
Checking out files:  71% (2436/3430)   
Checking out files:  72% (2470/3430)   
Checking out files:  73% (2504/3430)   
Checking out files:  74% (2539/3430)   
Checking out files:  75% (2573/3430)   
Checking out files:  76% (2607/3430)   
Checking out files:  77% (2642/3430)   
Checking out files:  78% (2676/3430)   
Checking out files:  79% (2710/3430)   
Checking out files:  80% (2744/3430)   
Checking out files:  81% (2779/3430)   
Checking out files:  82% (2813/3430)   
Checking out files:  83% (2847/3430)   
Checking out files:  84% (2882/3430)   
Checking out files:  84% (2892/3430)   
Checking out files:  85% (2916/3430)   
Checking out files:  86% (2950/3430)   
Checking out files:  87% (2985/3430)   
Checking out files:  88% (3019/3430)   
Checking out files:  89% (3053/3430)   
Checking out files:  90% (3087/3430)   
Checking out files:  91% (3122/3430)   
Checking out files:  92% (3156/3430)   
Checking out files:  93% (3190/3430)   
Checking out files:  94% (3225/3430)   
Checking out files:  95% (3259/3430)   
Checking out files:  96% (3293/3430)   
Checking out files:  97% (3328/3430)   
Checking out files:  98% (3362/3430)   
Checking out files:  99% (3396/3430)   
Checking out files: 100% (3430/3430)   
Checking out files: 100% (3430/3430), done.
07:27:01 [2020-11-03T07:27:01.685Z] #54 37.33 + cd /tmp/tmp.CpSmDAlmFu/src/github.com/containerd/containerd
07:27:01 [2020-11-03T07:27:01.685Z] #54 37.33 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
07:27:01 [2020-11-03T07:27:01.692Z] #48 ...
07:27:01 [2020-11-03T07:27:01.692Z] 
07:27:01 [2020-11-03T07:27:01.692Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:01 [2020-11-03T07:27:01.692Z] #11 87.77 Selecting previously unselected package binutils-mingw-w64.
07:27:01 [2020-11-03T07:27:01.692Z] #11 87.77 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 87.77 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 88.07 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:27:01 [2020-11-03T07:27:01.692Z] #11 88.07 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 88.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 88.60 Selecting previously unselected package dmsetup.
07:27:01 [2020-11-03T07:27:01.692Z] #11 88.60 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 88.61 Unpacking dmsetup (2:1.02.155-3) ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 89.09 Selecting previously unselected package mingw-w64-common.
07:27:01 [2020-11-03T07:27:01.692Z] #11 89.09 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
07:27:01 [2020-11-03T07:27:01.692Z] #11 89.11 Unpacking mingw-w64-common (6.0.0-3) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.28 Setting up libaio1:amd64 (0.3.112-3) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.29 Setting up libonig5:amd64 (6.9.1-1) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.31 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.33 Setting up vim (2:8.1.0875-5) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.43 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.44 Setting up thin-provisioning-tools (0.7.6-2.1) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.46 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
07:27:02 [2020-11-03T07:27:02.086Z] #18 54.47 Setting up jq (1.5+dfsg-2+b1) ...
07:27:02 [2020-11-03T07:27:02.346Z] #18 54.48 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
07:27:02 [2020-11-03T07:27:02.346Z] #18 54.50 Setting up python3.7 (3.7.3-2+deb10u2) ...
07:27:02 [2020-11-03T07:27:02.694Z] #34 ...
07:27:02 [2020-11-03T07:27:02.695Z] 
07:27:02 [2020-11-03T07:27:02.695Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:02 [2020-11-03T07:27:02.695Z] #43 81.01 time
07:27:02 [2020-11-03T07:27:02.695Z] #43 89.72 strings
07:27:02 [2020-11-03T07:27:02.695Z] #43 90.47 os
07:27:02 [2020-11-03T07:27:02.695Z] #43 ...
07:27:02 [2020-11-03T07:27:02.695Z] 
07:27:02 [2020-11-03T07:27:02.695Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:02 [2020-11-03T07:27:02.695Z] #11 82.69 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:27:02 [2020-11-03T07:27:02.695Z] #11 82.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 82.72 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 87.28 Selecting previously unselected package binutils-mingw-w64.
07:27:02 [2020-11-03T07:27:02.695Z] #11 87.29 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 87.33 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 87.71 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:27:02 [2020-11-03T07:27:02.695Z] #11 87.72 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 87.74 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 88.12 Selecting previously unselected package dmsetup.
07:27:02 [2020-11-03T07:27:02.695Z] #11 88.14 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 88.16 Unpacking dmsetup (2:1.02.155-3) ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 88.62 Selecting previously unselected package mingw-w64-common.
07:27:02 [2020-11-03T07:27:02.695Z] #11 88.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
07:27:02 [2020-11-03T07:27:02.695Z] #11 88.64 Unpacking mingw-w64-common (6.0.0-3) ...
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + export 'BUILDTAGS=netgo osusergo static_build'
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + BUILDTAGS='netgo osusergo static_build'
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + export EXTRA_FLAGS=-buildmode=pie
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + EXTRA_FLAGS=-buildmode=pie
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + '[' '' = dynamic ']'
07:27:02 [2020-11-03T07:27:02.772Z] #54 38.27 + make
07:27:02 [2020-11-03T07:27:02.951Z] #11 ...
07:27:02 [2020-11-03T07:27:02.951Z] 
07:27:02 [2020-11-03T07:27:02.951Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:27:02 [2020-11-03T07:27:02.951Z] #34 91.54 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
07:27:02 [2020-11-03T07:27:02.951Z] #34 91.57 Setting up xxd (2:8.1.0875-5) ...
07:27:02 [2020-11-03T07:27:02.951Z] #34 91.62 Setting up libuv1:amd64 (1.24.1-1) ...
07:27:02 [2020-11-03T07:27:02.951Z] #34 91.64 Setting up vim-common (2:8.1.0875-5) ...
07:27:03 [2020-11-03T07:27:03.036Z] #54 ...
07:27:03 [2020-11-03T07:27:03.036Z] 
07:27:03 [2020-11-03T07:27:03.036Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:03 [2020-11-03T07:27:03.036Z] #49 68.82 golang.org/x/crypto/ssh/terminal
07:27:03 [2020-11-03T07:27:03.036Z] #49 72.06 mvdan.cc/sh/v3/cmd/shfmt
07:27:03 [2020-11-03T07:27:03.036Z] #49 ...
07:27:03 [2020-11-03T07:27:03.036Z] 
07:27:03 [2020-11-03T07:27:03.036Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.17   PBCC     images/file-lock.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.21   DEP      images/file-lock.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.28   PBCC     images/tty.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.35   DEP      images/tty.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.41   PBCC     images/tun.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.48   PBCC     images/netdev.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.57   DEP      images/tun.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.63   DEP      images/netdev.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.76   PBCC     images/vma.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.86   DEP      images/vma.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 10.95   PBCC     images/creds.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.00   DEP      images/creds.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.12   PBCC     images/utsns.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.17   DEP      images/utsns.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.19   PBCC     images/ipc-desc.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.21   PBCC     images/ipc-sem.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.22   DEP      images/ipc-desc.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.24   DEP      images/ipc-sem.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.31   PBCC     images/ipc-msg.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.34   DEP      images/ipc-msg.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.39   PBCC     images/ipc-shm.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.41   DEP      images/ipc-shm.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.46   PBCC     images/ipc-var.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.52   DEP      images/ipc-var.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.54   PBCC     images/sk-opts.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.56   PBCC     images/packet-sock.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.66   DEP      images/sk-opts.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.70   DEP      images/packet-sock.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.75   PBCC     images/sk-netlink.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.80   DEP      images/sk-netlink.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.85   PBCC     images/sk-inet.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.88   DEP      images/sk-inet.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.94   PBCC     images/sk-unix.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 11.96   DEP      images/sk-unix.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 12.04   PBCC     images/mm.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 12.09   DEP      images/mm.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 12.27   PBCC     images/timerfd.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 12.31   DEP      images/timerfd.pb-c.d
07:27:03 [2020-11-03T07:27:03.036Z] #41 12.34   PBCC     images/timer.pb-c.c
07:27:03 [2020-11-03T07:27:03.036Z] #41 12.41   DEP      images/timer.pb-c.d
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.69 Setting up librhash0:amd64 (1.3.8-1) ...
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.71 Setting up cmake-data (3.13.4-1) ...
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.74 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.77 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.81 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.83 Setting up cmake (3.13.4-1) ...
07:27:03 [2020-11-03T07:27:03.207Z] #34 91.84 Processing triggers for libc-bin (2.28-10) ...
07:27:03 [2020-11-03T07:27:03.321Z] #41 12.46   PBCC     images/sa.pb-c.c
07:27:03 [2020-11-03T07:27:03.321Z] #41 12.52   DEP      images/sa.pb-c.d
07:27:03 [2020-11-03T07:27:03.464Z] #34 91.94 Processing triggers for mime-support (3.62) ...
07:27:03 [2020-11-03T07:27:03.534Z] #42 76.16   LINK     criu/pie/restorer.built-in.o
07:27:03 [2020-11-03T07:27:03.534Z] #42 76.19   GEN      criu/pie/restorer-blob.h
07:27:03 [2020-11-03T07:27:03.534Z] #42 76.36   DEP      criu/vdso.d
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.57   PBCC     images/pipe-data.pb-c.c
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.59   DEP      images/pipe-data.pb-c.d
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.62   PBCC     images/mnt.pb-c.c
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.79   DEP      images/mnt.pb-c.d
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.84   PBCC     images/sk-packet.pb-c.c
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.87   DEP      images/sk-packet.pb-c.d
07:27:03 [2020-11-03T07:27:03.599Z] #41 12.91   PBCC     images/tcp-stream.pb-c.c
07:27:03 [2020-11-03T07:27:03.837Z] #42 76.73   DEP      criu/uts_ns.d
07:27:03 [2020-11-03T07:27:03.837Z] #42 ...
07:27:03 [2020-11-03T07:27:03.837Z] 
07:27:03 [2020-11-03T07:27:03.837Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:03 [2020-11-03T07:27:03.837Z] #19 20.45 Building dependency tree...
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90 libcap2-bin is already the newest version (1:2.25-2).
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90 The following additional packages will be installed:
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90   python3.7 python3.7-minimal vim-runtime xxd
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.90 Suggested packages:
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.91   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.91   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.91   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.91 Recommended packages:
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.91   aufs-dkms nftables build-essential python3-dev python3-keyring
07:27:03 [2020-11-03T07:27:03.837Z] #19 21.91   python3-keyrings.alt python3-xdg unzip
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.08 The following NEW packages will be installed:
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.09   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.10   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.10   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.10   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.10   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.10   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.10   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.11   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.11   xz-utils zip
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.27 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.27 Need to get 29.2 MB of archives.
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.27 After this operation, 134 MB of additional disk space will be used.
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 24.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.05 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.41 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.46 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.48 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.50 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
07:27:03 [2020-11-03T07:27:03.837Z] #19 25.52 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.06   DEP      images/tcp-stream.pb-c.d
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.08   PBCC     images/pipe.pb-c.c
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.11   DEP      images/pipe.pb-c.d
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.15   PBCC     images/pstree.pb-c.c
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.17   DEP      images/pstree.pb-c.d
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.20   PBCC     images/fs.pb-c.c
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.22   DEP      images/fs.pb-c.d
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.25   PBCC     images/signalfd.pb-c.c
07:27:03 [2020-11-03T07:27:03.862Z] #41 13.30   DEP      images/signalfd.pb-c.d
07:27:04 [2020-11-03T07:27:04.027Z] #34 DONE 92.5s
07:27:04 [2020-11-03T07:27:04.027Z] 
07:27:04 [2020-11-03T07:27:04.027Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.19 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.25 Setting up libnl-3-200:amd64 (3.4.0-1) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.43 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.45 Setting up libcap-dev:amd64 (1:2.25-2) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.47 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.52 Setting up protobuf-compiler (3.6.1.3-2) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.60 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.62 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.65 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 85.67 Setting up python-protobuf (3.6.1.3-2) ...
07:27:04 [2020-11-03T07:27:04.027Z] #40 ...
07:27:04 [2020-11-03T07:27:04.027Z] 
07:27:04 [2020-11-03T07:27:04.027Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:04 [2020-11-03T07:27:04.027Z] #32 82.53 internal/poll
07:27:04 [2020-11-03T07:27:04.027Z] #32 85.62 internal/syscall/execenv
07:27:04 [2020-11-03T07:27:04.027Z] #32 85.99 internal/syscall/unix
07:27:04 [2020-11-03T07:27:04.027Z] #32 86.43 internal/fmtsort
07:27:04 [2020-11-03T07:27:04.027Z] #32 86.58 os
07:27:04 [2020-11-03T07:27:04.027Z] #32 87.88 strings
07:27:04 [2020-11-03T07:27:04.027Z] #32 92.00 path
07:27:04 [2020-11-03T07:27:04.027Z] #32 92.40 fmt
07:27:04 [2020-11-03T07:27:04.027Z] #32 92.47 path/filepath
07:27:04 [2020-11-03T07:27:04.125Z] #41 13.34   PBCC     images/fh.pb-c.c
07:27:04 [2020-11-03T07:27:04.125Z] #41 13.40   PBCC     images/fsnotify.pb-c.c
07:27:04 [2020-11-03T07:27:04.125Z] #41 13.45   DEP      images/fh.pb-c.d
07:27:04 [2020-11-03T07:27:04.125Z] #41 13.48   DEP      images/fsnotify.pb-c.d
07:27:04 [2020-11-03T07:27:04.125Z] #41 13.54   PBCC     images/eventpoll.pb-c.c
07:27:04 [2020-11-03T07:27:04.125Z] #41 13.56   DEP      images/eventpoll.pb-c.d
07:27:04 [2020-11-03T07:27:04.140Z] #19 25.69 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
07:27:04 [2020-11-03T07:27:04.141Z] #19 25.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
07:27:04 [2020-11-03T07:27:04.141Z] #19 25.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
07:27:04 [2020-11-03T07:27:04.141Z] #19 25.76 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
07:27:04 [2020-11-03T07:27:04.141Z] #19 25.82 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
07:27:04 [2020-11-03T07:27:04.283Z] #32 ...
07:27:04 [2020-11-03T07:27:04.283Z] 
07:27:04 [2020-11-03T07:27:04.283Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:04 [2020-11-03T07:27:04.283Z] #49 82.55 context
07:27:04 [2020-11-03T07:27:04.283Z] #49 83.74 internal/poll
07:27:04 [2020-11-03T07:27:04.283Z] #49 87.57 os
07:27:04 [2020-11-03T07:27:04.283Z] #49 91.74 encoding/binary
07:27:04 [2020-11-03T07:27:04.283Z] #49 ...
07:27:04 [2020-11-03T07:27:04.283Z] 
07:27:04 [2020-11-03T07:27:04.283Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:04 [2020-11-03T07:27:04.388Z] #41 13.68   PBCC     images/eventfd.pb-c.c
07:27:04 [2020-11-03T07:27:04.388Z] #41 13.76   DEP      images/eventfd.pb-c.d
07:27:04 [2020-11-03T07:27:04.388Z] #41 13.82   PBCC     images/remap-file-path.pb-c.c
07:27:04 [2020-11-03T07:27:04.444Z] #19 25.90 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
07:27:04 [2020-11-03T07:27:04.444Z] #19 25.91 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
07:27:04 [2020-11-03T07:27:04.748Z] #41 13.84   DEP      images/remap-file-path.pb-c.d
07:27:04 [2020-11-03T07:27:04.748Z] #41 13.91   PBCC     images/fifo.pb-c.c
07:27:04 [2020-11-03T07:27:04.748Z] #41 13.93   DEP      images/fifo.pb-c.d
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.40 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.40 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.41 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.41 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.42 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.43 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.49 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.50 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.51 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
07:27:04 [2020-11-03T07:27:04.757Z] #19 26.53 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
07:27:05 [2020-11-03T07:27:05.011Z] #41 13.98   PBCC     images/ghost-file.pb-c.c
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.00   DEP      images/ghost-file.pb-c.d
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.03   PBCC     images/regfile.pb-c.c
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.22   DEP      images/regfile.pb-c.d
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.28   PBCC     images/ns.pb-c.c
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.30   DEP      images/ns.pb-c.d
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.34   PBCC     images/fdinfo.pb-c.c
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.41   DEP      images/fdinfo.pb-c.d
07:27:05 [2020-11-03T07:27:05.011Z] #41 14.44   PBCC     images/core-aarch64.pb-c.c
07:27:05 [2020-11-03T07:27:05.057Z] #19 26.54 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
07:27:05 [2020-11-03T07:27:05.057Z] #19 26.56 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
07:27:05 [2020-11-03T07:27:05.057Z] #19 26.56 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
07:27:05 [2020-11-03T07:27:05.057Z] #19 26.64 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
07:27:05 [2020-11-03T07:27:05.057Z] #19 26.67 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
07:27:05 [2020-11-03T07:27:05.057Z] #19 26.69 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.32 Setting up iptables (1.8.2-4) ...
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.37 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:27:05 [2020-11-03T07:27:05.148Z] #18 57.40 Setting up python3 (3.7.3-1) ...
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.055 + RM_GOPATH=0
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.055 + TMP_GOPATH=
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.055 + : /build
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.055 + '[' -z '' ']'
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.055 ++ mktemp -d
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.061 + export GOPATH=/tmp/tmp.BXDwFVRQD9
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.061 + GOPATH=/tmp/tmp.BXDwFVRQD9
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.061 + RM_GOPATH=1
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.061 + case "$(go env GOARCH)" in
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.065 ++ go env GOARCH
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.077 + export GO_BUILDMODE=-buildmode=pie
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.077 + GO_BUILDMODE=-buildmode=pie
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.077 ++ dirname /tmp/install/install.sh
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.085 + dir=/tmp/install
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.085 + bin=tini
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.085 + shift
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.085 + '[' '!' -f /tmp/install/tini.installer ']'
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.085 + . /tmp/install/tini.installer
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.086 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.086 + install_tini
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.086 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.086 + git clone https://github.com/krallin/tini.git /tmp/tmp.BXDwFVRQD9/tini
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.086 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
07:27:05 [2020-11-03T07:27:05.214Z] #35 1.102 Cloning into '/tmp/tmp.BXDwFVRQD9/tini'...
07:27:05 [2020-11-03T07:27:05.275Z] #41 14.48   PBCC     images/core-arm.pb-c.c
07:27:05 [2020-11-03T07:27:05.275Z] #41 14.52   PBCC     images/core-ppc64.pb-c.c
07:27:05 [2020-11-03T07:27:05.275Z] #41 14.56   PBCC     images/core-s390.pb-c.c
07:27:05 [2020-11-03T07:27:05.275Z] #41 14.59   PBCC     images/core-x86.pb-c.c
07:27:05 [2020-11-03T07:27:05.275Z] #41 14.65   PBCC     images/core.pb-c.c
07:27:05 [2020-11-03T07:27:05.368Z] #19 ...
07:27:05 [2020-11-03T07:27:05.368Z] 
07:27:05 [2020-11-03T07:27:05.368Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:27:05 [2020-11-03T07:27:05.368Z] #57 DONE 136.6s
07:27:05 [2020-11-03T07:27:05.368Z] 
07:27:05 [2020-11-03T07:27:05.368Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
07:27:05 [2020-11-03T07:27:05.368Z] #58 DONE 0.1s
07:27:05 [2020-11-03T07:27:05.368Z] 
07:27:05 [2020-11-03T07:27:05.368Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:05 [2020-11-03T07:27:05.368Z] #42 77.03   DEP      criu/util.d
07:27:05 [2020-11-03T07:27:05.368Z] #42 77.20   DEP      criu/uffd.d
07:27:05 [2020-11-03T07:27:05.368Z] #42 77.45   DEP      criu/tun.d
07:27:05 [2020-11-03T07:27:05.368Z] #42 77.73   DEP      criu/tty.d
07:27:05 [2020-11-03T07:27:05.368Z] #42 78.02   DEP      criu/timerfd.d
07:27:05 [2020-11-03T07:27:05.368Z] #42 78.28   DEP      criu/timens.d
07:27:05 [2020-11-03T07:27:05.368Z] #42 ...
07:27:05 [2020-11-03T07:27:05.368Z] 
07:27:05 [2020-11-03T07:27:05.368Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:27:05 [2020-11-03T07:27:05.368Z] #59 DONE 0.1s
07:27:05 [2020-11-03T07:27:05.539Z] #41 ...
07:27:05 [2020-11-03T07:27:05.539Z] 
07:27:05 [2020-11-03T07:27:05.539Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:05 [2020-11-03T07:27:05.539Z] #49 DONE 81.4s
07:27:05 [2020-11-03T07:27:05.539Z] 
07:27:05 [2020-11-03T07:27:05.539Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:05 [2020-11-03T07:27:05.539Z] #35 8.651 -- Configuring done
07:27:05 [2020-11-03T07:27:05.539Z] #35 8.667 -- Generating done
07:27:05 [2020-11-03T07:27:05.539Z] #35 8.689 -- Build files have been written to: /tmp/tmp.OVw6pmWK1T/tini
07:27:05 [2020-11-03T07:27:05.539Z] #35 8.692 + make tini-static
07:27:05 [2020-11-03T07:27:05.539Z] #35 8.942 Scanning dependencies of target tini-static
07:27:05 [2020-11-03T07:27:05.539Z] #35 9.293 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:27:05 [2020-11-03T07:27:05.539Z] #35 10.58 [100%] Linking C executable tini-static
07:27:05 [2020-11-03T07:27:05.539Z] #35 11.01 [100%] Built target tini-static
07:27:05 [2020-11-03T07:27:05.539Z] #35 11.07 + mkdir -p /build
07:27:05 [2020-11-03T07:27:05.539Z] #35 11.08 + cp tini-static /build/docker-init
07:27:05 [2020-11-03T07:27:05.539Z] #35 DONE 13.9s
07:27:05 [2020-11-03T07:27:05.539Z] 
07:27:05 [2020-11-03T07:27:05.539Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:05 [2020-11-03T07:27:05.539Z] #41 14.75   PBCC     images/inventory.pb-c.c
07:27:05 [2020-11-03T07:27:05.671Z] 
07:27:05 [2020-11-03T07:27:05.671Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:05 [2020-11-03T07:27:05.671Z] #42 78.55   DEP      criu/sysfs_parse.d
07:27:05 [2020-11-03T07:27:05.720Z] #18 57.93 Setting up python3-wheel (0.32.3-2) ...
07:27:05 [2020-11-03T07:27:05.778Z] #35 1.890 + cd /tmp/tmp.BXDwFVRQD9/tini
07:27:05 [2020-11-03T07:27:05.802Z] #41 14.90   DEP      images/core-aarch64.pb-c.d
07:27:05 [2020-11-03T07:27:05.802Z] #41 14.97   DEP      images/core-arm.pb-c.d
07:27:05 [2020-11-03T07:27:05.802Z] #41 15.01   DEP      images/core-ppc64.pb-c.d
07:27:05 [2020-11-03T07:27:05.802Z] #41 ...
07:27:05 [2020-11-03T07:27:05.802Z] 
07:27:05 [2020-11-03T07:27:05.802Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:05 [2020-11-03T07:27:05.802Z] #43 71.67 encoding/xml
07:27:05 [2020-11-03T07:27:05.802Z] #43 73.93 compress/flate
07:27:05 [2020-11-03T07:27:05.802Z] #43 76.32 go/doc
07:27:05 [2020-11-03T07:27:05.802Z] #43 77.53 compress/gzip
07:27:05 [2020-11-03T07:27:05.802Z] #43 78.61 crypto/rand
07:27:05 [2020-11-03T07:27:05.802Z] #43 79.81 crypto/elliptic
07:27:05 [2020-11-03T07:27:05.802Z] #43 79.88 crypto/rsa
07:27:05 [2020-11-03T07:27:05.802Z] #43 80.91 github.com/LK4D4/vndr/build
07:27:05 [2020-11-03T07:27:05.802Z] #43 80.98 vendor/golang.org/x/crypto/cryptobyte
07:27:05 [2020-11-03T07:27:05.802Z] #43 ...
07:27:05 [2020-11-03T07:27:05.802Z] 
07:27:05 [2020-11-03T07:27:05.802Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:05 [2020-11-03T07:27:05.802Z] #41 15.04   DEP      images/core-s390.pb-c.d
07:27:05 [2020-11-03T07:27:05.802Z] #41 15.10   DEP      images/core-x86.pb-c.d
07:27:05 [2020-11-03T07:27:05.911Z] #11 ...
07:27:05 [2020-11-03T07:27:05.911Z] 
07:27:05 [2020-11-03T07:27:05.911Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:05 [2020-11-03T07:27:05.911Z] #42 83.53 time
07:27:05 [2020-11-03T07:27:05.911Z] #42 91.69 os
07:27:05 [2020-11-03T07:27:05.911Z] #42 91.69 internal/fmtsort
07:27:05 [2020-11-03T07:27:05.911Z] #42 92.26 strings
07:27:05 [2020-11-03T07:27:05.911Z] #42 ...
07:27:05 [2020-11-03T07:27:05.911Z] 
07:27:05 [2020-11-03T07:27:05.911Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
07:27:05 [2020-11-03T07:27:05.911Z] #33 86.03 Selecting previously unselected package libxml2:amd64.
07:27:05 [2020-11-03T07:27:05.911Z] #33 86.03 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 86.03 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 87.57 Selecting previously unselected package libarchive13:amd64.
07:27:05 [2020-11-03T07:27:05.911Z] #33 87.58 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 87.60 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 88.61 Selecting previously unselected package libjsoncpp1:amd64.
07:27:05 [2020-11-03T07:27:05.911Z] #33 88.61 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 88.62 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 88.82 Selecting previously unselected package librhash0:amd64.
07:27:05 [2020-11-03T07:27:05.911Z] #33 88.83 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 88.83 Unpacking librhash0:amd64 (1.3.8-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 89.17 Selecting previously unselected package libuv1:amd64.
07:27:05 [2020-11-03T07:27:05.911Z] #33 89.17 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 89.18 Unpacking libuv1:amd64 (1.24.1-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 89.37 Selecting previously unselected package cmake.
07:27:05 [2020-11-03T07:27:05.911Z] #33 89.37 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 89.37 Unpacking cmake (3.13.4-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.09 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.10 Setting up xxd (2:8.1.0875-5) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.12 Setting up libuv1:amd64 (1.24.1-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.15 Setting up vim-common (2:8.1.0875-5) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.20 Setting up librhash0:amd64 (1.3.8-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.22 Setting up cmake-data (3.13.4-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.24 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.26 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.27 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.28 Setting up cmake (3.13.4-1) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.30 Processing triggers for libc-bin (2.28-10) ...
07:27:05 [2020-11-03T07:27:05.911Z] #33 93.40 Processing triggers for mime-support (3.62) ...
07:27:05 [2020-11-03T07:27:05.972Z] #42 78.99   DEP      criu/sysctl.d
07:27:06 [2020-11-03T07:27:06.035Z] #35 1.890 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
07:27:06 [2020-11-03T07:27:06.035Z] #35 1.900 + cmake .
07:27:06 [2020-11-03T07:27:06.066Z] #41 15.22   DEP      images/core.pb-c.d
07:27:06 [2020-11-03T07:27:06.066Z] #41 15.40   DEP      images/inventory.pb-c.d
07:27:06 [2020-11-03T07:27:06.174Z] #33 DONE 94.1s
07:27:06 [2020-11-03T07:27:06.174Z] 
07:27:06 [2020-11-03T07:27:06.174Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:06 [2020-11-03T07:27:06.290Z] #18 58.62 Setting up apparmor (2.13.2-10) ...
07:27:06 [2020-11-03T07:27:06.330Z] #41 15.49   PBCC     images/cpuinfo.pb-c.c
07:27:06 [2020-11-03T07:27:06.330Z] #41 15.54   DEP      images/cpuinfo.pb-c.d
07:27:06 [2020-11-03T07:27:06.330Z] #41 15.66   PBCC     images/stats.pb-c.c
07:27:06 [2020-11-03T07:27:06.330Z] #41 15.68   DEP      images/stats.pb-c.d
07:27:06 [2020-11-03T07:27:06.436Z] #34 ...
07:27:06 [2020-11-03T07:27:06.436Z] 
07:27:06 [2020-11-03T07:27:06.436Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:06 [2020-11-03T07:27:06.436Z] #31 84.28 internal/poll
07:27:06 [2020-11-03T07:27:06.436Z] #31 88.01 internal/syscall/execenv
07:27:06 [2020-11-03T07:27:06.436Z] #31 88.57 internal/syscall/unix
07:27:06 [2020-11-03T07:27:06.436Z] #31 89.10 os
07:27:06 [2020-11-03T07:27:06.436Z] #31 91.69 internal/fmtsort
07:27:06 [2020-11-03T07:27:06.436Z] #31 92.33 strings
07:27:06 [2020-11-03T07:27:06.436Z] #31 93.60 fmt
07:27:06 [2020-11-03T07:27:06.436Z] #31 ...
07:27:06 [2020-11-03T07:27:06.436Z] 
07:27:06 [2020-11-03T07:27:06.436Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.78 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.83 Setting up libnl-3-200:amd64 (3.4.0-1) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.87 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.92 Setting up libcap-dev:amd64 (1:2.25-2) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.95 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.98 Setting up protobuf-compiler (3.6.1.3-2) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 86.99 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 87.01 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 87.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
07:27:06 [2020-11-03T07:27:06.436Z] #39 87.07 Setting up python-protobuf (3.6.1.3-2) ...
07:27:06 [2020-11-03T07:27:06.598Z] #35 2.488 -- The C compiler identification is GNU 8.3.0
07:27:06 [2020-11-03T07:27:06.598Z] #35 2.555 -- Check for working C compiler: /usr/bin/cc
07:27:06 [2020-11-03T07:27:06.616Z] #42 79.50   DEP      criu/string.d
07:27:06 [2020-11-03T07:27:06.616Z] #42 79.58   DEP      criu/stats.d
07:27:06 [2020-11-03T07:27:06.616Z] #42 79.76   DEP      criu/sockets.d
07:27:07 [2020-11-03T07:27:07.161Z] #35 ...
07:27:07 [2020-11-03T07:27:07.161Z] 
07:27:07 [2020-11-03T07:27:07.161Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:27:07 [2020-11-03T07:27:07.161Z] #40 95.14 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
07:27:07 [2020-11-03T07:27:07.161Z] #40 95.15 Processing triggers for libc-bin (2.28-10) ...
07:27:07 [2020-11-03T07:27:07.161Z] #40 DONE 95.6s
07:27:07 [2020-11-03T07:27:07.263Z] #42 80.08   DEP      criu/sk-unix.d
07:27:07 [2020-11-03T07:27:07.263Z] #42 80.31   DEP      criu/sk-tcp.d
07:27:07 [2020-11-03T07:27:07.263Z] #42 ...
07:27:07 [2020-11-03T07:27:07.263Z] 
07:27:07 [2020-11-03T07:27:07.263Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:07 [2020-11-03T07:27:07.263Z] #44 128.8 github.com/LK4D4/vndr/build
07:27:07 [2020-11-03T07:27:07.263Z] #44 129.8 vendor/golang.org/x/text/unicode/norm
07:27:07 [2020-11-03T07:27:07.384Z] #39 ...
07:27:07 [2020-11-03T07:27:07.384Z] 
07:27:07 [2020-11-03T07:27:07.384Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:07 [2020-11-03T07:27:07.384Z] #42 95.25 regexp/syntax
07:27:07 [2020-11-03T07:27:07.417Z] 
07:27:07 [2020-11-03T07:27:07.418Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:07 [2020-11-03T07:27:07.576Z] #44 ...
07:27:07 [2020-11-03T07:27:07.576Z] 
07:27:07 [2020-11-03T07:27:07.576Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:07 [2020-11-03T07:27:07.576Z] #19 26.98 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
07:27:07 [2020-11-03T07:27:07.576Z] #19 27.13 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
07:27:07 [2020-11-03T07:27:07.576Z] #19 27.26 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
07:27:07 [2020-11-03T07:27:07.576Z] #19 28.59 debconf: delaying package configuration, since apt-utils is not installed
07:27:07 [2020-11-03T07:27:07.576Z] #19 28.73 Fetched 29.2 MB in 3s (9328 kB/s)
07:27:07 [2020-11-03T07:27:07.576Z] #19 28.81 Selecting previously unselected package pigz.
07:27:07 [2020-11-03T07:27:07.576Z] #19 28.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 ... 23361 files and directories currently installed.)
07:27:07 [2020-11-03T07:27:07.576Z] #19 28.88 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
07:27:07 [2020-11-03T07:27:07.576Z] #19 28.89 Unpacking pigz (2.4-1) ...
07:27:07 [2020-11-03T07:27:07.576Z] #19 29.03 Selecting previously unselected package libpython3.7-minimal:ppc64el.
07:27:07 [2020-11-03T07:27:07.576Z] #19 29.03 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
07:27:07 [2020-11-03T07:27:07.576Z] #19 29.06 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
07:27:07 [2020-11-03T07:27:07.726Z] #41 ...
07:27:07 [2020-11-03T07:27:07.726Z] 
07:27:07 [2020-11-03T07:27:07.726Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:07 [2020-11-03T07:27:07.726Z] #11 73.74 Selecting previously unselected package gcc-mingw-w64-base.
07:27:07 [2020-11-03T07:27:07.726Z] #11 73.74 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
07:27:07 [2020-11-03T07:27:07.726Z] #11 73.75 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:27:07 [2020-11-03T07:27:07.726Z] #11 73.97 Selecting previously unselected package gcc-mingw-w64-x86-64.
07:27:07 [2020-11-03T07:27:07.726Z] #11 73.97 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
07:27:07 [2020-11-03T07:27:07.726Z] #11 73.98 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:07 [2020-11-03T07:27:07.874Z] #19 29.54 Selecting previously unselected package python3.7-minimal.
07:27:07 [2020-11-03T07:27:07.875Z] #19 29.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
07:27:07 [2020-11-03T07:27:07.875Z] #19 29.56 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
07:27:07 [2020-11-03T07:27:07.990Z] #11 ...
07:27:07 [2020-11-03T07:27:07.990Z] 
07:27:07 [2020-11-03T07:27:07.990Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:07 [2020-11-03T07:27:07.990Z] #43 83.81 vendor/golang.org/x/text/unicode/norm
07:27:08 [2020-11-03T07:27:08.332Z] #42 95.99 fmt
07:27:08 [2020-11-03T07:27:08.463Z] #18 60.54 Setting up xfsprogs (4.20.0-1) ...
07:27:08 [2020-11-03T07:27:08.463Z] #18 60.56 Setting up python3-lib2to3 (3.7.3-1) ...
07:27:08 [2020-11-03T07:27:08.463Z] #18 ...
07:27:08 [2020-11-03T07:27:08.463Z] 
07:27:08 [2020-11-03T07:27:08.463Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:27:08 [2020-11-03T07:27:08.463Z] #38 204.4 + dpkg --print-architecture
07:27:08 [2020-11-03T07:27:08.463Z] #38 204.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
07:27:08 [2020-11-03T07:27:08.598Z] #42 ...
07:27:08 [2020-11-03T07:27:08.598Z] 
07:27:08 [2020-11-03T07:27:08.598Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
07:27:08 [2020-11-03T07:27:08.598Z] #39 96.16 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
07:27:08 [2020-11-03T07:27:08.598Z] #39 96.19 Processing triggers for libc-bin (2.28-10) ...
07:27:08 [2020-11-03T07:27:08.598Z] #39 DONE 96.5s
07:27:08 [2020-11-03T07:27:08.598Z] 
07:27:08 [2020-11-03T07:27:08.598Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.022 + RM_GOPATH=0
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.022 + TMP_GOPATH=
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.022 + : /build
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.022 + '[' -z '' ']'
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.023 ++ mktemp -d
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.056 + export GOPATH=/tmp/tmp.MLZblA2yd6
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.056 + GOPATH=/tmp/tmp.MLZblA2yd6
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.057 + RM_GOPATH=1
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.058 + case "$(go env GOARCH)" in
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.059 ++ go env GOARCH
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.081 + export GO_BUILDMODE=-buildmode=pie
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.086 + GO_BUILDMODE=-buildmode=pie
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.089 ++ dirname /tmp/install/install.sh
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.095 + dir=/tmp/install
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.097 + bin=tini
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.101 + shift
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.102 + '[' '!' -f /tmp/install/tini.installer ']'
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.105 + . /tmp/install/tini.installer
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.105 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.106 + install_tini
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.106 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.106 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.106 + git clone https://github.com/krallin/tini.git /tmp/tmp.MLZblA2yd6/tini
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.108 Cloning into '/tmp/tmp.MLZblA2yd6/tini'...
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.861 + cd /tmp/tmp.MLZblA2yd6/tini
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.867 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
07:27:08 [2020-11-03T07:27:08.598Z] #34 1.875 + cmake .
07:27:08 [2020-11-03T07:27:08.724Z] #38 204.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:27:08 [2020-11-03T07:27:08.724Z] #38 204.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:27:08 [2020-11-03T07:27:08.862Z] #34 2.620 -- The C compiler identification is GNU 8.3.0
07:27:08 [2020-11-03T07:27:08.862Z] #34 2.767 -- Check for working C compiler: /usr/bin/cc
07:27:08 [2020-11-03T07:27:08.931Z] #19 30.53 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
07:27:08 [2020-11-03T07:27:08.931Z] #19 30.55 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
07:27:09 [2020-11-03T07:27:09.313Z] #41 2.018 Note: Building without setproctitle() and strlcpy() support.
07:27:09 [2020-11-03T07:27:09.313Z] #41 2.019       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:27:09 [2020-11-03T07:27:09.313Z] #41 2.066 Note: Building without GnuTLS support
07:27:09 [2020-11-03T07:27:09.313Z] #41 2.078 Makefile.config:39: Warn: you have no libnftables installed
07:27:09 [2020-11-03T07:27:09.313Z] #41 2.078 Makefile.config:40: Warn: Building without nftables support
07:27:09 [2020-11-03T07:27:09.810Z] #34 3.645 -- Check for working C compiler: /usr/bin/cc -- works
07:27:09 [2020-11-03T07:27:09.810Z] #34 3.651 -- Detecting C compiler ABI info
07:27:09 [2020-11-03T07:27:09.922Z] #43 85.81 mime
07:27:10 [2020-11-03T07:27:10.388Z] #34 4.353 -- Detecting C compiler ABI info - done
07:27:10 [2020-11-03T07:27:10.650Z] #34 4.403 -- Detecting C compile features
07:27:11 [2020-11-03T07:27:11.225Z] #41 4.157 fatal: not a git repository (or any of the parent directories): .git
07:27:11 [2020-11-03T07:27:11.225Z] #41 4.226   GEN      .gitid
07:27:11 [2020-11-03T07:27:11.225Z] #41 4.259   GEN      criu/include/version.h
07:27:11 [2020-11-03T07:27:11.404Z] Client:
07:27:11 [2020-11-03T07:27:11.404Z]  Debug Mode: false
07:27:11 [2020-11-03T07:27:11.404Z]  Plugins:
07:27:11 [2020-11-03T07:27:11.404Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
07:27:11 [2020-11-03T07:27:11.404Z] 
07:27:11 [2020-11-03T07:27:11.404Z] Server:
07:27:11 [2020-11-03T07:27:11.404Z]  Containers: 0
07:27:11 [2020-11-03T07:27:11.404Z]   Running: 0
07:27:11 [2020-11-03T07:27:11.404Z]   Paused: 0
07:27:11 [2020-11-03T07:27:11.404Z]   Stopped: 0
07:27:11 [2020-11-03T07:27:11.404Z]  Images: 0
07:27:11 [2020-11-03T07:27:11.404Z]  Server Version: 19.03.12
07:27:11 [2020-11-03T07:27:11.404Z]  Storage Driver: windowsfilter (windows) lcow (linux)
07:27:11 [2020-11-03T07:27:11.404Z]   Windows: 
07:27:11 [2020-11-03T07:27:11.404Z]   LCOW: 
07:27:11 [2020-11-03T07:27:11.404Z]  Logging Driver: json-file
07:27:11 [2020-11-03T07:27:11.404Z]  Plugins:
07:27:11 [2020-11-03T07:27:11.404Z]   Volume: local
07:27:11 [2020-11-03T07:27:11.404Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
07:27:11 [2020-11-03T07:27:11.404Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
07:27:11 [2020-11-03T07:27:11.404Z]  Swarm: inactive
07:27:11 [2020-11-03T07:27:11.404Z]  Default Isolation: process
07:27:11 [2020-11-03T07:27:11.404Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
07:27:11 [2020-11-03T07:27:11.404Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
07:27:11 [2020-11-03T07:27:11.404Z]  OSType: windows
07:27:11 [2020-11-03T07:27:11.404Z]  Architecture: x86_64
07:27:11 [2020-11-03T07:27:11.404Z]  CPUs: 4
07:27:11 [2020-11-03T07:27:11.404Z]  Total Memory: 32GiB
07:27:11 [2020-11-03T07:27:11.404Z]  Name: azwin-2-367ac0
07:27:11 [2020-11-03T07:27:11.404Z]  ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2
07:27:11 [2020-11-03T07:27:11.404Z]  Docker Root Dir: D:\docker
07:27:11 [2020-11-03T07:27:11.404Z]  Debug Mode: false
07:27:11 [2020-11-03T07:27:11.404Z]  Registry: https://index.docker.io/v1/
07:27:11 [2020-11-03T07:27:11.404Z]  Labels:
07:27:11 [2020-11-03T07:27:11.404Z]  Experimental: true
07:27:11 [2020-11-03T07:27:11.404Z]  Insecure Registries:
07:27:11 [2020-11-03T07:27:11.404Z]   10.0.0.4:5000
07:27:11 [2020-11-03T07:27:11.404Z]   127.0.0.0/8
07:27:11 [2020-11-03T07:27:11.404Z]  Registry Mirrors:
07:27:11 [2020-11-03T07:27:11.404Z]   http://10.0.0.4:5000/
07:27:11 [2020-11-03T07:27:11.404Z]  Live Restore Enabled: false
07:27:11 [2020-11-03T07:27:11.404Z] 
07:27:11 [2020-11-03T07:27:11.481Z] #41 4.317   GEN      include/common/asm
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.15 Selecting previously unselected package python3-minimal.
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.15 (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.)
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.20 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.20 Unpacking python3-minimal (3.7.3-1) ...
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.30 Selecting previously unselected package libmpdec2:ppc64el.
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.30 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
07:27:11 [2020-11-03T07:27:11.725Z] #19 33.31 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
07:27:12 [2020-11-03T07:27:12.044Z] #19 33.43 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
07:27:12 [2020-11-03T07:27:12.044Z] #19 33.44 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
07:27:12 [2020-11-03T07:27:12.044Z] #19 33.44 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
07:27:12 [2020-11-03T07:27:12.703Z] #19 34.31 Selecting previously unselected package python3.7.
07:27:12 [2020-11-03T07:27:12.703Z] #19 34.33 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
07:27:12 [2020-11-03T07:27:12.703Z] #19 34.34 Unpacking python3.7 (3.7.3-2+deb10u2) ...
07:27:12 [2020-11-03T07:27:12.927Z] #38 ...
07:27:12 [2020-11-03T07:27:12.927Z] 
07:27:12 [2020-11-03T07:27:12.927Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:12 [2020-11-03T07:27:12.927Z] #41 111.0   CC       criu/files.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 113.0   CC       criu/filesystems.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 113.9   CC       criu/fsnotify.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 115.0   CC       criu/image-desc.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 115.1   CC       criu/image.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 116.0   CC       criu/ipc_ns.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 117.2   CC       criu/irmap.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 117.9   CC       criu/kcmp-ids.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 118.2   CC       criu/kerndat.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 119.3   CC       criu/libnetlink.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 119.8   CC       criu/log.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 120.3   CC       criu/lsm.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 120.7   CC       criu/mem.o
07:27:12 [2020-11-03T07:27:12.927Z] #41 ...
07:27:12 [2020-11-03T07:27:12.927Z] 
07:27:12 [2020-11-03T07:27:12.927Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:12 [2020-11-03T07:27:12.927Z] #18 61.00 Setting up python3-pkg-resources (40.8.0-1) ...
07:27:12 [2020-11-03T07:27:12.927Z] #18 61.89 Setting up python3-distutils (3.7.3-1) ...
07:27:12 [2020-11-03T07:27:12.927Z] #18 62.41 Setting up python3-setuptools (40.8.0-1) ...
07:27:12 [2020-11-03T07:27:12.927Z] #18 63.54 Setting up python3-pip (18.1-5) ...
07:27:12 [2020-11-03T07:27:12.927Z] #18 64.63 Processing triggers for libc-bin (2.28-10) ...
07:27:12 [2020-11-03T07:27:12.927Z] #18 64.68 Processing triggers for mime-support (3.62) ...
07:27:13 [2020-11-03T07:27:13.003Z] #19 34.45 Selecting previously unselected package libpython3-stdlib:ppc64el.
07:27:13 [2020-11-03T07:27:13.003Z] #19 34.46 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
07:27:13 [2020-11-03T07:27:13.003Z] #19 34.47 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
07:27:13 [2020-11-03T07:27:13.003Z] #19 34.59 Setting up python3-minimal (3.7.3-1) ...
07:27:13 [2020-11-03T07:27:13.207Z] #34 6.616 -- Detecting C compile features - done
07:27:13 [2020-11-03T07:27:13.207Z] #34 6.649 -- Performing Test HAS_BUILTIN_FORTIFY
07:27:13 [2020-11-03T07:27:13.207Z] #34 6.863 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:27:13 [2020-11-03T07:27:13.207Z] #34 6.977 -- Configuring done
07:27:13 [2020-11-03T07:27:13.207Z] #34 6.986 -- Generating done
07:27:13 [2020-11-03T07:27:13.207Z] #34 7.009 -- Build files have been written to: /tmp/tmp.MLZblA2yd6/tini
07:27:13 [2020-11-03T07:27:13.207Z] #34 7.019 + make tini-static
07:27:13 [2020-11-03T07:27:13.378Z] #41 5.987   PBCC     images/timens.pb-c.c
07:27:13 [2020-11-03T07:27:13.378Z] #41 6.017   DEP      images/timens.pb-c.d
07:27:13 [2020-11-03T07:27:13.379Z] #41 6.063   PBCC     images/fown.pb-c.c
07:27:13 [2020-11-03T07:27:13.379Z] #41 6.108   PBCC     images/google/protobuf/descriptor.pb-c.c
07:27:13 [2020-11-03T07:27:13.379Z] #41 6.192   PBCC     images/opts.pb-c.c
07:27:13 [2020-11-03T07:27:13.379Z] #41 6.233   PBCC     images/memfd.pb-c.c
07:27:13 [2020-11-03T07:27:13.379Z] #41 6.298   DEP      images/fown.pb-c.d
07:27:13 [2020-11-03T07:27:13.504Z] #18 DONE 65.9s
07:27:13 [2020-11-03T07:27:13.504Z] 
07:27:13 [2020-11-03T07:27:13.504Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:13 [2020-11-03T07:27:13.642Z] #41 6.395   DEP      images/google/protobuf/descriptor.pb-c.d
07:27:13 [2020-11-03T07:27:13.642Z] #41 6.501   DEP      images/opts.pb-c.d
07:27:13 [2020-11-03T07:27:13.642Z] #41 6.567   DEP      images/memfd.pb-c.d
07:27:13 [2020-11-03T07:27:13.642Z] #41 6.637   PBCC     images/sit.pb-c.c
07:27:13 [2020-11-03T07:27:13.764Z] #51 ...
07:27:13 [2020-11-03T07:27:13.764Z] 
07:27:13 [2020-11-03T07:27:13.764Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
07:27:13 [2020-11-03T07:27:13.822Z] #34 7.488 Scanning dependencies of target tini-static
07:27:13 [2020-11-03T07:27:13.822Z] #34 7.630 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:27:13 [2020-11-03T07:27:13.898Z] #41 6.697   DEP      images/sit.pb-c.d
07:27:13 [2020-11-03T07:27:13.898Z] #41 6.756   PBCC     images/macvlan.pb-c.c
07:27:13 [2020-11-03T07:27:13.898Z] #41 6.778   DEP      images/macvlan.pb-c.d
07:27:13 [2020-11-03T07:27:13.898Z] #41 6.841   PBCC     images/autofs.pb-c.c
07:27:13 [2020-11-03T07:27:13.898Z] #41 6.886   DEP      images/autofs.pb-c.d
07:27:14 [2020-11-03T07:27:14.063Z] #19 35.62 Selecting previously unselected package python3.
07:27:14 [2020-11-03T07:27:14.063Z] #19 35.63 (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.)
07:27:14 [2020-11-03T07:27:14.086Z] #34 ...
07:27:14 [2020-11-03T07:27:14.086Z] 
07:27:14 [2020-11-03T07:27:14.086Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:14 [2020-11-03T07:27:14.086Z] #48 91.91 context
07:27:14 [2020-11-03T07:27:14.086Z] #48 91.91 encoding/binary
07:27:14 [2020-11-03T07:27:14.086Z] #48 92.82 os
07:27:14 [2020-11-03T07:27:14.086Z] #48 94.10 encoding/base64
07:27:14 [2020-11-03T07:27:14.086Z] #48 95.54 golang.org/x/sys/unix
07:27:14 [2020-11-03T07:27:14.086Z] #48 97.70 fmt
07:27:14 [2020-11-03T07:27:14.086Z] #48 102.0 encoding/json
07:27:14 [2020-11-03T07:27:14.086Z] #48 ...
07:27:14 [2020-11-03T07:27:14.086Z] 
07:27:14 [2020-11-03T07:27:14.086Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:14 [2020-11-03T07:27:14.086Z] #40 2.424 Note: Building without setproctitle() and strlcpy() support.
07:27:14 [2020-11-03T07:27:14.086Z] #40 2.424       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:27:14 [2020-11-03T07:27:14.086Z] #40 2.456 Note: Building without GnuTLS support
07:27:14 [2020-11-03T07:27:14.086Z] #40 2.462 Makefile.config:39: Warn: you have no libnftables installed
07:27:14 [2020-11-03T07:27:14.086Z] #40 2.462 Makefile.config:40: Warn: Building without nftables support
07:27:14 [2020-11-03T07:27:14.086Z] #40 4.636 fatal: not a git repository (or any of the parent directories): .git
07:27:14 [2020-11-03T07:27:14.086Z] #40 4.701   GEN      .gitid
07:27:14 [2020-11-03T07:27:14.086Z] #40 4.731   GEN      criu/include/version.h
07:27:14 [2020-11-03T07:27:14.086Z] #40 4.791   GEN      include/common/asm
07:27:14 [2020-11-03T07:27:14.155Z] #41 6.959   PBCC     images/sysctl.pb-c.c
07:27:14 [2020-11-03T07:27:14.155Z] #41 7.031   DEP      images/sysctl.pb-c.d
07:27:14 [2020-11-03T07:27:14.155Z] #41 7.101   PBCC     images/time.pb-c.c
07:27:14 [2020-11-03T07:27:14.190Z] #43 ...
07:27:14 [2020-11-03T07:27:14.190Z] 
07:27:14 [2020-11-03T07:27:14.190Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:14 [2020-11-03T07:27:14.190Z] #41 18.32 make[1]: Nothing to be done for 'all'.
07:27:14 [2020-11-03T07:27:14.190Z] #41 19.73   CC       images/stats.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 20.03   CC       images/core.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 20.87   CC       images/core-x86.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 21.26   CC       images/core-arm.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 21.61   CC       images/core-aarch64.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 22.20   CC       images/core-ppc64.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 22.89   CC       images/core-s390.o
07:27:14 [2020-11-03T07:27:14.190Z] #41 ...
07:27:14 [2020-11-03T07:27:14.190Z] 
07:27:14 [2020-11-03T07:27:14.190Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:14 [2020-11-03T07:27:14.190Z] #54 39.49 + bin/ctr
07:27:14 [2020-11-03T07:27:14.190Z] #54 ...
07:27:14 [2020-11-03T07:27:14.190Z] 
07:27:14 [2020-11-03T07:27:14.190Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:27:14 [2020-11-03T07:27:14.190Z] #56 87.95 + for f in rootlesskit rootlesskit-docker-proxy
07:27:14 [2020-11-03T07:27:14.190Z] #56 87.95 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.73 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.75 Unpacking python3 (3.7.3-1) ...
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.86 Selecting previously unselected package libip4tc0:ppc64el.
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.87 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.87 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.98 Selecting previously unselected package libip6tc0:ppc64el.
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.98 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.395Z] #19 35.99 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
07:27:14 [2020-11-03T07:27:14.395Z] #19 36.11 Selecting previously unselected package libiptc0:ppc64el.
07:27:14 [2020-11-03T07:27:14.412Z] #41 7.149   DEP      images/time.pb-c.d
07:27:14 [2020-11-03T07:27:14.412Z] #41 7.212   PBCC     images/binfmt-misc.pb-c.c
07:27:14 [2020-11-03T07:27:14.412Z] #41 7.243   DEP      images/binfmt-misc.pb-c.d
07:27:14 [2020-11-03T07:27:14.412Z] #41 7.361   PBCC     images/seccomp.pb-c.c
07:27:14 [2020-11-03T07:27:14.669Z] #41 7.425   DEP      images/seccomp.pb-c.d
07:27:14 [2020-11-03T07:27:14.669Z] #41 7.489   PBCC     images/userns.pb-c.c
07:27:14 [2020-11-03T07:27:14.669Z] #41 7.571   DEP      images/userns.pb-c.d
07:27:14 [2020-11-03T07:27:14.669Z] #41 ...
07:27:14 [2020-11-03T07:27:14.669Z] 
07:27:14 [2020-11-03T07:27:14.669Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:14 [2020-11-03T07:27:14.669Z] #43 93.20 regexp/syntax
07:27:14 [2020-11-03T07:27:14.669Z] #43 94.74 fmt
07:27:14 [2020-11-03T07:27:14.669Z] #43 98.71 regexp
07:27:14 [2020-11-03T07:27:14.669Z] #43 99.84 go/token
07:27:14 [2020-11-03T07:27:14.669Z] #43 100.9 go/scanner
07:27:14 [2020-11-03T07:27:14.669Z] #43 102.5 go/ast
07:27:14 [2020-11-03T07:27:14.669Z] #43 102.6 internal/lazyregexp
07:27:14 [2020-11-03T07:27:14.669Z] #43 103.0 net/url
07:27:14 [2020-11-03T07:27:14.695Z] #19 36.12 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.695Z] #19 36.15 Unpacking libiptc0:ppc64el (1.8.2-4) ...
07:27:14 [2020-11-03T07:27:14.695Z] #19 36.24 Selecting previously unselected package libnfnetlink0:ppc64el.
07:27:14 [2020-11-03T07:27:14.695Z] #19 36.25 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.695Z] #19 36.26 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
07:27:14 [2020-11-03T07:27:14.707Z] #19 0.968 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:27:14 [2020-11-03T07:27:14.707Z] #19 1.010 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:27:14 [2020-11-03T07:27:14.707Z] #19 1.028 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:27:14 [2020-11-03T07:27:14.707Z] #19 DONE 1.1s
07:27:14 [2020-11-03T07:27:14.707Z] 
07:27:14 [2020-11-03T07:27:14.707Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:14 [2020-11-03T07:27:14.707Z] #41 122.5   CC       criu/memfd.o
07:27:14 [2020-11-03T07:27:14.926Z] #43 ...
07:27:14 [2020-11-03T07:27:14.926Z] 
07:27:14 [2020-11-03T07:27:14.926Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:14 [2020-11-03T07:27:14.926Z] #35 3.648 -- Check for working C compiler: /usr/bin/cc -- works
07:27:14 [2020-11-03T07:27:14.926Z] #35 3.672 -- Detecting C compiler ABI info
07:27:14 [2020-11-03T07:27:14.926Z] #35 4.684 -- Detecting C compiler ABI info - done
07:27:14 [2020-11-03T07:27:14.926Z] #35 4.736 -- Detecting C compile features
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.122 -- Detecting C compile features - done
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.162 -- Performing Test HAS_BUILTIN_FORTIFY
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.446 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.541 -- Configuring done
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.563 -- Generating done
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.568 -- Build files have been written to: /tmp/tmp.BXDwFVRQD9/tini
07:27:14 [2020-11-03T07:27:14.926Z] #35 7.589 + make tini-static
07:27:14 [2020-11-03T07:27:14.926Z] #35 8.090 Scanning dependencies of target tini-static
07:27:14 [2020-11-03T07:27:14.926Z] #35 8.222 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:27:14 [2020-11-03T07:27:14.926Z] #35 9.610 [100%] Linking C executable tini-static
07:27:14 [2020-11-03T07:27:14.926Z] #35 10.23 [100%] Built target tini-static
07:27:14 [2020-11-03T07:27:14.926Z] #35 10.33 + mkdir -p /build
07:27:14 [2020-11-03T07:27:14.926Z] #35 10.33 + cp tini-static /build/docker-init
07:27:14 [2020-11-03T07:27:14.926Z] #35 DONE 10.7s
07:27:14 [2020-11-03T07:27:14.926Z] 
07:27:14 [2020-11-03T07:27:14.926Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:14 [2020-11-03T07:27:14.926Z] #41 7.691   PBCC     images/cgroup.pb-c.c
07:27:14 [2020-11-03T07:27:14.926Z] #41 7.734   DEP      images/cgroup.pb-c.d
07:27:14 [2020-11-03T07:27:14.926Z] #41 7.846   PBCC     images/ext-file.pb-c.c
07:27:14 [2020-11-03T07:27:14.926Z] #41 7.883   DEP      images/ext-file.pb-c.d
07:27:14 [2020-11-03T07:27:14.926Z] #41 7.936   PBCC     images/rpc.pb-c.c
07:27:14 [2020-11-03T07:27:14.967Z] #41 123.4   CC       criu/mount.o
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.34 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.35 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.35 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.42 Selecting previously unselected package libnftnl11:ppc64el.
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.43 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.44 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.58 Selecting previously unselected package iptables.
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.59 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
07:27:14 [2020-11-03T07:27:14.995Z] #19 36.60 Unpacking iptables (1.8.2-4) ...
07:27:15 [2020-11-03T07:27:15.183Z] #41 7.986   DEP      images/rpc.pb-c.d
07:27:15 [2020-11-03T07:27:15.183Z] #41 8.025   PBCC     images/siginfo.pb-c.c
07:27:15 [2020-11-03T07:27:15.183Z] #41 8.058   DEP      images/siginfo.pb-c.d
07:27:15 [2020-11-03T07:27:15.183Z] #41 ...
07:27:15 [2020-11-03T07:27:15.183Z] 
07:27:15 [2020-11-03T07:27:15.183Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:15 [2020-11-03T07:27:15.183Z] #49 93.63 fmt
07:27:15 [2020-11-03T07:27:15.183Z] #49 94.15 encoding/base64
07:27:15 [2020-11-03T07:27:15.183Z] #49 95.05 golang.org/x/sys/unix
07:27:15 [2020-11-03T07:27:15.183Z] #49 99.10 encoding/json
07:27:15 [2020-11-03T07:27:15.183Z] #49 ...
07:27:15 [2020-11-03T07:27:15.183Z] 
07:27:15 [2020-11-03T07:27:15.183Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:15 [2020-11-03T07:27:15.183Z] #41 8.148   PBCC     images/pagemap.pb-c.c
07:27:15 [2020-11-03T07:27:15.440Z] #41 8.318   DEP      images/pagemap.pb-c.d
07:27:15 [2020-11-03T07:27:15.440Z] #41 8.401   PBCC     images/rlimit.pb-c.c
07:27:15 [2020-11-03T07:27:15.440Z] #41 8.457   DEP      images/rlimit.pb-c.d
07:27:15 [2020-11-03T07:27:15.493Z] #40 ...
07:27:15 [2020-11-03T07:27:15.493Z] 
07:27:15 [2020-11-03T07:27:15.493Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:15 [2020-11-03T07:27:15.493Z] #34 9.228 [100%] Linking C executable tini-static
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.06 Selecting previously unselected package xxd.
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.07 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.07 Unpacking xxd (2:8.1.0875-5) ...
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.17 Selecting previously unselected package vim-common.
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.22 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.24 Unpacking vim-common (2:8.1.0875-5) ...
07:27:15 [2020-11-03T07:27:15.654Z] #19 37.41 Selecting previously unselected package bash-completion.
07:27:15 [2020-11-03T07:27:15.697Z] #41 8.518   PBCC     images/file-lock.pb-c.c
07:27:15 [2020-11-03T07:27:15.697Z] #41 8.553   DEP      images/file-lock.pb-c.d
07:27:15 [2020-11-03T07:27:15.697Z] #41 8.670   PBCC     images/tty.pb-c.c
07:27:15 [2020-11-03T07:27:15.950Z] #19 37.42 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
07:27:15 [2020-11-03T07:27:15.954Z] #41 8.745   DEP      images/tty.pb-c.d
07:27:15 [2020-11-03T07:27:15.954Z] #41 8.957   PBCC     images/tun.pb-c.c
07:27:15 [2020-11-03T07:27:15.954Z] #41 ...
07:27:15 [2020-11-03T07:27:15.954Z] 
07:27:15 [2020-11-03T07:27:15.954Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:15 [2020-11-03T07:27:15.954Z] #32 94.50 io/ioutil
07:27:15 [2020-11-03T07:27:15.954Z] #32 95.19 text/tabwriter
07:27:15 [2020-11-03T07:27:15.954Z] #32 97.22 flag
07:27:15 [2020-11-03T07:27:15.954Z] #32 97.22 github.com/BurntSushi/toml
07:27:15 [2020-11-03T07:27:15.954Z] #32 98.96 log
07:27:15 [2020-11-03T07:27:15.954Z] #32 101.2 github.com/BurntSushi/toml/cmd/tomlv
07:27:16 [2020-11-03T07:27:16.067Z] #34 9.908 [100%] Built target tini-static
07:27:16 [2020-11-03T07:27:16.067Z] #34 9.980 + mkdir -p /build
07:27:16 [2020-11-03T07:27:16.067Z] #34 9.987 + cp tini-static /build/docker-init
07:27:16 [2020-11-03T07:27:16.211Z] #32 ...
07:27:16 [2020-11-03T07:27:16.211Z] 
07:27:16 [2020-11-03T07:27:16.211Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:16 [2020-11-03T07:27:16.211Z] #41 9.019   PBCC     images/netdev.pb-c.c
07:27:16 [2020-11-03T07:27:16.211Z] #41 9.095   DEP      images/tun.pb-c.d
07:27:16 [2020-11-03T07:27:16.211Z] #41 9.172   DEP      images/netdev.pb-c.d
07:27:16 [2020-11-03T07:27:16.211Z] #41 9.215   PBCC     images/vma.pb-c.c
07:27:16 [2020-11-03T07:27:16.468Z] #41 9.271   DEP      images/vma.pb-c.d
07:27:16 [2020-11-03T07:27:16.468Z] #41 9.349   PBCC     images/creds.pb-c.c
07:27:16 [2020-11-03T07:27:16.468Z] #41 9.383   DEP      images/creds.pb-c.d
07:27:16 [2020-11-03T07:27:16.468Z] #41 9.435   PBCC     images/utsns.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #34 DONE 10.4s
07:27:16 [2020-11-03T07:27:16.641Z] 
07:27:16 [2020-11-03T07:27:16.641Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:16 [2020-11-03T07:27:16.641Z] #40 6.804   PBCC     images/timens.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 6.844   DEP      images/timens.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 6.895   PBCC     images/fown.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 6.936   PBCC     images/google/protobuf/descriptor.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.011   PBCC     images/opts.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.040   PBCC     images/memfd.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.169   DEP      images/fown.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.266   DEP      images/google/protobuf/descriptor.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.324   DEP      images/opts.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.369   DEP      images/memfd.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.434   PBCC     images/sit.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.528   DEP      images/sit.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.598   PBCC     images/macvlan.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.678   DEP      images/macvlan.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.731   PBCC     images/autofs.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.775   DEP      images/autofs.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.817   PBCC     images/sysctl.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.843   DEP      images/sysctl.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.930   PBCC     images/time.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 7.966   DEP      images/time.pb-c.d
07:27:16 [2020-11-03T07:27:16.641Z] #40 8.072   PBCC     images/binfmt-misc.pb-c.c
07:27:16 [2020-11-03T07:27:16.641Z] #40 8.155   DEP      images/binfmt-misc.pb-c.d
07:27:16 [2020-11-03T07:27:16.724Z] #41 9.465   DEP      images/utsns.pb-c.d
07:27:16 [2020-11-03T07:27:16.724Z] #41 9.508   PBCC     images/ipc-desc.pb-c.c
07:27:16 [2020-11-03T07:27:16.724Z] #41 9.550   PBCC     images/ipc-sem.pb-c.c
07:27:16 [2020-11-03T07:27:16.724Z] #41 9.569   DEP      images/ipc-desc.pb-c.d
07:27:16 [2020-11-03T07:27:16.724Z] #41 9.643   DEP      images/ipc-sem.pb-c.d
07:27:16 [2020-11-03T07:27:16.724Z] #41 9.705   PBCC     images/ipc-msg.pb-c.c
07:27:16 [2020-11-03T07:27:16.907Z] #40 8.249   PBCC     images/seccomp.pb-c.c
07:27:16 [2020-11-03T07:27:16.907Z] #40 8.292   DEP      images/seccomp.pb-c.d
07:27:16 [2020-11-03T07:27:16.982Z] #41 9.757   DEP      images/ipc-msg.pb-c.d
07:27:16 [2020-11-03T07:27:16.982Z] #41 9.839   PBCC     images/ipc-shm.pb-c.c
07:27:16 [2020-11-03T07:27:16.982Z] #41 9.845   DEP      images/ipc-shm.pb-c.d
07:27:16 [2020-11-03T07:27:16.982Z] #41 9.911   PBCC     images/ipc-var.pb-c.c
07:27:16 [2020-11-03T07:27:16.982Z] #41 9.937   DEP      images/ipc-var.pb-c.d
07:27:17 [2020-11-03T07:27:17.174Z] #40 8.433   PBCC     images/userns.pb-c.c
07:27:17 [2020-11-03T07:27:17.174Z] #40 8.509   DEP      images/userns.pb-c.d
07:27:17 [2020-11-03T07:27:17.174Z] #40 8.572   PBCC     images/cgroup.pb-c.c
07:27:17 [2020-11-03T07:27:17.174Z] #40 8.645   DEP      images/cgroup.pb-c.d
07:27:17 [2020-11-03T07:27:17.174Z] #40 8.700   PBCC     images/ext-file.pb-c.c
07:27:17 [2020-11-03T07:27:17.174Z] #40 8.747   DEP      images/ext-file.pb-c.d
07:27:17 [2020-11-03T07:27:17.238Z] #41 10.02   PBCC     images/sk-opts.pb-c.c
07:27:17 [2020-11-03T07:27:17.238Z] #41 10.11   PBCC     images/packet-sock.pb-c.c
07:27:17 [2020-11-03T07:27:17.238Z] #41 ...
07:27:17 [2020-11-03T07:27:17.238Z] 
07:27:17 [2020-11-03T07:27:17.238Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:17 [2020-11-03T07:27:17.238Z] #32 DONE 105.8s
07:27:17 [2020-11-03T07:27:17.238Z] 
07:27:17 [2020-11-03T07:27:17.238Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:17 [2020-11-03T07:27:17.238Z] #41 10.23   DEP      images/sk-opts.pb-c.d
07:27:17 [2020-11-03T07:27:17.436Z] #40 8.826   PBCC     images/rpc.pb-c.c
07:27:17 [2020-11-03T07:27:17.436Z] #40 8.873   DEP      images/rpc.pb-c.d
07:27:17 [2020-11-03T07:27:17.436Z] #40 8.962   PBCC     images/siginfo.pb-c.c
07:27:17 [2020-11-03T07:27:17.436Z] #40 8.972   DEP      images/siginfo.pb-c.d
07:27:17 [2020-11-03T07:27:17.436Z] #40 ...
07:27:17 [2020-11-03T07:27:17.436Z] 
07:27:17 [2020-11-03T07:27:17.436Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:17 [2020-11-03T07:27:17.436Z] #31 95.52 path/filepath
07:27:17 [2020-11-03T07:27:17.436Z] #31 97.15 io/ioutil
07:27:17 [2020-11-03T07:27:17.436Z] #31 98.07 path
07:27:17 [2020-11-03T07:27:17.436Z] #31 98.48 text/tabwriter
07:27:17 [2020-11-03T07:27:17.436Z] #31 99.11 flag
07:27:17 [2020-11-03T07:27:17.436Z] #31 99.32 github.com/BurntSushi/toml
07:27:17 [2020-11-03T07:27:17.436Z] #31 101.1 log
07:27:17 [2020-11-03T07:27:17.436Z] #31 103.7 github.com/BurntSushi/toml/cmd/tomlv
07:27:17 [2020-11-03T07:27:17.492Z] #19 ...
07:27:17 [2020-11-03T07:27:17.492Z] 
07:27:17 [2020-11-03T07:27:17.492Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:17 [2020-11-03T07:27:17.492Z] #42 80.61   DEP      criu/sk-queue.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 80.80   DEP      criu/sk-packet.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 81.09   DEP      criu/sk-netlink.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 81.28   DEP      criu/sk-inet.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 81.49   DEP      criu/signalfd.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 81.65   DEP      criu/sigframe.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 81.75   DEP      criu/shmem.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.00   DEP      criu/servicefd.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.23   DEP      criu/seize.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.37   DEP      criu/seccomp.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.58   DEP      criu/rst-malloc.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.67   DEP      criu/rbtree.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.71   DEP      criu/pstree.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 82.91   DEP      criu/protobuf.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 83.06   GEN      criu/protobuf-desc-gen.h
07:27:17 [2020-11-03T07:27:17.492Z] #42 85.24   DEP      criu/protobuf-desc.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 85.39   DEP      criu/proc_parse.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 85.70   DEP      criu/plugin.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 85.80   DEP      criu/pipes.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 86.10   DEP      criu/pie-util.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 86.20   DEP      criu/pie-util-vdso.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 86.35   DEP      criu/path.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 86.51   DEP      criu/parasite-syscall.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 86.77   DEP      criu/pagemap.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 86.98   DEP      criu/pagemap-cache.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 87.15   DEP      criu/page-xfer.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 87.45   DEP      criu/page-pipe.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 87.65   DEP      criu/netfilter.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 87.90   DEP      criu/net.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 88.15   DEP      criu/namespaces.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 88.40   DEP      criu/mount.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 88.68   DEP      criu/memfd.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 88.89   DEP      criu/mem.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 89.06   DEP      criu/lsm.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 89.23   DEP      criu/log.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 89.36   DEP      criu/libnetlink.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 89.49   DEP      criu/kerndat.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 89.87   DEP      criu/kcmp-ids.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 89.95   DEP      criu/irmap.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 90.11   DEP      criu/ipc_ns.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 90.27   DEP      criu/image.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 90.46   DEP      criu/image-desc.d
07:27:17 [2020-11-03T07:27:17.492Z] #42 90.61   DEP      criu/fsnotify.d
07:27:17 [2020-11-03T07:27:17.496Z] #41 10.28   DEP      images/packet-sock.pb-c.d
07:27:17 [2020-11-03T07:27:17.496Z] #41 10.35   PBCC     images/sk-netlink.pb-c.c
07:27:17 [2020-11-03T07:27:17.496Z] #41 10.43   DEP      images/sk-netlink.pb-c.d
07:27:17 [2020-11-03T07:27:17.507Z] #56 ...
07:27:17 [2020-11-03T07:27:17.507Z] 
07:27:17 [2020-11-03T07:27:17.507Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:17 [2020-11-03T07:27:17.507Z] #41 24.05   CC       images/cpuinfo.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 24.52   CC       images/inventory.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 24.79   CC       images/fdinfo.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 25.18   CC       images/fown.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 25.41   CC       images/ns.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 25.62   CC       images/regfile.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 25.92   CC       images/ghost-file.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 26.28   CC       images/fifo.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 26.56   CC       images/remap-file-path.o
07:27:17 [2020-11-03T07:27:17.507Z] #41 26.84   CC       images/eventfd.o
07:27:17 [2020-11-03T07:27:17.698Z] #31 ...
07:27:17 [2020-11-03T07:27:17.698Z] 
07:27:17 [2020-11-03T07:27:17.698Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:17 [2020-11-03T07:27:17.698Z] #40 9.151   PBCC     images/pagemap.pb-c.c
07:27:17 [2020-11-03T07:27:17.753Z] #41 10.52   PBCC     images/sk-inet.pb-c.c
07:27:17 [2020-11-03T07:27:17.753Z] #41 10.61   DEP      images/sk-inet.pb-c.d
07:27:17 [2020-11-03T07:27:17.753Z] #41 10.66   PBCC     images/sk-unix.pb-c.c
07:27:17 [2020-11-03T07:27:17.753Z] #41 10.71   DEP      images/sk-unix.pb-c.d
07:27:17 [2020-11-03T07:27:17.806Z] #42 ...
07:27:17 [2020-11-03T07:27:17.806Z] 
07:27:17 [2020-11-03T07:27:17.806Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:17 [2020-11-03T07:27:17.806Z] #44 139.1 vendor/golang.org/x/net/http2/hpack
07:27:17 [2020-11-03T07:27:17.806Z] #44 142.0 mime
07:27:17 [2020-11-03T07:27:17.806Z] #44 143.1 vendor/golang.org/x/net/idna
07:27:17 [2020-11-03T07:27:17.806Z] #44 148.4 net/textproto
07:27:17 [2020-11-03T07:27:17.806Z] #44 148.4 vendor/golang.org/x/net/http/httpproxy
07:27:17 [2020-11-03T07:27:17.806Z] #44 148.5 crypto/x509
07:27:17 [2020-11-03T07:27:17.806Z] #44 ...
07:27:17 [2020-11-03T07:27:17.806Z] 
07:27:17 [2020-11-03T07:27:17.806Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:17 [2020-11-03T07:27:17.806Z] #42 90.84   DEP      criu/filesystems.d
07:27:17 [2020-11-03T07:27:17.961Z] #40 9.239   DEP      images/pagemap.pb-c.d
07:27:17 [2020-11-03T07:27:17.961Z] #40 9.365   PBCC     images/rlimit.pb-c.c
07:27:17 [2020-11-03T07:27:17.961Z] #40 9.394   DEP      images/rlimit.pb-c.d
07:27:18 [2020-11-03T07:27:18.009Z] #41 10.80   PBCC     images/mm.pb-c.c
07:27:18 [2020-11-03T07:27:18.010Z] #41 ...
07:27:18 [2020-11-03T07:27:18.010Z] 
07:27:18 [2020-11-03T07:27:18.010Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:18 [2020-11-03T07:27:18.010Z] #11 96.39 Selecting previously unselected package mingw-w64-x86-64-dev.
07:27:18 [2020-11-03T07:27:18.010Z] #11 96.40 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
07:27:18 [2020-11-03T07:27:18.010Z] #11 96.41 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
07:27:18 [2020-11-03T07:27:18.010Z] #11 103.2 Selecting previously unselected package gcc-mingw-w64-base.
07:27:18 [2020-11-03T07:27:18.010Z] #11 103.3 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:27:18 [2020-11-03T07:27:18.010Z] #11 103.3 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:27:18 [2020-11-03T07:27:18.010Z] #11 103.6 Selecting previously unselected package gcc-mingw-w64-x86-64.
07:27:18 [2020-11-03T07:27:18.010Z] #11 103.6 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:27:18 [2020-11-03T07:27:18.010Z] #11 103.6 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:18 [2020-11-03T07:27:18.010Z] #11 ...
07:27:18 [2020-11-03T07:27:18.010Z] 
07:27:18 [2020-11-03T07:27:18.010Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:18 [2020-11-03T07:27:18.010Z] #41 10.92   DEP      images/mm.pb-c.d
07:27:18 [2020-11-03T07:27:18.010Z] #41 11.01   PBCC     images/timerfd.pb-c.c
07:27:18 [2020-11-03T07:27:18.083Z] #41 27.14   CC       images/eventpoll.o
07:27:18 [2020-11-03T07:27:18.103Z] #42 91.03   DEP      criu/files.d
07:27:18 [2020-11-03T07:27:18.224Z] #40 9.460   PBCC     images/file-lock.pb-c.c
07:27:18 [2020-11-03T07:27:18.224Z] #40 9.478   DEP      images/file-lock.pb-c.d
07:27:18 [2020-11-03T07:27:18.224Z] #40 9.531   PBCC     images/tty.pb-c.c
07:27:18 [2020-11-03T07:27:18.224Z] #40 9.589   DEP      images/tty.pb-c.d
07:27:18 [2020-11-03T07:27:18.224Z] #40 9.682   PBCC     images/tun.pb-c.c
07:27:18 [2020-11-03T07:27:18.224Z] #40 ...
07:27:18 [2020-11-03T07:27:18.224Z] 
07:27:18 [2020-11-03T07:27:18.224Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:18 [2020-11-03T07:27:18.224Z] #11 96.12 Selecting previously unselected package mingw-w64-x86-64-dev.
07:27:18 [2020-11-03T07:27:18.224Z] #11 96.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
07:27:18 [2020-11-03T07:27:18.224Z] #11 96.14 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
07:27:18 [2020-11-03T07:27:18.224Z] #11 103.7 Selecting previously unselected package gcc-mingw-w64-base.
07:27:18 [2020-11-03T07:27:18.224Z] #11 103.7 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:27:18 [2020-11-03T07:27:18.224Z] #11 103.7 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:27:18 [2020-11-03T07:27:18.224Z] #11 103.9 Selecting previously unselected package gcc-mingw-w64-x86-64.
07:27:18 [2020-11-03T07:27:18.224Z] #11 103.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:27:18 [2020-11-03T07:27:18.224Z] #11 103.9 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:18 [2020-11-03T07:27:18.266Z] #41 11.17   DEP      images/timerfd.pb-c.d
07:27:18 [2020-11-03T07:27:18.266Z] #41 11.33   PBCC     images/timer.pb-c.c
07:27:18 [2020-11-03T07:27:18.346Z] #41 27.51   CC       images/fh.o
07:27:18 [2020-11-03T07:27:18.401Z] #42 91.41   DEP      criu/files-reg.d
07:27:18 [2020-11-03T07:27:18.486Z] #11 ...
07:27:18 [2020-11-03T07:27:18.486Z] 
07:27:18 [2020-11-03T07:27:18.486Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:18 [2020-11-03T07:27:18.486Z] #40 9.781   PBCC     images/netdev.pb-c.c
07:27:18 [2020-11-03T07:27:18.486Z] #40 9.832   DEP      images/tun.pb-c.d
07:27:18 [2020-11-03T07:27:18.486Z] #40 9.865   DEP      images/netdev.pb-c.d
07:27:18 [2020-11-03T07:27:18.486Z] #40 9.924   PBCC     images/vma.pb-c.c
07:27:18 [2020-11-03T07:27:18.522Z] #41 11.34   DEP      images/timer.pb-c.d
07:27:18 [2020-11-03T07:27:18.522Z] #41 11.40   PBCC     images/sa.pb-c.c
07:27:18 [2020-11-03T07:27:18.522Z] #41 11.44   DEP      images/sa.pb-c.d
07:27:18 [2020-11-03T07:27:18.522Z] #41 11.49   PBCC     images/pipe-data.pb-c.c
07:27:18 [2020-11-03T07:27:18.522Z] #41 11.55   DEP      images/pipe-data.pb-c.d
07:27:18 [2020-11-03T07:27:18.701Z] #42 91.64   DEP      criu/files-ext.d
07:27:18 [2020-11-03T07:27:18.748Z] #40 10.02   DEP      images/vma.pb-c.d
07:27:18 [2020-11-03T07:27:18.748Z] #40 10.06   PBCC     images/creds.pb-c.c
07:27:18 [2020-11-03T07:27:18.748Z] #40 10.12   DEP      images/creds.pb-c.d
07:27:18 [2020-11-03T07:27:18.748Z] #40 10.18   PBCC     images/utsns.pb-c.c
07:27:18 [2020-11-03T07:27:18.748Z] #40 10.20   DEP      images/utsns.pb-c.d
07:27:18 [2020-11-03T07:27:18.748Z] #40 10.25   PBCC     images/ipc-desc.pb-c.c
07:27:18 [2020-11-03T07:27:18.779Z] #41 11.61   PBCC     images/mnt.pb-c.c
07:27:18 [2020-11-03T07:27:18.779Z] #41 11.68   DEP      images/mnt.pb-c.d
07:27:18 [2020-11-03T07:27:18.779Z] #41 11.73   PBCC     images/sk-packet.pb-c.c
07:27:18 [2020-11-03T07:27:18.779Z] #41 11.76   DEP      images/sk-packet.pb-c.d
07:27:18 [2020-11-03T07:27:18.779Z] #41 11.81   PBCC     images/tcp-stream.pb-c.c
07:27:18 [2020-11-03T07:27:18.924Z] #41 ...
07:27:18 [2020-11-03T07:27:18.924Z] 
07:27:18 [2020-11-03T07:27:18.924Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:27:18 [2020-11-03T07:27:18.924Z] #56 DONE 94.7s
07:27:18 [2020-11-03T07:27:18.924Z] 
07:27:18 [2020-11-03T07:27:18.924Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:18 [2020-11-03T07:27:18.924Z] #41 27.97   CC       images/fsnotify.o
07:27:18 [2020-11-03T07:27:18.924Z] #41 ...
07:27:18 [2020-11-03T07:27:18.924Z] 
07:27:18 [2020-11-03T07:27:18.924Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
07:27:18 [2020-11-03T07:27:18.924Z] #57 DONE 0.4s
07:27:19 [2020-11-03T07:27:19.000Z] #42 91.81   DEP      criu/file-lock.d
07:27:19 [2020-11-03T07:27:19.000Z] #42 92.01   DEP      criu/file-ids.d
07:27:19 [2020-11-03T07:27:19.011Z] #40 10.29   PBCC     images/ipc-sem.pb-c.c
07:27:19 [2020-11-03T07:27:19.011Z] #40 10.33   DEP      images/ipc-desc.pb-c.d
07:27:19 [2020-11-03T07:27:19.011Z] #40 10.39   DEP      images/ipc-sem.pb-c.d
07:27:19 [2020-11-03T07:27:19.011Z] #40 10.48   PBCC     images/ipc-msg.pb-c.c
07:27:19 [2020-11-03T07:27:19.011Z] #40 10.48   DEP      images/ipc-msg.pb-c.d
07:27:19 [2020-11-03T07:27:19.035Z] #41 11.91   DEP      images/tcp-stream.pb-c.d
07:27:19 [2020-11-03T07:27:19.035Z] #41 11.94   PBCC     images/pipe.pb-c.c
07:27:19 [2020-11-03T07:27:19.035Z] #41 12.00   DEP      images/pipe.pb-c.d
07:27:19 [2020-11-03T07:27:19.188Z] 
07:27:19 [2020-11-03T07:27:19.188Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:19 [2020-11-03T07:27:19.188Z] #41 28.46   CC       images/signalfd.o
07:27:19 [2020-11-03T07:27:19.273Z] #40 10.57   PBCC     images/ipc-shm.pb-c.c
07:27:19 [2020-11-03T07:27:19.273Z] #40 10.59   DEP      images/ipc-shm.pb-c.d
07:27:19 [2020-11-03T07:27:19.273Z] #40 10.67   PBCC     images/ipc-var.pb-c.c
07:27:19 [2020-11-03T07:27:19.273Z] #40 10.70   DEP      images/ipc-var.pb-c.d
07:27:19 [2020-11-03T07:27:19.273Z] #40 10.74   PBCC     images/sk-opts.pb-c.c
07:27:19 [2020-11-03T07:27:19.273Z] #40 10.80   PBCC     images/packet-sock.pb-c.c
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.06   PBCC     images/pstree.pb-c.c
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.11   DEP      images/pstree.pb-c.d
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.14   PBCC     images/fs.pb-c.c
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.16   DEP      images/fs.pb-c.d
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.20   PBCC     images/signalfd.pb-c.c
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.24   DEP      images/signalfd.pb-c.d
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.27   PBCC     images/fh.pb-c.c
07:27:19 [2020-11-03T07:27:19.292Z] #41 12.31   PBCC     images/fsnotify.pb-c.c
07:27:19 [2020-11-03T07:27:19.300Z] #42 92.18   DEP      criu/fifo.d
07:27:19 [2020-11-03T07:27:19.300Z] #42 92.37   DEP      criu/fdstore.d
07:27:19 [2020-11-03T07:27:19.536Z] #40 10.83   DEP      images/sk-opts.pb-c.d
07:27:19 [2020-11-03T07:27:19.536Z] #40 10.93   DEP      images/packet-sock.pb-c.d
07:27:19 [2020-11-03T07:27:19.536Z] #40 11.01   PBCC     images/sk-netlink.pb-c.c
07:27:19 [2020-11-03T07:27:19.536Z] #40 11.07   DEP      images/sk-netlink.pb-c.d
07:27:19 [2020-11-03T07:27:19.548Z] #41 12.35   DEP      images/fh.pb-c.d
07:27:19 [2020-11-03T07:27:19.548Z] #41 12.43   DEP      images/fsnotify.pb-c.d
07:27:19 [2020-11-03T07:27:19.548Z] #41 12.50   PBCC     images/eventpoll.pb-c.c
07:27:19 [2020-11-03T07:27:19.548Z] #41 12.55   DEP      images/eventpoll.pb-c.d
07:27:19 [2020-11-03T07:27:19.603Z] #42 92.51   DEP      criu/fault-injection.d
07:27:19 [2020-11-03T07:27:19.603Z] #42 92.55   DEP      criu/external.d
07:27:19 [2020-11-03T07:27:19.767Z] #41 ...
07:27:19 [2020-11-03T07:27:19.767Z] 
07:27:19 [2020-11-03T07:27:19.767Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:27:19 [2020-11-03T07:27:19.767Z] #58 DONE 0.5s
07:27:19 [2020-11-03T07:27:19.767Z] 
07:27:19 [2020-11-03T07:27:19.767Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:19 [2020-11-03T07:27:19.767Z] #41 28.83   CC       images/fs.o
07:27:19 [2020-11-03T07:27:19.767Z] #41 29.16   CC       images/pstree.o
07:27:19 [2020-11-03T07:27:19.799Z] #40 11.13   PBCC     images/sk-inet.pb-c.c
07:27:19 [2020-11-03T07:27:19.799Z] #40 11.18   DEP      images/sk-inet.pb-c.d
07:27:19 [2020-11-03T07:27:19.799Z] #40 11.29   PBCC     images/sk-unix.pb-c.c
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.59   PBCC     images/eventfd.pb-c.c
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.62   DEP      images/eventfd.pb-c.d
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.69   PBCC     images/remap-file-path.pb-c.c
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.70   DEP      images/remap-file-path.pb-c.d
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.74   PBCC     images/fifo.pb-c.c
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.77   DEP      images/fifo.pb-c.d
07:27:19 [2020-11-03T07:27:19.805Z] #41 12.80   PBCC     images/ghost-file.pb-c.c
07:27:19 [2020-11-03T07:27:19.901Z] #42 92.75   DEP      criu/eventpoll.d
07:27:19 [2020-11-03T07:27:19.901Z] #42 92.99   DEP      criu/eventfd.d
07:27:20 [2020-11-03T07:27:20.061Z] #40 11.37   DEP      images/sk-unix.pb-c.d
07:27:20 [2020-11-03T07:27:20.061Z] #40 11.44   PBCC     images/mm.pb-c.c
07:27:20 [2020-11-03T07:27:20.061Z] #40 11.51   DEP      images/mm.pb-c.d
07:27:20 [2020-11-03T07:27:20.062Z] #41 12.85   DEP      images/ghost-file.pb-c.d
07:27:20 [2020-11-03T07:27:20.062Z] #41 12.92   PBCC     images/regfile.pb-c.c
07:27:20 [2020-11-03T07:27:20.062Z] #41 12.98   DEP      images/regfile.pb-c.d
07:27:20 [2020-11-03T07:27:20.062Z] #41 13.03   PBCC     images/ns.pb-c.c
07:27:20 [2020-11-03T07:27:20.202Z] #42 93.15   DEP      criu/crtools.d
07:27:20 [2020-11-03T07:27:20.253Z] #41 127.8   CC       criu/namespaces.o
07:27:20 [2020-11-03T07:27:20.319Z] #41 13.06   DEP      images/ns.pb-c.d
07:27:20 [2020-11-03T07:27:20.319Z] #41 13.11   PBCC     images/fdinfo.pb-c.c
07:27:20 [2020-11-03T07:27:20.319Z] #41 13.17   DEP      images/fdinfo.pb-c.d
07:27:20 [2020-11-03T07:27:20.319Z] #41 13.24   PBCC     images/core-aarch64.pb-c.c
07:27:20 [2020-11-03T07:27:20.319Z] #41 13.28   PBCC     images/core-arm.pb-c.c
07:27:20 [2020-11-03T07:27:20.323Z] #40 11.60   PBCC     images/timerfd.pb-c.c
07:27:20 [2020-11-03T07:27:20.323Z] #40 11.65   DEP      images/timerfd.pb-c.d
07:27:20 [2020-11-03T07:27:20.323Z] #40 11.73   PBCC     images/timer.pb-c.c
07:27:20 [2020-11-03T07:27:20.323Z] #40 ...
07:27:20 [2020-11-03T07:27:20.323Z] 
07:27:20 [2020-11-03T07:27:20.323Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:20 [2020-11-03T07:27:20.323Z] #31 DONE 108.3s
07:27:20 [2020-11-03T07:27:20.323Z] 
07:27:20 [2020-11-03T07:27:20.323Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:20 [2020-11-03T07:27:20.323Z] #40 11.85   DEP      images/timer.pb-c.d
07:27:20 [2020-11-03T07:27:20.345Z] #41 29.40   CC       images/pipe.o
07:27:20 [2020-11-03T07:27:20.345Z] #41 29.63   CC       images/tcp-stream.o
07:27:20 [2020-11-03T07:27:20.501Z] #42 93.40   DEP      criu/cr-service.d
07:27:20 [2020-11-03T07:27:20.502Z] #42 93.58   DEP      criu/cr-restore.d
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.32   PBCC     images/core-ppc64.pb-c.c
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.35   PBCC     images/core-s390.pb-c.c
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.39   PBCC     images/core-x86.pb-c.c
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.43   PBCC     images/core.pb-c.c
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.49   PBCC     images/inventory.pb-c.c
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.57   DEP      images/core-aarch64.pb-c.d
07:27:20 [2020-11-03T07:27:20.583Z] #41 13.61   DEP      images/core-arm.pb-c.d
07:27:20 [2020-11-03T07:27:20.585Z] #40 11.95   PBCC     images/sa.pb-c.c
07:27:20 [2020-11-03T07:27:20.585Z] #40 12.08   DEP      images/sa.pb-c.d
07:27:20 [2020-11-03T07:27:20.799Z] #42 93.96   DEP      criu/cr-errno.d
07:27:20 [2020-11-03T07:27:20.839Z] #41 13.67   DEP      images/core-ppc64.pb-c.d
07:27:20 [2020-11-03T07:27:20.839Z] #41 13.74   DEP      images/core-s390.pb-c.d
07:27:20 [2020-11-03T07:27:20.839Z] #41 13.78   DEP      images/core-x86.pb-c.d
07:27:20 [2020-11-03T07:27:20.839Z] #41 13.87   DEP      images/core.pb-c.d
07:27:20 [2020-11-03T07:27:20.847Z] #40 12.24   PBCC     images/pipe-data.pb-c.c
07:27:20 [2020-11-03T07:27:20.847Z] #40 12.28   DEP      images/pipe-data.pb-c.d
07:27:20 [2020-11-03T07:27:20.847Z] #40 12.32   PBCC     images/mnt.pb-c.c
07:27:20 [2020-11-03T07:27:20.921Z] #41 29.95   CC       images/sk-packet.o
07:27:20 [2020-11-03T07:27:20.921Z] #41 30.34   CC       images/mnt.o
07:27:21 [2020-11-03T07:27:21.096Z] #41 13.98   DEP      images/inventory.pb-c.d
07:27:21 [2020-11-03T07:27:21.096Z] #41 14.07   PBCC     images/cpuinfo.pb-c.c
07:27:21 [2020-11-03T07:27:21.096Z] #41 14.09   DEP      images/cpuinfo.pb-c.d
07:27:21 [2020-11-03T07:27:21.097Z] #42 93.99   DEP      criu/cr-dump.d
07:27:21 [2020-11-03T07:27:21.097Z] #42 94.24   DEP      criu/cr-dedup.d
07:27:21 [2020-11-03T07:27:21.110Z] #40 12.48   DEP      images/mnt.pb-c.d
07:27:21 [2020-11-03T07:27:21.110Z] #40 12.55   PBCC     images/sk-packet.pb-c.c
07:27:21 [2020-11-03T07:27:21.184Z] #41 30.57   CC       images/pipe-data.o
07:27:21 [2020-11-03T07:27:21.192Z] #41 129.6   CC       criu/net.o
07:27:21 [2020-11-03T07:27:21.352Z] #41 14.17   PBCC     images/stats.pb-c.c
07:27:21 [2020-11-03T07:27:21.352Z] #41 14.18   DEP      images/stats.pb-c.d
07:27:21 [2020-11-03T07:27:21.373Z] #40 12.64   DEP      images/sk-packet.pb-c.d
07:27:21 [2020-11-03T07:27:21.373Z] #40 12.78   PBCC     images/tcp-stream.pb-c.c
07:27:21 [2020-11-03T07:27:21.373Z] #40 12.91   DEP      images/tcp-stream.pb-c.d
07:27:21 [2020-11-03T07:27:21.395Z] #42 94.42   DEP      criu/cr-check.d
07:27:21 [2020-11-03T07:27:21.448Z] #41 30.73   CC       images/sa.o
07:27:21 [2020-11-03T07:27:21.635Z] #40 13.01   PBCC     images/pipe.pb-c.c
07:27:21 [2020-11-03T07:27:21.635Z] #40 13.06   DEP      images/pipe.pb-c.d
07:27:21 [2020-11-03T07:27:21.635Z] #40 13.10   PBCC     images/pstree.pb-c.c
07:27:21 [2020-11-03T07:27:21.635Z] #40 13.13   DEP      images/pstree.pb-c.d
07:27:21 [2020-11-03T07:27:21.635Z] #40 13.17   PBCC     images/fs.pb-c.c
07:27:21 [2020-11-03T07:27:21.697Z] #42 94.72   DEP      criu/config.d
07:27:21 [2020-11-03T07:27:21.710Z] #41 30.89   CC       images/timer.o
07:27:21 [2020-11-03T07:27:21.897Z] #40 13.19   DEP      images/fs.pb-c.d
07:27:21 [2020-11-03T07:27:21.897Z] #40 13.23   PBCC     images/signalfd.pb-c.c
07:27:21 [2020-11-03T07:27:21.897Z] #40 13.28   DEP      images/signalfd.pb-c.d
07:27:21 [2020-11-03T07:27:21.897Z] #40 13.34   PBCC     images/fh.pb-c.c
07:27:21 [2020-11-03T07:27:21.897Z] #40 13.38   PBCC     images/fsnotify.pb-c.c
07:27:21 [2020-11-03T07:27:21.973Z] #41 31.20   CC       images/timerfd.o
07:27:21 [2020-11-03T07:27:21.997Z] #42 94.92   DEP      criu/clone-noasan.d
07:27:21 [2020-11-03T07:27:21.997Z] #42 95.04   DEP      criu/cgroup.d
07:27:22 [2020-11-03T07:27:22.171Z] #40 13.44   DEP      images/fh.pb-c.d
07:27:22 [2020-11-03T07:27:22.171Z] #40 13.51   DEP      images/fsnotify.pb-c.d
07:27:22 [2020-11-03T07:27:22.171Z] #40 13.59   PBCC     images/eventpoll.pb-c.c
07:27:22 [2020-11-03T07:27:22.171Z] #40 13.66   DEP      images/eventpoll.pb-c.d
07:27:22 [2020-11-03T07:27:22.236Z] #41 31.38   CC       images/mm.o
07:27:22 [2020-11-03T07:27:22.295Z] #42 95.22   DEP      criu/cgroup-props.d
07:27:22 [2020-11-03T07:27:22.295Z] #42 95.36   DEP      criu/bitmap.d
07:27:22 [2020-11-03T07:27:22.295Z] #42 95.38   DEP      criu/bfd.d
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.69   PBCC     images/eventfd.pb-c.c
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.74   DEP      images/eventfd.pb-c.d
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.84   PBCC     images/remap-file-path.pb-c.c
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.87   DEP      images/remap-file-path.pb-c.d
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.90   PBCC     images/fifo.pb-c.c
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.91   DEP      images/fifo.pb-c.d
07:27:22 [2020-11-03T07:27:22.433Z] #40 13.96   PBCC     images/ghost-file.pb-c.c
07:27:22 [2020-11-03T07:27:22.433Z] #40 14.01   DEP      images/ghost-file.pb-c.d
07:27:22 [2020-11-03T07:27:22.499Z] #41 31.71   CC       images/sk-opts.o
07:27:22 [2020-11-03T07:27:22.594Z] #42 95.55   DEP      criu/autofs.d
07:27:22 [2020-11-03T07:27:22.694Z] #40 14.07   PBCC     images/regfile.pb-c.c
07:27:22 [2020-11-03T07:27:22.694Z] #40 14.11   DEP      images/regfile.pb-c.d
07:27:22 [2020-11-03T07:27:22.694Z] #40 14.18   PBCC     images/ns.pb-c.c
07:27:22 [2020-11-03T07:27:22.694Z] #40 14.21   DEP      images/ns.pb-c.d
07:27:22 [2020-11-03T07:27:22.694Z] #40 14.27   PBCC     images/fdinfo.pb-c.c
07:27:22 [2020-11-03T07:27:22.694Z] #40 ...
07:27:22 [2020-11-03T07:27:22.694Z] 
07:27:22 [2020-11-03T07:27:22.694Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:22 [2020-11-03T07:27:22.694Z] #42 100.7 regexp
07:27:22 [2020-11-03T07:27:22.694Z] #42 101.4 go/token
07:27:22 [2020-11-03T07:27:22.694Z] #42 102.4 go/scanner
07:27:22 [2020-11-03T07:27:22.694Z] #42 104.1 go/ast
07:27:22 [2020-11-03T07:27:22.694Z] #42 105.3 internal/lazyregexp
07:27:22 [2020-11-03T07:27:22.694Z] #42 105.5 net/url
07:27:22 [2020-11-03T07:27:22.694Z] #42 107.5 text/template/parse
07:27:22 [2020-11-03T07:27:22.694Z] #42 110.5 go/parser
07:27:22 [2020-11-03T07:27:22.762Z] #41 32.07   CC       images/sk-unix.o
07:27:22 [2020-11-03T07:27:22.894Z] #42 95.76   DEP      criu/aio.d
07:27:22 [2020-11-03T07:27:22.895Z] #42 95.96   DEP      criu/action-scripts.d
07:27:22 [2020-11-03T07:27:22.956Z] #42 ...
07:27:22 [2020-11-03T07:27:22.956Z] 
07:27:22 [2020-11-03T07:27:22.956Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:22 [2020-11-03T07:27:22.956Z] #40 14.36   DEP      images/fdinfo.pb-c.d
07:27:22 [2020-11-03T07:27:22.956Z] #40 14.43   PBCC     images/core-aarch64.pb-c.c
07:27:22 [2020-11-03T07:27:22.956Z] #40 14.47   PBCC     images/core-arm.pb-c.c
07:27:22 [2020-11-03T07:27:22.956Z] #40 14.52   PBCC     images/core-ppc64.pb-c.c
07:27:23 [2020-11-03T07:27:23.217Z] #40 14.57   PBCC     images/core-s390.pb-c.c
07:27:23 [2020-11-03T07:27:23.217Z] #40 14.63   PBCC     images/core-x86.pb-c.c
07:27:23 [2020-11-03T07:27:23.217Z] #40 14.74   PBCC     images/core.pb-c.c
07:27:23 [2020-11-03T07:27:23.256Z] #41 15.75 make[1]: Nothing to be done for 'all'.
07:27:23 [2020-11-03T07:27:23.339Z] #41 32.65   CC       images/sk-inet.o
07:27:23 [2020-11-03T07:27:23.479Z] #40 14.84   PBCC     images/inventory.pb-c.c
07:27:23 [2020-11-03T07:27:23.479Z] #40 14.91   DEP      images/core-aarch64.pb-c.d
07:27:23 [2020-11-03T07:27:23.543Z] #42 96.43   CC       criu/action-scripts.o
07:27:23 [2020-11-03T07:27:23.543Z] #42 ...
07:27:23 [2020-11-03T07:27:23.543Z] 
07:27:23 [2020-11-03T07:27:23.543Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:27:23 [2020-11-03T07:27:23.741Z] #40 14.99   DEP      images/core-arm.pb-c.d
07:27:23 [2020-11-03T07:27:23.741Z] #40 15.04   DEP      images/core-ppc64.pb-c.d
07:27:23 [2020-11-03T07:27:23.741Z] #40 15.10   DEP      images/core-s390.pb-c.d
07:27:23 [2020-11-03T07:27:23.741Z] #40 15.18   DEP      images/core-x86.pb-c.d
07:27:23 [2020-11-03T07:27:23.741Z] #40 15.25   DEP      images/core.pb-c.d
07:27:23 [2020-11-03T07:27:23.915Z] #41 33.19   CC       images/tun.o
07:27:24 [2020-11-03T07:27:24.003Z] #40 15.28   DEP      images/inventory.pb-c.d
07:27:24 [2020-11-03T07:27:24.003Z] #40 15.37   PBCC     images/cpuinfo.pb-c.c
07:27:24 [2020-11-03T07:27:24.003Z] #40 15.41   DEP      images/cpuinfo.pb-c.d
07:27:24 [2020-11-03T07:27:24.003Z] #40 15.47   PBCC     images/stats.pb-c.c
07:27:24 [2020-11-03T07:27:24.178Z] #41 ...
07:27:24 [2020-11-03T07:27:24.178Z] 
07:27:24 [2020-11-03T07:27:24.178Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:24 [2020-11-03T07:27:24.178Z] #43 90.15 net/textproto
07:27:24 [2020-11-03T07:27:24.178Z] #43 90.16 vendor/golang.org/x/net/http/httpproxy
07:27:24 [2020-11-03T07:27:24.178Z] #43 90.19 crypto/x509
07:27:24 [2020-11-03T07:27:24.178Z] #43 91.42 vendor/golang.org/x/net/http/httpguts
07:27:24 [2020-11-03T07:27:24.178Z] #43 91.42 mime/multipart
07:27:24 [2020-11-03T07:27:24.178Z] #43 93.33 crypto/tls
07:27:24 [2020-11-03T07:27:24.178Z] #43 98.42 net/http/httptrace
07:27:24 [2020-11-03T07:27:24.178Z] #43 98.79 net/http
07:27:24 [2020-11-03T07:27:24.186Z] #41 17.17   CC       images/stats.o
07:27:24 [2020-11-03T07:27:24.265Z] #40 15.51   DEP      images/stats.pb-c.d
07:27:24 [2020-11-03T07:27:24.442Z] #43 ...
07:27:24 [2020-11-03T07:27:24.442Z] 
07:27:24 [2020-11-03T07:27:24.442Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:24 [2020-11-03T07:27:24.442Z] #41 33.64   CC       images/sk-netlink.o
07:27:24 [2020-11-03T07:27:24.443Z] #41 17.45   CC       images/core.o
07:27:24 [2020-11-03T07:27:24.487Z] #41 132.3   CC       criu/netfilter.o
07:27:24 [2020-11-03T07:27:24.487Z] #41 132.7   CC       criu/page-pipe.o
07:27:24 [2020-11-03T07:27:24.705Z] #41 34.03   CC       images/packet-sock.o
07:27:24 [2020-11-03T07:27:24.746Z] #41 ...
07:27:24 [2020-11-03T07:27:24.746Z] 
07:27:24 [2020-11-03T07:27:24.746Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:27:24 [2020-11-03T07:27:24.746Z] #20 5.042 Collecting yamllint==1.16.0
07:27:25 [2020-11-03T07:27:25.008Z] #20 ...
07:27:25 [2020-11-03T07:27:25.008Z] 
07:27:25 [2020-11-03T07:27:25.008Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:25 [2020-11-03T07:27:25.008Z] #41 133.4   CC       criu/page-xfer.o
07:27:25 [2020-11-03T07:27:25.282Z] #41 34.38   CC       images/ipc-var.o
07:27:25 [2020-11-03T07:27:25.372Z] #41 18.07   CC       images/core-x86.o
07:27:25 [2020-11-03T07:27:25.545Z] #41 34.68   CC       images/ipc-desc.o
07:27:25 [2020-11-03T07:27:25.629Z] #41 18.51   CC       images/core-arm.o
07:27:25 [2020-11-03T07:27:25.655Z] #40 16.97 make[1]: Nothing to be done for 'all'.
07:27:25 [2020-11-03T07:27:25.809Z] #41 35.06   CC       images/ipc-shm.o
07:27:25 [2020-11-03T07:27:25.886Z] #41 ...
07:27:25 [2020-11-03T07:27:25.886Z] 
07:27:25 [2020-11-03T07:27:25.886Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:26 [2020-11-03T07:27:26.072Z] #41 35.23   CC       images/ipc-msg.o
07:27:26 [2020-11-03T07:27:26.250Z] #23 155.0 Checking out files:  29% (3284/10989)   
Checking out files:  30% (3297/10989)   
Checking out files:  31% (3407/10989)   
Checking out files:  32% (3517/10989)   
Checking out files:  33% (3627/10989)   
Checking out files:  34% (3737/10989)   
Checking out files:  35% (3847/10989)   
Checking out files:  36% (3957/10989)   
Checking out files:  37% (4066/10989)   
Checking out files:  38% (4176/10989)   
Checking out files:  39% (4286/10989)   
Checking out files:  40% (4396/10989)   
Checking out files:  41% (4506/10989)   
Checking out files:  42% (4616/10989)   
Checking out files:  43% (4726/10989)   
Checking out files:  44% (4836/10989)   
Checking out files:  45% (4946/10989)   
Checking out files:  46% (5055/10989)   
Checking out files:  47% (5165/10989)   
Checking out files:  48% (5275/10989)   
Checking out files:  49% (5385/10989)   
Checking out files:  49% (5466/10989)   
Checking out files:  50% (5495/10989)   
Checking out files:  51% (5605/10989)   
Checking out files:  52% (5715/10989)   
Checking out files:  53% (5825/10989)   
Checking out files:  54% (5935/10989)   
Checking out files:  55% (6044/10989)   
Checking out files:  56% (6154/10989)   
Checking out files:  57% (6264/10989)   
Checking out files:  58% (6374/10989)   
Checking out files:  59% (6484/10989)   
Checking out files:  60% (6594/10989)   
Checking out files:  61% (6704/10989)   
Checking out files:  62% (6814/10989)   
Checking out files:  63% (6924/10989)   
Checking out files:  64% (7033/10989)   
Checking out files:  65% (7143/10989)   
Checking out files:  66% (7253/10989)   
Checking out files:  67% (7363/10989)   
Checking out files:  68% (7473/10989)   
Checking out files:  69% (7583/10989)   
Checking out files:  70% (7693/10989)   
Checking out files:  71% (7803/10989)   
Checking out files:  72% (7913/10989)   
Checking out files:  73% (8022/10989)   
Checking out files:  74% (8132/10989)   
Checking out files:  75% (8242/10989)   
Checking out files:  76% (8352/10989)   
Checking out files:  77% (8462/10989)   
Checking out files:  78% (8572/10989)   
Checking out files:  79% (8682/10989)   
Checking out files:  80% (8792/10989)   
Checking out files:  81% (8902/10989)   
Checking out files:  82% (9011/10989)   
Checking out files:  83% (9121/10989)   
Checking out files:  83% (9199/10989)   
Checking out files:  84% (9231/10989)   
Checking out files:  85% (9341/10989)   
Checking out files:  86% (9451/10989)   
Checking out files:  87% (9561/10989)   
Checking out files:  88% (9671/10989)   
Checking out files:  89% (9781/10989)   
Checking out files:  90% (9891/10989)   
Checking out files:  91% (10000/10989)   
Checking out files:  92% (10110/10989)   
Checking out files:  93% (10220/10989)   
Checking out files:  94% (10330/10989)   
Checking out files:  95% (10440/10989)   
Checking out files:  96% (10550/10989)   
Checking out files:  97% (10660/10989)   
Checking out files:  98% (10770/10989)   
Checking out files:  99% (10880/10989)   
Checking out files: 100% (10989/10989)   
Checking out files: 100% (10989/10989), done.
07:27:26 [2020-11-03T07:27:26.336Z] #41 35.63   CC       images/ipc-sem.o
07:27:26 [2020-11-03T07:27:26.547Z] #23 157.8 + cd /tmp/tmp.9ZiDEGBAl9/tmp/docker-ce
07:27:26 [2020-11-03T07:27:26.547Z] #23 157.8 + git checkout -q v17.06.2-ce
07:27:26 [2020-11-03T07:27:26.656Z] #54 50.61 Checking out files:  45% (1568/3430)   
Checking out files:  46% (1578/3430)   
Checking out files:  47% (1613/3430)   
Checking out files:  48% (1647/3430)   
Checking out files:  49% (1681/3430)   
Checking out files:  50% (1715/3430)   
Checking out files:  51% (1750/3430)   
Checking out files:  52% (1784/3430)   
Checking out files:  53% (1818/3430)   
Checking out files:  54% (1853/3430)   
Checking out files:  55% (1887/3430)   
Checking out files:  56% (1921/3430)   
Checking out files:  57% (1956/3430)   
Checking out files:  58% (1990/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
Checking out files:  70% (2401/3430)   
Checking out files:  71% (2436/3430)   
Checking out files:  72% (2470/3430)   
Checking out files:  73% (2504/3430)   
Checking out files:  74% (2539/3430)   
Checking out files:  75% (2573/3430)   
Checking out files:  76% (2607/3430)   
Checking out files:  77% (2642/3430)   
Checking out files:  78% (2676/3430)   
Checking out files:  79% (2710/3430)   
Checking out files:  80% (2744/3430)   
07:27:26 [2020-11-03T07:27:26.656Z] #54 ...
07:27:26 [2020-11-03T07:27:26.656Z] 
07:27:26 [2020-11-03T07:27:26.656Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:26 [2020-11-03T07:27:26.656Z] #49 105.1 github.com/pkg/diff
07:27:26 [2020-11-03T07:27:26.656Z] #49 106.1 go/ast
07:27:26 [2020-11-03T07:27:26.656Z] #49 107.0 golang.org/x/crypto/ssh/terminal
07:27:26 [2020-11-03T07:27:26.656Z] #49 108.6 mvdan.cc/editorconfig
07:27:26 [2020-11-03T07:27:26.656Z] #49 109.7 mvdan.cc/sh/v3/fileutil
07:27:26 [2020-11-03T07:27:26.656Z] #49 109.9 mvdan.cc/sh/v3/syntax
07:27:26 [2020-11-03T07:27:26.656Z] #49 ...
07:27:26 [2020-11-03T07:27:26.656Z] 
07:27:26 [2020-11-03T07:27:26.656Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:26 [2020-11-03T07:27:26.656Z] #43 105.3 text/template/parse
07:27:26 [2020-11-03T07:27:26.656Z] #43 108.7 go/parser
07:27:26 [2020-11-03T07:27:26.656Z] #43 109.4 text/template
07:27:26 [2020-11-03T07:27:26.656Z] #43 112.8 encoding/xml
07:27:26 [2020-11-03T07:27:26.656Z] #43 113.6 go/doc
07:27:26 [2020-11-03T07:27:26.664Z] ok  	github.com/docker/docker/cmd/dockerd	0.048s	coverage: 29.1% of statements
07:27:26 [2020-11-03T07:27:26.664Z] ok  	github.com/docker/docker/container	0.109s	coverage: 34.7% of statements
07:27:26 [2020-11-03T07:27:26.664Z] ?   	github.com/docker/docker/container/stream	[no test files]
07:27:26 [2020-11-03T07:27:26.664Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
07:27:26 [2020-11-03T07:27:26.664Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
07:27:26 [2020-11-03T07:27:26.664Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
07:27:26 [2020-11-03T07:27:26.912Z] #41 35.93   CC       images/utsns.o
07:27:26 [2020-11-03T07:27:26.912Z] #41 36.34   CC       images/creds.o
07:27:26 [2020-11-03T07:27:26.913Z] #43 ...
07:27:26 [2020-11-03T07:27:26.913Z] 
07:27:26 [2020-11-03T07:27:26.913Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:26 [2020-11-03T07:27:26.917Z] #41 135.1   CC       criu/pagemap-cache.o
07:27:27 [2020-11-03T07:27:27.043Z] #40 18.39   CC       images/stats.o
07:27:27 [2020-11-03T07:27:27.176Z] #41 36.60   CC       images/vma.o
07:27:27 [2020-11-03T07:27:27.177Z] #41 135.6   CC       criu/pagemap.o
07:27:27 [2020-11-03T07:27:27.305Z] #40 18.85   CC       images/core.o
07:27:27 [2020-11-03T07:27:27.429Z] #54 50.61 Checking out files:  45% (1568/3430)   
Checking out files:  46% (1578/3430)   
Checking out files:  47% (1613/3430)   
Checking out files:  48% (1647/3430)   
Checking out files:  49% (1681/3430)   
Checking out files:  50% (1715/3430)   
Checking out files:  51% (1750/3430)   
Checking out files:  52% (1784/3430)   
Checking out files:  53% (1818/3430)   
Checking out files:  54% (1853/3430)   
Checking out files:  55% (1887/3430)   
Checking out files:  56% (1921/3430)   
Checking out files:  57% (1956/3430)   
Checking out files:  58% (1990/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
Checking out files:  70% (2401/3430)   
Checking out files:  71% (2436/3430)   
Checking out files:  72% (2470/3430)   
Checking out files:  73% (2504/3430)   
Checking out files:  74% (2539/3430)   
Checking out files:  75% (2573/3430)   
Checking out files:  76% (2607/3430)   
Checking out files:  77% (2642/3430)   
Checking out files:  78% (2676/3430)   
Checking out files:  79% (2710/3430)   
Checking out files:  80% (2744/3430)   
Checking out files:  81% (2779/3430)   
Checking out files:  82% (2813/3430)   
Checking out files:  83% (2847/3430)   
Checking out files:  84% (2882/3430)   
Checking out files:  85% (2916/3430)   
Checking out files:  86% (2950/3430)   
Checking out files:  87% (2985/3430)   
Checking out files:  88% (3019/3430)   
Checking out files:  89% (3053/3430)   
Checking out files:  89% (3073/3430)   
Checking out files:  90% (3087/3430)   
Checking out files:  91% (3122/3430)   
Checking out files:  92% (3156/3430)   
Checking out files:  93% (3190/3430)   
Checking out files:  94% (3225/3430)   
Checking out files:  95% (3259/3430)   
Checking out files:  96% (3293/3430)   
Checking out files:  97% (3328/3430)   
Checking out files:  98% (3362/3430)   
Checking out files:  99% (3396/3430)   
Checking out files: 100% (3430/3430)   
Checking out files: 100% (3430/3430), done.
07:27:27 [2020-11-03T07:27:27.429Z] #54 52.11 + cd /tmp/tmp.aVPsvQMZtK/src/github.com/containerd/containerd
07:27:27 [2020-11-03T07:27:27.429Z] #54 52.11 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
07:27:27 [2020-11-03T07:27:27.753Z] #41 36.80   CC       images/netdev.o
07:27:27 [2020-11-03T07:27:27.879Z] #40 19.45   CC       images/core-x86.o
07:27:27 [2020-11-03T07:27:27.993Z] #54 52.82 + export 'BUILDTAGS=netgo osusergo static_build'
07:27:28 [2020-11-03T07:27:28.016Z] #41 37.25   CC       images/tty.o
07:27:28 [2020-11-03T07:27:28.118Z] #41 136.5   CC       criu/parasite-syscall.o
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + BUILDTAGS='netgo osusergo static_build'
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + export EXTRA_FLAGS=-buildmode=pie
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + EXTRA_FLAGS=-buildmode=pie
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + '[' '' = dynamic ']'
07:27:28 [2020-11-03T07:27:28.250Z] #54 52.83 + make
07:27:28 [2020-11-03T07:27:28.594Z] #41 37.76   CC       images/file-lock.o
07:27:28 [2020-11-03T07:27:28.826Z] #40 20.00   CC       images/core-arm.o
07:27:28 [2020-11-03T07:27:28.826Z] #40 ...
07:27:28 [2020-11-03T07:27:28.826Z] 
07:27:28 [2020-11-03T07:27:28.826Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:28 [2020-11-03T07:27:28.826Z] #53 53.42 Checking out files:  58% (2007/3430)   
Checking out files:  59% (2024/3430)   
Checking out files:  60% (2058/3430)   
Checking out files:  61% (2093/3430)   
Checking out files:  62% (2127/3430)   
Checking out files:  63% (2161/3430)   
Checking out files:  64% (2196/3430)   
Checking out files:  65% (2230/3430)   
Checking out files:  66% (2264/3430)   
Checking out files:  67% (2299/3430)   
Checking out files:  68% (2333/3430)   
Checking out files:  69% (2367/3430)   
Checking out files:  70% (2401/3430)   
Checking out files:  71% (2436/3430)   
Checking out files:  72% (2470/3430)   
Checking out files:  73% (2504/3430)   
Checking out files:  74% (2539/3430)   
Checking out files:  75% (2573/3430)   
Checking out files:  76% (2607/3430)   
Checking out files:  77% (2642/3430)   
Checking out files:  78% (2676/3430)   
Checking out files:  79% (2710/3430)   
Checking out files:  80% (2744/3430)   
Checking out files:  81% (2779/3430)   
Checking out files:  82% (2813/3430)   
Checking out files:  83% (2847/3430)   
Checking out files:  84% (2882/3430)   
Checking out files:  85% (2916/3430)   
Checking out files:  86% (2950/3430)   
Checking out files:  87% (2985/3430)   
Checking out files:  88% (3019/3430)   
Checking out files:  89% (3053/3430)   
Checking out files:  90% (3087/3430)   
Checking out files:  91% (3122/3430)   
Checking out files:  92% (3156/3430)   
Checking out files:  93% (3190/3430)   
Checking out files:  94% (3225/3430)   
Checking out files:  95% (3259/3430)   
Checking out files:  96% (3293/3430)   
Checking out files:  97% (3328/3430)   
Checking out files:  98% (3362/3430)   
Checking out files:  98% (3390/3430)   
Checking out files:  99% (3396/3430)   
Checking out files: 100% (3430/3430)   
Checking out files: 100% (3430/3430), done.
07:27:28 [2020-11-03T07:27:28.826Z] #53 54.53 + cd /tmp/tmp.rD5I9LOhRp/src/github.com/containerd/containerd
07:27:28 [2020-11-03T07:27:28.826Z] #53 54.53 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
07:27:28 [2020-11-03T07:27:28.826Z] #53 55.34 + export 'BUILDTAGS=netgo osusergo static_build'
07:27:28 [2020-11-03T07:27:28.826Z] #53 55.34 + BUILDTAGS='netgo osusergo static_build'
07:27:28 [2020-11-03T07:27:28.826Z] #53 55.34 + export EXTRA_FLAGS=-buildmode=pie
07:27:28 [2020-11-03T07:27:28.826Z] #53 55.34 + EXTRA_FLAGS=-buildmode=pie
07:27:28 [2020-11-03T07:27:28.827Z] #53 55.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:27:28 [2020-11-03T07:27:28.827Z] #53 55.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:27:28 [2020-11-03T07:27:28.827Z] #53 55.34 + '[' '' = dynamic ']'
07:27:28 [2020-11-03T07:27:28.827Z] #53 55.34 + make
07:27:28 [2020-11-03T07:27:28.857Z] #41 38.01   CC       images/rlimit.o
07:27:29 [2020-11-03T07:27:29.060Z] #41 137.5   CC       criu/path.o
07:27:29 [2020-11-03T07:27:29.088Z] #53 56.20 + bin/ctr
07:27:29 [2020-11-03T07:27:29.088Z] #53 ...
07:27:29 [2020-11-03T07:27:29.088Z] 
07:27:29 [2020-11-03T07:27:29.088Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:29 [2020-11-03T07:27:29.088Z] #48 107.1 github.com/pkg/diff
07:27:29 [2020-11-03T07:27:29.088Z] #48 108.3 go/ast
07:27:29 [2020-11-03T07:27:29.088Z] #48 109.2 golang.org/x/crypto/ssh/terminal
07:27:29 [2020-11-03T07:27:29.088Z] #48 110.9 mvdan.cc/editorconfig
07:27:29 [2020-11-03T07:27:29.088Z] #48 112.2 mvdan.cc/sh/v3/fileutil
07:27:29 [2020-11-03T07:27:29.088Z] #48 112.5 mvdan.cc/sh/v3/syntax
07:27:29 [2020-11-03T07:27:29.120Z] #41 38.31   CC       images/pagemap.o
07:27:29 [2020-11-03T07:27:29.182Z] #54 53.76 + bin/ctr
07:27:29 [2020-11-03T07:27:29.321Z] #41 ...
07:27:29 [2020-11-03T07:27:29.321Z] 
07:27:29 [2020-11-03T07:27:29.321Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:27:29 [2020-11-03T07:27:29.321Z] #20 10.41   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
07:27:29 [2020-11-03T07:27:29.321Z] #20 10.52 Collecting pyyaml (from yamllint==1.16.0)
07:27:29 [2020-11-03T07:27:29.321Z] #20 10.68   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
07:27:29 [2020-11-03T07:27:29.321Z] #20 12.07 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
07:27:29 [2020-11-03T07:27:29.321Z] #20 12.13   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
07:27:29 [2020-11-03T07:27:29.321Z] #20 12.18 Building wheels for collected packages: pyyaml
07:27:29 [2020-11-03T07:27:29.321Z] #20 12.18   Running setup.py bdist_wheel for pyyaml: started
07:27:29 [2020-11-03T07:27:29.321Z] #20 13.37   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
07:27:29 [2020-11-03T07:27:29.321Z] #20 13.38   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
07:27:29 [2020-11-03T07:27:29.321Z] #20 13.46 Successfully built pyyaml
07:27:29 [2020-11-03T07:27:29.321Z] #20 13.47 Installing collected packages: pyyaml, pathspec, yamllint
07:27:29 [2020-11-03T07:27:29.321Z] #20 13.79 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
07:27:29 [2020-11-03T07:27:29.321Z] #20 DONE 14.4s
07:27:29 [2020-11-03T07:27:29.321Z] 
07:27:29 [2020-11-03T07:27:29.321Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
07:27:29 [2020-11-03T07:27:29.331Z] #23 ...
07:27:29 [2020-11-03T07:27:29.331Z] 
07:27:29 [2020-11-03T07:27:29.331Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:29 [2020-11-03T07:27:29.331Z] #44 150.2 vendor/golang.org/x/net/http/httpguts
07:27:29 [2020-11-03T07:27:29.331Z] #44 150.3 mime/multipart
07:27:29 [2020-11-03T07:27:29.331Z] #44 153.8 crypto/tls
07:27:29 [2020-11-03T07:27:29.331Z] #44 ...
07:27:29 [2020-11-03T07:27:29.331Z] 
07:27:29 [2020-11-03T07:27:29.331Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:29 [2020-11-03T07:27:29.331Z] #19 41.53 Unpacking bash-completion (1:2.8-6) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 41.98 Selecting previously unselected package bzip2.
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.00 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.02 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.14 Selecting previously unselected package xz-utils.
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.16 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.17 Unpacking xz-utils (5.2.4-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.44 Selecting previously unselected package apparmor.
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.45 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 42.61 Unpacking apparmor (2.13.2-10) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.06 Selecting previously unselected package aufs-tools.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.06 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.07 Unpacking aufs-tools (1:4.14+20190211-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.23 Selecting previously unselected package libonig5:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.24 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.25 Unpacking libonig5:ppc64el (6.9.1-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.45 Selecting previously unselected package libjq1:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.47 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.48 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.63 Selecting previously unselected package jq.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.64 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.66 Unpacking jq (1.5+dfsg-2+b1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.75 Selecting previously unselected package libaio1:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.75 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.76 Unpacking libaio1:ppc64el (0.3.112-3) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.83 Selecting previously unselected package libgpm2:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.84 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.87 Unpacking libgpm2:ppc64el (1.20.7-5) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.93 Selecting previously unselected package libicu63:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.94 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 43.94 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.17 Selecting previously unselected package libnet1:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.17 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.17 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.23 Selecting previously unselected package libnl-3-200:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.23 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.23 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.29 Selecting previously unselected package libprotobuf-c1:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.30 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.30 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.38 Selecting previously unselected package libreadline5:ppc64el.
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.39 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.40 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.58 Selecting previously unselected package net-tools.
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.61 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.91 Selecting previously unselected package python-pip-whl.
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.91 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 48.92 Unpacking python-pip-whl (18.1-5) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.51 Selecting previously unselected package python3-lib2to3.
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.52 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.53 Unpacking python3-lib2to3 (3.7.3-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.68 Selecting previously unselected package python3-distutils.
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.69 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.70 Unpacking python3-distutils (3.7.3-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.84 Selecting previously unselected package python3-pip.
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.85 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 49.85 Unpacking python3-pip (18.1-5) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.12 Selecting previously unselected package python3-pkg-resources.
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.15 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.15 Unpacking python3-pkg-resources (40.8.0-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.29 Selecting previously unselected package python3-setuptools.
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.30 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.30 Unpacking python3-setuptools (40.8.0-1) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.58 Selecting previously unselected package python3-wheel.
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.60 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.61 Unpacking python3-wheel (0.32.3-2) ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.69 Selecting previously unselected package sudo.
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.70 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.331Z] #19 50.71 Unpacking sudo (1.8.27-1+deb10u2) ...
07:27:29 [2020-11-03T07:27:29.350Z] #48 ...
07:27:29 [2020-11-03T07:27:29.350Z] 
07:27:29 [2020-11-03T07:27:29.350Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:29 [2020-11-03T07:27:29.350Z] #40 20.45   CC       images/core-aarch64.o
07:27:29 [2020-11-03T07:27:29.384Z] #41 38.74   CC       images/siginfo.o
07:27:29 [2020-11-03T07:27:29.532Z] ok  	github.com/docker/docker/daemon/cluster	0.035s	coverage: 0.5% of statements
07:27:29 [2020-11-03T07:27:29.581Z] #23 DONE 0.3s
07:27:29 [2020-11-03T07:27:29.581Z] 
07:27:29 [2020-11-03T07:27:29.581Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
07:27:29 [2020-11-03T07:27:29.613Z] #40 20.87   CC       images/core-ppc64.o
07:27:29 [2020-11-03T07:27:29.629Z] #19 51.23 Selecting previously unselected package thin-provisioning-tools.
07:27:29 [2020-11-03T07:27:29.629Z] #19 51.25 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
07:27:29 [2020-11-03T07:27:29.629Z] #19 51.25 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
07:27:29 [2020-11-03T07:27:29.647Z] #41 38.96   CC       images/rpc.o
07:27:29 [2020-11-03T07:27:29.875Z] #40 21.45   CC       images/core-s390.o
07:27:29 [2020-11-03T07:27:29.928Z] #19 ...
07:27:29 [2020-11-03T07:27:29.928Z] 
07:27:29 [2020-11-03T07:27:29.928Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:27:29 [2020-11-03T07:27:29.928Z] #23 161.3 + mkdir -p /tmp/tmp.9ZiDEGBAl9/src/github.com/docker
07:27:29 [2020-11-03T07:27:29.928Z] #23 161.3 + mv components/cli /tmp/tmp.9ZiDEGBAl9/src/github.com/docker/cli
07:27:29 [2020-11-03T07:27:29.928Z] #23 161.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
07:27:30 [2020-11-03T07:27:30.563Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
07:27:30 [2020-11-03T07:27:30.597Z] #41 ...
07:27:30 [2020-11-03T07:27:30.597Z] 
07:27:30 [2020-11-03T07:27:30.597Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:30 [2020-11-03T07:27:30.597Z] #11 96.32 Selecting previously unselected package g++-mingw-w64-x86-64.
07:27:30 [2020-11-03T07:27:30.597Z] #11 96.32 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
07:27:30 [2020-11-03T07:27:30.597Z] #11 96.33 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:30 [2020-11-03T07:27:30.597Z] #11 ...
07:27:30 [2020-11-03T07:27:30.597Z] 
07:27:30 [2020-11-03T07:27:30.597Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:30 [2020-11-03T07:27:30.597Z] #41 40.00   CC       images/ext-file.o
07:27:30 [2020-11-03T07:27:30.825Z] #40 22.18   CC       images/cpuinfo.o
07:27:31 [2020-11-03T07:27:31.173Z] #41 40.39   CC       images/cgroup.o
07:27:31 [2020-11-03T07:27:31.403Z] #40 22.69   CC       images/inventory.o
07:27:31 [2020-11-03T07:27:31.607Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.006s	coverage: 35.9% of statements
07:27:31 [2020-11-03T07:27:31.666Z] #40 22.96   CC       images/fdinfo.o
07:27:31 [2020-11-03T07:27:31.750Z] #41 41.04   CC       images/userns.o
07:27:31 [2020-11-03T07:27:31.928Z] #40 23.27   CC       images/fown.o
07:27:31 [2020-11-03T07:27:31.928Z] #40 23.46   CC       images/ns.o
07:27:32 [2020-11-03T07:27:32.191Z] #40 23.62   CC       images/regfile.o
07:27:32 [2020-11-03T07:27:32.328Z] #41 41.35   CC       images/google/protobuf/descriptor.o
07:27:32 [2020-11-03T07:27:32.766Z] #40 23.94   CC       images/ghost-file.o
07:27:33 [2020-11-03T07:27:33.029Z] #40 24.29   CC       images/fifo.o
07:27:33 [2020-11-03T07:27:33.029Z] #40 24.51   CC       images/remap-file-path.o
07:27:33 [2020-11-03T07:27:33.291Z] #40 24.74   CC       images/eventfd.o
07:27:33 [2020-11-03T07:27:33.371Z] #54 ...
07:27:33 [2020-11-03T07:27:33.371Z] 
07:27:33 [2020-11-03T07:27:33.371Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:33 [2020-11-03T07:27:33.371Z] #49 115.7 mvdan.cc/sh/v3/cmd/shfmt
07:27:33 [2020-11-03T07:27:33.371Z] #49 DONE 121.4s
07:27:33 [2020-11-03T07:27:33.371Z] 
07:27:33 [2020-11-03T07:27:33.371Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:33 [2020-11-03T07:27:33.371Z] #41 18.92   CC       images/core-aarch64.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 19.33   CC       images/core-ppc64.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 20.00   CC       images/core-s390.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 20.70   CC       images/cpuinfo.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 21.13   CC       images/inventory.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 21.32   CC       images/fdinfo.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 21.81   CC       images/fown.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 22.08   CC       images/ns.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 22.31   CC       images/regfile.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 22.60   CC       images/ghost-file.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 22.90   CC       images/fifo.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 23.12   CC       images/remap-file-path.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 23.32   CC       images/eventfd.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 23.53   CC       images/eventpoll.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 23.83   CC       images/fh.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 24.15   CC       images/fsnotify.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 24.82   CC       images/signalfd.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 25.15   CC       images/fs.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 25.47   CC       images/pstree.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 25.72   CC       images/pipe.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 25.95   CC       images/tcp-stream.o
07:27:33 [2020-11-03T07:27:33.371Z] #41 26.21   CC       images/sk-packet.o
07:27:33 [2020-11-03T07:27:33.554Z] #40 24.98   CC       images/eventpoll.o
07:27:33 [2020-11-03T07:27:33.935Z] #41 26.77   CC       images/mnt.o
07:27:34 [2020-11-03T07:27:34.128Z] #40 25.26   CC       images/fh.o
07:27:34 [2020-11-03T07:27:34.128Z] #40 ...
07:27:34 [2020-11-03T07:27:34.128Z] 
07:27:34 [2020-11-03T07:27:34.128Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:34 [2020-11-03T07:27:34.128Z] #42 111.9 text/template
07:27:34 [2020-11-03T07:27:34.128Z] #42 114.0 encoding/xml
07:27:34 [2020-11-03T07:27:34.128Z] #42 116.4 go/doc
07:27:34 [2020-11-03T07:27:34.128Z] #42 119.2 github.com/LK4D4/vndr/versioned
07:27:34 [2020-11-03T07:27:34.128Z] #42 119.3 github.com/LK4D4/vndr/build
07:27:34 [2020-11-03T07:27:34.128Z] #42 119.3 compress/flate
07:27:34 [2020-11-03T07:27:34.128Z] #42 122.0 hash/crc32
07:27:34 [2020-11-03T07:27:34.128Z] #42 ...
07:27:34 [2020-11-03T07:27:34.128Z] 
07:27:34 [2020-11-03T07:27:34.128Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:34 [2020-11-03T07:27:34.128Z] #40 25.64   CC       images/fsnotify.o
07:27:34 [2020-11-03T07:27:34.193Z] #41 26.98   CC       images/pipe-data.o
07:27:34 [2020-11-03T07:27:34.193Z] #41 27.08   CC       images/sa.o
07:27:34 [2020-11-03T07:27:34.255Z] #41 43.29   CC       images/opts.o
07:27:34 [2020-11-03T07:27:34.255Z] #41 43.59   CC       images/seccomp.o
07:27:34 [2020-11-03T07:27:34.439Z] #23 ...
07:27:34 [2020-11-03T07:27:34.439Z] 
07:27:34 [2020-11-03T07:27:34.439Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:34 [2020-11-03T07:27:34.439Z] #42 97.19   CC       criu/aio.o
07:27:34 [2020-11-03T07:27:34.439Z] #42 98.19   CC       criu/autofs.o
07:27:34 [2020-11-03T07:27:34.439Z] #42 100.6   CC       criu/bfd.o
07:27:34 [2020-11-03T07:27:34.439Z] #42 101.5   CC       criu/bitmap.o
07:27:34 [2020-11-03T07:27:34.439Z] #42 101.6   CC       criu/cgroup-props.o
07:27:34 [2020-11-03T07:27:34.439Z] #42 102.9   CC       criu/cgroup.o
07:27:34 [2020-11-03T07:27:34.439Z] #42 ...
07:27:34 [2020-11-03T07:27:34.439Z] 
07:27:34 [2020-11-03T07:27:34.439Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.58 Selecting previously unselected package uidmap.
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.58 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.59 Unpacking uidmap (1:4.5-1.1) ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.72 Selecting previously unselected package vim-runtime.
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.73 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.77 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.81 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
07:27:34 [2020-11-03T07:27:34.439Z] #19 51.82 Unpacking vim-runtime (2:8.1.0875-5) ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 55.40 Selecting previously unselected package vim.
07:27:34 [2020-11-03T07:27:34.439Z] #19 55.43 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 55.47 Unpacking vim (2:8.1.0875-5) ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 56.09 Selecting previously unselected package xfsprogs.
07:27:34 [2020-11-03T07:27:34.439Z] #19 56.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
07:27:34 [2020-11-03T07:27:34.439Z] #19 56.10 Unpacking xfsprogs (4.20.0-1) ...
07:27:34 [2020-11-03T07:27:34.450Z] #41 27.22   CC       images/timer.o
07:27:34 [2020-11-03T07:27:34.520Z] #41 43.94   CC       images/binfmt-misc.o
07:27:34 [2020-11-03T07:27:34.707Z] #41 27.63   CC       images/timerfd.o
07:27:34 [2020-11-03T07:27:34.784Z] #41 44.20   CC       images/time.o
07:27:34 [2020-11-03T07:27:34.876Z] #28 DONE 4.5s
07:27:34 [2020-11-03T07:27:34.876Z] 
07:27:34 [2020-11-03T07:27:34.876Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:34 [2020-11-03T07:27:34.876Z] #51 90.03 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
07:27:34 [2020-11-03T07:27:34.876Z] #51 92.49 + mkdir -p /build
07:27:34 [2020-11-03T07:27:34.876Z] #51 92.49 + cp runc /build/runc
07:27:34 [2020-11-03T07:27:34.876Z] #51 DONE 93.3s
07:27:34 [2020-11-03T07:27:34.876Z] 
07:27:34 [2020-11-03T07:27:34.876Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:34 [2020-11-03T07:27:34.876Z] #41 137.9   CC       criu/pie-util-vdso-elf32.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 138.6   CC       criu/pie-util-vdso.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 139.0   CC       criu/pie-util.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 139.2   CC       criu/pipes.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 139.9   CC       criu/plugin.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 140.3   CC       criu/proc_parse.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 142.0   CC       criu/protobuf-desc.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 142.7   CC       criu/protobuf.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 ...
07:27:34 [2020-11-03T07:27:34.876Z] 
07:27:34 [2020-11-03T07:27:34.876Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
07:27:34 [2020-11-03T07:27:34.876Z] #31 DONE 0.6s
07:27:34 [2020-11-03T07:27:34.876Z] 
07:27:34 [2020-11-03T07:27:34.876Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:34 [2020-11-03T07:27:34.876Z] #41 143.2   CC       criu/pstree.o
07:27:34 [2020-11-03T07:27:34.876Z] #41 ...
07:27:34 [2020-11-03T07:27:34.876Z] 
07:27:34 [2020-11-03T07:27:34.876Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
07:27:34 [2020-11-03T07:27:34.876Z] #33 DONE 0.2s
07:27:34 [2020-11-03T07:27:34.876Z] 
07:27:34 [2020-11-03T07:27:34.876Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
07:27:34 [2020-11-03T07:27:34.964Z] #41 27.79   CC       images/mm.o
07:27:35 [2020-11-03T07:27:35.048Z] #41 44.47   CC       images/sysctl.o
07:27:35 [2020-11-03T07:27:35.074Z] #40 26.26   CC       images/signalfd.o
07:27:35 [2020-11-03T07:27:35.095Z] #19 56.65 Selecting previously unselected package zip.
07:27:35 [2020-11-03T07:27:35.095Z] #19 56.66 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
07:27:35 [2020-11-03T07:27:35.095Z] #19 56.66 Unpacking zip (3.0-11+b1) ...
07:27:35 [2020-11-03T07:27:35.138Z] #36 DONE 0.2s
07:27:35 [2020-11-03T07:27:35.138Z] 
07:27:35 [2020-11-03T07:27:35.138Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:27:35 [2020-11-03T07:27:35.222Z] #41 28.07   CC       images/sk-opts.o
07:27:35 [2020-11-03T07:27:35.336Z] #40 26.57   CC       images/fs.o
07:27:35 [2020-11-03T07:27:35.336Z] #40 26.80   CC       images/pstree.o
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.83 Setting up aufs-tools (1:4.14+20190211-1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.84 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.85 Setting up libip6tc0:ppc64el (1.8.2-4) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.86 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.86 Setting up libgpm2:ppc64el (1.20.7-5) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.86 Setting up libip4tc0:ppc64el (1.8.2-4) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.87 Setting up uidmap (1:4.5-1.1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.87 Setting up libnftnl11:ppc64el (1.1.2-2) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.88 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.89 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.90 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.90 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.91 Setting up xxd (2:8.1.0875-5) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.91 Setting up zip (3.0-11+b1) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.92 Setting up vim-common (2:8.1.0875-5) ...
07:27:35 [2020-11-03T07:27:35.424Z] #19 56.96 Setting up bash-completion (1:2.8-6) ...
07:27:35 [2020-11-03T07:27:35.481Z] #41 28.23   CC       images/sk-unix.o
07:27:35 [2020-11-03T07:27:35.481Z] #41 28.50   CC       images/sk-inet.o
07:27:35 [2020-11-03T07:27:35.598Z] #40 27.13   CC       images/pipe.o
07:27:35 [2020-11-03T07:27:35.626Z] #41 44.66   CC       images/autofs.o
07:27:35 [2020-11-03T07:27:35.626Z] #41 44.98   CC       images/macvlan.o
07:27:35 [2020-11-03T07:27:35.711Z] #38 ...
07:27:35 [2020-11-03T07:27:35.711Z] 
07:27:35 [2020-11-03T07:27:35.711Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:35 [2020-11-03T07:27:35.711Z] #41 144.2   CC       criu/rbtree.o
07:27:35 [2020-11-03T07:27:35.860Z] #40 27.33   CC       images/tcp-stream.o
07:27:35 [2020-11-03T07:27:35.972Z] #41 144.4   CC       criu/rst-malloc.o
07:27:36 [2020-11-03T07:27:36.045Z] #41 28.84   CC       images/tun.o
07:27:36 [2020-11-03T07:27:36.203Z] #41 45.29   CC       images/sit.o
07:27:36 [2020-11-03T07:27:36.203Z] #41 45.56   CC       images/memfd.o
07:27:36 [2020-11-03T07:27:36.232Z] #41 144.7   CC       criu/seccomp.o
07:27:36 [2020-11-03T07:27:36.304Z] #41 29.13   CC       images/sk-netlink.o
07:27:36 [2020-11-03T07:27:36.436Z] #40 27.62   CC       images/sk-packet.o
07:27:36 [2020-11-03T07:27:36.436Z] #40 28.00   CC       images/mnt.o
07:27:36 [2020-11-03T07:27:36.580Z] #41 29.42   CC       images/packet-sock.o
07:27:36 [2020-11-03T07:27:36.837Z] #41 29.71   CC       images/ipc-var.o
07:27:36 [2020-11-03T07:27:36.900Z] #41 145.3   CC       criu/seize.o
07:27:36 [2020-11-03T07:27:36.910Z] #41 46.12   CC       images/timens.o
07:27:36 [2020-11-03T07:27:36.910Z] #41 ...
07:27:36 [2020-11-03T07:27:36.910Z] 
07:27:36 [2020-11-03T07:27:36.910Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:36 [2020-11-03T07:27:36.910Z] #11 112.8 Selecting previously unselected package libapparmor1:arm64.
07:27:36 [2020-11-03T07:27:36.910Z] #11 112.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
07:27:36 [2020-11-03T07:27:36.910Z] #11 112.8 Unpacking libapparmor1:arm64 (2.13.2-10) ...
07:27:37 [2020-11-03T07:27:37.011Z] #40 ...
07:27:37 [2020-11-03T07:27:37.011Z] 
07:27:37 [2020-11-03T07:27:37.011Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
07:27:37 [2020-11-03T07:27:37.011Z] #48 118.9 mvdan.cc/sh/v3/cmd/shfmt
07:27:37 [2020-11-03T07:27:37.011Z] #48 DONE 124.7s
07:27:37 [2020-11-03T07:27:37.011Z] 
07:27:37 [2020-11-03T07:27:37.011Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:37 [2020-11-03T07:27:37.011Z] #40 28.21   CC       images/pipe-data.o
07:27:37 [2020-11-03T07:27:37.094Z] #41 29.90   CC       images/ipc-desc.o
07:27:37 [2020-11-03T07:27:37.094Z] #41 30.12   CC       images/ipc-shm.o
07:27:37 [2020-11-03T07:27:37.173Z] #11 112.9 Selecting previously unselected package libapparmor-dev:arm64.
07:27:37 [2020-11-03T07:27:37.173Z] #11 112.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
07:27:37 [2020-11-03T07:27:37.173Z] #11 113.0 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
07:27:37 [2020-11-03T07:27:37.173Z] #11 113.2 Selecting previously unselected package libbtrfs0.
07:27:37 [2020-11-03T07:27:37.173Z] #11 113.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
07:27:37 [2020-11-03T07:27:37.173Z] #11 113.2 Unpacking libbtrfs0 (4.20.1-2) ...
07:27:37 [2020-11-03T07:27:37.273Z] #40 28.60   CC       images/sa.o
07:27:37 [2020-11-03T07:27:37.327Z] DEBUG: print all environment variables to check how Jenkins runs this script
07:27:37 [2020-11-03T07:27:37.327Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-80ac65bf\powershellScript.ps1'; exit $LASTEXITCODE;
07:27:37 [2020-11-03T07:27:37.327Z] ----------------------------------------------------------------------------
07:27:37 [2020-11-03T07:27:37.327Z] 
07:27:37 [2020-11-03T07:27:37.327Z] INFO: executeCI.ps1 starting at Tue Nov  3 07:27:35 CUT 2020
07:27:37 [2020-11-03T07:27:37.327Z] 
07:27:37 [2020-11-03T07:27:37.327Z] INFO: Script version 05-Feb-2019 09:03 PDT
07:27:37 [2020-11-03T07:27:37.327Z] INFO: Running git version 2.24.1.windows.2
07:27:37 [2020-11-03T07:27:37.327Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
07:27:37 [2020-11-03T07:27:37.327Z] INFO: Environment variables:
07:27:37 [2020-11-03T07:27:37.327Z] 
07:27:37 [2020-11-03T07:27:37.327Z] Name                           Value                                                                                   
07:27:37 [2020-11-03T07:27:37.327Z] ----                           -----                                                                                   
07:27:37 [2020-11-03T07:27:37.327Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
07:27:37 [2020-11-03T07:27:37.327Z] amd64                          true                                                                                    
07:27:37 [2020-11-03T07:27:37.327Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
07:27:37 [2020-11-03T07:27:37.327Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
07:27:37 [2020-11-03T07:27:37.327Z] arm64                          true                                                                                    
07:27:37 [2020-11-03T07:27:37.327Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
07:27:37 [2020-11-03T07:27:37.327Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
07:27:37 [2020-11-03T07:27:37.327Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
07:27:37 [2020-11-03T07:27:37.327Z] BRANCH_NAME                    PR-41626                                                                                
07:27:37 [2020-11-03T07:27:37.327Z] BUILD_DISPLAY_NAME             #2                                                                                      
07:27:37 [2020-11-03T07:27:37.327Z] BUILD_ID                       2                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] BUILD_NUMBER                   2                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] BUILD_TAG                      jenkins-moby-PR-41626-2                                                                 
07:27:37 [2020-11-03T07:27:37.327Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41626/2/                              
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_AUTHOR                  cuonglm                                                                                 
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_AUTHOR_DISPLAY_NAME     Cuong Manh Le                                                                           
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_AUTHOR_EMAIL            cuong.manhle.vn@gmail.com                                                               
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_BRANCH                  master                                                                                  
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_FORK                    cuonglm                                                                                 
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_ID                      41626                                                                                   
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_TARGET                  master                                                                                  
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_TITLE                   pkg/devicemapper: fix invalid usage of reflect.SliceHeader                              
07:27:37 [2020-11-03T07:27:37.327Z] CHANGE_URL                     https://github.com/moby/moby/pull/41626                                                 
07:27:37 [2020-11-03T07:27:37.327Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
07:27:37 [2020-11-03T07:27:37.327Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
07:27:37 [2020-11-03T07:27:37.327Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
07:27:37 [2020-11-03T07:27:37.327Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
07:27:37 [2020-11-03T07:27:37.327Z] COMPUTERNAME                   azwin-2-367ac0                                                                          
07:27:37 [2020-11-03T07:27:37.327Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
07:27:37 [2020-11-03T07:27:37.327Z] ConfigSequenceNumber           0                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] dco                            true                                                                                    
07:27:37 [2020-11-03T07:27:37.327Z] DOCKER_BUILDKIT                0                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] DOCKER_DUT_DEBUG               1                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] DOCKER_EXPERIMENTAL            1                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
07:27:37 [2020-11-03T07:27:37.327Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
07:27:37 [2020-11-03T07:27:37.327Z] EXECUTOR_NUMBER                0                                                                                       
07:27:37 [2020-11-03T07:27:37.327Z] FQDN                           azwin-2-367ac0.westus.cloudapp.azure.com                                                
07:27:37 [2020-11-03T07:27:37.327Z] GIT_BRANCH                     PR-41626                                                                                
07:27:37 [2020-11-03T07:27:37.327Z] GIT_COMMIT                     c208f03fbddb4355729c3225bb2550c4d54a2c5e                                                
07:27:37 [2020-11-03T07:27:37.328Z] GIT_URL                        https://github.com/moby/moby.git                                                        
07:27:37 [2020-11-03T07:27:37.328Z] HUDSON_COOKIE                  7ee5665b-3e12-462d-a181-46d1ce57e42e                                                    
07:27:37 [2020-11-03T07:27:37.328Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
07:27:37 [2020-11-03T07:27:37.328Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
07:27:37 [2020-11-03T07:27:37.328Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
07:27:37 [2020-11-03T07:27:37.328Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64                          
07:27:37 [2020-11-03T07:27:37.328Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
07:27:37 [2020-11-03T07:27:37.328Z] JENKINS_NODE_COOKIE            c12c4374-3e8e-468d-8199-3147fd18d00f                                                    
07:27:37 [2020-11-03T07:27:37.328Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
07:27:37 [2020-11-03T07:27:37.328Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
07:27:37 [2020-11-03T07:27:37.328Z] JOB_BASE_NAME                  PR-41626                                                                                
07:27:37 [2020-11-03T07:27:37.328Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41626/display/redirect                
07:27:37 [2020-11-03T07:27:37.328Z] JOB_NAME                       moby/PR-41626                                                                           
07:27:37 [2020-11-03T07:27:37.328Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41626/                                
07:27:37 [2020-11-03T07:27:37.328Z] library.jps.version            master                                                                                  
07:27:37 [2020-11-03T07:27:37.328Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
07:27:37 [2020-11-03T07:27:37.328Z] NODE_LABELS                    amd64 azure azwin-2-367ac0 azwin-2019 docker west-us windows windows-2019 x86_64        
07:27:37 [2020-11-03T07:27:37.328Z] NODE_NAME                      azwin-2-367ac0                                                                          
07:27:37 [2020-11-03T07:27:37.328Z] NUMBER_OF_PROCESSORS           4                                                                                       
07:27:37 [2020-11-03T07:27:37.328Z] OS                             Windows_NT                                                                              
07:27:37 [2020-11-03T07:27:37.328Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
07:27:37 [2020-11-03T07:27:37.328Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
07:27:37 [2020-11-03T07:27:37.328Z] ppc64le                        true                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
07:27:37 [2020-11-03T07:27:37.328Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
07:27:37 [2020-11-03T07:27:37.328Z] PROCESSOR_LEVEL                6                                                                                       
07:27:37 [2020-11-03T07:27:37.328Z] PROCESSOR_REVISION             5504                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] ProgramData                    C:\ProgramData                                                                          
07:27:37 [2020-11-03T07:27:37.328Z] ProgramFiles                   C:\Program Files                                                                        
07:27:37 [2020-11-03T07:27:37.328Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
07:27:37 [2020-11-03T07:27:37.328Z] ProgramW6432                   C:\Program Files                                                                        
07:27:37 [2020-11-03T07:27:37.328Z] PROMPT                         $P$G                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] PSExecutionPolicyPreference    Bypass                                                                                  
07:27:37 [2020-11-03T07:27:37.328Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
07:27:37 [2020-11-03T07:27:37.328Z] PUBLIC                         C:\Users\Public                                                                         
07:27:37 [2020-11-03T07:27:37.328Z] rootless                       true                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41626/2/display/redirect?page=changes 
07:27:37 [2020-11-03T07:27:37.328Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41626/2/display/redirect              
07:27:37 [2020-11-03T07:27:37.328Z] s390x                          true                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] SKIP_VALIDATION_TESTS          1                                                                                       
07:27:37 [2020-11-03T07:27:37.328Z] SOURCES_DRIVE                  d                                                                                       
07:27:37 [2020-11-03T07:27:37.328Z] SOURCES_SUBDIR                 gopath                                                                                  
07:27:37 [2020-11-03T07:27:37.328Z] STAGE_NAME                     Run tests                                                                               
07:27:37 [2020-11-03T07:27:37.328Z] SystemDrive                    C:                                                                                      
07:27:37 [2020-11-03T07:27:37.328Z] SystemRoot                     C:\windows                                                                              
07:27:37 [2020-11-03T07:27:37.328Z] TEMP                           C:\windows\TEMP                                                                         
07:27:37 [2020-11-03T07:27:37.328Z] TESTDEBUG                      0                                                                                       
07:27:37 [2020-11-03T07:27:37.328Z] TESTRUN_DRIVE                  d                                                                                       
07:27:37 [2020-11-03T07:27:37.328Z] TESTRUN_SUBDIR                 CI                                                                                      
07:27:37 [2020-11-03T07:27:37.328Z] TIMEOUT                        120m                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] TMP                            C:\windows\TEMP                                                                         
07:27:37 [2020-11-03T07:27:37.328Z] unit_validate                  true                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] USERDOMAIN                     WORKGROUP                                                                               
07:27:37 [2020-11-03T07:27:37.328Z] USERNAME                       azwin-2-367ac0$                                                                         
07:27:37 [2020-11-03T07:27:37.328Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
07:27:37 [2020-11-03T07:27:37.328Z] validate_force                 false                                                                                   
07:27:37 [2020-11-03T07:27:37.328Z] windir                         C:\windows                                                                              
07:27:37 [2020-11-03T07:27:37.328Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
07:27:37 [2020-11-03T07:27:37.328Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
07:27:37 [2020-11-03T07:27:37.328Z] windowsRS1                     false                                                                                   
07:27:37 [2020-11-03T07:27:37.328Z] windowsRS5                     true                                                                                    
07:27:37 [2020-11-03T07:27:37.328Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
07:27:37 [2020-11-03T07:27:37.328Z] 
07:27:37 [2020-11-03T07:27:37.328Z] 
07:27:37 [2020-11-03T07:27:37.328Z] 
07:27:37 [2020-11-03T07:27:37.437Z] #11 113.3 Selecting previously unselected package libbtrfs-dev.
07:27:37 [2020-11-03T07:27:37.437Z] #11 113.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
07:27:37 [2020-11-03T07:27:37.437Z] #11 113.3 Unpacking libbtrfs-dev (4.20.1-2) ...
07:27:37 [2020-11-03T07:27:37.471Z] #41 145.8   CC       criu/servicefd.o
07:27:37 [2020-11-03T07:27:37.535Z] #40 28.92   CC       images/timer.o
07:27:37 [2020-11-03T07:27:37.669Z] #41 30.31   CC       images/ipc-msg.o
07:27:37 [2020-11-03T07:27:37.669Z] #41 30.54   CC       images/ipc-sem.o
07:27:37 [2020-11-03T07:27:37.700Z] #11 113.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
07:27:37 [2020-11-03T07:27:37.700Z] #11 113.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
07:27:37 [2020-11-03T07:27:37.700Z] #11 113.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
07:27:37 [2020-11-03T07:27:37.735Z] #41 ...
07:27:37 [2020-11-03T07:27:37.735Z] 
07:27:37 [2020-11-03T07:27:37.735Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:27:37 [2020-11-03T07:27:37.735Z] #38 DONE 233.6s
07:27:37 [2020-11-03T07:27:37.735Z] 
07:27:37 [2020-11-03T07:27:37.735Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:37 [2020-11-03T07:27:37.735Z] #41 146.1   CC       criu/shmem.o
07:27:37 [2020-11-03T07:27:37.926Z] #41 30.81   CC       images/utsns.o
07:27:37 [2020-11-03T07:27:37.962Z] #11 113.7 Selecting previously unselected package libudev-dev:arm64.
07:27:37 [2020-11-03T07:27:37.962Z] #11 113.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ...
07:27:37 [2020-11-03T07:27:37.962Z] #11 113.8 Unpacking libudev-dev:arm64 (241-7~deb10u4) ...
07:27:37 [2020-11-03T07:27:37.962Z] #11 113.9 Selecting previously unselected package libsepol1-dev:arm64.
07:27:37 [2020-11-03T07:27:37.962Z] #11 113.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
07:27:37 [2020-11-03T07:27:37.962Z] #11 113.9 Unpacking libsepol1-dev:arm64 (2.8-1) ...
07:27:38 [2020-11-03T07:27:38.109Z] #40 29.51   CC       images/timerfd.o
07:27:38 [2020-11-03T07:27:38.184Z] #41 31.07   CC       images/creds.o
07:27:38 [2020-11-03T07:27:38.370Z] #40 29.74   CC       images/mm.o
07:27:38 [2020-11-03T07:27:38.442Z] #41 31.30   CC       images/vma.o
07:27:38 [2020-11-03T07:27:38.491Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.424s	coverage: 14.1% of statements
07:27:38 [2020-11-03T07:27:38.538Z] #11 114.3 Selecting previously unselected package libpcre16-3:arm64.
07:27:38 [2020-11-03T07:27:38.538Z] #11 114.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
07:27:38 [2020-11-03T07:27:38.539Z] #11 114.3 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
07:27:38 [2020-11-03T07:27:38.539Z] #11 114.5 Selecting previously unselected package libpcre32-3:arm64.
07:27:38 [2020-11-03T07:27:38.539Z] #11 114.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
07:27:38 [2020-11-03T07:27:38.539Z] #11 114.5 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
07:27:38 [2020-11-03T07:27:38.633Z] #40 30.04   CC       images/sk-opts.o
07:27:38 [2020-11-03T07:27:38.675Z] #41 147.0   CC       criu/sigframe.o
07:27:38 [2020-11-03T07:27:38.699Z] #41 ...
07:27:38 [2020-11-03T07:27:38.699Z] 
07:27:38 [2020-11-03T07:27:38.699Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:38 [2020-11-03T07:27:38.699Z] #43 117.1 github.com/LK4D4/vndr/build
07:27:38 [2020-11-03T07:27:38.699Z] #43 118.0 github.com/LK4D4/vndr/versioned
07:27:38 [2020-11-03T07:27:38.699Z] #43 118.1 compress/flate
07:27:38 [2020-11-03T07:27:38.699Z] #43 120.4 hash/crc32
07:27:38 [2020-11-03T07:27:38.699Z] #43 121.0 compress/gzip
07:27:38 [2020-11-03T07:27:38.699Z] #43 121.2 net
07:27:38 [2020-11-03T07:27:38.699Z] #43 121.7 vendor/golang.org/x/crypto/poly1305
07:27:38 [2020-11-03T07:27:38.699Z] #43 122.5 vendor/golang.org/x/crypto/chacha20poly1305
07:27:38 [2020-11-03T07:27:38.699Z] #43 123.4 vendor/golang.org/x/crypto/hkdf
07:27:38 [2020-11-03T07:27:38.699Z] #43 123.6 vendor/golang.org/x/text/transform
07:27:38 [2020-11-03T07:27:38.699Z] #43 124.5 vendor/golang.org/x/text/unicode/bidi
07:27:38 [2020-11-03T07:27:38.699Z] #43 126.1 vendor/golang.org/x/text/secure/bidirule
07:27:38 [2020-11-03T07:27:38.699Z] #43 126.3 vendor/golang.org/x/text/unicode/norm
07:27:38 [2020-11-03T07:27:38.699Z] #43 ...
07:27:38 [2020-11-03T07:27:38.699Z] 
07:27:38 [2020-11-03T07:27:38.699Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:38 [2020-11-03T07:27:38.699Z] #41 31.58   CC       images/netdev.o
07:27:38 [2020-11-03T07:27:38.801Z] #11 114.8 Selecting previously unselected package libpcrecpp0v5:arm64.
07:27:38 [2020-11-03T07:27:38.801Z] #11 114.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
07:27:38 [2020-11-03T07:27:38.801Z] #11 114.8 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
07:27:38 [2020-11-03T07:27:38.877Z] INFO: Sources under d:\gopath\...
07:27:38 [2020-11-03T07:27:38.877Z] INFO: Test run under d:\CI\...
07:27:38 [2020-11-03T07:27:38.877Z] INFO: Running in D:\gopath\src\github.com\docker\docker
07:27:38 [2020-11-03T07:27:38.877Z] INFO: docker/docker repository was found
07:27:38 [2020-11-03T07:27:38.877Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
07:27:38 [2020-11-03T07:27:38.895Z] #40 30.28   CC       images/sk-unix.o
07:27:38 [2020-11-03T07:27:38.935Z] #41 147.3   CC       criu/signalfd.o
07:27:39 [2020-11-03T07:27:39.064Z] #11 114.9 Selecting previously unselected package libpcre3-dev:arm64.
07:27:39 [2020-11-03T07:27:39.064Z] #11 115.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
07:27:39 [2020-11-03T07:27:39.065Z] #11 115.0 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
07:27:39 [2020-11-03T07:27:39.156Z] #40 30.63   CC       images/sk-inet.o
07:27:39 [2020-11-03T07:27:39.195Z] #41 147.7   CC       criu/sk-inet.o
07:27:39 [2020-11-03T07:27:39.271Z] #41 32.03   CC       images/tty.o
07:27:39 [2020-11-03T07:27:39.340Z] ltsc2019: Pulling from windows/servercore
07:27:39 [2020-11-03T07:27:39.522Z] ok  	github.com/docker/docker/daemon/config	0.021s	coverage: 81.8% of statements
07:27:39 [2020-11-03T07:27:39.591Z] #11 115.3 Selecting previously unselected package libselinux1-dev:arm64.
07:27:39 [2020-11-03T07:27:39.591Z] #11 115.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
07:27:39 [2020-11-03T07:27:39.591Z] #11 115.3 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
07:27:39 [2020-11-03T07:27:39.738Z] #40 31.06   CC       images/tun.o
07:27:39 [2020-11-03T07:27:39.765Z] #41 148.4   CC       criu/sk-netlink.o
07:27:39 [2020-11-03T07:27:39.803Z] 4612f6d0b889: Pulling fs layer
07:27:39 [2020-11-03T07:27:39.804Z] 406ffb8432a7: Pulling fs layer
07:27:39 [2020-11-03T07:27:39.812Z] ok  	github.com/docker/docker/daemon/discovery	0.002s	coverage: 30.0% of statements
07:27:39 [2020-11-03T07:27:39.836Z] #41 32.59   CC       images/file-lock.o
07:27:39 [2020-11-03T07:27:39.836Z] #41 32.77   CC       images/rlimit.o
07:27:39 [2020-11-03T07:27:39.854Z] #11 115.8 Selecting previously unselected package libdevmapper-dev:arm64.
07:27:39 [2020-11-03T07:27:39.854Z] #11 115.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
07:27:39 [2020-11-03T07:27:39.854Z] #11 115.8 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
07:27:40 [2020-11-03T07:27:40.000Z] #40 31.39   CC       images/sk-netlink.o
07:27:40 [2020-11-03T07:27:40.026Z] #41 ...
07:27:40 [2020-11-03T07:27:40.026Z] 
07:27:40 [2020-11-03T07:27:40.026Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
07:27:40 [2020-11-03T07:27:40.026Z] #39 DONE 0.7s
07:27:40 [2020-11-03T07:27:40.066Z] #19 61.68 Setting up libiptc0:ppc64el (1.8.2-4) ...
07:27:40 [2020-11-03T07:27:40.066Z] #19 61.68 Setting up xz-utils (5.2.4-1) ...
07:27:40 [2020-11-03T07:27:40.066Z] #19 61.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:27:40 [2020-11-03T07:27:40.066Z] #19 61.72 Setting up sudo (1.8.27-1+deb10u2) ...
07:27:40 [2020-11-03T07:27:40.092Z] #41 33.02   CC       images/pagemap.o
07:27:40 [2020-11-03T07:27:40.118Z] #11 116.0 Selecting previously unselected package libseccomp-dev:arm64.
07:27:40 [2020-11-03T07:27:40.118Z] #11 116.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
07:27:40 [2020-11-03T07:27:40.118Z] #11 116.0 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
07:27:40 [2020-11-03T07:27:40.262Z] #40 31.68   CC       images/packet-sock.o
07:27:40 [2020-11-03T07:27:40.286Z] 
07:27:40 [2020-11-03T07:27:40.286Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:40 [2020-11-03T07:27:40.286Z] #41 148.7   CC       criu/sk-packet.o
07:27:40 [2020-11-03T07:27:40.349Z] #41 33.30   CC       images/siginfo.o
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.87 invoke-rc.d: could not determine current runlevel
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.88 invoke-rc.d: policy-rc.d denied execution of start.
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.90 Setting up pigz (2.4-1) ...
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.90 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.91 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.93 Setting up python-pip-whl (18.1-5) ...
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.94 Setting up libmpdec2:ppc64el (2.4.2-2) ...
07:27:40 [2020-11-03T07:27:40.368Z] #19 61.95 Setting up vim-runtime (2:8.1.0875-5) ...
07:27:40 [2020-11-03T07:27:40.443Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
07:27:40 [2020-11-03T07:27:40.524Z] #40 32.09   CC       images/ipc-var.o
07:27:40 [2020-11-03T07:27:40.853Z] #11 116.4 Selecting previously unselected package libsystemd-dev:arm64.
07:27:40 [2020-11-03T07:27:40.853Z] #11 116.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ...
07:27:40 [2020-11-03T07:27:40.857Z] #41 149.1   CC       criu/sk-queue.o
07:27:40 [2020-11-03T07:27:40.913Z] #41 33.63   CC       images/rpc.o
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.59 Setting up libaio1:ppc64el (0.3.112-3) ...
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.60 Setting up libonig5:ppc64el (6.9.1-1) ...
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.61 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.62 Setting up vim (2:8.1.0875-5) ...
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 ...
07:27:41 [2020-11-03T07:27:41.017Z] 
07:27:41 [2020-11-03T07:27:41.017Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:41 [2020-11-03T07:27:41.017Z] #44 162.3 net/http/httptrace
07:27:41 [2020-11-03T07:27:41.017Z] #44 162.6 net/http
07:27:41 [2020-11-03T07:27:41.017Z] #44 ...
07:27:41 [2020-11-03T07:27:41.017Z] 
07:27:41 [2020-11-03T07:27:41.017Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:27:41 [2020-11-03T07:27:41.017Z] #19 62.76 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
07:27:41 [2020-11-03T07:27:41.073Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
07:27:41 [2020-11-03T07:27:41.098Z] #40 32.29   CC       images/ipc-desc.o
07:27:41 [2020-11-03T07:27:41.098Z] #40 32.50   CC       images/ipc-shm.o
07:27:41 [2020-11-03T07:27:41.118Z] #41 149.4   CC       criu/sk-tcp.o
07:27:41 [2020-11-03T07:27:41.335Z] #19 62.77 Setting up thin-provisioning-tools (0.7.6-2.1) ...
07:27:41 [2020-11-03T07:27:41.335Z] #19 62.78 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
07:27:41 [2020-11-03T07:27:41.335Z] #19 62.79 Setting up jq (1.5+dfsg-2+b1) ...
07:27:41 [2020-11-03T07:27:41.335Z] #19 62.80 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
07:27:41 [2020-11-03T07:27:41.335Z] #19 62.80 Setting up python3.7 (3.7.3-2+deb10u2) ...
07:27:41 [2020-11-03T07:27:41.360Z] #40 32.70   CC       images/ipc-msg.o
07:27:41 [2020-11-03T07:27:41.377Z] #41 149.8   CC       criu/sk-unix.o
07:27:41 [2020-11-03T07:27:41.622Z] #40 33.01   CC       images/ipc-sem.o
07:27:41 [2020-11-03T07:27:41.638Z] #41 ...
07:27:41 [2020-11-03T07:27:41.638Z] 
07:27:41 [2020-11-03T07:27:41.638Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:27:41 [2020-11-03T07:27:41.638Z] #47 237.7 + /build/golangci-lint --version
07:27:41 [2020-11-03T07:27:41.638Z] #47 237.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
07:27:41 [2020-11-03T07:27:41.638Z] #47 DONE 238.2s
07:27:41 [2020-11-03T07:27:41.802Z] #11 117.6 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ...
07:27:41 [2020-11-03T07:27:41.843Z] #41 34.75   CC       images/ext-file.o
07:27:41 [2020-11-03T07:27:41.884Z] #40 33.19   CC       images/utsns.o
07:27:41 [2020-11-03T07:27:41.898Z] 
07:27:41 [2020-11-03T07:27:41.898Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:42 [2020-11-03T07:27:42.065Z] #11 ...
07:27:42 [2020-11-03T07:27:42.066Z] 
07:27:42 [2020-11-03T07:27:42.066Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:42 [2020-11-03T07:27:42.066Z] #43 107.9 github.com/LK4D4/vndr/godl
07:27:42 [2020-11-03T07:27:42.066Z] #43 108.4 github.com/LK4D4/vndr
07:27:42 [2020-11-03T07:27:42.101Z] #41 34.91   CC       images/cgroup.o
07:27:42 [2020-11-03T07:27:42.106Z] ok  	github.com/docker/docker/daemon	12.290s	coverage: 17.2% of statements
07:27:42 [2020-11-03T07:27:42.106Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
07:27:42 [2020-11-03T07:27:42.106Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
07:27:42 [2020-11-03T07:27:42.106Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
07:27:42 [2020-11-03T07:27:42.106Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
07:27:42 [2020-11-03T07:27:42.146Z] #40 33.44   CC       images/creds.o
07:27:42 [2020-11-03T07:27:42.157Z] #54 ...
07:27:42 [2020-11-03T07:27:42.158Z] 
07:27:42 [2020-11-03T07:27:42.158Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:42 [2020-11-03T07:27:42.158Z] #41 150.8   CC       criu/sockets.o
07:27:42 [2020-11-03T07:27:42.329Z] #43 ...
07:27:42 [2020-11-03T07:27:42.329Z] 
07:27:42 [2020-11-03T07:27:42.329Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.39   LINK     images/built-in.o
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.54   GEN      compel/include/asm
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.60   GEN      compel/include/version.h
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.64 touch .config
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.75   GEN      include/common/config.h
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.92   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.94   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
07:27:42 [2020-11-03T07:27:42.329Z] #41 46.98   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.00   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.01   DEP      compel/plugins/std/infect.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.18   DEP      compel/plugins/std/string.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.31   DEP      compel/plugins/std/log.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.44   DEP      compel/plugins/std/fds.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.55   DEP      compel/plugins/std/std.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.70   DEP      compel/plugins/shmem/shmem.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.80   DEP      compel/plugins/fds/fds.d
07:27:42 [2020-11-03T07:27:42.329Z] #41 47.99   CC       compel/plugins/std/std.o
07:27:42 [2020-11-03T07:27:42.329Z] #41 48.35   CC       compel/plugins/std/fds.o
07:27:42 [2020-11-03T07:27:42.329Z] #41 49.07   CC       compel/plugins/std/log.o
07:27:42 [2020-11-03T07:27:42.329Z] #41 50.70   CC       compel/plugins/std/string.o
07:27:42 [2020-11-03T07:27:42.329Z] #41 51.16   CC       compel/plugins/std/infect.o
07:27:42 [2020-11-03T07:27:42.408Z] #40 33.71   CC       images/vma.o
07:27:42 [2020-11-03T07:27:42.408Z] #40 33.92   CC       images/netdev.o
07:27:42 [2020-11-03T07:27:42.592Z] #41 51.65   CC       compel/arch/aarch64/plugins/std/parasite-head.o
07:27:42 [2020-11-03T07:27:42.592Z] #41 51.73   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
07:27:42 [2020-11-03T07:27:42.592Z] #41 51.82   AR       compel/plugins/std.lib.a
07:27:42 [2020-11-03T07:27:42.592Z] #41 51.94   CC       compel/plugins/fds/fds.o
07:27:42 [2020-11-03T07:27:42.664Z] #41 35.51   CC       images/userns.o
07:27:42 [2020-11-03T07:27:42.664Z] #41 35.73   CC       images/google/protobuf/descriptor.o
07:27:42 [2020-11-03T07:27:42.670Z] #40 34.26   CC       images/tty.o
07:27:42 [2020-11-03T07:27:42.856Z] #41 ...
07:27:42 [2020-11-03T07:27:42.856Z] 
07:27:42 [2020-11-03T07:27:42.856Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:42 [2020-11-03T07:27:42.856Z] #43 DONE 118.8s
07:27:42 [2020-11-03T07:27:42.856Z] 
07:27:42 [2020-11-03T07:27:42.856Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:42 [2020-11-03T07:27:42.856Z] #41 52.19   AR       compel/plugins/fds.lib.a
07:27:43 [2020-11-03T07:27:43.099Z] #41 151.3   CC       criu/stats.o
07:27:43 [2020-11-03T07:27:43.099Z] #41 151.5   CC       criu/string.o
07:27:43 [2020-11-03T07:27:43.099Z] #41 151.5   CC       criu/sysctl.o
07:27:43 [2020-11-03T07:27:43.244Z] #41 52.32   HOSTDEP  compel/src/lib/log-host.d
07:27:43 [2020-11-03T07:27:43.244Z] #41 52.44   HOSTDEP  compel/src/lib/handle-elf-host.d
07:27:43 [2020-11-03T07:27:43.360Z] #41 151.9   CC       criu/sysfs_parse.o
07:27:43 [2020-11-03T07:27:43.506Z] #41 52.62   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
07:27:43 [2020-11-03T07:27:43.506Z] #41 52.75   HOSTDEP  compel/src/main-host.d
07:27:43 [2020-11-03T07:27:43.506Z] #41 52.84   DEP      compel/src/lib/ptrace.d
07:27:43 [2020-11-03T07:27:43.609Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
07:27:43 [2020-11-03T07:27:43.615Z] #40 34.79   CC       images/file-lock.o
07:27:43 [2020-11-03T07:27:43.615Z] #40 34.96   CC       images/rlimit.o
07:27:43 [2020-11-03T07:27:43.620Z] #41 152.1   CC       criu/timens.o
07:27:43 [2020-11-03T07:27:43.797Z] #41 53.02   DEP      compel/src/lib/infect.d
07:27:43 [2020-11-03T07:27:43.797Z] #41 53.12   DEP      compel/src/lib/infect-util.d
07:27:43 [2020-11-03T07:27:43.877Z] #40 35.15   CC       images/pagemap.o
07:27:43 [2020-11-03T07:27:43.909Z] #41 152.4   CC       criu/timerfd.o
07:27:44 [2020-11-03T07:27:44.061Z] #41 53.18   DEP      compel/src/lib/infect-rpc.d
07:27:44 [2020-11-03T07:27:44.061Z] #41 53.25   DEP      compel/arch/aarch64/src/lib/infect.d
07:27:44 [2020-11-03T07:27:44.061Z] #41 ...
07:27:44 [2020-11-03T07:27:44.061Z] 
07:27:44 [2020-11-03T07:27:44.061Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:27:44 [2020-11-03T07:27:44.061Z] #30 DONE 117.2s
07:27:44 [2020-11-03T07:27:44.061Z] 
07:27:44 [2020-11-03T07:27:44.061Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:44 [2020-11-03T07:27:44.061Z] #41 53.44   DEP      compel/arch/aarch64/src/lib/cpu.d
07:27:44 [2020-11-03T07:27:44.061Z] #41 53.51   DEP      compel/src/lib/log.d
07:27:44 [2020-11-03T07:27:44.139Z] #40 35.46   CC       images/siginfo.o
07:27:44 [2020-11-03T07:27:44.139Z] #40 35.67   CC       images/rpc.o
07:27:44 [2020-11-03T07:27:44.186Z] #41 152.6   CC       criu/tty.o
07:27:44 [2020-11-03T07:27:44.240Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.181s	coverage: 56.2% of statements
07:27:44 [2020-11-03T07:27:44.324Z] #41 53.58   DEP      compel/src/main.d
07:27:44 [2020-11-03T07:27:44.401Z] #40 ...
07:27:44 [2020-11-03T07:27:44.401Z] 
07:27:44 [2020-11-03T07:27:44.401Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:44 [2020-11-03T07:27:44.401Z] #42 122.5 compress/gzip
07:27:44 [2020-11-03T07:27:44.401Z] #42 123.0 vendor/golang.org/x/crypto/cryptobyte
07:27:44 [2020-11-03T07:27:44.401Z] #42 123.1 net
07:27:44 [2020-11-03T07:27:44.401Z] #42 125.2 vendor/golang.org/x/crypto/poly1305
07:27:44 [2020-11-03T07:27:44.401Z] #42 126.0 vendor/golang.org/x/crypto/chacha20poly1305
07:27:44 [2020-11-03T07:27:44.401Z] #42 127.2 vendor/golang.org/x/crypto/hkdf
07:27:44 [2020-11-03T07:27:44.401Z] #42 127.3 vendor/golang.org/x/text/transform
07:27:44 [2020-11-03T07:27:44.401Z] #42 127.9 vendor/golang.org/x/text/unicode/bidi
07:27:44 [2020-11-03T07:27:44.401Z] #42 129.5 vendor/golang.org/x/text/secure/bidirule
07:27:44 [2020-11-03T07:27:44.401Z] #42 129.8 vendor/golang.org/x/text/unicode/norm
07:27:44 [2020-11-03T07:27:44.559Z] #41 37.11   CC       images/opts.o
07:27:44 [2020-11-03T07:27:44.560Z] #41 37.35   CC       images/seccomp.o
07:27:44 [2020-11-03T07:27:44.589Z] #41 53.83   DEP      compel/src/lib/handle-elf.d
07:27:44 [2020-11-03T07:27:44.589Z] #41 53.92   DEP      compel/arch/aarch64/src/lib/handle-elf.d
07:27:44 [2020-11-03T07:27:44.663Z] #42 ...
07:27:44 [2020-11-03T07:27:44.663Z] 
07:27:44 [2020-11-03T07:27:44.663Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:44 [2020-11-03T07:27:44.663Z] #11 127.8 Selecting previously unselected package g++-mingw-w64-x86-64.
07:27:44 [2020-11-03T07:27:44.663Z] #11 127.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:27:44 [2020-11-03T07:27:44.663Z] #11 127.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:44 [2020-11-03T07:27:44.819Z] #41 37.64   CC       images/binfmt-misc.o
07:27:44 [2020-11-03T07:27:44.852Z] #41 54.07   CC       compel/src/lib/log.o
07:27:45 [2020-11-03T07:27:45.080Z] #41 37.84   CC       images/time.o
07:27:45 [2020-11-03T07:27:45.081Z] #41 38.03   CC       images/sysctl.o
07:27:45 [2020-11-03T07:27:45.136Z] #41 54.24   CC       compel/arch/aarch64/src/lib/cpu.o
07:27:45 [2020-11-03T07:27:45.136Z] #41 54.53   CC       compel/arch/aarch64/src/lib/infect.o
07:27:45 [2020-11-03T07:27:45.338Z] #41 38.23   CC       images/autofs.o
07:27:45 [2020-11-03T07:27:45.592Z] #41 154.0   CC       criu/tun.o
07:27:45 [2020-11-03T07:27:45.595Z] #41 38.46   CC       images/macvlan.o
07:27:45 [2020-11-03T07:27:45.595Z] #41 38.65   CC       images/sit.o
07:27:45 [2020-11-03T07:27:45.628Z] 406ffb8432a7: Verifying Checksum
07:27:45 [2020-11-03T07:27:45.628Z] 406ffb8432a7: Download complete
07:27:45 [2020-11-03T07:27:45.715Z] #41 54.80   CC       compel/src/lib/infect-rpc.o
07:27:45 [2020-11-03T07:27:45.852Z] #41 154.3   CC       criu/uffd.o
07:27:45 [2020-11-03T07:27:45.855Z] #19 ...
07:27:45 [2020-11-03T07:27:45.855Z] 
07:27:45 [2020-11-03T07:27:45.855Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:45 [2020-11-03T07:27:45.855Z] #42 108.3   CC       criu/clone-noasan.o
07:27:45 [2020-11-03T07:27:45.855Z] #42 108.7   CC       criu/config.o
07:27:45 [2020-11-03T07:27:45.855Z] #42 112.0   CC       criu/cr-check.o
07:27:45 [2020-11-03T07:27:45.855Z] #42 114.7   CC       criu/cr-dedup.o
07:27:45 [2020-11-03T07:27:45.855Z] #42 115.5   CC       criu/cr-dump.o
07:27:45 [2020-11-03T07:27:45.855Z] #42 ...
07:27:45 [2020-11-03T07:27:45.855Z] 
07:27:45 [2020-11-03T07:27:45.855Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:45 [2020-11-03T07:27:45.855Z] #19 66.97 Setting up iptables (1.8.2-4) ...
07:27:45 [2020-11-03T07:27:45.855Z] #19 66.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:27:45 [2020-11-03T07:27:45.856Z] #19 67.02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:27:45 [2020-11-03T07:27:45.856Z] #19 67.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:27:45 [2020-11-03T07:27:45.856Z] #19 67.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:27:45 [2020-11-03T07:27:45.856Z] #19 67.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:27:45 [2020-11-03T07:27:45.856Z] #19 67.08 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:27:45 [2020-11-03T07:27:45.856Z] #19 67.09 Setting up python3 (3.7.3-1) ...
07:27:45 [2020-11-03T07:27:45.988Z] #41 55.34   CC       compel/src/lib/infect-util.o
07:27:46 [2020-11-03T07:27:46.059Z] #11 ...
07:27:46 [2020-11-03T07:27:46.059Z] 
07:27:46 [2020-11-03T07:27:46.059Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:46 [2020-11-03T07:27:46.059Z] #42 133.8 vendor/golang.org/x/net/idna
07:27:46 [2020-11-03T07:27:46.158Z] #41 38.86   CC       images/memfd.o
07:27:46 [2020-11-03T07:27:46.163Z] #19 67.82 Setting up python3-wheel (0.32.3-2) ...
07:27:46 [2020-11-03T07:27:46.416Z] #41 39.11   CC       images/timens.o
07:27:46 [2020-11-03T07:27:46.416Z] #41 39.39   LINK     images/built-in.o
07:27:46 [2020-11-03T07:27:46.423Z] #41 154.8   CC       criu/util.o
07:27:46 [2020-11-03T07:27:46.565Z] #41 55.73   CC       compel/src/lib/infect.o
07:27:46 [2020-11-03T07:27:46.673Z] #41 39.54   GEN      compel/include/asm
07:27:46 [2020-11-03T07:27:46.673Z] #41 39.56   GEN      compel/include/version.h
07:27:46 [2020-11-03T07:27:46.673Z] #41 39.60 touch .config
07:27:46 [2020-11-03T07:27:46.673Z] #41 39.64   GEN      include/common/config.h
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.71   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.75   GEN      compel/plugins/include/uapi/std/syscall-64.h
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.79   GEN      compel/arch/x86/plugins/std/syscalls-64.S
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.80   DEP      compel/arch/x86/plugins/std/syscalls-64.d
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.82   DEP      compel/arch/x86/plugins/std/memcpy.d
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.85   DEP      compel/arch/x86/plugins/std/parasite-head.d
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.87   GEN      compel/plugins/include/uapi/std/syscall.h
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.90   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.90   GEN      compel/plugins/include/uapi/std/syscall-codes.h
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.92   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
07:27:46 [2020-11-03T07:27:46.930Z] #41 39.93   DEP      compel/plugins/std/infect.d
07:27:46 [2020-11-03T07:27:46.992Z] #41 155.5   CC       criu/uts_ns.o
07:27:47 [2020-11-03T07:27:47.187Z] #41 40.09   DEP      compel/plugins/std/string.d
07:27:47 [2020-11-03T07:27:47.187Z] #41 ...
07:27:47 [2020-11-03T07:27:47.187Z] 
07:27:47 [2020-11-03T07:27:47.187Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:27:47 [2020-11-03T07:27:47.187Z] #56 135.7 + for f in rootlesskit rootlesskit-docker-proxy
07:27:47 [2020-11-03T07:27:47.187Z] #56 135.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
07:27:47 [2020-11-03T07:27:47.224Z] #19 68.83 Setting up apparmor (2.13.2-10) ...
07:27:47 [2020-11-03T07:27:47.251Z] #41 155.7   CC       criu/vdso-compat.o
07:27:47 [2020-11-03T07:27:47.512Z] #41 155.8   CC       criu/vdso.o
07:27:47 [2020-11-03T07:27:47.772Z] #41 156.1   LINK     criu/built-in.o
07:27:47 [2020-11-03T07:27:47.772Z] #41 156.2   LINK     criu/criu
07:27:47 [2020-11-03T07:27:47.960Z] #41 57.16   CC       compel/src/lib/ptrace.o
07:27:48 [2020-11-03T07:27:48.032Z] #41 156.4   DEP      lib/c/criu.d
07:27:48 [2020-11-03T07:27:48.032Z] #41 156.5   CC       images/rpc.pb-c.o
07:27:48 [2020-11-03T07:27:48.224Z] #41 57.49   AR       compel/libcompel.a
07:27:48 [2020-11-03T07:27:48.292Z] #41 156.8   CC       lib/c/criu.o
07:27:48 [2020-11-03T07:27:48.488Z] #41 57.60   HOSTCC   compel/src/main-host.o
07:27:48 [2020-11-03T07:27:48.610Z] #42 136.1 vendor/golang.org/x/net/http2/hpack
07:27:48 [2020-11-03T07:27:48.705Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.187s	coverage: 46.2% of statements
07:27:48 [2020-11-03T07:27:48.751Z] #41 57.89   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
07:27:48 [2020-11-03T07:27:48.752Z] #41 58.04   HOSTCC   compel/src/lib/handle-elf-host.o
07:27:48 [2020-11-03T07:27:48.864Z] #41 157.3   LINK     lib/c/built-in.o
07:27:48 [2020-11-03T07:27:48.864Z] #41 157.3   LINK     lib/c/libcriu.so
07:27:48 [2020-11-03T07:27:48.864Z] #41 157.3   LINK     lib/c/libcriu.a
07:27:49 [2020-11-03T07:27:49.015Z] #41 58.25   HOSTCC   compel/src/lib/log-host.o
07:27:49 [2020-11-03T07:27:49.015Z] #41 58.34   HOSTLINK compel/compel-host-bin
07:27:49 [2020-11-03T07:27:49.015Z] #41 58.46   DEP      soccr/soccr.d
07:27:49 [2020-11-03T07:27:49.082Z] #56 ...
07:27:49 [2020-11-03T07:27:49.082Z] 
07:27:49 [2020-11-03T07:27:49.082Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:49 [2020-11-03T07:27:49.082Z] #11 127.7 Selecting previously unselected package g++-mingw-w64-x86-64.
07:27:49 [2020-11-03T07:27:49.082Z] #11 127.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
07:27:49 [2020-11-03T07:27:49.082Z] #11 127.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:49 [2020-11-03T07:27:49.124Z] #41 157.4   GEN      magic.py
07:27:49 [2020-11-03T07:27:49.124Z] #41 157.5 Note: Building without setproctitle() and strlcpy() support.
07:27:49 [2020-11-03T07:27:49.124Z] #41 157.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:27:49 [2020-11-03T07:27:49.124Z] #41 157.5 Note: Building without GnuTLS support
07:27:49 [2020-11-03T07:27:49.124Z] #41 157.5 Makefile.config:39: Warn: you have no libnftables installed
07:27:49 [2020-11-03T07:27:49.124Z] #41 157.5 Makefile.config:40: Warn: Building without nftables support
07:27:49 [2020-11-03T07:27:49.184Z] #42 137.1 mime
07:27:49 [2020-11-03T07:27:49.337Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.003s	coverage: 1.8% of statements
07:27:49 [2020-11-03T07:27:49.339Z] #11 ...
07:27:49 [2020-11-03T07:27:49.339Z] 
07:27:49 [2020-11-03T07:27:49.339Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:49 [2020-11-03T07:27:49.339Z] #41 40.16   DEP      compel/plugins/std/log.d
07:27:49 [2020-11-03T07:27:49.339Z] #41 40.24   DEP      compel/plugins/std/fds.d
07:27:49 [2020-11-03T07:27:49.339Z] #41 40.31   DEP      compel/plugins/std/std.d
07:27:49 [2020-11-03T07:27:49.339Z] #41 40.41   DEP      compel/plugins/shmem/shmem.d
07:27:49 [2020-11-03T07:27:49.339Z] #41 40.49   DEP      compel/plugins/fds/fds.d
07:27:49 [2020-11-03T07:27:49.339Z] #41 40.61   CC       compel/plugins/std/std.o
07:27:49 [2020-11-03T07:27:49.339Z] #41 41.00   CC       compel/plugins/std/fds.o
07:27:49 [2020-11-03T07:27:49.339Z] #41 41.38   CC       compel/plugins/std/log.o
07:27:49 [2020-11-03T07:27:49.339Z] #41 42.24   CC       compel/plugins/std/string.o
07:27:49 [2020-11-03T07:27:49.593Z] #41 ...
07:27:49 [2020-11-03T07:27:49.593Z] 
07:27:49 [2020-11-03T07:27:49.593Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:49 [2020-11-03T07:27:49.593Z] #11 119.0 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 119.1 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 119.1 Setting up libapparmor1:arm64 (2.13.2-10) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 119.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 120.2 Setting up libpcre16-3:arm64 (2:8.39-12) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 120.7 Setting up libsepol1-dev:arm64 (2.8-1) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 120.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 120.9 Setting up libbtrfs0 (4.20.1-2) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 121.3 Setting up libpcre32-3:arm64 (2:8.39-12) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 121.7 Setting up libudev-dev:arm64 (241-7~deb10u4) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 121.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 121.8 Setting up libbtrfs-dev (4.20.1-2) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 121.8 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 121.9 Setting up mingw-w64-common (6.0.0-3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.4 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.5 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.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
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.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
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.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
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.6 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 122.7 Setting up dmsetup (2:1.02.155-3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 123.1 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 123.9 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 123.9 Processing triggers for libc-bin (2.28-10) ...
07:27:49 [2020-11-03T07:27:49.593Z] #11 DONE 125.3s
07:27:49 [2020-11-03T07:27:49.593Z] 
07:27:49 [2020-11-03T07:27:49.593Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:49 [2020-11-03T07:27:49.593Z] #41 58.64   CC       soccr/soccr.o
07:27:49 [2020-11-03T07:27:49.593Z] #41 ...
07:27:49 [2020-11-03T07:27:49.593Z] 
07:27:49 [2020-11-03T07:27:49.593Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:27:49 [2020-11-03T07:27:49.593Z] #22 120.9 Checking out files:  21% (2378/10989)   
Checking out files:  22% (2418/10989)   
Checking out files:  23% (2528/10989)   
Checking out files:  24% (2638/10989)   
Checking out files:  25% (2748/10989)   
Checking out files:  26% (2858/10989)   
Checking out files:  27% (2968/10989)   
Checking out files:  28% (3077/10989)   
Checking out files:  29% (3187/10989)   
Checking out files:  30% (3297/10989)   
Checking out files:  31% (3407/10989)   
Checking out files:  32% (3517/10989)   
Checking out files:  33% (3627/10989)   
Checking out files:  34% (3737/10989)   
Checking out files:  35% (3847/10989)   
Checking out files:  36% (3957/10989)   
Checking out files:  37% (4066/10989)   
Checking out files:  38% (4176/10989)   
Checking out files:  39% (4286/10989)   
Checking out files:  40% (4396/10989)   
Checking out files:  41% (4506/10989)   
Checking out files:  42% (4616/10989)   
Checking out files:  43% (4726/10989)   
Checking out files:  44% (4836/10989)   
Checking out files:  45% (4946/10989)   
Checking out files:  45% (5001/10989)   
Checking out files:  46% (5055/10989)   
Checking out files:  47% (5165/10989)   
Checking out files:  48% (5275/10989)   
Checking out files:  49% (5385/10989)   
Checking out files:  50% (5495/10989)   
Checking out files:  51% (5605/10989)   
Checking out files:  52% (5715/10989)   
Checking out files:  53% (5825/10989)   
Checking out files:  54% (5935/10989)   
Checking out files:  55% (6044/10989)   
Checking out files:  56% (6154/10989)   
Checking out files:  57% (6264/10989)   
Checking out files:  58% (6374/10989)   
Checking out files:  59% (6484/10989)   
Checking out files:  60% (6594/10989)   
Checking out files:  61% (6704/10989)   
Checking out files:  62% (6814/10989)   
Checking out files:  63% (6924/10989)   
Checking out files:  64% (7033/10989)   
Checking out files:  65% (7143/10989)   
Checking out files:  66% (7253/10989)   
Checking out files:  67% (7363/10989)   
Checking out files:  67% (7428/10989)   
Checking out files:  68% (7473/10989)   
Checking out files:  69% (7583/10989)   
Checking out files:  70% (7693/10989)   
Checking out files:  71% (7803/10989)   
Checking out files:  72% (7913/10989)   
Checking out files:  73% (8022/10989)   
Checking out files:  74% (8132/10989)   
Checking out files:  75% (8242/10989)   
Checking out files:  76% (8352/10989)   
Checking out files:  77% (8462/10989)   
Checking out files:  78% (8572/10989)   
Checking out files:  79% (8682/10989)   
Checking out files:  80% (8792/10989)   
Checking out files:  81% (8902/10989)   
Checking out files:  82% (9011/10989)   
Checking out files:  83% (9121/10989)   
Checking out files:  84% (9231/10989)   
Checking out files:  85% (9341/10989)   
Checking out files:  86% (9451/10989)   
Checking out files:  87% (9561/10989)   
Checking out files:  88% (9671/10989)   
Checking out files:  89% (9781/10989)   
Checking out files:  90% (9891/10989)   
Checking out files:  91% (10000/10989)   
Checking out files:  91% (10048/10989)   
Checking out files:  92% (10110/10989)   
Checking out files:  93% (10220/10989)   
Checking out files:  94% (10330/10989)   
Checking out files:  95% (10440/10989)   
Checking out files:  96% (10550/10989)   
Checking out files:  97% (10660/10989)   
Checking out files:  98% (10770/10989)   
Checking out files:  99% (10880/10989)   
Checking out files: 100% (10989/10989)   
Checking out files: 100% (10989/10989), done.
07:27:49 [2020-11-03T07:27:49.593Z] #22 124.3 + cd /tmp/tmp.AdJnzI1MpU/tmp/docker-ce
07:27:49 [2020-11-03T07:27:49.593Z] #22 124.3 + git checkout -q v17.06.2-ce
07:27:49 [2020-11-03T07:27:49.695Z] #41 158.0 fatal: not a git repository (or any of the parent directories): .git
07:27:49 [2020-11-03T07:27:49.902Z] #41 42.88   CC       compel/plugins/std/infect.o
07:27:49 [2020-11-03T07:27:49.955Z] #41 158.4 make[1]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.026Z] #19 71.13 Setting up xfsprogs (4.20.0-1) ...
07:27:50 [2020-11-03T07:27:50.026Z] #19 71.15 Setting up python3-lib2to3 (3.7.3-1) ...
07:27:50 [2020-11-03T07:27:50.325Z] #19 71.69 Setting up python3-pkg-resources (40.8.0-1) ...
07:27:50 [2020-11-03T07:27:50.526Z] #41 158.9 make[1]: 'images/built-in.o' is up to date.
07:27:50 [2020-11-03T07:27:50.526Z] #41 158.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
07:27:50 [2020-11-03T07:27:50.526Z] #41 158.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
07:27:50 [2020-11-03T07:27:50.526Z] #41 158.9 make[1]: 'compel/libcompel.a' is up to date.
07:27:50 [2020-11-03T07:27:50.526Z] #41 159.0 make[1]: 'compel/compel-host-bin' is up to date.
07:27:50 [2020-11-03T07:27:50.526Z] #41 159.0 make[1]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.526Z] #41 159.0 make[1]: 'soccr/libsoccr.a' is up to date.
07:27:50 [2020-11-03T07:27:50.536Z] #41 43.30   CC       compel/arch/x86/plugins/std/parasite-head.o
07:27:50 [2020-11-03T07:27:50.536Z] #41 43.39   CC       compel/arch/x86/plugins/std/memcpy.o
07:27:50 [2020-11-03T07:27:50.536Z] #41 43.49   CC       compel/arch/x86/plugins/std/syscalls-64.o
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.1 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.2 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.2 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.3 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.3 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.3 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.787Z] #41 159.3 make[2]: Nothing to be done for 'all'.
07:27:50 [2020-11-03T07:27:50.807Z] #41 43.51   AR       compel/plugins/std.lib.a
07:27:50 [2020-11-03T07:27:50.807Z] #41 43.53   CC       compel/plugins/fds/fds.o
07:27:50 [2020-11-03T07:27:50.990Z] #22 ...
07:27:50 [2020-11-03T07:27:50.990Z] 
07:27:50 [2020-11-03T07:27:50.990Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:50 [2020-11-03T07:27:50.990Z] #41 60.23   AR       soccr/libsoccr.a
07:27:50 [2020-11-03T07:27:50.990Z] #41 60.31 make[1]: 'soccr/libsoccr.a' is up to date.
07:27:51 [2020-11-03T07:27:51.048Z] #41 159.4 make[2]: Nothing to be done for 'all'.
07:27:51 [2020-11-03T07:27:51.048Z] #41 159.4   INSTALL  criu/criu
07:27:51 [2020-11-03T07:27:51.066Z] #41 43.84   AR       compel/plugins/fds.lib.a
07:27:51 [2020-11-03T07:27:51.066Z] #41 43.90   HOSTDEP  compel/src/lib/log-host.d
07:27:51 [2020-11-03T07:27:51.066Z] #41 44.00   HOSTDEP  compel/src/lib/handle-elf-host.d
07:27:51 [2020-11-03T07:27:51.066Z] #41 44.12   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
07:27:51 [2020-11-03T07:27:51.105Z] #42 138.8 mime/quotedprintable
07:27:51 [2020-11-03T07:27:51.309Z] #41 DONE 159.7s
07:27:51 [2020-11-03T07:27:51.309Z] 
07:27:51 [2020-11-03T07:27:51.309Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:51 [2020-11-03T07:27:51.324Z] #41 44.22   HOSTDEP  compel/src/main-host.d
07:27:51 [2020-11-03T07:27:51.367Z] #42 139.3 net/http/internal
07:27:51 [2020-11-03T07:27:51.568Z] #41 60.74   DEP      criu/arch/aarch64/sigframe.d
07:27:51 [2020-11-03T07:27:51.568Z] #41 60.81   DEP      criu/arch/aarch64/crtools.d
07:27:51 [2020-11-03T07:27:51.587Z] #41 44.32   DEP      compel/src/lib/ptrace.d
07:27:51 [2020-11-03T07:27:51.587Z] #41 44.49   DEP      compel/src/lib/infect.d
07:27:51 [2020-11-03T07:27:51.630Z] #42 ...
07:27:51 [2020-11-03T07:27:51.630Z] 
07:27:51 [2020-11-03T07:27:51.630Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:51 [2020-11-03T07:27:51.630Z] #40 36.60   CC       images/ext-file.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 36.86   CC       images/cgroup.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 37.35   CC       images/userns.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 37.59   CC       images/google/protobuf/descriptor.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 39.21   CC       images/opts.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 39.42   CC       images/seccomp.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 39.69   CC       images/binfmt-misc.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 39.90   CC       images/time.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 40.17   CC       images/sysctl.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 40.36   CC       images/autofs.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 40.59   CC       images/macvlan.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 40.81   CC       images/sit.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.03   CC       images/memfd.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.25   CC       images/timens.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.50   LINK     images/built-in.o
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.71   GEN      compel/include/asm
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.74   GEN      compel/include/version.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.76 touch .config
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.82   GEN      include/common/config.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.88   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.89   GEN      compel/plugins/include/uapi/std/syscall-64.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.91   GEN      compel/arch/x86/plugins/std/syscalls-64.S
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.92   DEP      compel/arch/x86/plugins/std/syscalls-64.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.94   DEP      compel/arch/x86/plugins/std/memcpy.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.96   DEP      compel/arch/x86/plugins/std/parasite-head.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 41.97   GEN      compel/plugins/include/uapi/std/syscall.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.01   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.03   GEN      compel/plugins/include/uapi/std/syscall-codes.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.06   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.07   DEP      compel/plugins/std/infect.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.18   DEP      compel/plugins/std/string.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.27   DEP      compel/plugins/std/log.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.34   DEP      compel/plugins/std/fds.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.46   DEP      compel/plugins/std/std.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.54   DEP      compel/plugins/shmem/shmem.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.60   DEP      compel/plugins/fds/fds.d
07:27:51 [2020-11-03T07:27:51.630Z] #40 42.76   CC       compel/plugins/std/std.o
07:27:51 [2020-11-03T07:27:51.833Z] #41 61.03   DEP      criu/arch/aarch64/cpu.d
07:27:51 [2020-11-03T07:27:51.833Z] #41 61.10   DEP      criu/arch/aarch64/bitops.d
07:27:51 [2020-11-03T07:27:51.833Z] #41 61.16   CC       criu/arch/aarch64/bitops.o
07:27:51 [2020-11-03T07:27:51.844Z] #41 44.65   DEP      compel/src/lib/infect-util.d
07:27:51 [2020-11-03T07:27:51.844Z] #41 44.76   DEP      compel/src/lib/infect-rpc.d
07:27:51 [2020-11-03T07:27:51.844Z] #41 44.84   DEP      compel/arch/x86/src/lib/infect.d
07:27:51 [2020-11-03T07:27:51.866Z] #19 73.20 Setting up python3-distutils (3.7.3-1) ...
07:27:51 [2020-11-03T07:27:51.892Z] #40 43.15   CC       compel/plugins/std/fds.o
07:27:52 [2020-11-03T07:27:52.097Z] #41 61.28   CC       criu/arch/aarch64/cpu.o
07:27:52 [2020-11-03T07:27:52.102Z] #41 44.94   DEP      compel/arch/x86/src/lib/cpu.d
07:27:52 [2020-11-03T07:27:52.102Z] #41 45.02   DEP      compel/src/lib/log.d
07:27:52 [2020-11-03T07:27:52.102Z] #41 ...
07:27:52 [2020-11-03T07:27:52.102Z] 
07:27:52 [2020-11-03T07:27:52.102Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:52 [2020-11-03T07:27:52.102Z] #43 130.7 vendor/golang.org/x/net/idna
07:27:52 [2020-11-03T07:27:52.102Z] #43 132.7 vendor/golang.org/x/net/http2/hpack
07:27:52 [2020-11-03T07:27:52.102Z] #43 133.8 mime
07:27:52 [2020-11-03T07:27:52.102Z] #43 135.6 mime/quotedprintable
07:27:52 [2020-11-03T07:27:52.102Z] #43 136.0 net/http/internal
07:27:52 [2020-11-03T07:27:52.102Z] #43 138.1 crypto/tls
07:27:52 [2020-11-03T07:27:52.154Z] #40 43.54   CC       compel/plugins/std/log.o
07:27:52 [2020-11-03T07:27:52.360Z] #43 ...
07:27:52 [2020-11-03T07:27:52.360Z] 
07:27:52 [2020-11-03T07:27:52.360Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:52 [2020-11-03T07:27:52.360Z] #41 45.17   DEP      compel/src/main.d
07:27:52 [2020-11-03T07:27:52.360Z] #41 45.34   DEP      compel/src/lib/handle-elf.d
07:27:52 [2020-11-03T07:27:52.361Z] #41 61.43   CC       criu/arch/aarch64/crtools.o
07:27:52 [2020-11-03T07:27:52.513Z] #19 74.04 Setting up python3-setuptools (40.8.0-1) ...
07:27:52 [2020-11-03T07:27:52.617Z] #41 45.47   DEP      compel/arch/x86/src/lib/handle-elf.d
07:27:52 [2020-11-03T07:27:52.624Z] #41 61.96   CC       criu/arch/aarch64/sigframe.o
07:27:52 [2020-11-03T07:27:52.693Z] #54 ...
07:27:52 [2020-11-03T07:27:52.693Z] 
07:27:52 [2020-11-03T07:27:52.693Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
07:27:52 [2020-11-03T07:27:52.693Z] #42 DONE 0.0s
07:27:52 [2020-11-03T07:27:52.693Z] 
07:27:52 [2020-11-03T07:27:52.693Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
07:27:52 [2020-11-03T07:27:52.845Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.348s	coverage: 49.5% of statements
07:27:52 [2020-11-03T07:27:52.874Z] #41 45.63   CC       compel/src/lib/log.o
07:27:52 [2020-11-03T07:27:52.874Z] #41 45.83   CC       compel/arch/x86/src/lib/cpu.o
07:27:52 [2020-11-03T07:27:52.888Z] #41 62.10   LINK     criu/arch/aarch64/crtools.built-in.o
07:27:52 [2020-11-03T07:27:52.888Z] #41 ...
07:27:52 [2020-11-03T07:27:52.888Z] 
07:27:52 [2020-11-03T07:27:52.888Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
07:27:52 [2020-11-03T07:27:52.888Z] #12 DONE 3.5s
07:27:52 [2020-11-03T07:27:52.888Z] 
07:27:52 [2020-11-03T07:27:52.888Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:52 [2020-11-03T07:27:52.888Z] #41 62.13   DEP      criu/pie/util-vdso.d
07:27:52 [2020-11-03T07:27:52.954Z] #44 DONE 0.2s
07:27:52 [2020-11-03T07:27:52.954Z] 
07:27:52 [2020-11-03T07:27:52.954Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
07:27:52 [2020-11-03T07:27:52.954Z] #46 DONE 0.1s
07:27:52 [2020-11-03T07:27:52.954Z] 
07:27:52 [2020-11-03T07:27:52.954Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:53 [2020-11-03T07:27:53.100Z] #40 44.36   CC       compel/plugins/std/string.o
07:27:53 [2020-11-03T07:27:53.152Z] #41 62.38   DEP      criu/pie/util.d
07:27:53 [2020-11-03T07:27:53.214Z] #54 ...
07:27:53 [2020-11-03T07:27:53.214Z] 
07:27:53 [2020-11-03T07:27:53.214Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
07:27:53 [2020-11-03T07:27:53.416Z] #41 62.57   CC       criu/pie/util.o
07:27:53 [2020-11-03T07:27:53.674Z] #40 44.98   CC       compel/plugins/std/infect.o
07:27:53 [2020-11-03T07:27:53.791Z] #48 DONE 0.6s
07:27:53 [2020-11-03T07:27:53.791Z] 
07:27:53 [2020-11-03T07:27:53.791Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
07:27:53 [2020-11-03T07:27:53.791Z] #50 DONE 0.2s
07:27:53 [2020-11-03T07:27:53.791Z] 
07:27:53 [2020-11-03T07:27:53.791Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
07:27:53 [2020-11-03T07:27:53.806Z] #41 46.69   CC       compel/arch/x86/src/lib/infect.o
07:27:53 [2020-11-03T07:27:53.941Z] #40 ...
07:27:53 [2020-11-03T07:27:53.941Z] 
07:27:53 [2020-11-03T07:27:53.941Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:53 [2020-11-03T07:27:53.941Z] #42 141.8 crypto/tls
07:27:53 [2020-11-03T07:27:53.993Z] #41 62.98   CC       criu/pie/util-vdso.o
07:27:54 [2020-11-03T07:27:54.057Z] #19 75.45 Setting up python3-pip (18.1-5) ...
07:27:54 [2020-11-03T07:27:54.264Z] #41 63.53   AR       criu/pie/pie.lib.a
07:27:54 [2020-11-03T07:27:54.264Z] #41 63.57   DEP      criu/pie/restorer.d
07:27:54 [2020-11-03T07:27:54.359Z] #52 DONE 0.4s
07:27:54 [2020-11-03T07:27:54.359Z] 
07:27:54 [2020-11-03T07:27:54.359Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:27:54 [2020-11-03T07:27:54.359Z] #54 189.1 + bin/containerd
07:27:54 [2020-11-03T07:27:54.742Z] #41 47.55   CC       compel/src/lib/infect-rpc.o
07:27:54 [2020-11-03T07:27:54.842Z] #41 63.91   DEP      criu/arch/aarch64/intraprocedure.d
07:27:54 [2020-11-03T07:27:54.842Z] #41 63.93   DEP      criu/arch/aarch64/restorer.d
07:27:55 [2020-11-03T07:27:55.106Z] #41 64.22   DEP      criu/arch/aarch64/vdso-pie.d
07:27:55 [2020-11-03T07:27:55.106Z] #41 64.37   DEP      criu/pie/parasite-vdso.d
07:27:55 [2020-11-03T07:27:55.115Z] #19 ...
07:27:55 [2020-11-03T07:27:55.115Z] 
07:27:55 [2020-11-03T07:27:55.115Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:55 [2020-11-03T07:27:55.115Z] #44 176.5 github.com/LK4D4/vndr/godl
07:27:55 [2020-11-03T07:27:55.115Z] #44 177.6 github.com/LK4D4/vndr
07:27:55 [2020-11-03T07:27:55.115Z] #44 ...
07:27:55 [2020-11-03T07:27:55.115Z] 
07:27:55 [2020-11-03T07:27:55.115Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:55 [2020-11-03T07:27:55.115Z] #42 118.8   CC       criu/cr-errno.o
07:27:55 [2020-11-03T07:27:55.115Z] #42 118.9   CC       criu/cr-restore.o
07:27:55 [2020-11-03T07:27:55.115Z] #42 125.4   CC       criu/cr-service.o
07:27:55 [2020-11-03T07:27:55.115Z] #42 127.8   CC       criu/crtools.o
07:27:55 [2020-11-03T07:27:55.307Z] #41 47.91   CC       compel/src/lib/infect-util.o
07:27:55 [2020-11-03T07:27:55.307Z] #41 ...
07:27:55 [2020-11-03T07:27:55.307Z] 
07:27:55 [2020-11-03T07:27:55.307Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:27:55 [2020-11-03T07:27:55.307Z] #56 DONE 143.7s
07:27:55 [2020-11-03T07:27:55.307Z] 
07:27:55 [2020-11-03T07:27:55.307Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
07:27:55 [2020-11-03T07:27:55.307Z] #57 DONE 0.0s
07:27:55 [2020-11-03T07:27:55.307Z] 
07:27:55 [2020-11-03T07:27:55.307Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:27:55 [2020-11-03T07:27:55.307Z] #58 DONE 0.1s
07:27:55 [2020-11-03T07:27:55.307Z] 
07:27:55 [2020-11-03T07:27:55.307Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:55 [2020-11-03T07:27:55.307Z] #11 143.3 Selecting previously unselected package libapparmor1:amd64.
07:27:55 [2020-11-03T07:27:55.307Z] #11 143.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
07:27:55 [2020-11-03T07:27:55.307Z] #11 143.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
07:27:55 [2020-11-03T07:27:55.307Z] #11 143.7 Selecting previously unselected package libapparmor-dev:amd64.
07:27:55 [2020-11-03T07:27:55.307Z] #11 143.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
07:27:55 [2020-11-03T07:27:55.307Z] #11 143.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
07:27:55 [2020-11-03T07:27:55.307Z] #11 144.0 Selecting previously unselected package libbtrfs0.
07:27:55 [2020-11-03T07:27:55.307Z] #11 144.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
07:27:55 [2020-11-03T07:27:55.369Z] #41 64.55   DEP      criu/pie/parasite.d
07:27:55 [2020-11-03T07:27:55.369Z] #41 64.77   CC       criu/pie/parasite.o
07:27:55 [2020-11-03T07:27:55.415Z] #42 ...
07:27:55 [2020-11-03T07:27:55.415Z] 
07:27:55 [2020-11-03T07:27:55.415Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:27:55 [2020-11-03T07:27:55.415Z] #19 77.01 Processing triggers for libc-bin (2.28-10) ...
07:27:55 [2020-11-03T07:27:55.416Z] #19 77.04 Processing triggers for mime-support (3.62) ...
07:27:55 [2020-11-03T07:27:55.564Z] #11 144.0 Unpacking libbtrfs0 (4.20.1-2) ...
07:27:55 [2020-11-03T07:27:55.716Z] #19 DONE 77.4s
07:27:55 [2020-11-03T07:27:55.716Z] 
07:27:55 [2020-11-03T07:27:55.716Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:55 [2020-11-03T07:27:55.716Z] #44 DONE 187.2s
07:27:55 [2020-11-03T07:27:55.716Z] 
07:27:55 [2020-11-03T07:27:55.716Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
07:27:55 [2020-11-03T07:27:55.826Z] #11 144.2 Selecting previously unselected package libbtrfs-dev.
07:27:55 [2020-11-03T07:27:55.826Z] #11 144.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
07:27:55 [2020-11-03T07:27:55.826Z] #11 144.2 Unpacking libbtrfs-dev (4.20.1-2) ...
07:27:55 [2020-11-03T07:27:55.826Z] #11 144.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:27:55 [2020-11-03T07:27:55.826Z] #11 144.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
07:27:55 [2020-11-03T07:27:55.826Z] #11 144.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
07:27:56 [2020-11-03T07:27:56.015Z] #20 0.374 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:27:56 [2020-11-03T07:27:56.083Z] #11 144.6 Selecting previously unselected package libudev-dev:amd64.
07:27:56 [2020-11-03T07:27:56.083Z] #11 144.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.083Z] #11 144.7 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
07:27:56 [2020-11-03T07:27:56.332Z] #20 0.382 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:27:56 [2020-11-03T07:27:56.332Z] #20 0.388 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:27:56 [2020-11-03T07:27:56.332Z] #20 DONE 0.5s
07:27:56 [2020-11-03T07:27:56.332Z] 
07:27:56 [2020-11-03T07:27:56.332Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:27:56 [2020-11-03T07:27:56.504Z] #42 ...
07:27:56 [2020-11-03T07:27:56.504Z] 
07:27:56 [2020-11-03T07:27:56.504Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
07:27:56 [2020-11-03T07:27:56.504Z] #55 137.2 + for f in rootlesskit rootlesskit-docker-proxy
07:27:56 [2020-11-03T07:27:56.504Z] #55 137.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
07:27:56 [2020-11-03T07:27:56.504Z] #55 DONE 144.4s
07:27:56 [2020-11-03T07:27:56.504Z] 
07:27:56 [2020-11-03T07:27:56.504Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
07:27:56 [2020-11-03T07:27:56.504Z] #56 DONE 0.1s
07:27:56 [2020-11-03T07:27:56.597Z] #11 145.0 Selecting previously unselected package libsepol1-dev:amd64.
07:27:56 [2020-11-03T07:27:56.597Z] #11 145.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.597Z] #11 145.0 Unpacking libsepol1-dev:amd64 (2.8-1) ...
07:27:56 [2020-11-03T07:27:56.764Z] #41 65.79   LINK     criu/pie/parasite.built-in.o
07:27:56 [2020-11-03T07:27:56.764Z] #41 ...
07:27:56 [2020-11-03T07:27:56.764Z] 
07:27:56 [2020-11-03T07:27:56.764Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
07:27:56 [2020-11-03T07:27:56.764Z] #13 DONE 3.6s
07:27:56 [2020-11-03T07:27:56.764Z] 
07:27:56 [2020-11-03T07:27:56.764Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:27:56 [2020-11-03T07:27:56.764Z] #41 65.81   GEN      criu/pie/parasite-blob.h
07:27:56 [2020-11-03T07:27:56.764Z] #41 65.86   CC       criu/pie/parasite-vdso.o
07:27:56 [2020-11-03T07:27:56.766Z] 
07:27:56 [2020-11-03T07:27:56.766Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:27:56 [2020-11-03T07:27:56.766Z] #57 DONE 0.1s
07:27:56 [2020-11-03T07:27:56.766Z] 
07:27:56 [2020-11-03T07:27:56.766Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
07:27:56 [2020-11-03T07:27:56.766Z] #11 143.5 Selecting previously unselected package libapparmor1:amd64.
07:27:56 [2020-11-03T07:27:56.766Z] #11 143.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 143.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 143.7 Selecting previously unselected package libapparmor-dev:amd64.
07:27:56 [2020-11-03T07:27:56.766Z] #11 143.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 143.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.1 Selecting previously unselected package libbtrfs0.
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.2 Unpacking libbtrfs0 (4.20.1-2) ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.4 Selecting previously unselected package libbtrfs-dev.
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.4 Unpacking libbtrfs-dev (4.20.1-2) ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.766Z] #11 144.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
07:27:56 [2020-11-03T07:27:56.854Z] #11 145.3 Selecting previously unselected package libpcre16-3:amd64.
07:27:56 [2020-11-03T07:27:56.854Z] #11 145.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.854Z] #11 145.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
07:27:56 [2020-11-03T07:27:56.854Z] #11 145.5 Selecting previously unselected package libpcre32-3:amd64.
07:27:56 [2020-11-03T07:27:56.854Z] #11 145.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
07:27:56 [2020-11-03T07:27:56.854Z] #11 145.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
07:27:57 [2020-11-03T07:27:57.028Z] #11 144.8 Selecting previously unselected package libudev-dev:amd64.
07:27:57 [2020-11-03T07:27:57.029Z] #11 144.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.029Z] #11 144.9 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
07:27:57 [2020-11-03T07:27:57.111Z] #11 145.7 Selecting previously unselected package libpcrecpp0v5:amd64.
07:27:57 [2020-11-03T07:27:57.111Z] #11 145.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.111Z] #11 145.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
07:27:57 [2020-11-03T07:27:57.111Z] #11 145.8 Selecting previously unselected package libpcre3-dev:amd64.
07:27:57 [2020-11-03T07:27:57.289Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	15.501s	coverage: 73.1% of statements
07:27:57 [2020-11-03T07:27:57.289Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
07:27:57 [2020-11-03T07:27:57.290Z] #11 145.2 Selecting previously unselected package libsepol1-dev:amd64.
07:27:57 [2020-11-03T07:27:57.290Z] #11 145.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.290Z] #11 145.2 Unpacking libsepol1-dev:amd64 (2.8-1) ...
07:27:57 [2020-11-03T07:27:57.341Z] #41 66.64   CC       criu/arch/aarch64/vdso-pie.o
07:27:57 [2020-11-03T07:27:57.367Z] #11 145.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.367Z] #11 145.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
07:27:57 [2020-11-03T07:27:57.623Z] #11 146.2 Selecting previously unselected package libselinux1-dev:amd64.
07:27:57 [2020-11-03T07:27:57.623Z] #11 146.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.623Z] #11 146.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
07:27:57 [2020-11-03T07:27:57.869Z] #11 145.6 Selecting previously unselected package libpcre16-3:amd64.
07:27:57 [2020-11-03T07:27:57.869Z] #11 145.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.869Z] #11 145.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
07:27:57 [2020-11-03T07:27:57.879Z] #11 146.4 Selecting previously unselected package libdevmapper-dev:amd64.
07:27:57 [2020-11-03T07:27:57.879Z] #11 146.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
07:27:57 [2020-11-03T07:27:57.879Z] #11 146.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
07:27:57 [2020-11-03T07:27:57.917Z] #41 66.94   CC       criu/arch/aarch64/restorer.o
07:27:58 [2020-11-03T07:27:58.131Z] #11 145.8 Selecting previously unselected package libpcre32-3:amd64.
07:27:58 [2020-11-03T07:27:58.132Z] #11 145.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.132Z] #11 145.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.132Z] #11 146.0 Selecting previously unselected package libpcrecpp0v5:amd64.
07:27:58 [2020-11-03T07:27:58.132Z] #11 146.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.132Z] #11 146.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.135Z] #11 146.5 Selecting previously unselected package libseccomp-dev:amd64.
07:27:58 [2020-11-03T07:27:58.135Z] #11 146.5 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.135Z] #11 146.5 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
07:27:58 [2020-11-03T07:27:58.135Z] #11 146.7 Selecting previously unselected package libsystemd-dev:amd64.
07:27:58 [2020-11-03T07:27:58.135Z] #11 146.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.135Z] #11 146.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
07:27:58 [2020-11-03T07:27:58.180Z] #41 67.25   CC       criu/arch/aarch64/intraprocedure.o
07:27:58 [2020-11-03T07:27:58.180Z] #41 67.28   CC       criu/pie/restorer.o
07:27:58 [2020-11-03T07:27:58.320Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.005s	coverage: 58.0% of statements
07:27:58 [2020-11-03T07:27:58.395Z] #11 146.2 Selecting previously unselected package libpcre3-dev:amd64.
07:27:58 [2020-11-03T07:27:58.395Z] #11 146.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.395Z] #11 146.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.445Z] #41 ...
07:27:58 [2020-11-03T07:27:58.445Z] 
07:27:58 [2020-11-03T07:27:58.445Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:27:58 [2020-11-03T07:27:58.445Z] #14 1.597 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:27:58 [2020-11-03T07:27:58.445Z] #14 DONE 1.9s
07:27:58 [2020-11-03T07:27:58.657Z] #11 146.5 Selecting previously unselected package libselinux1-dev:amd64.
07:27:58 [2020-11-03T07:27:58.657Z] #11 146.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.657Z] #11 146.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.3 Setting up libpcre16-3:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.3 Setting up libsepol1-dev:amd64 (2.8-1) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:27:58 [2020-11-03T07:27:58.698Z] #11 147.3 Setting up libbtrfs0 (4.20.1-2) ...
07:27:58 [2020-11-03T07:27:58.719Z] 
07:27:58 [2020-11-03T07:27:58.719Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:27:58 [2020-11-03T07:27:58.921Z] #11 146.8 Selecting previously unselected package libdevmapper-dev:amd64.
07:27:58 [2020-11-03T07:27:58.921Z] #11 146.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.921Z] #11 146.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
07:27:58 [2020-11-03T07:27:58.921Z] #11 146.9 Selecting previously unselected package libseccomp-dev:amd64.
07:27:58 [2020-11-03T07:27:58.921Z] #11 146.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.921Z] #11 146.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
07:27:58 [2020-11-03T07:27:58.921Z] #11 147.0 Selecting previously unselected package libsystemd-dev:amd64.
07:27:58 [2020-11-03T07:27:58.921Z] #11 147.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
07:27:58 [2020-11-03T07:27:58.921Z] #11 147.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
07:27:58 [2020-11-03T07:27:58.952Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.004s	coverage: 3.0% of statements
07:27:58 [2020-11-03T07:27:58.952Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.883s	coverage: 57.7% of statements
07:27:58 [2020-11-03T07:27:58.952Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
07:27:58 [2020-11-03T07:27:58.952Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.3 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.3 Setting up libbtrfs-dev (4.20.1-2) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 Setting up mingw-w64-common (6.0.0-3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.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
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.5 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
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.6 Setting up dmsetup (2:1.02.155-3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
07:27:58 [2020-11-03T07:27:58.956Z] #11 147.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
07:27:59 [2020-11-03T07:27:59.219Z] #11 147.6 Processing triggers for libc-bin (2.28-10) ...
07:27:59 [2020-11-03T07:27:59.296Z] #15 ...
07:27:59 [2020-11-03T07:27:59.296Z] 
07:27:59 [2020-11-03T07:27:59.296Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.002 + RM_GOPATH=0
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.002 + TMP_GOPATH=
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.003 + : /build
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.003 + '[' -z '' ']'
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.006 ++ mktemp -d
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.014 + export GOPATH=/tmp/tmp.dgVhxsuBFw
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.015 + GOPATH=/tmp/tmp.dgVhxsuBFw
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.015 + RM_GOPATH=1
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.015 + case "$(go env GOARCH)" in
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.018 ++ go env GOARCH
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.035 + export GO_BUILDMODE=-buildmode=pie
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.035 + GO_BUILDMODE=-buildmode=pie
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 ++ dirname /tmp/install/install.sh
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + dir=/tmp/install
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + bin=runc
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + shift
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + '[' '!' -f /tmp/install/runc.installer ']'
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + . /tmp/install/runc.installer
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + install_runc
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.041 + grep -q '^3\.10\.0.*\.el7\.'
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.045 + uname -r
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.048 + RUNC_BUILDTAGS='seccomp apparmor selinux '
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.048 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.048 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dgVhxsuBFw/src/github.com/opencontainers/runc
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.048 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
07:27:59 [2020-11-03T07:27:59.296Z] #51 2.051 Cloning into '/tmp/tmp.dgVhxsuBFw/src/github.com/opencontainers/runc'...
07:27:59 [2020-11-03T07:27:59.296Z] #51 7.637 + cd /tmp/tmp.dgVhxsuBFw/src/github.com/opencontainers/runc
07:27:59 [2020-11-03T07:27:59.296Z] #51 7.637 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:27:59 [2020-11-03T07:27:59.296Z] #51 8.133 + '[' -z '' ']'
07:27:59 [2020-11-03T07:27:59.296Z] #51 8.133 + target=static
07:27:59 [2020-11-03T07:27:59.296Z] #51 8.133 + make 'BUILDTAGS=seccomp apparmor selinux ' static
07:27:59 [2020-11-03T07:27:59.296Z] #51 8.573 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 .
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up libpcre16-3:amd64 (2:8.39-12) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up libsepol1-dev:amd64 (2.8-1) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.4 Setting up libbtrfs0 (4.20.1-2) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.5 Setting up libpcre32-3:amd64 (2:8.39-12) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.5 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.5 Setting up libbtrfs-dev (4.20.1-2) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
07:27:59 [2020-11-03T07:27:59.496Z] #11 147.5 Setting up mingw-w64-common (6.0.0-3) ...
07:27:59 [2020-11-03T07:27:59.583Z] ok  	github.com/docker/docker/daemon/links	0.001s	coverage: 93.0% of statements
07:27:59 [2020-11-03T07:27:59.758Z] #11 147.6 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
07:27:59 [2020-11-03T07:27:59.758Z] #11 147.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
07:27:59 [2020-11-03T07:27:59.758Z] #11 147.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.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
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 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
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Setting up dmsetup (2:1.02.155-3) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
07:27:59 [2020-11-03T07:27:59.759Z] #11 147.7 Processing triggers for libc-bin (2.28-10) ...
07:27:59 [2020-11-03T07:27:59.785Z] #11 DONE 148.0s
07:27:59 [2020-11-03T07:27:59.785Z] 
07:27:59 [2020-11-03T07:27:59.785Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
07:28:00 [2020-11-03T07:28:00.335Z] #11 DONE 148.2s
07:28:00 [2020-11-03T07:28:00.335Z] 
07:28:00 [2020-11-03T07:28:00.335Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:00 [2020-11-03T07:28:00.335Z] #42 148.1 net/http/httptrace
07:28:00 [2020-11-03T07:28:00.335Z] #42 148.3 net/http
07:28:00 [2020-11-03T07:28:00.692Z] #51 ...
07:28:00 [2020-11-03T07:28:00.692Z] 
07:28:00 [2020-11-03T07:28:00.692Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:00 [2020-11-03T07:28:00.692Z] #41 70.03   LINK     criu/pie/restorer.built-in.o
07:28:00 [2020-11-03T07:28:00.692Z] #41 70.04   GEN      criu/pie/restorer-blob.h
07:28:00 [2020-11-03T07:28:00.955Z] #41 70.16   DEP      criu/vdso.d
07:28:01 [2020-11-03T07:28:01.087Z] ok  	github.com/docker/docker/daemon/images	0.009s	coverage: 4.9% of statements
07:28:01 [2020-11-03T07:28:01.087Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
07:28:01 [2020-11-03T07:28:01.087Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
07:28:01 [2020-11-03T07:28:01.087Z] ok  	github.com/docker/docker/daemon/logger	0.215s	coverage: 41.0% of statements
07:28:01 [2020-11-03T07:28:01.162Z] #12 DONE 1.4s
07:28:01 [2020-11-03T07:28:01.162Z] 
07:28:01 [2020-11-03T07:28:01.162Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
07:28:01 [2020-11-03T07:28:01.222Z] #41 70.32   DEP      criu/uts_ns.d
07:28:01 [2020-11-03T07:28:01.222Z] #41 70.48   DEP      criu/util.d
07:28:01 [2020-11-03T07:28:01.222Z] #41 ...
07:28:01 [2020-11-03T07:28:01.222Z] 
07:28:01 [2020-11-03T07:28:01.222Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:28:01 [2020-11-03T07:28:01.222Z] #22 127.3 + mkdir -p /tmp/tmp.AdJnzI1MpU/src/github.com/docker
07:28:01 [2020-11-03T07:28:01.222Z] #22 127.3 + mv components/cli /tmp/tmp.AdJnzI1MpU/src/github.com/docker/cli
07:28:01 [2020-11-03T07:28:01.222Z] #22 127.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
07:28:01 [2020-11-03T07:28:01.487Z] #22 ...
07:28:01 [2020-11-03T07:28:01.487Z] 
07:28:01 [2020-11-03T07:28:01.487Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:28:01 [2020-11-03T07:28:01.487Z] #15 DONE 2.9s
07:28:01 [2020-11-03T07:28:01.487Z] 
07:28:01 [2020-11-03T07:28:01.487Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:28:01 [2020-11-03T07:28:01.730Z] #42 ...
07:28:01 [2020-11-03T07:28:01.730Z] 
07:28:01 [2020-11-03T07:28:01.730Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
07:28:01 [2020-11-03T07:28:01.730Z] #12 DONE 1.6s
07:28:01 [2020-11-03T07:28:01.963Z] #21 ...
07:28:01 [2020-11-03T07:28:01.963Z] 
07:28:01 [2020-11-03T07:28:01.963Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:01 [2020-11-03T07:28:01.963Z] #42 128.6   CC       criu/eventfd.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 129.4   CC       criu/eventpoll.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 131.2   CC       criu/external.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 131.7   CC       criu/fault-injection.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 131.8   CC       criu/fdstore.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 132.2   CC       criu/fifo.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 132.7   CC       criu/file-ids.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 133.2   CC       criu/file-lock.o
07:28:01 [2020-11-03T07:28:01.963Z] #42 134.4   CC       criu/files-ext.o
07:28:01 [2020-11-03T07:28:01.964Z] #42 134.9   CC       criu/files-reg.o
07:28:01 [2020-11-03T07:28:01.993Z] 
07:28:01 [2020-11-03T07:28:01.993Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.477 + RM_GOPATH=0
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.477 + TMP_GOPATH=
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.477 + : /build
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.477 + '[' -z '' ']'
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.482 ++ mktemp -d
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.482 + export GOPATH=/tmp/tmp.yylQtGKNhL
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.482 + GOPATH=/tmp/tmp.yylQtGKNhL
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.482 + RM_GOPATH=1
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.482 + case "$(go env GOARCH)" in
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.482 ++ go env GOARCH
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.504 + export GO_BUILDMODE=-buildmode=pie
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.504 + GO_BUILDMODE=-buildmode=pie
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.505 ++ dirname /tmp/install/install.sh
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.511 + dir=/tmp/install
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.512 + bin=runc
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.512 + shift
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.515 + '[' '!' -f /tmp/install/runc.installer ']'
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.515 + . /tmp/install/runc.installer
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.515 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.537 + install_runc
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.538 + grep -q '^3\.10\.0.*\.el7\.'
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.539 + uname -r
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.545 + RUNC_BUILDTAGS='seccomp apparmor selinux '
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.545 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.545 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.546 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yylQtGKNhL/src/github.com/opencontainers/runc
07:28:01 [2020-11-03T07:28:01.993Z] #50 1.556 Cloning into '/tmp/tmp.yylQtGKNhL/src/github.com/opencontainers/runc'...
07:28:02 [2020-11-03T07:28:02.094Z] #13 DONE 1.2s
07:28:02 [2020-11-03T07:28:02.094Z] 
07:28:02 [2020-11-03T07:28:02.094Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:28:02 [2020-11-03T07:28:02.119Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.082s	coverage: 77.8% of statements
07:28:02 [2020-11-03T07:28:02.119Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
07:28:02 [2020-11-03T07:28:02.119Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
07:28:02 [2020-11-03T07:28:02.119Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.004s	coverage: 67.0% of statements
07:28:02 [2020-11-03T07:28:02.267Z] #42 ...
07:28:02 [2020-11-03T07:28:02.267Z] 
07:28:02 [2020-11-03T07:28:02.267Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:28:02 [2020-11-03T07:28:02.267Z] #21 5.821 Collecting yamllint==1.16.0
07:28:02 [2020-11-03T07:28:02.886Z] #16 ...
07:28:02 [2020-11-03T07:28:02.886Z] 
07:28:02 [2020-11-03T07:28:02.886Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:28:02 [2020-11-03T07:28:02.886Z] #38 135.6 + dpkg --print-architecture
07:28:02 [2020-11-03T07:28:02.886Z] #38 DONE 136.1s
07:28:02 [2020-11-03T07:28:02.914Z] #21 6.425   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
07:28:02 [2020-11-03T07:28:02.914Z] #21 6.597 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
07:28:02 [2020-11-03T07:28:02.914Z] #21 6.684   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
07:28:02 [2020-11-03T07:28:02.914Z] #21 6.753 Collecting pyyaml (from yamllint==1.16.0)
07:28:03 [2020-11-03T07:28:03.007Z] #50 ...
07:28:03 [2020-11-03T07:28:03.007Z] 
07:28:03 [2020-11-03T07:28:03.007Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
07:28:03 [2020-11-03T07:28:03.007Z] #13 DONE 1.2s
07:28:03 [2020-11-03T07:28:03.026Z] #14 0.898 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:28:03 [2020-11-03T07:28:03.026Z] #14 DONE 1.0s
07:28:03 [2020-11-03T07:28:03.026Z] 
07:28:03 [2020-11-03T07:28:03.026Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.327 + RM_GOPATH=0
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.327 + TMP_GOPATH=
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.327 + : /build
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.328 + '[' -z '' ']'
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.332 ++ mktemp -d
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.335 + export GOPATH=/tmp/tmp.f5WhgPvnDS
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.335 + GOPATH=/tmp/tmp.f5WhgPvnDS
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.335 + RM_GOPATH=1
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.335 + case "$(go env GOARCH)" in
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.336 ++ go env GOARCH
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.367 + export GO_BUILDMODE=-buildmode=pie
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.368 + GO_BUILDMODE=-buildmode=pie
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.368 ++ dirname /tmp/install/install.sh
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + dir=/tmp/install
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + bin=runc
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + shift
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + '[' '!' -f /tmp/install/runc.installer ']'
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + . /tmp/install/runc.installer
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + install_runc
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + grep -q '^3\.10\.0.*\.el7\.'
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.381 + uname -r
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.395 + RUNC_BUILDTAGS='seccomp apparmor selinux '
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.395 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.395 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.f5WhgPvnDS/src/github.com/opencontainers/runc
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.395 Cloning into '/tmp/tmp.f5WhgPvnDS/src/github.com/opencontainers/runc'...
07:28:03 [2020-11-03T07:28:03.026Z] #51 1.396 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
07:28:03 [2020-11-03T07:28:03.149Z] 
07:28:03 [2020-11-03T07:28:03.149Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:03 [2020-11-03T07:28:03.149Z] #41 70.66   DEP      criu/uffd.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 71.03   DEP      criu/tun.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 71.31   DEP      criu/tty.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 71.60   DEP      criu/timerfd.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 71.74   DEP      criu/timens.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 71.82   DEP      criu/sysfs_parse.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 71.91   DEP      criu/sysctl.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 72.03   DEP      criu/string.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 72.12   DEP      criu/stats.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 72.26   DEP      criu/sockets.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 72.39   DEP      criu/sk-unix.d
07:28:03 [2020-11-03T07:28:03.149Z] #41 ...
07:28:03 [2020-11-03T07:28:03.149Z] 
07:28:03 [2020-11-03T07:28:03.149Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:28:03 [2020-11-03T07:28:03.149Z] #16 DONE 1.8s
07:28:03 [2020-11-03T07:28:03.149Z] 
07:28:03 [2020-11-03T07:28:03.149Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:03 [2020-11-03T07:28:03.149Z] #41 72.58   DEP      criu/sk-tcp.d
07:28:03 [2020-11-03T07:28:03.151Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.9% of statements
07:28:03 [2020-11-03T07:28:03.151Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
07:28:03 [2020-11-03T07:28:03.151Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
07:28:03 [2020-11-03T07:28:03.213Z] #21 7.007   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
07:28:03 [2020-11-03T07:28:03.274Z] 
07:28:03 [2020-11-03T07:28:03.274Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:28:03 [2020-11-03T07:28:03.365Z] 4612f6d0b889: Verifying Checksum
07:28:03 [2020-11-03T07:28:03.365Z] 4612f6d0b889: Download complete
07:28:03 [2020-11-03T07:28:03.726Z] #41 72.91   DEP      criu/sk-queue.d
07:28:03 [2020-11-03T07:28:03.875Z] #14 ...
07:28:03 [2020-11-03T07:28:03.875Z] 
07:28:03 [2020-11-03T07:28:03.875Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:03 [2020-11-03T07:28:03.875Z] #40 45.39   CC       compel/arch/x86/plugins/std/parasite-head.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 45.46   CC       compel/arch/x86/plugins/std/memcpy.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 45.50   CC       compel/arch/x86/plugins/std/syscalls-64.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 45.59   AR       compel/plugins/std.lib.a
07:28:03 [2020-11-03T07:28:03.875Z] #40 45.68   CC       compel/plugins/fds/fds.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 45.99   AR       compel/plugins/fds.lib.a
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.05   HOSTDEP  compel/src/lib/log-host.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.11   HOSTDEP  compel/src/lib/handle-elf-host.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.20   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.31   HOSTDEP  compel/src/main-host.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.46   DEP      compel/src/lib/ptrace.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.58   DEP      compel/src/lib/infect.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.73   DEP      compel/src/lib/infect-util.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 46.83   DEP      compel/src/lib/infect-rpc.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.00   DEP      compel/arch/x86/src/lib/infect.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.18   DEP      compel/arch/x86/src/lib/cpu.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.26   DEP      compel/src/lib/log.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.36   DEP      compel/src/main.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.48   DEP      compel/src/lib/handle-elf.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.58   DEP      compel/arch/x86/src/lib/handle-elf.d
07:28:03 [2020-11-03T07:28:03.875Z] #40 47.72   CC       compel/src/lib/log.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 48.03   CC       compel/arch/x86/src/lib/cpu.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 49.17   CC       compel/arch/x86/src/lib/infect.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 49.89   CC       compel/src/lib/infect-rpc.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 50.18   CC       compel/src/lib/infect-util.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 50.41   CC       compel/src/lib/infect.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 52.92   CC       compel/src/lib/ptrace.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 53.48   AR       compel/libcompel.a
07:28:03 [2020-11-03T07:28:03.875Z] #40 53.61   HOSTCC   compel/src/main-host.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 54.01   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 54.28   HOSTCC   compel/src/lib/handle-elf-host.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 54.77   HOSTCC   compel/src/lib/log-host.o
07:28:03 [2020-11-03T07:28:03.875Z] #40 55.13   HOSTLINK compel/compel-host-bin
07:28:03 [2020-11-03T07:28:03.875Z] #40 55.24   DEP      soccr/soccr.d
07:28:03 [2020-11-03T07:28:03.989Z] #41 73.09   DEP      criu/sk-packet.d
07:28:04 [2020-11-03T07:28:04.140Z] #40 55.49   CC       soccr/soccr.o
07:28:04 [2020-11-03T07:28:04.140Z] #40 ...
07:28:04 [2020-11-03T07:28:04.140Z] 
07:28:04 [2020-11-03T07:28:04.140Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
07:28:04 [2020-11-03T07:28:04.140Z] #14 1.082 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:28:04 [2020-11-03T07:28:04.140Z] #14 DONE 1.2s
07:28:04 [2020-11-03T07:28:04.140Z] 
07:28:04 [2020-11-03T07:28:04.140Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:04 [2020-11-03T07:28:04.182Z] ok  	github.com/docker/docker/daemon/logger/local	0.008s	coverage: 75.2% of statements
07:28:04 [2020-11-03T07:28:04.182Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
07:28:04 [2020-11-03T07:28:04.182Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.053s	coverage: 37.7% of statements
07:28:04 [2020-11-03T07:28:04.253Z] #41 73.35   DEP      criu/sk-netlink.d
07:28:04 [2020-11-03T07:28:04.253Z] #41 73.51   DEP      criu/sk-inet.d
07:28:04 [2020-11-03T07:28:04.423Z] #51 ...
07:28:04 [2020-11-03T07:28:04.423Z] 
07:28:04 [2020-11-03T07:28:04.423Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:28:04 [2020-11-03T07:28:04.423Z] #15 DONE 1.1s
07:28:04 [2020-11-03T07:28:04.423Z] 
07:28:04 [2020-11-03T07:28:04.423Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:28:04 [2020-11-03T07:28:04.516Z] #41 73.68   DEP      criu/signalfd.d
07:28:04 [2020-11-03T07:28:04.516Z] #41 73.80   DEP      criu/sigframe.d
07:28:04 [2020-11-03T07:28:04.754Z] #21 ...
07:28:04 [2020-11-03T07:28:04.754Z] 
07:28:04 [2020-11-03T07:28:04.754Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:28:04 [2020-11-03T07:28:04.754Z] #31 DONE 196.0s
07:28:04 [2020-11-03T07:28:04.779Z] #41 73.94   DEP      criu/shmem.d
07:28:04 [2020-11-03T07:28:04.779Z] #41 74.05   DEP      criu/servicefd.d
07:28:04 [2020-11-03T07:28:04.813Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 33.3% of statements
07:28:05 [2020-11-03T07:28:05.043Z] #41 74.34   DEP      criu/seize.d
07:28:05 [2020-11-03T07:28:05.057Z] 
07:28:05 [2020-11-03T07:28:05.057Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:05 [2020-11-03T07:28:05.057Z] #42 137.7   CC       criu/files.o
07:28:05 [2020-11-03T07:28:05.307Z] #41 74.55   DEP      criu/seccomp.d
07:28:05 [2020-11-03T07:28:05.354Z] #16 ...
07:28:05 [2020-11-03T07:28:05.354Z] 
07:28:05 [2020-11-03T07:28:05.354Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:05 [2020-11-03T07:28:05.354Z] #41 48.13   CC       compel/src/lib/infect.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 50.88   CC       compel/src/lib/ptrace.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 51.26   AR       compel/libcompel.a
07:28:05 [2020-11-03T07:28:05.354Z] #41 51.34   HOSTCC   compel/src/main-host.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 51.67   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 51.87   HOSTCC   compel/src/lib/handle-elf-host.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 52.15   HOSTCC   compel/src/lib/log-host.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 52.41   HOSTLINK compel/compel-host-bin
07:28:05 [2020-11-03T07:28:05.354Z] #41 52.71   DEP      soccr/soccr.d
07:28:05 [2020-11-03T07:28:05.354Z] #41 52.92   CC       soccr/soccr.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 54.75   AR       soccr/libsoccr.a
07:28:05 [2020-11-03T07:28:05.354Z] #41 54.79 make[1]: 'soccr/libsoccr.a' is up to date.
07:28:05 [2020-11-03T07:28:05.354Z] #41 55.40   DEP      criu/arch/x86/sigframe.d
07:28:05 [2020-11-03T07:28:05.354Z] #41 55.56   DEP      criu/arch/x86/sigaction_compat.d
07:28:05 [2020-11-03T07:28:05.354Z] #41 55.66   DEP      criu/arch/x86/kerndat.d
07:28:05 [2020-11-03T07:28:05.354Z] #41 55.85   DEP      criu/arch/x86/crtools.d
07:28:05 [2020-11-03T07:28:05.354Z] #41 55.99   DEP      criu/arch/x86/cpu.d
07:28:05 [2020-11-03T07:28:05.354Z] #41 56.22   CC       criu/arch/x86/cpu.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 56.98   CC       criu/arch/x86/crtools.o
07:28:05 [2020-11-03T07:28:05.354Z] #41 ...
07:28:05 [2020-11-03T07:28:05.354Z] 
07:28:05 [2020-11-03T07:28:05.354Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:28:05 [2020-11-03T07:28:05.354Z] #16 DONE 1.1s
07:28:05 [2020-11-03T07:28:05.354Z] 
07:28:05 [2020-11-03T07:28:05.354Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:05 [2020-11-03T07:28:05.354Z] #43 145.2 net/http/httptrace
07:28:05 [2020-11-03T07:28:05.354Z] #43 145.5 net/http
07:28:05 [2020-11-03T07:28:05.354Z] #43 ...
07:28:05 [2020-11-03T07:28:05.354Z] 
07:28:05 [2020-11-03T07:28:05.354Z] #17 [dev-systemd-false  6/26] RUN ldconfig
07:28:05 [2020-11-03T07:28:05.531Z] #50 ...
07:28:05 [2020-11-03T07:28:05.531Z] 
07:28:05 [2020-11-03T07:28:05.531Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
07:28:05 [2020-11-03T07:28:05.531Z] #15 DONE 1.0s
07:28:05 [2020-11-03T07:28:05.531Z] 
07:28:05 [2020-11-03T07:28:05.531Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
07:28:05 [2020-11-03T07:28:05.571Z] #41 74.65   DEP      criu/rst-malloc.d
07:28:05 [2020-11-03T07:28:05.571Z] #41 74.70   DEP      criu/rbtree.d
07:28:05 [2020-11-03T07:28:05.571Z] #41 74.72   DEP      criu/pstree.d
07:28:05 [2020-11-03T07:28:05.571Z] #41 74.84   DEP      criu/protobuf.d
07:28:05 [2020-11-03T07:28:05.571Z] #41 74.91   GEN      criu/protobuf-desc-gen.h
07:28:05 [2020-11-03T07:28:05.834Z] #41 ...
07:28:05 [2020-11-03T07:28:05.834Z] 
07:28:05 [2020-11-03T07:28:05.834Z] #17 [dev-systemd-false  6/26] RUN ldconfig
07:28:05 [2020-11-03T07:28:05.834Z] #17 DONE 2.4s
07:28:05 [2020-11-03T07:28:05.834Z] 
07:28:05 [2020-11-03T07:28:05.834Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:05 [2020-11-03T07:28:05.843Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.003s	coverage: 46.8% of statements
07:28:06 [2020-11-03T07:28:06.133Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
07:28:06 [2020-11-03T07:28:06.285Z] #17 DONE 1.0s
07:28:06 [2020-11-03T07:28:06.285Z] 
07:28:06 [2020-11-03T07:28:06.285Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:06 [2020-11-03T07:28:06.285Z] #41 58.68   CC       criu/arch/x86/kerndat.o
07:28:06 [2020-11-03T07:28:06.477Z] #16 DONE 1.0s
07:28:06 [2020-11-03T07:28:06.477Z] 
07:28:06 [2020-11-03T07:28:06.477Z] #17 [dev-systemd-false  6/26] RUN ldconfig
07:28:06 [2020-11-03T07:28:06.542Z] #41 59.45   CC       criu/arch/x86/sigaction_compat.o
07:28:06 [2020-11-03T07:28:06.804Z] ok  	github.com/docker/docker/daemon/network	0.002s	coverage: 63.8% of statements
07:28:06 [2020-11-03T07:28:06.804Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.471s	coverage: 82.5% of statements
07:28:06 [2020-11-03T07:28:06.804Z] ?   	github.com/docker/docker/daemon/names	[no test files]
07:28:06 [2020-11-03T07:28:06.804Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
07:28:07 [2020-11-03T07:28:07.106Z] #41 59.83   CC       criu/arch/x86/sigframe.o
07:28:07 [2020-11-03T07:28:07.363Z] #41 60.13   LINK     criu/arch/x86/crtools.built-in.o
07:28:07 [2020-11-03T07:28:07.363Z] #41 60.23   DEP      criu/pie/util-vdso-elf32.d
07:28:07 [2020-11-03T07:28:07.423Z] #17 DONE 1.0s
07:28:07 [2020-11-03T07:28:07.423Z] 
07:28:07 [2020-11-03T07:28:07.423Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:07 [2020-11-03T07:28:07.423Z] #40 57.52   AR       soccr/libsoccr.a
07:28:07 [2020-11-03T07:28:07.423Z] #40 57.56 make[1]: 'soccr/libsoccr.a' is up to date.
07:28:07 [2020-11-03T07:28:07.423Z] #40 58.10   DEP      criu/arch/x86/sigframe.d
07:28:07 [2020-11-03T07:28:07.423Z] #40 58.25   DEP      criu/arch/x86/sigaction_compat.d
07:28:07 [2020-11-03T07:28:07.423Z] #40 58.35   DEP      criu/arch/x86/kerndat.d
07:28:07 [2020-11-03T07:28:07.423Z] #40 58.52   DEP      criu/arch/x86/crtools.d
07:28:07 [2020-11-03T07:28:07.423Z] #40 58.68   DEP      criu/arch/x86/cpu.d
07:28:07 [2020-11-03T07:28:07.423Z] #40 58.84   CC       criu/arch/x86/cpu.o
07:28:07 [2020-11-03T07:28:07.621Z] #41 60.42   DEP      criu/pie/util-vdso.d
07:28:07 [2020-11-03T07:28:07.621Z] #41 60.60   DEP      criu/pie/util.d
07:28:07 [2020-11-03T07:28:07.835Z] ok  	github.com/docker/docker/distribution/metadata	0.027s	coverage: 48.2% of statements
07:28:07 [2020-11-03T07:28:07.878Z] #41 60.76   CC       criu/pie/util.o
07:28:07 [2020-11-03T07:28:07.913Z] #42 ...
07:28:07 [2020-11-03T07:28:07.913Z] 
07:28:07 [2020-11-03T07:28:07.913Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:28:07 [2020-11-03T07:28:07.913Z] #21 9.010 Building wheels for collected packages: pyyaml
07:28:07 [2020-11-03T07:28:07.913Z] #21 9.015   Running setup.py bdist_wheel for pyyaml: started
07:28:07 [2020-11-03T07:28:07.913Z] #21 11.02   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
07:28:07 [2020-11-03T07:28:07.913Z] #21 11.02   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
07:28:07 [2020-11-03T07:28:07.913Z] #21 11.11 Successfully built pyyaml
07:28:07 [2020-11-03T07:28:07.913Z] #21 11.13 Installing collected packages: pathspec, pyyaml, yamllint
07:28:07 [2020-11-03T07:28:07.913Z] #21 11.52 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
07:28:07 [2020-11-03T07:28:07.913Z] #21 DONE 11.8s
07:28:07 [2020-11-03T07:28:07.913Z] 
07:28:07 [2020-11-03T07:28:07.913Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:07 [2020-11-03T07:28:07.913Z] #42 140.9   CC       criu/filesystems.o
07:28:08 [2020-11-03T07:28:08.125Z] ok  	github.com/docker/docker/distribution	0.239s	coverage: 21.9% of statements
07:28:08 [2020-11-03T07:28:08.125Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
07:28:08 [2020-11-03T07:28:08.134Z] #41 61.04   CC       criu/pie/util-vdso.o
07:28:08 [2020-11-03T07:28:08.369Z] #40 59.82   CC       criu/arch/x86/crtools.o
07:28:08 [2020-11-03T07:28:08.422Z] #18 2.223 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:28:08 [2020-11-03T07:28:08.423Z] #18 2.260 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:28:08 [2020-11-03T07:28:08.423Z] #18 2.270 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:28:08 [2020-11-03T07:28:08.686Z] #18 2.995 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
07:28:08 [2020-11-03T07:28:08.978Z] #42 141.7   CC       criu/fsnotify.o
07:28:09 [2020-11-03T07:28:09.065Z] #41 61.78   CC       criu/pie/util-vdso-elf32.o
07:28:09 [2020-11-03T07:28:09.156Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 49.4% of statements
07:28:09 [2020-11-03T07:28:09.626Z] #42 142.8   CC       criu/image-desc.o
07:28:09 [2020-11-03T07:28:09.629Z] #41 62.59   AR       criu/pie/pie.lib.a
07:28:09 [2020-11-03T07:28:09.629Z] #41 62.66   DEP      criu/pie/restorer.d
07:28:09 [2020-11-03T07:28:09.728Z] #18 3.916 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB]
07:28:09 [2020-11-03T07:28:09.767Z] #40 60.99   CC       criu/arch/x86/kerndat.o
07:28:09 [2020-11-03T07:28:09.787Z] ok  	github.com/docker/docker/image	0.012s	coverage: 86.4% of statements
07:28:09 [2020-11-03T07:28:09.886Z] #41 62.94   DEP      criu/arch/x86/sigaction_compat_pie.d
07:28:09 [2020-11-03T07:28:09.924Z] #42 142.9   CC       criu/image.o
07:28:10 [2020-11-03T07:28:10.029Z] #40 61.53   CC       criu/arch/x86/sigaction_compat.o
07:28:10 [2020-11-03T07:28:10.143Z] #41 63.05   DEP      criu/arch/x86/restorer_unmap.d
07:28:10 [2020-11-03T07:28:10.143Z] #41 63.08   DEP      criu/arch/x86/restorer.d
07:28:10 [2020-11-03T07:28:10.292Z] #40 61.86   CC       criu/arch/x86/sigframe.o
07:28:10 [2020-11-03T07:28:10.304Z] #18 4.705 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
07:28:10 [2020-11-03T07:28:10.401Z] #41 63.30   DEP      criu/arch/x86/vdso-pie.d
07:28:10 [2020-11-03T07:28:10.417Z] ok  	github.com/docker/docker/image/cache	0.004s	coverage: 19.2% of statements
07:28:10 [2020-11-03T07:28:10.658Z] #41 63.41   DEP      criu/pie/parasite-vdso.d
07:28:10 [2020-11-03T07:28:10.658Z] #41 63.56   DEP      criu/pie/parasite.d
07:28:10 [2020-11-03T07:28:10.707Z] ok  	github.com/docker/docker/distribution/xfer	1.867s	coverage: 85.6% of statements
07:28:10 [2020-11-03T07:28:10.708Z] ?   	github.com/docker/docker/dockerversion	[no test files]
07:28:10 [2020-11-03T07:28:10.708Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
07:28:10 [2020-11-03T07:28:10.708Z] ok  	github.com/docker/docker/image/v1	0.008s	coverage: 25.0% of statements
07:28:10 [2020-11-03T07:28:10.708Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
07:28:10 [2020-11-03T07:28:10.867Z] #40 62.21   LINK     criu/arch/x86/crtools.built-in.o
07:28:10 [2020-11-03T07:28:10.867Z] #40 62.27   DEP      criu/pie/util-vdso-elf32.d
07:28:10 [2020-11-03T07:28:10.867Z] #40 62.36   DEP      criu/pie/util-vdso.d
07:28:10 [2020-11-03T07:28:10.915Z] #41 63.80   CC       criu/pie/parasite.o
07:28:10 [2020-11-03T07:28:10.988Z] #42 143.8   CC       criu/ipc_ns.o
07:28:11 [2020-11-03T07:28:11.129Z] #40 62.54   DEP      criu/pie/util.d
07:28:11 [2020-11-03T07:28:11.338Z] ok  	github.com/docker/docker/libcontainerd/queue	0.026s	coverage: 100.0% of statements
07:28:11 [2020-11-03T07:28:11.392Z] #40 62.69   CC       criu/pie/util.o
07:28:11 [2020-11-03T07:28:11.479Z] #41 ...
07:28:11 [2020-11-03T07:28:11.479Z] 
07:28:11 [2020-11-03T07:28:11.479Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:11 [2020-11-03T07:28:11.479Z] #43 160.0 github.com/LK4D4/vndr/godl
07:28:11 [2020-11-03T07:28:11.654Z] #40 62.94   CC       criu/pie/util-vdso.o
07:28:11 [2020-11-03T07:28:11.771Z] #18 ...
07:28:11 [2020-11-03T07:28:11.771Z] 
07:28:11 [2020-11-03T07:28:11.771Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.14   DEP      criu/protobuf-desc.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.25   DEP      criu/proc_parse.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.39   DEP      criu/plugin.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.45   DEP      criu/pipes.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.56   DEP      criu/pie-util.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.70   DEP      criu/pie-util-vdso.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 77.88   DEP      criu/path.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 78.04   DEP      criu/parasite-syscall.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 78.36   DEP      criu/pagemap.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 78.55   DEP      criu/pagemap-cache.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 78.78   DEP      criu/page-xfer.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 78.99   DEP      criu/page-pipe.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 79.13   DEP      criu/netfilter.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 79.26   DEP      criu/net.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 79.44   DEP      criu/namespaces.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 79.59   DEP      criu/mount.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 79.83   DEP      criu/memfd.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 79.94   DEP      criu/mem.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 80.21   DEP      criu/lsm.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 80.37   DEP      criu/log.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 80.54   DEP      criu/libnetlink.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 80.68   DEP      criu/kerndat.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 80.93   DEP      criu/kcmp-ids.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 81.03   DEP      criu/irmap.d
07:28:11 [2020-11-03T07:28:11.771Z] #41 81.18   DEP      criu/ipc_ns.d
07:28:12 [2020-11-03T07:28:12.049Z] #42 145.1   CC       criu/irmap.o
07:28:12 [2020-11-03T07:28:12.053Z] #41 81.31   DEP      criu/image.d
07:28:12 [2020-11-03T07:28:12.053Z] #41 81.43   DEP      criu/image-desc.d
07:28:12 [2020-11-03T07:28:12.228Z] #40 63.60   CC       criu/pie/util-vdso-elf32.o
07:28:12 [2020-11-03T07:28:12.315Z] #41 81.48   DEP      criu/fsnotify.d
07:28:12 [2020-11-03T07:28:12.315Z] #41 81.61   DEP      criu/filesystems.d
07:28:12 [2020-11-03T07:28:12.369Z] ok  	github.com/docker/docker/oci	0.003s	coverage: 8.2% of statements
07:28:12 [2020-11-03T07:28:12.411Z] #43 160.9 github.com/LK4D4/vndr
07:28:12 [2020-11-03T07:28:12.578Z] #41 81.75   DEP      criu/files.d
07:28:12 [2020-11-03T07:28:12.578Z] #41 82.00   DEP      criu/files-reg.d
07:28:12 [2020-11-03T07:28:12.659Z] ok  	github.com/docker/docker/opts	0.017s	coverage: 67.1% of statements
07:28:12 [2020-11-03T07:28:12.698Z] #42 145.8   CC       criu/kcmp-ids.o
07:28:12 [2020-11-03T07:28:12.841Z] #41 82.16   DEP      criu/files-ext.d
07:28:12 [2020-11-03T07:28:12.950Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
07:28:12 [2020-11-03T07:28:12.997Z] #42 146.0   CC       criu/kerndat.o
07:28:13 [2020-11-03T07:28:13.104Z] #41 82.36   DEP      criu/file-lock.d
07:28:13 [2020-11-03T07:28:13.175Z] #40 64.34   AR       criu/pie/pie.lib.a
07:28:13 [2020-11-03T07:28:13.175Z] #40 64.43   DEP      criu/pie/restorer.d
07:28:13 [2020-11-03T07:28:13.175Z] #40 64.71   DEP      criu/arch/x86/sigaction_compat_pie.d
07:28:13 [2020-11-03T07:28:13.370Z] #41 82.51   DEP      criu/file-ids.d
07:28:13 [2020-11-03T07:28:13.370Z] #41 82.70   DEP      criu/fifo.d
07:28:13 [2020-11-03T07:28:13.437Z] #40 64.80   DEP      criu/arch/x86/restorer_unmap.d
07:28:13 [2020-11-03T07:28:13.437Z] #40 64.83   DEP      criu/arch/x86/restorer.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 82.89   DEP      criu/fdstore.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.00   DEP      criu/fault-injection.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.06   DEP      criu/external.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.21   DEP      criu/eventpoll.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.45   DEP      criu/eventfd.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.60   DEP      criu/crtools.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.77   DEP      criu/cr-service.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 83.93   DEP      criu/cr-restore.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 84.19   DEP      criu/cr-errno.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 84.21   DEP      criu/cr-dump.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 84.51   DEP      criu/cr-dedup.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 84.68   DEP      criu/cr-check.d
07:28:15 [2020-11-03T07:28:15.644Z] #41 84.85   DEP      criu/config.d
07:28:15 [2020-11-03T07:28:15.646Z] #40 65.01   DEP      criu/arch/x86/vdso-pie.d
07:28:15 [2020-11-03T07:28:15.646Z] #40 65.12   DEP      criu/pie/parasite-vdso.d
07:28:15 [2020-11-03T07:28:15.646Z] #40 65.27   DEP      criu/pie/parasite.d
07:28:15 [2020-11-03T07:28:15.646Z] #40 65.55   CC       criu/pie/parasite.o
07:28:15 [2020-11-03T07:28:15.646Z] #40 66.84   LINK     criu/pie/parasite.built-in.o
07:28:15 [2020-11-03T07:28:15.646Z] #40 66.85   GEN      criu/pie/parasite-blob.h
07:28:15 [2020-11-03T07:28:15.646Z] #40 66.88   CC       criu/pie/parasite-vdso.o
07:28:15 [2020-11-03T07:28:15.646Z] #40 ...
07:28:15 [2020-11-03T07:28:15.646Z] 
07:28:15 [2020-11-03T07:28:15.646Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:15 [2020-11-03T07:28:15.646Z] #42 163.5 github.com/LK4D4/vndr/godl
07:28:15 [2020-11-03T07:28:15.661Z] ok  	github.com/docker/docker/pkg/archive	0.521s	coverage: 76.8% of statements
07:28:15 [2020-11-03T07:28:15.661Z] ok  	github.com/docker/docker/pkg/authorization	0.275s	coverage: 68.3% of statements
07:28:15 [2020-11-03T07:28:15.661Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
07:28:15 [2020-11-03T07:28:15.661Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
07:28:15 [2020-11-03T07:28:15.673Z] #42 147.3   CC       criu/libnetlink.o
07:28:15 [2020-11-03T07:28:15.673Z] #42 147.8   CC       criu/log.o
07:28:15 [2020-11-03T07:28:15.673Z] #42 148.4   CC       criu/lsm.o
07:28:15 [2020-11-03T07:28:15.911Z] #41 85.08   DEP      criu/clone-noasan.d
07:28:15 [2020-11-03T07:28:15.911Z] #41 85.19   DEP      criu/cgroup.d
07:28:15 [2020-11-03T07:28:15.972Z] #42 148.9   CC       criu/mem.o
07:28:16 [2020-11-03T07:28:16.176Z] #41 85.44   DEP      criu/cgroup-props.d
07:28:16 [2020-11-03T07:28:16.176Z] #41 85.58   DEP      criu/bitmap.d
07:28:16 [2020-11-03T07:28:16.440Z] #41 85.61   DEP      criu/bfd.d
07:28:16 [2020-11-03T07:28:16.440Z] #41 85.77   DEP      criu/autofs.d
07:28:16 [2020-11-03T07:28:16.594Z] #42 164.3 github.com/LK4D4/vndr
07:28:16 [2020-11-03T07:28:16.714Z] #41 85.97   DEP      criu/aio.d
07:28:16 [2020-11-03T07:28:16.714Z] #41 86.14   DEP      criu/action-scripts.d
07:28:16 [2020-11-03T07:28:16.796Z] #43 ...
07:28:16 [2020-11-03T07:28:16.796Z] 
07:28:16 [2020-11-03T07:28:16.796Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:16 [2020-11-03T07:28:16.796Z] #18 1.424 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:28:16 [2020-11-03T07:28:16.796Z] #18 1.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:28:16 [2020-11-03T07:28:16.796Z] #18 1.755 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:28:16 [2020-11-03T07:28:16.796Z] #18 2.093 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:28:16 [2020-11-03T07:28:16.796Z] #18 3.594 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:28:16 [2020-11-03T07:28:16.796Z] #18 4.997 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:28:16 [2020-11-03T07:28:16.796Z] #18 ...
07:28:16 [2020-11-03T07:28:16.796Z] 
07:28:16 [2020-11-03T07:28:16.796Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:16 [2020-11-03T07:28:16.796Z] #41 65.10   LINK     criu/pie/parasite.built-in.o
07:28:16 [2020-11-03T07:28:16.796Z] #41 65.10   GEN      criu/pie/parasite-blob.h
07:28:16 [2020-11-03T07:28:16.796Z] #41 65.14   CC       criu/pie/parasite-vdso.o
07:28:16 [2020-11-03T07:28:16.796Z] #41 65.83   CC       criu/arch/x86/vdso-pie.o
07:28:16 [2020-11-03T07:28:16.796Z] #41 66.07   CC       criu/arch/x86/restorer.o
07:28:16 [2020-11-03T07:28:16.796Z] #41 66.62   CC       criu/arch/x86/restorer_unmap.o
07:28:16 [2020-11-03T07:28:16.796Z] #41 66.69   CC       criu/arch/x86/sigaction_compat_pie.o
07:28:16 [2020-11-03T07:28:16.796Z] #41 67.02   CC       criu/pie/restorer.o
07:28:17 [2020-11-03T07:28:17.290Z] #41 86.47   CC       criu/action-scripts.o
07:28:17 [2020-11-03T07:28:17.360Z] #41 70.14   LINK     criu/pie/restorer.built-in.o
07:28:17 [2020-11-03T07:28:17.360Z] #41 70.16   GEN      criu/pie/restorer-blob.h
07:28:17 [2020-11-03T07:28:17.360Z] #41 70.27   DEP      criu/vdso.d
07:28:17 [2020-11-03T07:28:17.542Z] #42 ...
07:28:17 [2020-11-03T07:28:17.542Z] 
07:28:17 [2020-11-03T07:28:17.542Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:17 [2020-11-03T07:28:17.542Z] #18 1.433 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
07:28:17 [2020-11-03T07:28:17.542Z] #18 1.524 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
07:28:17 [2020-11-03T07:28:17.542Z] #18 1.689 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
07:28:17 [2020-11-03T07:28:17.542Z] #18 2.122 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
07:28:17 [2020-11-03T07:28:17.542Z] #18 3.450 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB]
07:28:17 [2020-11-03T07:28:17.542Z] #18 4.979 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
07:28:17 [2020-11-03T07:28:17.542Z] #18 ...
07:28:17 [2020-11-03T07:28:17.542Z] 
07:28:17 [2020-11-03T07:28:17.542Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:17 [2020-11-03T07:28:17.542Z] #40 67.54   CC       criu/arch/x86/vdso-pie.o
07:28:17 [2020-11-03T07:28:17.542Z] #40 67.86   CC       criu/arch/x86/restorer.o
07:28:17 [2020-11-03T07:28:17.542Z] #40 68.42   CC       criu/arch/x86/restorer_unmap.o
07:28:17 [2020-11-03T07:28:17.542Z] #40 68.48   CC       criu/arch/x86/sigaction_compat_pie.o
07:28:17 [2020-11-03T07:28:17.542Z] #40 68.84   CC       criu/pie/restorer.o
07:28:17 [2020-11-03T07:28:17.618Z] #41 70.49   DEP      criu/vdso-compat.d
07:28:17 [2020-11-03T07:28:17.875Z] #41 70.67   DEP      criu/uts_ns.d
07:28:18 [2020-11-03T07:28:18.104Z] #42 150.9   CC       criu/memfd.o
07:28:18 [2020-11-03T07:28:18.131Z] #41 70.91   DEP      criu/util.d
07:28:18 [2020-11-03T07:28:18.131Z] #41 71.14   DEP      criu/uffd.d
07:28:18 [2020-11-03T07:28:18.239Z] #41 87.20   CC       criu/aio.o
07:28:18 [2020-11-03T07:28:18.389Z] #41 71.36   DEP      criu/tun.d
07:28:18 [2020-11-03T07:28:18.502Z] #41 87.89   CC       criu/autofs.o
07:28:18 [2020-11-03T07:28:18.647Z] #41 71.53   DEP      criu/tty.d
07:28:18 [2020-11-03T07:28:18.753Z] #42 151.5   CC       criu/mount.o
07:28:18 [2020-11-03T07:28:18.903Z] #41 71.75   DEP      criu/timerfd.d
07:28:19 [2020-11-03T07:28:19.160Z] #41 71.97   DEP      criu/timens.d
07:28:19 [2020-11-03T07:28:19.160Z] #41 72.19   DEP      criu/sysfs_parse.d
07:28:19 [2020-11-03T07:28:19.724Z] #41 72.35   DEP      criu/sysctl.d
07:28:19 [2020-11-03T07:28:19.724Z] #41 72.50   DEP      criu/string.d
07:28:19 [2020-11-03T07:28:19.724Z] #41 72.53   DEP      criu/stats.d
07:28:19 [2020-11-03T07:28:19.724Z] #41 72.62   DEP      criu/sockets.d
07:28:19 [2020-11-03T07:28:19.897Z] #41 89.12   CC       criu/bfd.o
07:28:19 [2020-11-03T07:28:19.981Z] #41 72.88   DEP      criu/sk-unix.d
07:28:19 [2020-11-03T07:28:19.981Z] #41 ...
07:28:19 [2020-11-03T07:28:19.981Z] 
07:28:19 [2020-11-03T07:28:19.981Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:19 [2020-11-03T07:28:19.981Z] #51 10.57 + cd /tmp/tmp.f5WhgPvnDS/src/github.com/opencontainers/runc
07:28:19 [2020-11-03T07:28:19.981Z] #51 10.58 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:28:19 [2020-11-03T07:28:19.981Z] #51 11.14 + '[' -z '' ']'
07:28:19 [2020-11-03T07:28:19.981Z] #51 11.14 + target=static
07:28:19 [2020-11-03T07:28:19.981Z] #51 11.14 + make 'BUILDTAGS=seccomp apparmor selinux ' static
07:28:19 [2020-11-03T07:28:19.981Z] #51 11.43 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 .
07:28:20 [2020-11-03T07:28:20.127Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.453s	coverage: 43.2% of statements
07:28:20 [2020-11-03T07:28:20.127Z] ok  	github.com/docker/docker/pkg/directory	0.001s	coverage: 80.0% of statements
07:28:20 [2020-11-03T07:28:20.127Z] ok  	github.com/docker/docker/pkg/discovery	0.002s	coverage: 58.3% of statements
07:28:20 [2020-11-03T07:28:20.127Z] ok  	github.com/docker/docker/layer	7.948s	coverage: 68.8% of statements
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/oci/caps	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
07:28:20 [2020-11-03T07:28:20.127Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 92.9% of statements
07:28:20 [2020-11-03T07:28:20.238Z] #51 ...
07:28:20 [2020-11-03T07:28:20.238Z] 
07:28:20 [2020-11-03T07:28:20.238Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:20 [2020-11-03T07:28:20.238Z] #41 73.09   DEP      criu/sk-tcp.d
07:28:20 [2020-11-03T07:28:20.474Z] #41 89.84   CC       criu/bitmap.o
07:28:20 [2020-11-03T07:28:20.495Z] #41 73.25   DEP      criu/sk-queue.d
07:28:20 [2020-11-03T07:28:20.495Z] #41 73.42   DEP      criu/sk-packet.d
07:28:20 [2020-11-03T07:28:20.738Z] #41 89.95   CC       criu/cgroup-props.o
07:28:20 [2020-11-03T07:28:20.752Z] #41 73.70   DEP      criu/sk-netlink.d
07:28:20 [2020-11-03T07:28:20.758Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.007s	coverage: 92.3% of statements
07:28:20 [2020-11-03T07:28:20.856Z] #40 72.10   LINK     criu/pie/restorer.built-in.o
07:28:20 [2020-11-03T07:28:20.856Z] #40 72.11   GEN      criu/pie/restorer-blob.h
07:28:20 [2020-11-03T07:28:20.856Z] #40 72.24   DEP      criu/vdso.d
07:28:21 [2020-11-03T07:28:21.009Z] #41 73.86   DEP      criu/sk-inet.d
07:28:21 [2020-11-03T07:28:21.048Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.006s	coverage: 93.8% of statements
07:28:21 [2020-11-03T07:28:21.119Z] #40 72.53   DEP      criu/vdso-compat.d
07:28:21 [2020-11-03T07:28:21.119Z] #40 72.67   DEP      criu/uts_ns.d
07:28:21 [2020-11-03T07:28:21.266Z] #41 74.04   DEP      criu/signalfd.d
07:28:21 [2020-11-03T07:28:21.266Z] #41 74.21   DEP      criu/sigframe.d
07:28:21 [2020-11-03T07:28:21.315Z] #41 ...
07:28:21 [2020-11-03T07:28:21.315Z] 
07:28:21 [2020-11-03T07:28:21.315Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:21 [2020-11-03T07:28:21.315Z] #18 7.707 Fetched 8219 kB in 6s (1403 kB/s)
07:28:21 [2020-11-03T07:28:21.315Z] #18 7.707 Reading package lists...
07:28:21 [2020-11-03T07:28:21.315Z] #18 9.650 Reading package lists...
07:28:21 [2020-11-03T07:28:21.315Z] #18 12.29 Building dependency tree...
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.48 libcap2-bin is already the newest version (1:2.25-2).
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.48 The following additional packages will be installed:
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   python3.7 python3.7-minimal vim-runtime xxd
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49 Suggested packages:
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49 Recommended packages:
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   aufs-dkms nftables build-essential python3-dev python3-keyring
07:28:21 [2020-11-03T07:28:21.315Z] #18 13.49   python3-keyrings.alt python3-xdg unzip
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.82 The following NEW packages will be installed:
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.82   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:28:21 [2020-11-03T07:28:21.315Z] #18 14.83   xz-utils zip
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.20 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.20 Need to get 27.6 MB of archives.
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.20 After this operation, 114 MB of additional disk space will be used.
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.46 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.52 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.54 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.56 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.57 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.62 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.72 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
07:28:21 [2020-11-03T07:28:21.315Z] #18 15.76 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
07:28:21 [2020-11-03T07:28:21.338Z] ok  	github.com/docker/docker/pkg/dmesg	0.002s	coverage: 83.3% of statements
07:28:21 [2020-11-03T07:28:21.381Z] #40 72.85   DEP      criu/util.d
07:28:21 [2020-11-03T07:28:21.522Z] #41 74.37   DEP      criu/shmem.d
07:28:21 [2020-11-03T07:28:21.579Z] #18 15.89 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
07:28:21 [2020-11-03T07:28:21.579Z] #18 ...
07:28:21 [2020-11-03T07:28:21.579Z] 
07:28:21 [2020-11-03T07:28:21.579Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:21 [2020-11-03T07:28:21.579Z] #41 90.85   CC       criu/cgroup.o
07:28:21 [2020-11-03T07:28:21.644Z] #40 73.00   DEP      criu/uffd.d
07:28:21 [2020-11-03T07:28:21.644Z] #40 ...
07:28:21 [2020-11-03T07:28:21.644Z] 
07:28:21 [2020-11-03T07:28:21.644Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:21 [2020-11-03T07:28:21.644Z] #50 11.30 + cd /tmp/tmp.yylQtGKNhL/src/github.com/opencontainers/runc
07:28:21 [2020-11-03T07:28:21.644Z] #50 11.30 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
07:28:21 [2020-11-03T07:28:21.644Z] #50 11.71 + '[' -z '' ']'
07:28:21 [2020-11-03T07:28:21.644Z] #50 11.71 + target=static
07:28:21 [2020-11-03T07:28:21.644Z] #50 11.71 + make 'BUILDTAGS=seccomp apparmor selinux ' static
07:28:21 [2020-11-03T07:28:21.644Z] #50 12.02 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 .
07:28:21 [2020-11-03T07:28:21.779Z] #41 74.48   DEP      criu/servicefd.d
07:28:21 [2020-11-03T07:28:21.779Z] #41 74.68   DEP      criu/seize.d
07:28:21 [2020-11-03T07:28:21.906Z] #50 ...
07:28:21 [2020-11-03T07:28:21.907Z] 
07:28:21 [2020-11-03T07:28:21.907Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:21 [2020-11-03T07:28:21.907Z] #40 73.22   DEP      criu/tun.d
07:28:21 [2020-11-03T07:28:21.907Z] #40 73.42   DEP      criu/tty.d
07:28:22 [2020-11-03T07:28:22.036Z] #41 74.82   DEP      criu/seccomp.d
07:28:22 [2020-11-03T07:28:22.036Z] #41 ...
07:28:22 [2020-11-03T07:28:22.036Z] 
07:28:22 [2020-11-03T07:28:22.036Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:22 [2020-11-03T07:28:22.036Z] #43 DONE 170.6s
07:28:22 [2020-11-03T07:28:22.036Z] 
07:28:22 [2020-11-03T07:28:22.036Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:22 [2020-11-03T07:28:22.036Z] #41 75.00   DEP      criu/rst-malloc.d
07:28:22 [2020-11-03T07:28:22.169Z] #40 73.57   DEP      criu/timerfd.d
07:28:22 [2020-11-03T07:28:22.293Z] #41 75.08   DEP      criu/rbtree.d
07:28:22 [2020-11-03T07:28:22.293Z] #41 75.14   DEP      criu/pstree.d
07:28:22 [2020-11-03T07:28:22.368Z] ok  	github.com/docker/docker/pkg/filenotify	0.608s	coverage: 67.0% of statements
07:28:22 [2020-11-03T07:28:22.432Z] #40 73.73   DEP      criu/timens.d
07:28:22 [2020-11-03T07:28:22.432Z] #40 73.95   DEP      criu/sysfs_parse.d
07:28:22 [2020-11-03T07:28:22.551Z] #41 75.49   DEP      criu/protobuf.d
07:28:22 [2020-11-03T07:28:22.695Z] #40 74.17   DEP      criu/sysctl.d
07:28:22 [2020-11-03T07:28:22.808Z] #41 75.72   GEN      criu/protobuf-desc-gen.h
07:28:22 [2020-11-03T07:28:22.999Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 89.5% of statements
07:28:23 [2020-11-03T07:28:23.267Z] #42 156.1   CC       criu/namespaces.o
07:28:23 [2020-11-03T07:28:23.270Z] #40 74.45   DEP      criu/string.d
07:28:23 [2020-11-03T07:28:23.270Z] #40 74.49   DEP      criu/stats.d
07:28:23 [2020-11-03T07:28:23.270Z] #40 74.67   DEP      criu/sockets.d
07:28:23 [2020-11-03T07:28:23.532Z] #40 74.92   DEP      criu/sk-unix.d
07:28:23 [2020-11-03T07:28:23.794Z] #40 75.14   DEP      criu/sk-tcp.d
07:28:23 [2020-11-03T07:28:23.794Z] #40 75.33   DEP      criu/sk-queue.d
07:28:24 [2020-11-03T07:28:24.029Z] ok  	github.com/docker/docker/pkg/fsutils	0.400s	coverage: 85.1% of statements
07:28:24 [2020-11-03T07:28:24.029Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.064s	coverage: 84.1% of statements
07:28:24 [2020-11-03T07:28:24.057Z] #40 75.52   DEP      criu/sk-packet.d
07:28:24 [2020-11-03T07:28:24.319Z] #40 75.73   DEP      criu/sk-netlink.d
07:28:24 [2020-11-03T07:28:24.320Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 11.4% of statements
07:28:24 [2020-11-03T07:28:24.581Z] #40 75.95   DEP      criu/sk-inet.d
07:28:24 [2020-11-03T07:28:24.610Z] ok  	github.com/docker/docker/pkg/idtools	0.201s	coverage: 70.1% of statements
07:28:24 [2020-11-03T07:28:24.701Z] #41 77.57   DEP      criu/protobuf-desc.d
07:28:24 [2020-11-03T07:28:24.701Z] #41 77.71   DEP      criu/proc_parse.d
07:28:24 [2020-11-03T07:28:24.844Z] #40 76.13   DEP      criu/signalfd.d
07:28:24 [2020-11-03T07:28:24.844Z] #40 76.33   DEP      criu/sigframe.d
07:28:24 [2020-11-03T07:28:24.957Z] #41 77.86   DEP      criu/plugin.d
07:28:24 [2020-11-03T07:28:24.957Z] #41 77.93   DEP      criu/pipes.d
07:28:24 [2020-11-03T07:28:24.966Z] #41 93.74   CC       criu/clone-noasan.o
07:28:24 [2020-11-03T07:28:24.967Z] #41 94.05   CC       criu/config.o
07:28:25 [2020-11-03T07:28:25.107Z] #40 76.51   DEP      criu/shmem.d
07:28:25 [2020-11-03T07:28:25.107Z] #40 76.61   DEP      criu/servicefd.d
07:28:25 [2020-11-03T07:28:25.214Z] #41 78.08   DEP      criu/pie-util.d
07:28:25 [2020-11-03T07:28:25.214Z] #41 78.16   DEP      criu/pie-util-vdso.d
07:28:25 [2020-11-03T07:28:25.240Z] ok  	github.com/docker/docker/pkg/ioutils	0.324s	coverage: 70.1% of statements
07:28:25 [2020-11-03T07:28:25.240Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
07:28:25 [2020-11-03T07:28:25.240Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
07:28:25 [2020-11-03T07:28:25.240Z] ok  	github.com/docker/docker/pkg/longpath	0.001s	coverage: 100.0% of statements
07:28:25 [2020-11-03T07:28:25.240Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
07:28:25 [2020-11-03T07:28:25.240Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
07:28:25 [2020-11-03T07:28:25.369Z] #40 76.74   DEP      criu/seize.d
07:28:25 [2020-11-03T07:28:25.379Z] #42 158.4   CC       criu/net.o
07:28:25 [2020-11-03T07:28:25.470Z] #41 78.25   DEP      criu/pie-util-vdso-elf32.d
07:28:25 [2020-11-03T07:28:25.470Z] #41 78.41   DEP      criu/path.d
07:28:25 [2020-11-03T07:28:25.470Z] #41 78.52   DEP      criu/parasite-syscall.d
07:28:25 [2020-11-03T07:28:25.530Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.001s	coverage: 85.7% of statements
07:28:25 [2020-11-03T07:28:25.530Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
07:28:25 [2020-11-03T07:28:25.530Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
07:28:25 [2020-11-03T07:28:25.632Z] #40 76.94   DEP      criu/seccomp.d
07:28:25 [2020-11-03T07:28:25.632Z] #40 77.12   DEP      criu/rst-malloc.d
07:28:25 [2020-11-03T07:28:25.820Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
07:28:25 [2020-11-03T07:28:25.895Z] #40 77.23   DEP      criu/rbtree.d
07:28:25 [2020-11-03T07:28:25.895Z] #40 77.29   DEP      criu/pstree.d
07:28:26 [2020-11-03T07:28:26.033Z] #41 78.68   DEP      criu/pagemap.d
07:28:26 [2020-11-03T07:28:26.033Z] #41 78.84   DEP      criu/pagemap-cache.d
07:28:26 [2020-11-03T07:28:26.033Z] #41 78.97   DEP      criu/page-xfer.d
07:28:26 [2020-11-03T07:28:26.111Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.013s	coverage: 86.7% of statements
07:28:26 [2020-11-03T07:28:26.111Z] ok  	github.com/docker/docker/pkg/pidfile	0.001s	coverage: 82.4% of statements
07:28:26 [2020-11-03T07:28:26.111Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
07:28:26 [2020-11-03T07:28:26.111Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
07:28:26 [2020-11-03T07:28:26.157Z] #40 ...
07:28:26 [2020-11-03T07:28:26.157Z] 
07:28:26 [2020-11-03T07:28:26.157Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:26 [2020-11-03T07:28:26.157Z] #42 DONE 174.0s
07:28:26 [2020-11-03T07:28:26.157Z] 
07:28:26 [2020-11-03T07:28:26.157Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:26 [2020-11-03T07:28:26.157Z] #40 77.47   DEP      criu/protobuf.d
07:28:26 [2020-11-03T07:28:26.290Z] #41 79.17   DEP      criu/page-pipe.d
07:28:26 [2020-11-03T07:28:26.290Z] #41 79.26   DEP      criu/netfilter.d
07:28:26 [2020-11-03T07:28:26.361Z] #41 95.33   CC       criu/cr-check.o
07:28:26 [2020-11-03T07:28:26.420Z] #40 77.69   GEN      criu/protobuf-desc-gen.h
07:28:26 [2020-11-03T07:28:26.457Z] #54 217.0 + bin/containerd-stress
07:28:26 [2020-11-03T07:28:26.457Z] #54 218.9 + bin/containerd-shim
07:28:26 [2020-11-03T07:28:26.547Z] #41 79.38   DEP      criu/net.d
07:28:26 [2020-11-03T07:28:26.741Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.004s	coverage: 56.8% of statements
07:28:26 [2020-11-03T07:28:26.804Z] #41 79.59   DEP      criu/namespaces.d
07:28:26 [2020-11-03T07:28:26.804Z] #41 79.75   DEP      criu/mount.d
07:28:26 [2020-11-03T07:28:26.937Z] #41 ...
07:28:26 [2020-11-03T07:28:26.937Z] 
07:28:26 [2020-11-03T07:28:26.937Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.03 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.03 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.04 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.04 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.55 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.55 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.55 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.55 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.56 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.57 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.62 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.63 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.63 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.64 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.65 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.70 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.70 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.73 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.75 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 16.77 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 17.31 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 17.35 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 17.46 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.30 debconf: delaying package configuration, since apt-utils is not installed
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.40 Fetched 27.6 MB in 3s (10.3 MB/s)
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.47 Selecting previously unselected package pigz.
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.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 ... 23405 files and directories currently installed.)
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.57 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.65 Unpacking pigz (2.4-1) ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.75 Selecting previously unselected package libpython3.7-minimal:arm64.
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.75 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 18.76 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 19.33 Selecting previously unselected package python3.7-minimal.
07:28:26 [2020-11-03T07:28:26.937Z] #18 19.34 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 19.49 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 20.14 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
07:28:26 [2020-11-03T07:28:26.937Z] #18 20.17 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
07:28:27 [2020-11-03T07:28:27.031Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.001s	coverage: 85.7% of statements
07:28:27 [2020-11-03T07:28:27.061Z] #41 80.00   DEP      criu/memfd.d
07:28:27 [2020-11-03T07:28:27.061Z] #41 ...
07:28:27 [2020-11-03T07:28:27.061Z] 
07:28:27 [2020-11-03T07:28:27.061Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:27 [2020-11-03T07:28:27.061Z] #18 10.70 Fetched 8396 kB in 10s (875 kB/s)
07:28:27 [2020-11-03T07:28:27.061Z] #18 10.70 Reading package lists...
07:28:27 [2020-11-03T07:28:27.061Z] #18 14.74 Reading package lists...
07:28:27 [2020-11-03T07:28:27.061Z] #18 18.86 Building dependency tree...
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.51 libcap2-bin is already the newest version (1:2.25-2).
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.51 The following additional packages will be installed:
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.52   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.52   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.52   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   python3.7 python3.7-minimal vim-runtime xxd
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53 Suggested packages:
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53 Recommended packages:
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   aufs-dkms nftables build-essential python3-dev python3-keyring
07:28:27 [2020-11-03T07:28:27.061Z] #18 20.53   python3-keyrings.alt python3-xdg unzip
07:28:27 [2020-11-03T07:28:27.318Z] #18 ...
07:28:27 [2020-11-03T07:28:27.318Z] 
07:28:27 [2020-11-03T07:28:27.318Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:27 [2020-11-03T07:28:27.318Z] #41 80.15   DEP      criu/mem.d
07:28:27 [2020-11-03T07:28:27.318Z] #41 80.37   DEP      criu/lsm.d
07:28:27 [2020-11-03T07:28:27.322Z] ok  	github.com/docker/docker/pkg/pools	0.001s	coverage: 88.2% of statements
07:28:27 [2020-11-03T07:28:27.515Z] #18 21.99 Selecting previously unselected package python3-minimal.
07:28:27 [2020-11-03T07:28:27.612Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
07:28:27 [2020-11-03T07:28:27.778Z] #18 21.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 ... 23654 files and directories currently installed.)
07:28:27 [2020-11-03T07:28:27.779Z] #18 22.09 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
07:28:27 [2020-11-03T07:28:27.882Z] #41 80.53   DEP      criu/log.d
07:28:27 [2020-11-03T07:28:27.882Z] #41 80.62   DEP      criu/libnetlink.d
07:28:27 [2020-11-03T07:28:27.882Z] #41 80.72   DEP      criu/kerndat.d
07:28:28 [2020-11-03T07:28:28.043Z] #18 22.20 Unpacking python3-minimal (3.7.3-1) ...
07:28:28 [2020-11-03T07:28:28.043Z] #18 22.32 Selecting previously unselected package libmpdec2:arm64.
07:28:28 [2020-11-03T07:28:28.043Z] #18 22.33 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
07:28:28 [2020-11-03T07:28:28.043Z] #18 22.34 Unpacking libmpdec2:arm64 (2.4.2-2) ...
07:28:28 [2020-11-03T07:28:28.139Z] #41 80.88   DEP      criu/kcmp-ids.d
07:28:28 [2020-11-03T07:28:28.139Z] #41 80.96   DEP      criu/irmap.d
07:28:28 [2020-11-03T07:28:28.139Z] #41 81.11   DEP      criu/ipc_ns.d
07:28:28 [2020-11-03T07:28:28.306Z] #18 22.51 Selecting previously unselected package libpython3.7-stdlib:arm64.
07:28:28 [2020-11-03T07:28:28.306Z] #18 22.53 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ...
07:28:28 [2020-11-03T07:28:28.306Z] #18 22.54 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
07:28:28 [2020-11-03T07:28:28.342Z] #40 ...
07:28:28 [2020-11-03T07:28:28.342Z] 
07:28:28 [2020-11-03T07:28:28.342Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:28 [2020-11-03T07:28:28.342Z] #18 10.63 Fetched 8396 kB in 10s (881 kB/s)
07:28:28 [2020-11-03T07:28:28.342Z] #18 10.63 Reading package lists...
07:28:28 [2020-11-03T07:28:28.342Z] #18 14.75 Reading package lists...
07:28:28 [2020-11-03T07:28:28.342Z] #18 18.91 Building dependency tree...
07:28:28 [2020-11-03T07:28:28.396Z] #41 81.23   DEP      criu/image.d
07:28:28 [2020-11-03T07:28:28.604Z] #18 ...
07:28:28 [2020-11-03T07:28:28.604Z] 
07:28:28 [2020-11-03T07:28:28.604Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:28 [2020-11-03T07:28:28.604Z] #40 79.90   DEP      criu/protobuf-desc.d
07:28:28 [2020-11-03T07:28:28.604Z] #40 79.99   DEP      criu/proc_parse.d
07:28:28 [2020-11-03T07:28:28.642Z] ok  	github.com/docker/docker/pkg/pubsub	1.019s	coverage: 75.0% of statements
07:28:28 [2020-11-03T07:28:28.653Z] #41 81.39   DEP      criu/image-desc.d
07:28:28 [2020-11-03T07:28:28.653Z] #41 81.46   DEP      criu/fsnotify.d
07:28:28 [2020-11-03T07:28:28.653Z] #41 81.60   DEP      criu/filesystems.d
07:28:28 [2020-11-03T07:28:28.867Z] #40 80.13   DEP      criu/plugin.d
07:28:28 [2020-11-03T07:28:28.867Z] #40 80.20   DEP      criu/pipes.d
07:28:28 [2020-11-03T07:28:28.867Z] #40 80.36   DEP      criu/pie-util.d
07:28:28 [2020-11-03T07:28:28.883Z] #18 23.30 Selecting previously unselected package python3.7.
07:28:28 [2020-11-03T07:28:28.910Z] #41 81.81   DEP      criu/files.d
07:28:28 [2020-11-03T07:28:28.910Z] #41 81.94   DEP      criu/files-reg.d
07:28:28 [2020-11-03T07:28:28.932Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
07:28:29 [2020-11-03T07:28:29.129Z] #40 80.47   DEP      criu/pie-util-vdso.d
07:28:29 [2020-11-03T07:28:29.130Z] #40 80.54   DEP      criu/pie-util-vdso-elf32.d
07:28:29 [2020-11-03T07:28:29.167Z] #41 82.07   DEP      criu/files-ext.d
07:28:29 [2020-11-03T07:28:29.167Z] #41 82.18   DEP      criu/file-lock.d
07:28:29 [2020-11-03T07:28:29.253Z] #18 23.31 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ...
07:28:29 [2020-11-03T07:28:29.253Z] #18 23.31 Unpacking python3.7 (3.7.3-2+deb10u2) ...
07:28:29 [2020-11-03T07:28:29.253Z] #18 23.42 Selecting previously unselected package libpython3-stdlib:arm64.
07:28:29 [2020-11-03T07:28:29.253Z] #18 23.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
07:28:29 [2020-11-03T07:28:29.253Z] #18 23.43 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
07:28:29 [2020-11-03T07:28:29.392Z] #40 80.66   DEP      criu/path.d
07:28:29 [2020-11-03T07:28:29.392Z] #40 80.80   DEP      criu/parasite-syscall.d
07:28:29 [2020-11-03T07:28:29.424Z] #41 82.29   DEP      criu/file-ids.d
07:28:29 [2020-11-03T07:28:29.424Z] #41 82.39   DEP      criu/fifo.d
07:28:29 [2020-11-03T07:28:29.518Z] #18 23.60 Setting up python3-minimal (3.7.3-1) ...
07:28:29 [2020-11-03T07:28:29.655Z] #40 81.01   DEP      criu/pagemap.d
07:28:29 [2020-11-03T07:28:29.655Z] #40 81.16   DEP      criu/pagemap-cache.d
07:28:29 [2020-11-03T07:28:29.681Z] #41 82.50   DEP      criu/fdstore.d
07:28:29 [2020-11-03T07:28:29.681Z] #41 82.59   DEP      criu/fault-injection.d
07:28:29 [2020-11-03T07:28:29.681Z] #41 82.65   DEP      criu/external.d
07:28:29 [2020-11-03T07:28:29.900Z] #42 162.5   CC       criu/netfilter.o
07:28:29 [2020-11-03T07:28:29.917Z] #40 81.27   DEP      criu/page-xfer.d
07:28:29 [2020-11-03T07:28:29.917Z] #40 81.40   DEP      criu/page-pipe.d
07:28:29 [2020-11-03T07:28:29.917Z] #40 81.50   DEP      criu/netfilter.d
07:28:29 [2020-11-03T07:28:29.938Z] #41 82.81   DEP      criu/eventpoll.d
07:28:29 [2020-11-03T07:28:29.938Z] #41 82.97   DEP      criu/eventfd.d
07:28:30 [2020-11-03T07:28:30.180Z] #40 81.58   DEP      criu/net.d
07:28:30 [2020-11-03T07:28:30.195Z] #41 83.10   DEP      criu/crtools.d
07:28:30 [2020-11-03T07:28:30.199Z] #42 163.0   CC       criu/page-pipe.o
07:28:30 [2020-11-03T07:28:30.442Z] #40 81.73   DEP      criu/namespaces.d
07:28:30 [2020-11-03T07:28:30.452Z] #41 83.33   DEP      criu/cr-service.d
07:28:30 [2020-11-03T07:28:30.469Z] #18 24.76 Selecting previously unselected package python3.
07:28:30 [2020-11-03T07:28:30.469Z] #18 24.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 ... 24066 files and directories currently installed.)
07:28:30 [2020-11-03T07:28:30.469Z] #18 24.86 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
07:28:30 [2020-11-03T07:28:30.704Z] #40 82.00   DEP      criu/mount.d
07:28:30 [2020-11-03T07:28:30.704Z] #40 82.12   DEP      criu/memfd.d
07:28:30 [2020-11-03T07:28:30.709Z] #41 83.56   DEP      criu/cr-restore.d
07:28:30 [2020-11-03T07:28:30.732Z] #18 24.88 Unpacking python3 (3.7.3-1) ...
07:28:30 [2020-11-03T07:28:30.732Z] #18 25.13 Selecting previously unselected package libip4tc0:arm64.
07:28:30 [2020-11-03T07:28:30.732Z] #18 25.13 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
07:28:30 [2020-11-03T07:28:30.732Z] #18 25.14 Unpacking libip4tc0:arm64 (1.8.2-4) ...
07:28:30 [2020-11-03T07:28:30.732Z] #18 25.22 Selecting previously unselected package libip6tc0:arm64.
07:28:30 [2020-11-03T07:28:30.732Z] #18 25.22 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
07:28:30 [2020-11-03T07:28:30.732Z] #18 25.23 Unpacking libip6tc0:arm64 (1.8.2-4) ...
07:28:30 [2020-11-03T07:28:30.966Z] #41 83.85   DEP      criu/cr-errno.d
07:28:30 [2020-11-03T07:28:30.966Z] #41 83.88   DEP      criu/cr-dump.d
07:28:30 [2020-11-03T07:28:30.967Z] #40 82.36   DEP      criu/mem.d
07:28:30 [2020-11-03T07:28:30.998Z] #18 25.33 Selecting previously unselected package libiptc0:arm64.
07:28:30 [2020-11-03T07:28:30.998Z] #18 25.34 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
07:28:30 [2020-11-03T07:28:30.998Z] #18 25.36 Unpacking libiptc0:arm64 (1.8.2-4) ...
07:28:30 [2020-11-03T07:28:30.998Z] #18 25.46 Selecting previously unselected package libnfnetlink0:arm64.
07:28:31 [2020-11-03T07:28:31.223Z] #41 84.16   DEP      criu/cr-dedup.d
07:28:31 [2020-11-03T07:28:31.229Z] #40 82.53   DEP      criu/lsm.d
07:28:31 [2020-11-03T07:28:31.229Z] #40 82.65   DEP      criu/log.d
07:28:31 [2020-11-03T07:28:31.255Z] #42 164.0   CC       criu/page-xfer.o
07:28:31 [2020-11-03T07:28:31.261Z] #18 25.49 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
07:28:31 [2020-11-03T07:28:31.261Z] #18 25.51 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
07:28:31 [2020-11-03T07:28:31.261Z] #18 25.61 Selecting previously unselected package libnetfilter-conntrack3:arm64.
07:28:31 [2020-11-03T07:28:31.261Z] #18 25.61 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
07:28:31 [2020-11-03T07:28:31.261Z] #18 25.62 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
07:28:31 [2020-11-03T07:28:31.480Z] #41 84.32   DEP      criu/cr-check.d
07:28:31 [2020-11-03T07:28:31.492Z] #40 82.78   DEP      criu/libnetlink.d
07:28:31 [2020-11-03T07:28:31.492Z] #40 82.94   DEP      criu/kerndat.d
07:28:31 [2020-11-03T07:28:31.524Z] #18 25.73 Selecting previously unselected package libnftnl11:arm64.
07:28:31 [2020-11-03T07:28:31.524Z] #18 25.75 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
07:28:31 [2020-11-03T07:28:31.524Z] #18 25.76 Unpacking libnftnl11:arm64 (1.1.2-2) ...
07:28:31 [2020-11-03T07:28:31.524Z] #18 25.85 Selecting previously unselected package iptables.
07:28:31 [2020-11-03T07:28:31.524Z] #18 25.86 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
07:28:31 [2020-11-03T07:28:31.524Z] #18 25.87 Unpacking iptables (1.8.2-4) ...
07:28:31 [2020-11-03T07:28:31.654Z] ok  	github.com/docker/docker/pkg/signal	2.322s	coverage: 61.0% of statements
07:28:31 [2020-11-03T07:28:31.737Z] #41 84.48   DEP      criu/config.d
07:28:31 [2020-11-03T07:28:31.737Z] #41 84.64   DEP      criu/clone-noasan.d
07:28:31 [2020-11-03T07:28:31.738Z] #54 225.5 + bin/containerd-shim-runc-v1
07:28:31 [2020-11-03T07:28:31.754Z] #40 83.11   DEP      criu/kcmp-ids.d
07:28:31 [2020-11-03T07:28:31.754Z] #40 83.17   DEP      criu/irmap.d
07:28:31 [2020-11-03T07:28:31.787Z] #18 26.24 Selecting previously unselected package xxd.
07:28:31 [2020-11-03T07:28:31.787Z] #18 26.26 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
07:28:31 [2020-11-03T07:28:31.944Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
07:28:31 [2020-11-03T07:28:31.994Z] #41 84.75   DEP      criu/cgroup.d
07:28:31 [2020-11-03T07:28:31.994Z] #41 84.91   DEP      criu/cgroup-props.d
07:28:32 [2020-11-03T07:28:32.016Z] #40 83.26   DEP      criu/ipc_ns.d
07:28:32 [2020-11-03T07:28:32.016Z] #40 83.37   DEP      criu/image.d
07:28:32 [2020-11-03T07:28:32.016Z] #40 83.47   DEP      criu/image-desc.d
07:28:32 [2020-11-03T07:28:32.050Z] #18 26.26 Unpacking xxd (2:8.1.0875-5) ...
07:28:32 [2020-11-03T07:28:32.050Z] #18 26.43 Selecting previously unselected package vim-common.
07:28:32 [2020-11-03T07:28:32.050Z] #18 26.43 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
07:28:32 [2020-11-03T07:28:32.050Z] #18 26.46 Unpacking vim-common (2:8.1.0875-5) ...
07:28:32 [2020-11-03T07:28:32.235Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
07:28:32 [2020-11-03T07:28:32.251Z] #41 85.01   DEP      criu/bitmap.d
07:28:32 [2020-11-03T07:28:32.251Z] #41 85.03   DEP      criu/bfd.d
07:28:32 [2020-11-03T07:28:32.251Z] #41 85.16   DEP      criu/autofs.d
07:28:32 [2020-11-03T07:28:32.251Z] #41 85.28   DEP      criu/aio.d
07:28:32 [2020-11-03T07:28:32.277Z] #40 83.53   DEP      criu/fsnotify.d
07:28:32 [2020-11-03T07:28:32.277Z] #40 83.67   DEP      criu/filesystems.d
07:28:32 [2020-11-03T07:28:32.313Z] #18 26.68 Selecting previously unselected package bash-completion.
07:28:32 [2020-11-03T07:28:32.509Z] #41 ...
07:28:32 [2020-11-03T07:28:32.509Z] 
07:28:32 [2020-11-03T07:28:32.509Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:28:32 [2020-11-03T07:28:32.509Z] #30 DONE 181.1s
07:28:32 [2020-11-03T07:28:32.509Z] 
07:28:32 [2020-11-03T07:28:32.509Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:32 [2020-11-03T07:28:32.509Z] #41 85.48   DEP      criu/action-scripts.d
07:28:32 [2020-11-03T07:28:32.509Z] #41 ...
07:28:32 [2020-11-03T07:28:32.509Z] 
07:28:32 [2020-11-03T07:28:32.509Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.29 The following NEW packages will be installed:
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.29   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.29   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.29   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.29   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.29   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.30   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.30   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.30   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.30   xz-utils zip
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.68 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.68 Need to get 28.5 MB of archives.
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.68 After this operation, 116 MB of additional disk space will be used.
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 22.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.00 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.02 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.02 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.03 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.03 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.10 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.18 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.22 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.24 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.25 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.26 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.26 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.26 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.69 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.69 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.69 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.70 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.71 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.83 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.84 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.84 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.85 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.86 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.89 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.89 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.94 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.96 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 23.98 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 24.34 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 24.39 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 24.47 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.17 debconf: delaying package configuration, since apt-utils is not installed
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.26 Fetched 28.5 MB in 2s (13.4 MB/s)
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.34 Selecting previously unselected package pigz.
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.34 (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.)
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.42 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.43 Unpacking pigz (2.4-1) ...
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.50 Selecting previously unselected package libpython3.7-minimal:amd64.
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
07:28:32 [2020-11-03T07:28:32.509Z] #18 25.53 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
07:28:32 [2020-11-03T07:28:32.509Z] #18 26.01 Selecting previously unselected package python3.7-minimal.
07:28:32 [2020-11-03T07:28:32.509Z] #18 26.01 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
07:28:32 [2020-11-03T07:28:32.509Z] #18 26.03 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
07:28:32 [2020-11-03T07:28:32.525Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
07:28:32 [2020-11-03T07:28:32.541Z] #40 83.76   DEP      criu/files.d
07:28:32 [2020-11-03T07:28:32.541Z] #40 83.88   DEP      criu/files-reg.d
07:28:32 [2020-11-03T07:28:32.577Z] #18 26.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
07:28:32 [2020-11-03T07:28:32.807Z] #40 84.04   DEP      criu/files-ext.d
07:28:32 [2020-11-03T07:28:32.807Z] #40 84.18   DEP      criu/file-lock.d
07:28:32 [2020-11-03T07:28:32.815Z] ok  	github.com/docker/docker/pkg/symlink	0.005s	coverage: 87.7% of statements
07:28:33 [2020-11-03T07:28:33.069Z] #40 84.36   DEP      criu/file-ids.d
07:28:33 [2020-11-03T07:28:33.069Z] #40 84.53   DEP      criu/fifo.d
07:28:33 [2020-11-03T07:28:33.105Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 54.2% of statements
07:28:33 [2020-11-03T07:28:33.332Z] #40 84.67   DEP      criu/fdstore.d
07:28:33 [2020-11-03T07:28:33.332Z] #40 84.75   DEP      criu/fault-injection.d
07:28:33 [2020-11-03T07:28:33.332Z] #40 84.78   DEP      criu/external.d
07:28:33 [2020-11-03T07:28:33.362Z] #42 165.9   CC       criu/pagemap-cache.o
07:28:33 [2020-11-03T07:28:33.594Z] #40 84.92   DEP      criu/eventpoll.d
07:28:33 [2020-11-03T07:28:33.661Z] #42 166.5   CC       criu/pagemap.o
07:28:33 [2020-11-03T07:28:33.735Z] ok  	github.com/docker/docker/pkg/system	0.035s	coverage: 36.9% of statements
07:28:33 [2020-11-03T07:28:33.857Z] #40 85.12   DEP      criu/eventfd.d
07:28:33 [2020-11-03T07:28:33.857Z] #40 85.29   DEP      criu/crtools.d
07:28:33 [2020-11-03T07:28:33.954Z] #18 27.45 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
07:28:33 [2020-11-03T07:28:33.954Z] #18 27.47 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
07:28:34 [2020-11-03T07:28:34.025Z] ok  	github.com/docker/docker/pkg/tailfile	0.042s	coverage: 88.6% of statements
07:28:34 [2020-11-03T07:28:34.120Z] #40 85.48   DEP      criu/cr-service.d
07:28:34 [2020-11-03T07:28:34.315Z] ok  	github.com/docker/docker/pkg/tarsum	0.030s	coverage: 89.3% of statements
07:28:34 [2020-11-03T07:28:34.383Z] #40 85.65   DEP      criu/cr-restore.d
07:28:34 [2020-11-03T07:28:34.605Z] testing: warning: no tests to run
07:28:34 [2020-11-03T07:28:34.605Z] coverage: [no statements]
07:28:34 [2020-11-03T07:28:34.605Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
07:28:34 [2020-11-03T07:28:34.647Z] #40 85.96   DEP      criu/cr-errno.d
07:28:34 [2020-11-03T07:28:34.648Z] #40 85.98   DEP      criu/cr-dump.d
07:28:34 [2020-11-03T07:28:34.648Z] #40 86.18   DEP      criu/cr-dedup.d
07:28:34 [2020-11-03T07:28:34.717Z] #42 167.5   CC       criu/parasite-syscall.o
07:28:34 [2020-11-03T07:28:34.896Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
07:28:34 [2020-11-03T07:28:34.896Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
07:28:34 [2020-11-03T07:28:34.910Z] #40 ...
07:28:34 [2020-11-03T07:28:34.910Z] 
07:28:34 [2020-11-03T07:28:34.910Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
07:28:34 [2020-11-03T07:28:34.910Z] #29 DONE 182.6s
07:28:34 [2020-11-03T07:28:34.910Z] 
07:28:34 [2020-11-03T07:28:34.910Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33 libcap2-bin is already the newest version (1:2.25-2).
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33 The following additional packages will be installed:
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.33   python3.7 python3.7-minimal vim-runtime xxd
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34 Suggested packages:
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34 Recommended packages:
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34   aufs-dkms nftables build-essential python3-dev python3-keyring
07:28:34 [2020-11-03T07:28:34.910Z] #18 21.34   python3-keyrings.alt python3-xdg unzip
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.46 The following NEW packages will be installed:
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.47   xz-utils zip
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.93 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.93 Need to get 28.5 MB of archives.
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.93 After this operation, 116 MB of additional disk space will be used.
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 23.97 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.22 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.86 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.88 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.88 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.95 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 24.96 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 25.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 25.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 25.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 25.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 25.51 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.04 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.04 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.04 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.05 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.05 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.06 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.16 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.16 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.17 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.19 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.19 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.21 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.21 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.30 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.64 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.70 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 26.75 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
07:28:34 [2020-11-03T07:28:34.910Z] #18 27.40 debconf: delaying package configuration, since apt-utils is not installed
07:28:34 [2020-11-03T07:28:34.910Z] #18 27.60 Fetched 28.5 MB in 3s (8935 kB/s)
07:28:35 [2020-11-03T07:28:35.172Z] #18 27.66 Selecting previously unselected package pigz.
07:28:35 [2020-11-03T07:28:35.172Z] #18 27.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 ... 23432 files and directories currently installed.)
07:28:35 [2020-11-03T07:28:35.172Z] #18 27.74 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
07:28:35 [2020-11-03T07:28:35.172Z] #18 27.75 Unpacking pigz (2.4-1) ...
07:28:35 [2020-11-03T07:28:35.216Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
07:28:35 [2020-11-03T07:28:35.434Z] #18 28.03 Selecting previously unselected package libpython3.7-minimal:amd64.
07:28:35 [2020-11-03T07:28:35.434Z] #18 28.03 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
07:28:35 [2020-11-03T07:28:35.434Z] #18 28.05 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
07:28:35 [2020-11-03T07:28:35.785Z] #42 168.7   CC       criu/path.o
07:28:35 [2020-11-03T07:28:35.895Z] #18 29.69 Unpacking bash-completion (1:2.8-6) ...
07:28:35 [2020-11-03T07:28:35.895Z] #18 30.26 Selecting previously unselected package bzip2.
07:28:35 [2020-11-03T07:28:35.895Z] #18 30.26 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
07:28:35 [2020-11-03T07:28:35.951Z] #54 230.0 + bin/containerd-shim-runc-v2
07:28:36 [2020-11-03T07:28:36.082Z] #42 169.2   CC       criu/pie-util-vdso.o
07:28:36 [2020-11-03T07:28:36.158Z] #18 30.27 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
07:28:36 [2020-11-03T07:28:36.158Z] #18 30.41 Selecting previously unselected package xz-utils.
07:28:36 [2020-11-03T07:28:36.158Z] #18 30.41 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
07:28:36 [2020-11-03T07:28:36.158Z] #18 30.42 Unpacking xz-utils (5.2.4-1) ...
07:28:36 [2020-11-03T07:28:36.211Z] #54 231.0 + binaries
07:28:36 [2020-11-03T07:28:36.211Z] #54 231.0 + install -D bin/containerd /build/containerd
07:28:36 [2020-11-03T07:28:36.211Z] #54 231.0 + install -D bin/containerd-shim /build/containerd-shim
07:28:36 [2020-11-03T07:28:36.381Z] #18 28.84 Selecting previously unselected package python3.7-minimal.
07:28:36 [2020-11-03T07:28:36.381Z] #18 28.85 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
07:28:36 [2020-11-03T07:28:36.381Z] #18 28.85 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
07:28:36 [2020-11-03T07:28:36.421Z] #18 30.60 Selecting previously unselected package apparmor.
07:28:36 [2020-11-03T07:28:36.421Z] #18 30.61 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
07:28:36 [2020-11-03T07:28:36.421Z] #18 30.70 Unpacking apparmor (2.13.2-10) ...
07:28:36 [2020-11-03T07:28:36.470Z] #54 231.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:28:36 [2020-11-03T07:28:36.470Z] #54 231.0 + install -D bin/ctr /build/ctr
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.71 Selecting previously unselected package python3-minimal.
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.77 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.78 Unpacking python3-minimal (3.7.3-1) ...
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.88 Selecting previously unselected package libmpdec2:amd64.
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.88 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
07:28:36 [2020-11-03T07:28:36.481Z] #18 29.89 Unpacking libmpdec2:amd64 (2.4.2-2) ...
07:28:36 [2020-11-03T07:28:36.481Z] #18 30.01 Selecting previously unselected package libpython3.7-stdlib:amd64.
07:28:36 [2020-11-03T07:28:36.481Z] #18 30.01 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
07:28:36 [2020-11-03T07:28:36.481Z] #18 30.02 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
07:28:36 [2020-11-03T07:28:36.685Z] #18 31.15 Selecting previously unselected package aufs-tools.
07:28:36 [2020-11-03T07:28:36.719Z] ok  	github.com/docker/docker/plugin	0.556s	coverage: 23.1% of statements
07:28:36 [2020-11-03T07:28:36.730Z] #42 169.7   CC       criu/pie-util.o
07:28:36 [2020-11-03T07:28:36.954Z] #18 31.15 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
07:28:36 [2020-11-03T07:28:36.954Z] #18 31.16 Unpacking aufs-tools (1:4.14+20190211-1) ...
07:28:36 [2020-11-03T07:28:36.954Z] #18 31.29 Selecting previously unselected package libonig5:arm64.
07:28:36 [2020-11-03T07:28:36.954Z] #18 31.29 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
07:28:36 [2020-11-03T07:28:36.954Z] #18 31.31 Unpacking libonig5:arm64 (6.9.1-1) ...
07:28:37 [2020-11-03T07:28:37.029Z] #42 169.9   CC       criu/pipes.o
07:28:37 [2020-11-03T07:28:37.219Z] #18 31.68 Selecting previously unselected package libjq1:arm64.
07:28:37 [2020-11-03T07:28:37.219Z] #18 31.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
07:28:37 [2020-11-03T07:28:37.219Z] #18 31.69 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
07:28:37 [2020-11-03T07:28:37.328Z] #18 29.68 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
07:28:37 [2020-11-03T07:28:37.328Z] #18 29.70 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
07:28:37 [2020-11-03T07:28:37.349Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
07:28:37 [2020-11-03T07:28:37.409Z] #18 30.98 Selecting previously unselected package python3.7.
07:28:37 [2020-11-03T07:28:37.409Z] #18 30.98 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
07:28:37 [2020-11-03T07:28:37.409Z] #18 30.99 Unpacking python3.7 (3.7.3-2+deb10u2) ...
07:28:37 [2020-11-03T07:28:37.483Z] #18 31.82 Selecting previously unselected package jq.
07:28:37 [2020-11-03T07:28:37.483Z] #18 31.83 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
07:28:37 [2020-11-03T07:28:37.483Z] #18 31.83 Unpacking jq (1.5+dfsg-2+b1) ...
07:28:37 [2020-11-03T07:28:37.483Z] #18 31.96 Selecting previously unselected package libaio1:arm64.
07:28:37 [2020-11-03T07:28:37.483Z] #18 31.96 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
07:28:37 [2020-11-03T07:28:37.639Z] ok  	github.com/docker/docker/profiles/seccomp	0.004s	coverage: 86.4% of statements
07:28:37 [2020-11-03T07:28:37.666Z] #18 31.11 Selecting previously unselected package libpython3-stdlib:amd64.
07:28:37 [2020-11-03T07:28:37.666Z] #18 31.11 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
07:28:37 [2020-11-03T07:28:37.666Z] #18 31.11 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
07:28:37 [2020-11-03T07:28:37.666Z] #18 31.22 Setting up python3-minimal (3.7.3-1) ...
07:28:37 [2020-11-03T07:28:37.758Z] #18 31.98 Unpacking libaio1:arm64 (0.3.112-3) ...
07:28:38 [2020-11-03T07:28:38.026Z] #18 32.19 Selecting previously unselected package libgpm2:arm64.
07:28:38 [2020-11-03T07:28:38.026Z] #18 32.19 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
07:28:38 [2020-11-03T07:28:38.026Z] #18 32.19 Unpacking libgpm2:arm64 (1.20.7-5) ...
07:28:38 [2020-11-03T07:28:38.026Z] #18 ...
07:28:38 [2020-11-03T07:28:38.026Z] 
07:28:38 [2020-11-03T07:28:38.026Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:38 [2020-11-03T07:28:38.026Z] #41 97.16   CC       criu/cr-dedup.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 97.54   CC       criu/cr-dump.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 100.1   CC       criu/cr-errno.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 100.1   CC       criu/cr-restore.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 104.1   CC       criu/cr-service.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 105.9   CC       criu/crtools.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 106.3   CC       criu/eventfd.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 106.8   CC       criu/eventpoll.o
07:28:38 [2020-11-03T07:28:38.026Z] #41 ...
07:28:38 [2020-11-03T07:28:38.026Z] 
07:28:38 [2020-11-03T07:28:38.026Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:38 [2020-11-03T07:28:38.026Z] #18 32.36 Selecting previously unselected package libicu63:arm64.
07:28:38 [2020-11-03T07:28:38.026Z] #18 32.36 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
07:28:38 [2020-11-03T07:28:38.026Z] #18 32.37 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
07:28:38 [2020-11-03T07:28:38.089Z] #42 171.0   CC       criu/plugin.o
07:28:38 [2020-11-03T07:28:38.596Z] #18 32.14 Selecting previously unselected package python3.
07:28:38 [2020-11-03T07:28:38.596Z] #18 32.14 (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.)
07:28:38 [2020-11-03T07:28:38.596Z] #18 32.19 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
07:28:38 [2020-11-03T07:28:38.596Z] #18 32.19 Unpacking python3 (3.7.3-1) ...
07:28:38 [2020-11-03T07:28:38.750Z] #42 171.5   CC       criu/proc_parse.o
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.29 Selecting previously unselected package libip4tc0:amd64.
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.30 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.31 Unpacking libip4tc0:amd64 (1.8.2-4) ...
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.41 Selecting previously unselected package libip6tc0:amd64.
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.41 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.42 Unpacking libip6tc0:amd64 (1.8.2-4) ...
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.49 Selecting previously unselected package libiptc0:amd64.
07:28:38 [2020-11-03T07:28:38.853Z] #18 32.51 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.004Z] #54 DONE 233.2s
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.52 Unpacking libiptc0:amd64 (1.8.2-4) ...
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.59 Selecting previously unselected package libnfnetlink0:amd64.
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.60 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.60 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.66 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.67 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.67 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.74 Selecting previously unselected package libnftnl11:amd64.
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.74 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.110Z] #18 32.75 Unpacking libnftnl11:amd64 (1.1.2-2) ...
07:28:39 [2020-11-03T07:28:39.141Z] ok  	github.com/docker/docker/quota	0.660s	coverage: 71.4% of statements
07:28:39 [2020-11-03T07:28:39.250Z] #18 31.87 Selecting previously unselected package python3-minimal.
07:28:39 [2020-11-03T07:28:39.250Z] #18 31.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 ... 23681 files and directories currently installed.)
07:28:39 [2020-11-03T07:28:39.250Z] #18 31.92 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.250Z] #18 31.93 Unpacking python3-minimal (3.7.3-1) ...
07:28:39 [2020-11-03T07:28:39.250Z] #18 32.01 Selecting previously unselected package libmpdec2:amd64.
07:28:39 [2020-11-03T07:28:39.263Z] 
07:28:39 [2020-11-03T07:28:39.263Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
07:28:39 [2020-11-03T07:28:39.367Z] #18 32.82 Selecting previously unselected package iptables.
07:28:39 [2020-11-03T07:28:39.367Z] #18 32.84 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.367Z] #18 32.85 Unpacking iptables (1.8.2-4) ...
07:28:39 [2020-11-03T07:28:39.431Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
07:28:39 [2020-11-03T07:28:39.513Z] #18 32.01 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.513Z] #18 32.02 Unpacking libmpdec2:amd64 (2.4.2-2) ...
07:28:39 [2020-11-03T07:28:39.513Z] #18 32.14 Selecting previously unselected package libpython3.7-stdlib:amd64.
07:28:39 [2020-11-03T07:28:39.513Z] #18 32.15 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.513Z] #18 32.16 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
07:28:39 [2020-11-03T07:28:39.624Z] #18 33.19 Selecting previously unselected package xxd.
07:28:39 [2020-11-03T07:28:39.624Z] #18 33.20 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
07:28:39 [2020-11-03T07:28:39.624Z] #18 33.21 Unpacking xxd (2:8.1.0875-5) ...
07:28:39 [2020-11-03T07:28:39.624Z] #18 33.37 Selecting previously unselected package vim-common.
07:28:39 [2020-11-03T07:28:39.881Z] #18 33.37 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
07:28:39 [2020-11-03T07:28:39.881Z] #18 33.42 Unpacking vim-common (2:8.1.0875-5) ...
07:28:39 [2020-11-03T07:28:39.881Z] #18 33.61 Selecting previously unselected package bash-completion.
07:28:39 [2020-11-03T07:28:39.881Z] #18 33.61 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
07:28:40 [2020-11-03T07:28:40.292Z] #42 ...
07:28:40 [2020-11-03T07:28:40.292Z] 
07:28:40 [2020-11-03T07:28:40.292Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:28:40 [2020-11-03T07:28:40.292Z] #39 231.4 + dpkg --print-architecture
07:28:40 [2020-11-03T07:28:40.292Z] #39 231.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
07:28:40 [2020-11-03T07:28:40.292Z] #39 231.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:28:40 [2020-11-03T07:28:40.292Z] #39 231.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.01 Selecting previously unselected package python3.7.
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.02 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.03 Unpacking python3.7 (3.7.3-2+deb10u2) ...
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.13 Selecting previously unselected package libpython3-stdlib:amd64.
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.14 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.14 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
07:28:40 [2020-11-03T07:28:40.460Z] #18 33.26 Setting up python3-minimal (3.7.3-1) ...
07:28:40 [2020-11-03T07:28:40.463Z] ok  	github.com/docker/docker/registry	0.081s	coverage: 56.8% of statements
07:28:40 [2020-11-03T07:28:40.639Z] #55 DONE 1.5s
07:28:40 [2020-11-03T07:28:40.753Z] ok  	github.com/docker/docker/registry/resumable	0.013s	coverage: 100.0% of statements
07:28:40 [2020-11-03T07:28:40.898Z] 
07:28:40 [2020-11-03T07:28:40.898Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
07:28:41 [2020-11-03T07:28:41.044Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
07:28:41 [2020-11-03T07:28:41.465Z] #59 DONE 0.5s
07:28:41 [2020-11-03T07:28:41.465Z] 
07:28:41 [2020-11-03T07:28:41.465Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
07:28:41 [2020-11-03T07:28:41.675Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
07:28:41 [2020-11-03T07:28:41.675Z] ok  	github.com/docker/docker/testutil	0.001s	coverage: 62.5% of statements
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.18 Selecting previously unselected package python3.
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.22 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.23 Unpacking python3 (3.7.3-1) ...
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.34 Selecting previously unselected package libip4tc0:amd64.
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.35 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.35 Unpacking libip4tc0:amd64 (1.8.2-4) ...
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.44 Selecting previously unselected package libip6tc0:amd64.
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.46 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
07:28:41 [2020-11-03T07:28:41.851Z] #18 34.46 Unpacking libip6tc0:amd64 (1.8.2-4) ...
07:28:42 [2020-11-03T07:28:42.033Z] #61 DONE 0.5s
07:28:42 [2020-11-03T07:28:42.033Z] 
07:28:42 [2020-11-03T07:28:42.033Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
07:28:42 [2020-11-03T07:28:42.033Z] #63 DONE 0.1s
07:28:42 [2020-11-03T07:28:42.033Z] 
07:28:42 [2020-11-03T07:28:42.033Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
07:28:42 [2020-11-03T07:28:42.033Z] #64 DONE 0.0s
07:28:42 [2020-11-03T07:28:42.033Z] 
07:28:42 [2020-11-03T07:28:42.033Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.55 Selecting previously unselected package libiptc0:amd64.
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.56 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.56 Unpacking libiptc0:amd64 (1.8.2-4) ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.62 Selecting previously unselected package libnfnetlink0:amd64.
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.63 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.63 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.68 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.69 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.70 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.77 Selecting previously unselected package libnftnl11:amd64.
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.78 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.79 Unpacking libnftnl11:amd64 (1.1.2-2) ...
07:28:42 [2020-11-03T07:28:42.179Z] #18 34.91 Selecting previously unselected package iptables.
07:28:42 [2020-11-03T07:28:42.251Z] #18 35.88 Selecting previously unselected package libnet1:arm64.
07:28:42 [2020-11-03T07:28:42.251Z] #18 35.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 35.89 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 35.99 Selecting previously unselected package libnl-3-200:arm64.
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.01 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.01 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.11 Selecting previously unselected package libprotobuf-c1:arm64.
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.11 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.12 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.21 Selecting previously unselected package libreadline5:arm64.
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.22 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.23 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.40 Selecting previously unselected package net-tools.
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.41 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
07:28:42 [2020-11-03T07:28:42.251Z] #18 36.42 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
07:28:42 [2020-11-03T07:28:42.442Z] #18 34.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
07:28:42 [2020-11-03T07:28:42.442Z] #18 34.99 Unpacking iptables (1.8.2-4) ...
07:28:42 [2020-11-03T07:28:42.515Z] #18 36.67 Selecting previously unselected package python-pip-whl.
07:28:42 [2020-11-03T07:28:42.515Z] #18 36.68 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
07:28:42 [2020-11-03T07:28:42.515Z] #18 36.70 Unpacking python-pip-whl (18.1-5) ...
07:28:42 [2020-11-03T07:28:42.704Z] #18 35.34 Selecting previously unselected package xxd.
07:28:42 [2020-11-03T07:28:42.704Z] #18 35.36 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
07:28:42 [2020-11-03T07:28:42.704Z] #18 35.37 Unpacking xxd (2:8.1.0875-5) ...
07:28:42 [2020-11-03T07:28:42.780Z] #18 37.12 Selecting previously unselected package python3-lib2to3.
07:28:42 [2020-11-03T07:28:42.780Z] #18 37.12 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
07:28:42 [2020-11-03T07:28:42.780Z] #18 37.13 Unpacking python3-lib2to3 (3.7.3-1) ...
07:28:42 [2020-11-03T07:28:42.970Z] #18 35.49 Selecting previously unselected package vim-common.
07:28:42 [2020-11-03T07:28:42.970Z] #18 35.50 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
07:28:42 [2020-11-03T07:28:42.970Z] #18 35.53 Unpacking vim-common (2:8.1.0875-5) ...
07:28:43 [2020-11-03T07:28:43.047Z] #18 37.32 Selecting previously unselected package python3-distutils.
07:28:43 [2020-11-03T07:28:43.047Z] #18 37.34 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
07:28:43 [2020-11-03T07:28:43.047Z] #18 37.35 Unpacking python3-distutils (3.7.3-1) ...
07:28:43 [2020-11-03T07:28:43.154Z] #18 36.46 Unpacking bash-completion (1:2.8-6) ...
07:28:43 [2020-11-03T07:28:43.154Z] #18 ...
07:28:43 [2020-11-03T07:28:43.154Z] 
07:28:43 [2020-11-03T07:28:43.154Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:43 [2020-11-03T07:28:43.154Z] #41 85.86   CC       criu/action-scripts.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 86.66   CC       criu/aio.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 87.23   CC       criu/autofs.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 88.66   CC       criu/bfd.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 89.11   CC       criu/bitmap.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 89.31   CC       criu/cgroup-props.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 90.08   CC       criu/cgroup.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 92.84   CC       criu/clone-noasan.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 93.02   CC       criu/config.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 94.43   CC       criu/cr-check.o
07:28:43 [2020-11-03T07:28:43.154Z] #41 ...
07:28:43 [2020-11-03T07:28:43.154Z] 
07:28:43 [2020-11-03T07:28:43.154Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:43 [2020-11-03T07:28:43.233Z] #18 35.68 Selecting previously unselected package bash-completion.
07:28:43 [2020-11-03T07:28:43.233Z] #18 35.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
07:28:43 [2020-11-03T07:28:43.314Z] #18 37.67 Selecting previously unselected package python3-pip.
07:28:43 [2020-11-03T07:28:43.314Z] #18 37.68 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
07:28:43 [2020-11-03T07:28:43.314Z] #18 37.72 Unpacking python3-pip (18.1-5) ...
07:28:43 [2020-11-03T07:28:43.410Z] #18 36.88 Selecting previously unselected package bzip2.
07:28:43 [2020-11-03T07:28:43.410Z] #18 36.90 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
07:28:43 [2020-11-03T07:28:43.410Z] #18 36.91 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
07:28:43 [2020-11-03T07:28:43.410Z] #18 36.98 Selecting previously unselected package xz-utils.
07:28:43 [2020-11-03T07:28:43.410Z] #18 36.99 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
07:28:43 [2020-11-03T07:28:43.410Z] #18 36.99 Unpacking xz-utils (5.2.4-1) ...
07:28:43 [2020-11-03T07:28:43.577Z] #18 37.91 Selecting previously unselected package python3-pkg-resources.
07:28:43 [2020-11-03T07:28:43.577Z] #18 37.91 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
07:28:43 [2020-11-03T07:28:43.577Z] #18 37.92 Unpacking python3-pkg-resources (40.8.0-1) ...
07:28:43 [2020-11-03T07:28:43.667Z] #18 37.16 Selecting previously unselected package apparmor.
07:28:43 [2020-11-03T07:28:43.667Z] #18 37.18 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
07:28:43 [2020-11-03T07:28:43.667Z] #18 37.26 Unpacking apparmor (2.13.2-10) ...
07:28:43 [2020-11-03T07:28:43.923Z] #18 37.56 Selecting previously unselected package aufs-tools.
07:28:43 [2020-11-03T07:28:43.923Z] #18 37.58 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
07:28:43 [2020-11-03T07:28:43.923Z] #18 37.58 Unpacking aufs-tools (1:4.14+20190211-1) ...
07:28:43 [2020-11-03T07:28:43.937Z] #65 DONE 1.9s
07:28:43 [2020-11-03T07:28:43.937Z] 
07:28:43 [2020-11-03T07:28:43.937Z] #66 exporting to image
07:28:43 [2020-11-03T07:28:43.937Z] #66 exporting layers
07:28:44 [2020-11-03T07:28:44.179Z] #18 37.72 Selecting previously unselected package libonig5:amd64.
07:28:44 [2020-11-03T07:28:44.179Z] #18 37.73 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
07:28:44 [2020-11-03T07:28:44.179Z] #18 37.74 Unpacking libonig5:amd64 (6.9.1-1) ...
07:28:44 [2020-11-03T07:28:44.399Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
07:28:44 [2020-11-03T07:28:44.436Z] #18 37.89 Selecting previously unselected package libjq1:amd64.
07:28:44 [2020-11-03T07:28:44.436Z] #18 37.90 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
07:28:44 [2020-11-03T07:28:44.436Z] #18 37.91 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.01 Selecting previously unselected package jq.
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.03 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.04 Unpacking jq (1.5+dfsg-2+b1) ...
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.11 Selecting previously unselected package libaio1:amd64.
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.12 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.13 Unpacking libaio1:amd64 (0.3.112-3) ...
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.19 Selecting previously unselected package libgpm2:amd64.
07:28:44 [2020-11-03T07:28:44.436Z] #18 38.21 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
07:28:44 [2020-11-03T07:28:44.692Z] #18 38.21 Unpacking libgpm2:amd64 (1.20.7-5) ...
07:28:44 [2020-11-03T07:28:44.692Z] #18 38.28 Selecting previously unselected package libicu63:amd64.
07:28:44 [2020-11-03T07:28:44.692Z] #18 38.29 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
07:28:44 [2020-11-03T07:28:44.692Z] #18 38.29 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
07:28:44 [2020-11-03T07:28:44.973Z] #18 ...
07:28:44 [2020-11-03T07:28:44.973Z] 
07:28:44 [2020-11-03T07:28:44.973Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:28:44 [2020-11-03T07:28:44.973Z] #47 178.9 + /build/golangci-lint --version
07:28:44 [2020-11-03T07:28:44.973Z] #47 179.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
07:28:44 [2020-11-03T07:28:44.973Z] #47 DONE 180.8s
07:28:44 [2020-11-03T07:28:44.973Z] 
07:28:44 [2020-11-03T07:28:44.973Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:44 [2020-11-03T07:28:44.973Z] #18 39.18 Selecting previously unselected package python3-setuptools.
07:28:44 [2020-11-03T07:28:44.973Z] #18 39.19 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
07:28:44 [2020-11-03T07:28:44.973Z] #18 39.19 Unpacking python3-setuptools (40.8.0-1) ...
07:28:44 [2020-11-03T07:28:44.973Z] #18 ...
07:28:44 [2020-11-03T07:28:44.973Z] 
07:28:44 [2020-11-03T07:28:44.973Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:44 [2020-11-03T07:28:44.973Z] #41 107.7   CC       criu/external.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 108.0   CC       criu/fault-injection.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 108.1   CC       criu/fdstore.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 108.4   CC       criu/fifo.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 108.8   CC       criu/file-ids.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 109.1   CC       criu/file-lock.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 110.0   CC       criu/files-ext.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 110.4   CC       criu/files-reg.o
07:28:44 [2020-11-03T07:28:44.973Z] #41 112.7   CC       criu/files.o
07:28:45 [2020-11-03T07:28:45.030Z] ok  	github.com/docker/docker/volume/local	0.301s	coverage: 76.4% of statements
07:28:45 [2020-11-03T07:28:45.155Z] #18 ...
07:28:45 [2020-11-03T07:28:45.155Z] 
07:28:45 [2020-11-03T07:28:45.155Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:45 [2020-11-03T07:28:45.155Z] #40 86.42   DEP      criu/cr-check.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 86.83   DEP      criu/config.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.11   DEP      criu/clone-noasan.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.26   DEP      criu/cgroup.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.51   DEP      criu/cgroup-props.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.65   DEP      criu/bitmap.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.67   DEP      criu/bfd.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.75   DEP      criu/autofs.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 87.87   DEP      criu/aio.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 88.00   DEP      criu/action-scripts.d
07:28:45 [2020-11-03T07:28:45.155Z] #40 88.24   CC       criu/action-scripts.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 88.64   CC       criu/aio.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 89.10   CC       criu/autofs.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 90.58   CC       criu/bfd.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 90.92   CC       criu/bitmap.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 91.10   CC       criu/cgroup-props.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 91.78   CC       criu/cgroup.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 94.63   CC       criu/clone-noasan.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 94.86   CC       criu/config.o
07:28:45 [2020-11-03T07:28:45.155Z] #40 96.26   CC       criu/cr-check.o
07:28:45 [2020-11-03T07:28:45.236Z] #41 ...
07:28:45 [2020-11-03T07:28:45.236Z] 
07:28:45 [2020-11-03T07:28:45.236Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:45 [2020-11-03T07:28:45.236Z] #18 39.66 Selecting previously unselected package python3-wheel.
07:28:45 [2020-11-03T07:28:45.236Z] #18 39.66 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
07:28:45 [2020-11-03T07:28:45.350Z] ok  	github.com/docker/docker/volume/mounts	0.017s	coverage: 67.0% of statements
07:28:45 [2020-11-03T07:28:45.500Z] #18 39.74 Unpacking python3-wheel (0.32.3-2) ...
07:28:45 [2020-11-03T07:28:45.500Z] #18 39.87 Selecting previously unselected package sudo.
07:28:45 [2020-11-03T07:28:45.500Z] #18 39.88 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ...
07:28:45 [2020-11-03T07:28:45.500Z] #18 39.89 Unpacking sudo (1.8.27-1+deb10u2) ...
07:28:46 [2020-11-03T07:28:46.102Z] #40 ...
07:28:46 [2020-11-03T07:28:46.102Z] 
07:28:46 [2020-11-03T07:28:46.102Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:46 [2020-11-03T07:28:46.102Z] #18 38.50 Unpacking bash-completion (1:2.8-6) ...
07:28:46 [2020-11-03T07:28:46.365Z] #18 38.88 Selecting previously unselected package bzip2.
07:28:46 [2020-11-03T07:28:46.365Z] #18 38.89 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
07:28:46 [2020-11-03T07:28:46.365Z] #18 38.89 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
07:28:46 [2020-11-03T07:28:46.365Z] #18 38.98 Selecting previously unselected package xz-utils.
07:28:46 [2020-11-03T07:28:46.365Z] #18 38.98 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
07:28:46 [2020-11-03T07:28:46.365Z] #18 39.00 Unpacking xz-utils (5.2.4-1) ...
07:28:46 [2020-11-03T07:28:46.380Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 73.1% of statements
07:28:46 [2020-11-03T07:28:46.450Z] #18 40.64 Selecting previously unselected package thin-provisioning-tools.
07:28:46 [2020-11-03T07:28:46.450Z] #18 40.65 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
07:28:46 [2020-11-03T07:28:46.450Z] #18 40.65 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
07:28:46 [2020-11-03T07:28:46.628Z] #18 39.16 Selecting previously unselected package apparmor.
07:28:46 [2020-11-03T07:28:46.628Z] #18 39.16 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
07:28:46 [2020-11-03T07:28:46.628Z] #18 39.23 Unpacking apparmor (2.13.2-10) ...
07:28:46 [2020-11-03T07:28:46.713Z] #18 40.95 Selecting previously unselected package uidmap.
07:28:46 [2020-11-03T07:28:46.713Z] #18 40.96 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
07:28:46 [2020-11-03T07:28:46.713Z] #18 40.98 Unpacking uidmap (1:4.5-1.1) ...
07:28:46 [2020-11-03T07:28:46.890Z] #18 39.55 Selecting previously unselected package aufs-tools.
07:28:46 [2020-11-03T07:28:46.891Z] #18 39.55 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
07:28:46 [2020-11-03T07:28:46.891Z] #18 39.56 Unpacking aufs-tools (1:4.14+20190211-1) ...
07:28:46 [2020-11-03T07:28:46.982Z] #18 41.23 Selecting previously unselected package vim-runtime.
07:28:46 [2020-11-03T07:28:46.982Z] #18 41.23 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
07:28:46 [2020-11-03T07:28:46.982Z] #18 41.27 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
07:28:46 [2020-11-03T07:28:46.982Z] #18 41.33 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
07:28:46 [2020-11-03T07:28:46.982Z] #18 41.34 Unpacking vim-runtime (2:8.1.0875-5) ...
07:28:47 [2020-11-03T07:28:47.153Z] #18 39.68 Selecting previously unselected package libonig5:amd64.
07:28:47 [2020-11-03T07:28:47.153Z] #18 39.70 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
07:28:47 [2020-11-03T07:28:47.153Z] #18 39.71 Unpacking libonig5:amd64 (6.9.1-1) ...
07:28:47 [2020-11-03T07:28:47.416Z] #18 39.85 Selecting previously unselected package libjq1:amd64.
07:28:47 [2020-11-03T07:28:47.416Z] #18 39.86 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
07:28:47 [2020-11-03T07:28:47.416Z] #18 39.87 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
07:28:47 [2020-11-03T07:28:47.416Z] #18 39.99 Selecting previously unselected package jq.
07:28:47 [2020-11-03T07:28:47.416Z] #18 40.00 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
07:28:47 [2020-11-03T07:28:47.416Z] #18 40.01 Unpacking jq (1.5+dfsg-2+b1) ...
07:28:47 [2020-11-03T07:28:47.416Z] #18 40.10 Selecting previously unselected package libaio1:amd64.
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.10 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.11 Unpacking libaio1:amd64 (0.3.112-3) ...
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.17 Selecting previously unselected package libgpm2:amd64.
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.18 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.19 Unpacking libgpm2:amd64 (1.20.7-5) ...
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.26 Selecting previously unselected package libicu63:amd64.
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.27 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
07:28:47 [2020-11-03T07:28:47.678Z] #18 40.27 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 41.97 Selecting previously unselected package libnet1:amd64.
07:28:48 [2020-11-03T07:28:48.865Z] #18 41.98 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 41.99 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.08 Selecting previously unselected package libnl-3-200:amd64.
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.09 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.10 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.18 Selecting previously unselected package libprotobuf-c1:amd64.
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.18 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.19 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.27 Selecting previously unselected package libreadline5:amd64.
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.27 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.29 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.41 Selecting previously unselected package net-tools.
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.41 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
07:28:48 [2020-11-03T07:28:48.865Z] #18 42.41 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
07:28:48 [2020-11-03T07:28:48.893Z] #39 ...
07:28:48 [2020-11-03T07:28:48.893Z] 
07:28:48 [2020-11-03T07:28:48.893Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:48 [2020-11-03T07:28:48.893Z] #52 129.0 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
07:28:48 [2020-11-03T07:28:48.893Z] #52 131.9 + mkdir -p /build
07:28:48 [2020-11-03T07:28:48.893Z] #52 131.9 + cp runc /build/runc
07:28:48 [2020-11-03T07:28:48.893Z] #52 DONE 132.1s
07:28:48 [2020-11-03T07:28:48.893Z] 
07:28:48 [2020-11-03T07:28:48.893Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:48 [2020-11-03T07:28:48.893Z] #42 175.9   CC       criu/protobuf-desc.o
07:28:48 [2020-11-03T07:28:48.893Z] #42 177.1   CC       criu/protobuf.o
07:28:48 [2020-11-03T07:28:48.893Z] #42 177.5   CC       criu/pstree.o
07:28:48 [2020-11-03T07:28:48.893Z] #42 178.9   CC       criu/rbtree.o
07:28:48 [2020-11-03T07:28:48.893Z] #42 179.3   CC       criu/rst-malloc.o
07:28:48 [2020-11-03T07:28:48.893Z] #42 179.7   CC       criu/seccomp.o
07:28:48 [2020-11-03T07:28:48.893Z] #42 180.5   CC       criu/seize.o
07:28:49 [2020-11-03T07:28:49.121Z] #18 42.63 Selecting previously unselected package python-pip-whl.
07:28:49 [2020-11-03T07:28:49.121Z] #18 42.65 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
07:28:49 [2020-11-03T07:28:49.121Z] #18 42.65 Unpacking python-pip-whl (18.1-5) ...
07:28:49 [2020-11-03T07:28:49.378Z] #18 43.14 Selecting previously unselected package python3-lib2to3.
07:28:49 [2020-11-03T07:28:49.543Z] #42 182.4   CC       criu/servicefd.o
07:28:49 [2020-11-03T07:28:49.635Z] #18 43.15 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
07:28:49 [2020-11-03T07:28:49.635Z] #18 43.16 Unpacking python3-lib2to3 (3.7.3-1) ...
07:28:49 [2020-11-03T07:28:49.842Z] #42 183.0   CC       criu/shmem.o
07:28:49 [2020-11-03T07:28:49.892Z] #18 43.31 Selecting previously unselected package python3-distutils.
07:28:49 [2020-11-03T07:28:49.892Z] #18 43.32 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
07:28:49 [2020-11-03T07:28:49.892Z] #18 43.33 Unpacking python3-distutils (3.7.3-1) ...
07:28:50 [2020-11-03T07:28:50.149Z] #18 43.63 Selecting previously unselected package python3-pip.
07:28:50 [2020-11-03T07:28:50.149Z] #18 43.64 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
07:28:50 [2020-11-03T07:28:50.149Z] #18 43.64 Unpacking python3-pip (18.1-5) ...
07:28:50 [2020-11-03T07:28:50.303Z] #18 44.49 Selecting previously unselected package vim.
07:28:50 [2020-11-03T07:28:50.303Z] #18 44.50 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
07:28:50 [2020-11-03T07:28:50.303Z] #18 44.52 Unpacking vim (2:8.1.0875-5) ...
07:28:50 [2020-11-03T07:28:50.406Z] #18 43.87 Selecting previously unselected package python3-pkg-resources.
07:28:50 [2020-11-03T07:28:50.406Z] #18 43.87 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
07:28:50 [2020-11-03T07:28:50.406Z] #18 43.88 Unpacking python3-pkg-resources (40.8.0-1) ...
07:28:50 [2020-11-03T07:28:50.406Z] #18 44.02 Selecting previously unselected package python3-setuptools.
07:28:50 [2020-11-03T07:28:50.406Z] #18 44.04 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
07:28:50 [2020-11-03T07:28:50.406Z] #18 44.05 Unpacking python3-setuptools (40.8.0-1) ...
07:28:50 [2020-11-03T07:28:50.663Z] #18 44.27 Selecting previously unselected package python3-wheel.
07:28:50 [2020-11-03T07:28:50.663Z] #18 44.27 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
07:28:50 [2020-11-03T07:28:50.663Z] #18 44.28 Unpacking python3-wheel (0.32.3-2) ...
07:28:50 [2020-11-03T07:28:50.663Z] #18 44.36 Selecting previously unselected package sudo.
07:28:50 [2020-11-03T07:28:50.879Z] #18 45.00 Selecting previously unselected package xfsprogs.
07:28:50 [2020-11-03T07:28:50.879Z] #18 45.00 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
07:28:50 [2020-11-03T07:28:50.879Z] #18 45.02 Unpacking xfsprogs (4.20.0-1) ...
07:28:50 [2020-11-03T07:28:50.919Z] #18 44.38 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
07:28:50 [2020-11-03T07:28:50.919Z] #18 44.39 Unpacking sudo (1.8.27-1+deb10u2) ...
07:28:51 [2020-11-03T07:28:51.055Z] #18 43.69 Selecting previously unselected package libnet1:amd64.
07:28:51 [2020-11-03T07:28:51.056Z] #18 43.72 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.056Z] #18 43.73 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:28:51 [2020-11-03T07:28:51.142Z] #18 45.41 Selecting previously unselected package zip.
07:28:51 [2020-11-03T07:28:51.142Z] #18 45.42 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
07:28:51 [2020-11-03T07:28:51.142Z] #18 45.43 Unpacking zip (3.0-11+b1) ...
07:28:51 [2020-11-03T07:28:51.343Z] #18 43.85 Selecting previously unselected package libnl-3-200:amd64.
07:28:51 [2020-11-03T07:28:51.344Z] #18 43.87 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.344Z] #18 43.89 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
07:28:51 [2020-11-03T07:28:51.344Z] #18 44.02 Selecting previously unselected package libprotobuf-c1:amd64.
07:28:51 [2020-11-03T07:28:51.344Z] #18 44.03 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.344Z] #18 44.04 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:28:51 [2020-11-03T07:28:51.380Z] #42 184.1   CC       criu/sigframe.o
07:28:51 [2020-11-03T07:28:51.380Z] #42 184.4   CC       criu/signalfd.o
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.73 Setting up aufs-tools (1:4.14+20190211-1) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.75 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.76 Setting up libip6tc0:arm64 (1.8.2-4) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.78 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.79 Setting up libgpm2:arm64 (1.20.7-5) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.81 Setting up libip4tc0:arm64 (1.8.2-4) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.82 Setting up uidmap (1:4.5-1.1) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.83 Setting up libnftnl11:arm64 (1.1.2-2) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.85 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.86 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
07:28:51 [2020-11-03T07:28:51.405Z] #18 45.88 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
07:28:51 [2020-11-03T07:28:51.433Z] #18 44.93 Selecting previously unselected package thin-provisioning-tools.
07:28:51 [2020-11-03T07:28:51.433Z] #18 44.94 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.433Z] #18 44.94 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
07:28:51 [2020-11-03T07:28:51.433Z] #18 45.19 Selecting previously unselected package uidmap.
07:28:51 [2020-11-03T07:28:51.609Z] #18 44.09 Selecting previously unselected package libreadline5:amd64.
07:28:51 [2020-11-03T07:28:51.609Z] #18 44.11 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.609Z] #18 44.11 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
07:28:51 [2020-11-03T07:28:51.609Z] #18 44.26 Selecting previously unselected package net-tools.
07:28:51 [2020-11-03T07:28:51.609Z] #18 44.27 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.609Z] #18 44.27 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
07:28:51 [2020-11-03T07:28:51.670Z] #18 45.89 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
07:28:51 [2020-11-03T07:28:51.670Z] #18 45.91 Setting up xxd (2:8.1.0875-5) ...
07:28:51 [2020-11-03T07:28:51.670Z] #18 45.92 Setting up zip (3.0-11+b1) ...
07:28:51 [2020-11-03T07:28:51.670Z] #18 45.93 Setting up vim-common (2:8.1.0875-5) ...
07:28:51 [2020-11-03T07:28:51.670Z] #18 45.97 Setting up bash-completion (1:2.8-6) ...
07:28:51 [2020-11-03T07:28:51.678Z] #42 184.8   CC       criu/sk-inet.o
07:28:51 [2020-11-03T07:28:51.692Z] #18 45.21 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
07:28:51 [2020-11-03T07:28:51.692Z] #18 45.22 Unpacking uidmap (1:4.5-1.1) ...
07:28:51 [2020-11-03T07:28:51.875Z] #18 44.47 Selecting previously unselected package python-pip-whl.
07:28:51 [2020-11-03T07:28:51.875Z] #18 44.48 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
07:28:51 [2020-11-03T07:28:51.875Z] #18 44.49 Unpacking python-pip-whl (18.1-5) ...
07:28:51 [2020-11-03T07:28:51.949Z] #18 45.35 Selecting previously unselected package vim-runtime.
07:28:51 [2020-11-03T07:28:51.949Z] #18 45.36 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
07:28:51 [2020-11-03T07:28:51.949Z] #18 45.39 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
07:28:51 [2020-11-03T07:28:51.949Z] #18 45.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
07:28:51 [2020-11-03T07:28:51.949Z] #18 45.43 Unpacking vim-runtime (2:8.1.0875-5) ...
07:28:52 [2020-11-03T07:28:52.068Z] #66 exporting layers 6.7s done
07:28:52 [2020-11-03T07:28:52.068Z] #66 writing image sha256:3ef03d3503b457022ce761e48ce0b74d72d89967193235294213a2c995038abe done
07:28:52 [2020-11-03T07:28:52.068Z] #66 naming to docker.io/library/docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e done
07:28:52 [2020-11-03T07:28:52.068Z] #66 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
07:28:52 [2020-11-03T07:28:52.419Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41626/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/validate/default
07:28:52 [2020-11-03T07:28:52.716Z] #18 45.14 Selecting previously unselected package python3-lib2to3.
07:28:52 [2020-11-03T07:28:52.716Z] #18 45.15 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
07:28:52 [2020-11-03T07:28:52.716Z] #18 45.16 Unpacking python3-lib2to3 (3.7.3-1) ...
07:28:52 [2020-11-03T07:28:52.716Z] #18 45.30 Selecting previously unselected package python3-distutils.
07:28:52 [2020-11-03T07:28:52.716Z] #18 45.30 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
07:28:52 [2020-11-03T07:28:52.716Z] #18 45.31 Unpacking python3-distutils (3.7.3-1) ...
07:28:52 [2020-11-03T07:28:52.977Z] #18 45.48 Selecting previously unselected package python3-pip.
07:28:52 [2020-11-03T07:28:52.977Z] #18 45.50 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
07:28:52 [2020-11-03T07:28:52.977Z] #18 45.51 Unpacking python3-pip (18.1-5) ...
07:28:52 [2020-11-03T07:28:52.977Z] #18 45.65 Selecting previously unselected package python3-pkg-resources.
07:28:52 [2020-11-03T07:28:52.977Z] #18 45.66 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
07:28:52 [2020-11-03T07:28:52.977Z] #18 45.67 Unpacking python3-pkg-resources (40.8.0-1) ...
07:28:53 [2020-11-03T07:28:53.221Z] #42 186.0   CC       criu/sk-netlink.o
07:28:53 [2020-11-03T07:28:53.239Z] #18 45.83 Selecting previously unselected package python3-setuptools.
07:28:53 [2020-11-03T07:28:53.239Z] #18 45.83 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
07:28:53 [2020-11-03T07:28:53.239Z] #18 45.84 Unpacking python3-setuptools (40.8.0-1) ...
07:28:53 [2020-11-03T07:28:53.320Z] #18 ...
07:28:53 [2020-11-03T07:28:53.320Z] 
07:28:53 [2020-11-03T07:28:53.320Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:53 [2020-11-03T07:28:53.320Z] #41 96.24   CC       criu/cr-dedup.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 96.63   CC       criu/cr-dump.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 98.75   CC       criu/cr-errno.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 98.84   CC       criu/cr-restore.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 103.2   CC       criu/cr-service.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 104.8   CC       criu/crtools.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 105.4   CC       criu/eventfd.o
07:28:53 [2020-11-03T07:28:53.320Z] #41 105.8   CC       criu/eventpoll.o
07:28:53 [2020-11-03T07:28:53.360Z] Congratulations!  All commits are properly signed with the DCO!
07:28:53 [2020-11-03T07:28:53.360Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:28:53 [2020-11-03T07:28:53.360Z] No api/types/ or api/swagger.yaml changes in diff.
07:28:53 [2020-11-03T07:28:53.360Z] Congratulations!  All TOML source files changed here have valid syntax.
07:28:53 [2020-11-03T07:28:53.360Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:28:53 [2020-11-03T07:28:53.360Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:28:53 [2020-11-03T07:28:53.360Z] Congratulations!  No new tests were added to integration-cli.
07:28:53 [2020-11-03T07:28:53.360Z] 
07:28:53 [2020-11-03T07:28:53.360Z] INFO Start validation with golang-ci-lint
07:28:53 [2020-11-03T07:28:53.360Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:28:53 [2020-11-03T07:28:53.360Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:28:53 [2020-11-03T07:28:53.360Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:28:53 [2020-11-03T07:28:53.501Z] #18 46.07 Selecting previously unselected package python3-wheel.
07:28:53 [2020-11-03T07:28:53.501Z] #18 46.08 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
07:28:53 [2020-11-03T07:28:53.501Z] #18 46.08 Unpacking python3-wheel (0.32.3-2) ...
07:28:53 [2020-11-03T07:28:53.501Z] #18 46.16 Selecting previously unselected package sudo.
07:28:53 [2020-11-03T07:28:53.533Z] #42 186.5   CC       criu/sk-packet.o
07:28:53 [2020-11-03T07:28:53.762Z] #18 46.17 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
07:28:53 [2020-11-03T07:28:53.762Z] #18 46.18 Unpacking sudo (1.8.27-1+deb10u2) ...
07:28:53 [2020-11-03T07:28:53.884Z] #41 106.7   CC       criu/external.o
07:28:54 [2020-11-03T07:28:54.141Z] #41 107.1   CC       criu/fault-injection.o
07:28:54 [2020-11-03T07:28:54.197Z] #42 187.3   CC       criu/sk-queue.o
07:28:54 [2020-11-03T07:28:54.285Z] #18 46.76 Selecting previously unselected package thin-provisioning-tools.
07:28:54 [2020-11-03T07:28:54.285Z] #18 46.77 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
07:28:54 [2020-11-03T07:28:54.285Z] #18 46.77 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
07:28:54 [2020-11-03T07:28:54.285Z] #18 47.01 Selecting previously unselected package uidmap.
07:28:54 [2020-11-03T07:28:54.398Z] #41 107.3   CC       criu/fdstore.o
07:28:54 [2020-11-03T07:28:54.547Z] #18 47.02 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
07:28:54 [2020-11-03T07:28:54.547Z] #18 47.02 Unpacking uidmap (1:4.5-1.1) ...
07:28:54 [2020-11-03T07:28:54.547Z] #18 47.13 Selecting previously unselected package vim-runtime.
07:28:54 [2020-11-03T07:28:54.547Z] #18 47.15 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
07:28:54 [2020-11-03T07:28:54.547Z] #18 47.19 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
07:28:54 [2020-11-03T07:28:54.547Z] #18 47.22 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
07:28:54 [2020-11-03T07:28:54.655Z] #41 ...
07:28:54 [2020-11-03T07:28:54.655Z] 
07:28:54 [2020-11-03T07:28:54.655Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:54 [2020-11-03T07:28:54.655Z] #18 48.40 Selecting previously unselected package vim.
07:28:54 [2020-11-03T07:28:54.808Z] #18 47.23 Unpacking vim-runtime (2:8.1.0875-5) ...
07:28:54 [2020-11-03T07:28:54.850Z] #42 187.9   CC       criu/sk-tcp.o
07:28:54 [2020-11-03T07:28:54.911Z] #18 48.40 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
07:28:54 [2020-11-03T07:28:54.911Z] #18 48.42 Unpacking vim (2:8.1.0875-5) ...
07:28:54 [2020-11-03T07:28:54.986Z] #18 48.73 Setting up libiptc0:arm64 (1.8.2-4) ...
07:28:54 [2020-11-03T07:28:54.986Z] #18 48.74 Setting up xz-utils (5.2.4-1) ...
07:28:54 [2020-11-03T07:28:54.986Z] #18 48.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:28:54 [2020-11-03T07:28:54.986Z] #18 48.79 Setting up sudo (1.8.27-1+deb10u2) ...
07:28:54 [2020-11-03T07:28:54.986Z] #18 ...
07:28:54 [2020-11-03T07:28:54.986Z] 
07:28:54 [2020-11-03T07:28:54.987Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:54 [2020-11-03T07:28:54.987Z] #51 64.98 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
07:28:55 [2020-11-03T07:28:55.168Z] #18 48.94 Selecting previously unselected package xfsprogs.
07:28:55 [2020-11-03T07:28:55.168Z] #18 48.94 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
07:28:55 [2020-11-03T07:28:55.426Z] #18 48.96 Unpacking xfsprogs (4.20.0-1) ...
07:28:55 [2020-11-03T07:28:55.498Z] #42 188.4   CC       criu/sk-unix.o
07:28:55 [2020-11-03T07:28:55.563Z] #51 ...
07:28:55 [2020-11-03T07:28:55.563Z] 
07:28:55 [2020-11-03T07:28:55.563Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:55 [2020-11-03T07:28:55.563Z] #41 114.8   CC       criu/filesystems.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 115.6   CC       criu/fsnotify.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 116.9   CC       criu/image-desc.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 117.1   CC       criu/image.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 117.8   CC       criu/ipc_ns.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 119.2   CC       criu/irmap.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 119.8   CC       criu/kcmp-ids.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 120.2   CC       criu/kerndat.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 121.4   CC       criu/libnetlink.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 121.8   CC       criu/log.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 122.3   CC       criu/lsm.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 122.6   CC       criu/mem.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 124.3   CC       criu/memfd.o
07:28:55 [2020-11-03T07:28:55.563Z] #41 124.7   CC       criu/mount.o
07:28:55 [2020-11-03T07:28:55.829Z] #41 ...
07:28:55 [2020-11-03T07:28:55.829Z] 
07:28:55 [2020-11-03T07:28:55.829Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:55 [2020-11-03T07:28:55.829Z] #18 48.87 invoke-rc.d: could not determine current runlevel
07:28:55 [2020-11-03T07:28:55.829Z] #18 48.88 invoke-rc.d: policy-rc.d denied execution of start.
07:28:55 [2020-11-03T07:28:55.829Z] #18 48.90 Setting up pigz (2.4-1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 48.93 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 48.95 Setting up libnl-3-200:arm64 (3.4.0-1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 48.99 Setting up python-pip-whl (18.1-5) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.01 Setting up libmpdec2:arm64 (2.4.2-2) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.03 Setting up vim-runtime (2:8.1.0875-5) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.39 Setting up libaio1:arm64 (0.3.112-3) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.41 Setting up libonig5:arm64 (6.9.1-1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.43 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.44 Setting up vim (2:8.1.0875-5) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.54 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.56 Setting up thin-provisioning-tools (0.7.6-2.1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.58 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.60 Setting up jq (1.5+dfsg-2+b1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.62 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
07:28:55 [2020-11-03T07:28:55.829Z] #18 49.64 Setting up python3.7 (3.7.3-2+deb10u2) ...
07:28:55 [2020-11-03T07:28:55.989Z] #18 49.45 Selecting previously unselected package zip.
07:28:55 [2020-11-03T07:28:55.989Z] #18 49.46 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
07:28:55 [2020-11-03T07:28:55.989Z] #18 49.46 Unpacking zip (3.0-11+b1) ...
07:28:55 [2020-11-03T07:28:55.989Z] #18 49.64 Setting up aufs-tools (1:4.14+20190211-1) ...
07:28:55 [2020-11-03T07:28:55.989Z] #18 49.66 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.70 Setting up libip6tc0:amd64 (1.8.2-4) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.71 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.74 Setting up libgpm2:amd64 (1.20.7-5) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.76 Setting up libip4tc0:amd64 (1.8.2-4) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.78 Setting up uidmap (1:4.5-1.1) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.80 Setting up libnftnl11:amd64 (1.1.2-2) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.81 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.82 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.83 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:28:56 [2020-11-03T07:28:56.246Z] #18 49.84 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
07:28:56 [2020-11-03T07:28:56.247Z] #18 49.85 Setting up xxd (2:8.1.0875-5) ...
07:28:56 [2020-11-03T07:28:56.247Z] #18 49.86 Setting up zip (3.0-11+b1) ...
07:28:56 [2020-11-03T07:28:56.247Z] #18 49.87 Setting up vim-common (2:8.1.0875-5) ...
07:28:56 [2020-11-03T07:28:56.247Z] #18 49.91 Setting up bash-completion (1:2.8-6) ...
07:28:56 [2020-11-03T07:28:56.730Z] #18 ...
07:28:56 [2020-11-03T07:28:56.730Z] 
07:28:56 [2020-11-03T07:28:56.730Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:28:56 [2020-11-03T07:28:56.730Z] #40 97.91   CC       criu/cr-dedup.o
07:28:56 [2020-11-03T07:28:56.730Z] #40 98.35   CC       criu/cr-dump.o
07:28:56 [2020-11-03T07:28:56.730Z] #40 100.5   CC       criu/cr-errno.o
07:28:56 [2020-11-03T07:28:56.730Z] #40 100.6   CC       criu/cr-restore.o
07:28:56 [2020-11-03T07:28:56.730Z] #40 105.9   CC       criu/cr-service.o
07:28:56 [2020-11-03T07:28:56.730Z] #40 107.5   CC       criu/crtools.o
07:28:56 [2020-11-03T07:28:56.730Z] #40 108.1   CC       criu/eventfd.o
07:28:56 [2020-11-03T07:28:56.993Z] #40 108.4   CC       criu/eventpoll.o
07:28:57 [2020-11-03T07:28:57.610Z] #42 190.6   CC       criu/sockets.o
07:28:57 [2020-11-03T07:28:57.763Z] #18 51.73 Setting up iptables (1.8.2-4) ...
07:28:57 [2020-11-03T07:28:57.763Z] #18 ...
07:28:57 [2020-11-03T07:28:57.763Z] 
07:28:57 [2020-11-03T07:28:57.763Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:28:57 [2020-11-03T07:28:57.763Z] #51 66.45 + mkdir -p /build
07:28:57 [2020-11-03T07:28:57.763Z] #51 66.45 + cp runc /build/runc
07:28:57 [2020-11-03T07:28:57.763Z] #51 DONE 68.3s
07:28:57 [2020-11-03T07:28:57.763Z] 
07:28:57 [2020-11-03T07:28:57.763Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:57 [2020-11-03T07:28:57.763Z] #18 52.08 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:28:57 [2020-11-03T07:28:57.763Z] #18 52.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:28:57 [2020-11-03T07:28:57.763Z] #18 52.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:28:57 [2020-11-03T07:28:57.763Z] #18 52.14 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:28:57 [2020-11-03T07:28:57.763Z] #18 52.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:28:57 [2020-11-03T07:28:57.763Z] #18 52.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:28:57 [2020-11-03T07:28:57.939Z] #40 ...
07:28:57 [2020-11-03T07:28:57.939Z] 
07:28:57 [2020-11-03T07:28:57.939Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:28:57 [2020-11-03T07:28:57.939Z] #18 50.49 Selecting previously unselected package vim.
07:28:57 [2020-11-03T07:28:57.939Z] #18 50.49 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
07:28:57 [2020-11-03T07:28:57.939Z] #18 50.51 Unpacking vim (2:8.1.0875-5) ...
07:28:58 [2020-11-03T07:28:58.033Z] #18 52.20 Setting up python3 (3.7.3-1) ...
07:28:58 [2020-11-03T07:28:58.298Z] #18 52.55 Setting up python3-wheel (0.32.3-2) ...
07:28:58 [2020-11-03T07:28:58.514Z] #18 51.06 Selecting previously unselected package xfsprogs.
07:28:58 [2020-11-03T07:28:58.514Z] #18 51.06 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
07:28:58 [2020-11-03T07:28:58.514Z] #18 51.08 Unpacking xfsprogs (4.20.0-1) ...
07:28:58 [2020-11-03T07:28:58.674Z] #42 191.7   CC       criu/stats.o
07:28:58 [2020-11-03T07:28:58.875Z] #18 53.17 Setting up apparmor (2.13.2-10) ...
07:28:58 [2020-11-03T07:28:58.977Z] #42 192.0   CC       criu/string.o
07:28:58 [2020-11-03T07:28:58.977Z] #42 192.1   CC       criu/sysctl.o
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.57 Selecting previously unselected package zip.
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.59 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.60 Unpacking zip (3.0-11+b1) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.74 Setting up aufs-tools (1:4.14+20190211-1) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.76 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.77 Setting up libip6tc0:amd64 (1.8.2-4) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.79 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.80 Setting up libgpm2:amd64 (1.20.7-5) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.81 Setting up libip4tc0:amd64 (1.8.2-4) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.82 Setting up uidmap (1:4.5-1.1) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.83 Setting up libnftnl11:amd64 (1.1.2-2) ...
07:28:59 [2020-11-03T07:28:59.090Z] #18 51.84 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.85 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.86 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.88 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.89 Setting up xxd (2:8.1.0875-5) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.90 Setting up zip (3.0-11+b1) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.91 Setting up vim-common (2:8.1.0875-5) ...
07:28:59 [2020-11-03T07:28:59.352Z] #18 51.95 Setting up bash-completion (1:2.8-6) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.66 Setting up libiptc0:amd64 (1.8.2-4) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.67 Setting up xz-utils (5.2.4-1) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.70 Setting up sudo (1.8.27-1+deb10u2) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.80 invoke-rc.d: could not determine current runlevel
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.82 invoke-rc.d: policy-rc.d denied execution of start.
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.83 Setting up pigz (2.4-1) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.84 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.85 Setting up libnl-3-200:amd64 (3.4.0-1) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.87 Setting up python-pip-whl (18.1-5) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.88 Setting up libmpdec2:amd64 (2.4.2-2) ...
07:28:59 [2020-11-03T07:28:59.521Z] #18 52.89 Setting up vim-runtime (2:8.1.0875-5) ...
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.36 Setting up libaio1:amd64 (0.3.112-3) ...
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.37 Setting up libonig5:amd64 (6.9.1-1) ...
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.38 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.40 Setting up vim (2:8.1.0875-5) ...
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:28:59 [2020-11-03T07:28:59.778Z] #18 53.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:29:00 [2020-11-03T07:29:00.034Z] #42 192.7   CC       criu/sysfs_parse.o
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.50 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.51 Setting up thin-provisioning-tools (0.7.6-2.1) ...
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.52 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.53 Setting up jq (1.5+dfsg-2+b1) ...
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.54 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
07:29:00 [2020-11-03T07:29:00.035Z] #18 53.55 Setting up python3.7 (3.7.3-2+deb10u2) ...
07:29:00 [2020-11-03T07:29:00.331Z] #42 193.2   CC       criu/timens.o
07:29:00 [2020-11-03T07:29:00.629Z] #42 193.5   CC       criu/timerfd.o
07:29:00 [2020-11-03T07:29:00.802Z] #18 55.12 Setting up xfsprogs (4.20.0-1) ...
07:29:00 [2020-11-03T07:29:00.802Z] #18 55.14 Setting up python3-lib2to3 (3.7.3-1) ...
07:29:00 [2020-11-03T07:29:00.928Z] #42 193.9   CC       criu/tty.o
07:29:01 [2020-11-03T07:29:01.066Z] #18 55.36 Setting up python3-pkg-resources (40.8.0-1) ...
07:29:01 [2020-11-03T07:29:01.644Z] #18 55.86 Setting up python3-distutils (3.7.3-1) ...
07:29:01 [2020-11-03T07:29:01.701Z] ok  	github.com/docker/docker/pkg/plugins	33.612s	coverage: 76.6% of statements
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/pkg/term	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/rootless	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/testutil/request	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/volume	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === Skipped
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     exec_linux_test.go:18: requires AppArmor to be enabled
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     exec_linux_test.go:38: requires AppArmor to be enabled
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver btrfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver btrfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver btrfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver btrfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver btrfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:73: No driver to put!
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z] time="2020-11-03T07:27:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z] time="2020-11-03T07:27:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z] time="2020-11-03T07:27:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z] time="2020-11-03T07:27:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z] time="2020-11-03T07:27:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:73: No driver to put!
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     overlay_test.go:49: Fails to compute changes intermittently
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     overlay_test.go:65: Cannot run test with naive change algorithm
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver zfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver zfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver zfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver zfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:46: Driver zfs not supported
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     graphtest_unix.go:73: No driver to put!
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
07:29:01 [2020-11-03T07:29:01.701Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] 
07:29:01 [2020-11-03T07:29:01.701Z] DONE 2187 tests, 26 skipped in 183.937s
Post stage
[Pipeline] junit
07:29:01 [2020-11-03T07:29:01.747Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
07:29:01 [2020-11-03T07:29:01.908Z] #18 56.15 Setting up python3-setuptools (40.8.0-1) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:29:02 [2020-11-03T07:29:02.276Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -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:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh dynbinary test-integration
07:29:02 [2020-11-03T07:29:02.567Z] 
07:29:02 [2020-11-03T07:29:02.567Z] Removing bundles/
07:29:02 [2020-11-03T07:29:02.567Z] 
07:29:02 [2020-11-03T07:29:02.567Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:29:02 [2020-11-03T07:29:02.567Z] Building: bundles/dynbinary-daemon/dockerd-dev
07:29:02 [2020-11-03T07:29:02.567Z] GOOS="" GOARCH="" GOARM=""
07:29:02 [2020-11-03T07:29:02.666Z] #18 54.79 Setting up libiptc0:amd64 (1.8.2-4) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.81 Setting up xz-utils (5.2.4-1) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.84 Setting up sudo (1.8.27-1+deb10u2) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.94 invoke-rc.d: could not determine current runlevel
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.96 invoke-rc.d: policy-rc.d denied execution of start.
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.97 Setting up pigz (2.4-1) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 54.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 55.00 Setting up libnl-3-200:amd64 (3.4.0-1) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 55.01 Setting up python-pip-whl (18.1-5) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 55.03 Setting up libmpdec2:amd64 (2.4.2-2) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 55.04 Setting up vim-runtime (2:8.1.0875-5) ...
07:29:02 [2020-11-03T07:29:02.667Z] #18 55.43 Setting up libaio1:amd64 (0.3.112-3) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.44 Setting up libonig5:amd64 (6.9.1-1) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.45 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.46 Setting up vim (2:8.1.0875-5) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.54 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.56 Setting up thin-provisioning-tools (0.7.6-2.1) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.57 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.59 Setting up jq (1.5+dfsg-2+b1) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.60 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
07:29:02 [2020-11-03T07:29:02.929Z] #18 55.62 Setting up python3.7 (3.7.3-2+deb10u2) ...
07:29:03 [2020-11-03T07:29:03.303Z] #18 57.33 Setting up python3-pip (18.1-5) ...
07:29:03 [2020-11-03T07:29:03.309Z] #18 56.57 Setting up iptables (1.8.2-4) ...
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.59 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.61 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.61 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.62 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.63 Setting up python3 (3.7.3-1) ...
07:29:03 [2020-11-03T07:29:03.310Z] #18 56.97 Setting up python3-wheel (0.32.3-2) ...
07:29:03 [2020-11-03T07:29:03.569Z] #18 57.88 Processing triggers for libc-bin (2.28-10) ...
07:29:03 [2020-11-03T07:29:03.569Z] #18 57.92 Processing triggers for mime-support (3.62) ...
07:29:03 [2020-11-03T07:29:03.710Z] #42 196.3   CC       criu/tun.o
07:29:03 [2020-11-03T07:29:03.833Z] #18 DONE 58.3s
07:29:03 [2020-11-03T07:29:03.833Z] 
07:29:03 [2020-11-03T07:29:03.833Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
07:29:04 [2020-11-03T07:29:04.011Z] #42 197.1   CC       criu/uffd.o
07:29:04 [2020-11-03T07:29:04.240Z] #18 57.78 Setting up apparmor (2.13.2-10) ...
07:29:04 [2020-11-03T07:29:04.804Z] #18 ...
07:29:04 [2020-11-03T07:29:04.804Z] 
07:29:04 [2020-11-03T07:29:04.804Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:04 [2020-11-03T07:29:04.804Z] #41 107.7   CC       criu/fifo.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 108.1   CC       criu/file-ids.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 108.4   CC       criu/file-lock.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 109.3   CC       criu/files-ext.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 109.7   CC       criu/files-reg.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 111.8   CC       criu/files.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 113.9   CC       criu/filesystems.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 114.6   CC       criu/fsnotify.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 115.8   CC       criu/image-desc.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 116.0   CC       criu/image.o
07:29:04 [2020-11-03T07:29:04.804Z] #41 116.8   CC       criu/ipc_ns.o
07:29:05 [2020-11-03T07:29:05.061Z] #41 117.9   CC       criu/irmap.o
07:29:05 [2020-11-03T07:29:05.243Z] #19 1.061 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:29:05 [2020-11-03T07:29:05.243Z] #19 1.068 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:29:05 [2020-11-03T07:29:05.243Z] #19 1.073 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:29:05 [2020-11-03T07:29:05.560Z] #42 198.6   CC       criu/util.o
07:29:05 [2020-11-03T07:29:05.625Z] #41 ...
07:29:05 [2020-11-03T07:29:05.625Z] 
07:29:05 [2020-11-03T07:29:05.625Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:29:05 [2020-11-03T07:29:05.625Z] #38 213.7 + dpkg --print-architecture
07:29:05 [2020-11-03T07:29:05.625Z] #38 213.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
07:29:05 [2020-11-03T07:29:05.825Z] #19 DONE 1.7s
07:29:05 [2020-11-03T07:29:05.825Z] 
07:29:05 [2020-11-03T07:29:05.825Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:05 [2020-11-03T07:29:05.882Z] #38 214.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:29:05 [2020-11-03T07:29:05.882Z] #38 214.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.80 Setting up iptables (1.8.2-4) ...
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:29:06 [2020-11-03T07:29:06.242Z] #18 58.85 Setting up python3 (3.7.3-1) ...
07:29:06 [2020-11-03T07:29:06.505Z] #18 59.15 Setting up python3-wheel (0.32.3-2) ...
07:29:07 [2020-11-03T07:29:07.095Z] #42 200.2   CC       criu/uts_ns.o
07:29:07 [2020-11-03T07:29:07.452Z] #18 59.84 Setting up apparmor (2.13.2-10) ...
07:29:07 [2020-11-03T07:29:07.747Z] #42 200.5   CC       criu/vdso.o
07:29:08 [2020-11-03T07:29:08.027Z] #18 ...
07:29:08 [2020-11-03T07:29:08.027Z] 
07:29:08 [2020-11-03T07:29:08.027Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:08 [2020-11-03T07:29:08.027Z] #40 109.3   CC       criu/external.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 109.6   CC       criu/fault-injection.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 109.7   CC       criu/fdstore.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 110.0   CC       criu/fifo.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 110.4   CC       criu/file-ids.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 110.7   CC       criu/file-lock.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 111.6   CC       criu/files-ext.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 112.0   CC       criu/files-reg.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 114.2   CC       criu/files.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 116.4   CC       criu/filesystems.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 117.1   CC       criu/fsnotify.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 118.3   CC       criu/image-desc.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 118.5   CC       criu/image.o
07:29:08 [2020-11-03T07:29:08.027Z] #40 119.3   CC       criu/ipc_ns.o
07:29:08 [2020-11-03T07:29:08.392Z] #42 201.3   LINK     criu/built-in.o
07:29:08 [2020-11-03T07:29:08.392Z] #42 201.5   LINK     criu/criu
07:29:08 [2020-11-03T07:29:08.514Z] #20 ...
07:29:08 [2020-11-03T07:29:08.514Z] 
07:29:08 [2020-11-03T07:29:08.514Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:08 [2020-11-03T07:29:08.514Z] #41 127.5   CC       criu/namespaces.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 129.1   CC       criu/net.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 131.2   CC       criu/netfilter.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 131.5   CC       criu/page-pipe.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 132.2   CC       criu/page-xfer.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 133.5   CC       criu/pagemap-cache.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 133.8   CC       criu/pagemap.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 134.6   CC       criu/parasite-syscall.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 135.3   CC       criu/path.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 135.7   CC       criu/pie-util-vdso.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 136.0   CC       criu/pie-util.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 136.1   CC       criu/pipes.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 136.7   CC       criu/plugin.o
07:29:08 [2020-11-03T07:29:08.514Z] #41 137.1   CC       criu/proc_parse.o
07:29:08 [2020-11-03T07:29:08.693Z] #42 ...
07:29:08 [2020-11-03T07:29:08.693Z] 
07:29:08 [2020-11-03T07:29:08.693Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:29:08 [2020-11-03T07:29:08.693Z] #39 DONE 259.8s
07:29:08 [2020-11-03T07:29:08.693Z] 
07:29:08 [2020-11-03T07:29:08.693Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:08 [2020-11-03T07:29:08.975Z] #40 ...
07:29:08 [2020-11-03T07:29:08.975Z] 
07:29:08 [2020-11-03T07:29:08.975Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:29:08 [2020-11-03T07:29:08.975Z] #18 61.50 Setting up xfsprogs (4.20.0-1) ...
07:29:08 [2020-11-03T07:29:08.975Z] #18 61.51 Setting up python3-lib2to3 (3.7.3-1) ...
07:29:09 [2020-11-03T07:29:09.352Z] #48 ...
07:29:09 [2020-11-03T07:29:09.352Z] 
07:29:09 [2020-11-03T07:29:09.352Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:09 [2020-11-03T07:29:09.352Z] #42 202.1   DEP      lib/c/criu.d
07:29:09 [2020-11-03T07:29:09.352Z] #42 202.2   CC       images/rpc.pb-c.o
07:29:09 [2020-11-03T07:29:09.462Z] #41 ...
07:29:09 [2020-11-03T07:29:09.462Z] 
07:29:09 [2020-11-03T07:29:09.462Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:09 [2020-11-03T07:29:09.462Z] #20 3.686 Collecting yamllint==1.16.0
07:29:09 [2020-11-03T07:29:09.550Z] #18 61.93 Setting up python3-pkg-resources (40.8.0-1) ...
07:29:10 [2020-11-03T07:29:10.416Z] #42 203.2   CC       lib/c/criu.o
07:29:10 [2020-11-03T07:29:10.497Z] #18 62.92 Setting up python3-distutils (3.7.3-1) ...
07:29:10 [2020-11-03T07:29:10.759Z] #18 63.33 Setting up python3-setuptools (40.8.0-1) ...
07:29:11 [2020-11-03T07:29:11.136Z] #38 ...
07:29:11 [2020-11-03T07:29:11.136Z] 
07:29:11 [2020-11-03T07:29:11.136Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
07:29:11 [2020-11-03T07:29:11.136Z] #18 59.60 Setting up xfsprogs (4.20.0-1) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 59.61 Setting up python3-lib2to3 (3.7.3-1) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 59.96 Setting up python3-pkg-resources (40.8.0-1) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 60.89 Setting up python3-distutils (3.7.3-1) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 61.36 Setting up python3-setuptools (40.8.0-1) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 62.50 Setting up python3-pip (18.1-5) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 63.53 Processing triggers for libc-bin (2.28-10) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 63.58 Processing triggers for mime-support (3.62) ...
07:29:11 [2020-11-03T07:29:11.136Z] #18 DONE 64.7s
07:29:11 [2020-11-03T07:29:11.136Z] 
07:29:11 [2020-11-03T07:29:11.136Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
07:29:11 [2020-11-03T07:29:11.476Z] #42 204.5   LINK     lib/c/built-in.o
07:29:11 [2020-11-03T07:29:11.476Z] #42 204.5   LINK     lib/c/libcriu.so
07:29:11 [2020-11-03T07:29:11.776Z] #42 204.6   LINK     lib/c/libcriu.a
07:29:11 [2020-11-03T07:29:11.776Z] #42 204.8   GEN      magic.py
07:29:12 [2020-11-03T07:29:12.072Z] #19 0.951 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:29:12 [2020-11-03T07:29:12.072Z] #19 0.956 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:29:12 [2020-11-03T07:29:12.072Z] #19 0.959 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:29:12 [2020-11-03T07:29:12.072Z] #19 DONE 1.0s
07:29:12 [2020-11-03T07:29:12.072Z] 
07:29:12 [2020-11-03T07:29:12.072Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:12 [2020-11-03T07:29:12.072Z] #41 118.7   CC       criu/kcmp-ids.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 119.0   CC       criu/kerndat.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 120.2   CC       criu/libnetlink.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 120.6   CC       criu/log.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 121.2   CC       criu/lsm.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 121.6   CC       criu/mem.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 123.6   CC       criu/memfd.o
07:29:12 [2020-11-03T07:29:12.072Z] #41 124.4   CC       criu/mount.o
07:29:12 [2020-11-03T07:29:12.076Z] #42 204.9 Note: Building without setproctitle() and strlcpy() support.
07:29:12 [2020-11-03T07:29:12.076Z] #42 204.9       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:29:12 [2020-11-03T07:29:12.076Z] #42 205.0 Note: Building without GnuTLS support
07:29:12 [2020-11-03T07:29:12.076Z] #42 205.0 Makefile.config:39: Warn: you have no libnftables installed
07:29:12 [2020-11-03T07:29:12.076Z] #42 205.0 Makefile.config:40: Warn: Building without nftables support
07:29:12 [2020-11-03T07:29:12.151Z] #18 64.55 Setting up python3-pip (18.1-5) ...
07:29:12 [2020-11-03T07:29:12.329Z] #41 ...
07:29:12 [2020-11-03T07:29:12.329Z] 
07:29:12 [2020-11-03T07:29:12.329Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:13 [2020-11-03T07:29:13.099Z] #18 65.59 Processing triggers for libc-bin (2.28-10) ...
07:29:13 [2020-11-03T07:29:13.099Z] #18 65.62 Processing triggers for mime-support (3.62) ...
07:29:13 [2020-11-03T07:29:13.156Z] #42 205.8 fatal: not a git repository (or any of the parent directories): .git
07:29:13 [2020-11-03T07:29:13.682Z] #18 DONE 66.3s
07:29:13 [2020-11-03T07:29:13.682Z] 
07:29:13 [2020-11-03T07:29:13.682Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
07:29:13 [2020-11-03T07:29:13.818Z] #42 206.9 make[1]: Nothing to be done for 'all'.
07:29:14 [2020-11-03T07:29:14.631Z] #19 0.975 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:29:14 [2020-11-03T07:29:14.631Z] #19 0.976 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:29:14 [2020-11-03T07:29:14.631Z] #19 0.979 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:29:14 [2020-11-03T07:29:14.631Z] #19 DONE 1.0s
07:29:14 [2020-11-03T07:29:14.631Z] 
07:29:14 [2020-11-03T07:29:14.631Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:14 [2020-11-03T07:29:14.770Z] #20 8.954   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
07:29:14 [2020-11-03T07:29:14.770Z] #20 9.019 Collecting pyyaml (from yamllint==1.16.0)
07:29:14 [2020-11-03T07:29:14.770Z] #20 9.154   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
07:29:14 [2020-11-03T07:29:14.770Z] #20 ...
07:29:14 [2020-11-03T07:29:14.770Z] 
07:29:14 [2020-11-03T07:29:14.770Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:14 [2020-11-03T07:29:14.770Z] #54 160.6 + bin/containerd
07:29:14 [2020-11-03T07:29:14.892Z] #42 207.8 make[1]: 'images/built-in.o' is up to date.
07:29:14 [2020-11-03T07:29:14.892Z] #42 207.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
07:29:14 [2020-11-03T07:29:14.892Z] #42 207.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
07:29:14 [2020-11-03T07:29:14.892Z] #42 208.0 make[1]: 'compel/libcompel.a' is up to date.
07:29:15 [2020-11-03T07:29:15.034Z] #54 ...
07:29:15 [2020-11-03T07:29:15.034Z] 
07:29:15 [2020-11-03T07:29:15.034Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:15 [2020-11-03T07:29:15.034Z] #41 139.0   CC       criu/protobuf-desc.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 139.8   CC       criu/protobuf.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 140.2   CC       criu/pstree.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 141.1   CC       criu/rbtree.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 141.3   CC       criu/rst-malloc.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 141.6   CC       criu/seccomp.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 142.2   CC       criu/seize.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 142.8   CC       criu/servicefd.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 143.2   CC       criu/shmem.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 143.9   CC       criu/sigframe.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 144.0   CC       criu/signalfd.o
07:29:15 [2020-11-03T07:29:15.034Z] #41 144.2   CC       criu/sk-inet.o
07:29:15 [2020-11-03T07:29:15.190Z] #42 208.0 make[1]: 'compel/compel-host-bin' is up to date.
07:29:15 [2020-11-03T07:29:15.190Z] #42 208.0 make[1]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.190Z] #42 208.0 make[1]: 'soccr/libsoccr.a' is up to date.
07:29:15 [2020-11-03T07:29:15.190Z] #42 208.3 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.190Z] #42 208.4 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.489Z] #42 208.4 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.489Z] #42 208.6 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.489Z] #42 208.6 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.788Z] #42 208.7 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.788Z] #42 208.7 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.788Z] #42 208.9 make[2]: Nothing to be done for 'all'.
07:29:15 [2020-11-03T07:29:15.788Z] #42 208.9   INSTALL  criu/criu
07:29:15 [2020-11-03T07:29:15.983Z] #41 145.1   CC       criu/sk-netlink.o
07:29:15 [2020-11-03T07:29:15.983Z] #41 ...
07:29:15 [2020-11-03T07:29:15.983Z] 
07:29:15 [2020-11-03T07:29:15.983Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:15 [2020-11-03T07:29:15.983Z] #20 10.23 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
07:29:15 [2020-11-03T07:29:15.983Z] #20 10.27   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
07:29:15 [2020-11-03T07:29:15.983Z] #20 10.31 Building wheels for collected packages: pyyaml
07:29:15 [2020-11-03T07:29:15.983Z] #20 10.31   Running setup.py bdist_wheel for pyyaml: started
07:29:16 [2020-11-03T07:29:16.088Z] #42 DONE 209.0s
07:29:16 [2020-11-03T07:29:16.088Z] 
07:29:16 [2020-11-03T07:29:16.088Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:16 [2020-11-03T07:29:16.933Z] #20 11.05   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
07:29:16 [2020-11-03T07:29:16.933Z] #20 11.05   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
07:29:16 [2020-11-03T07:29:16.933Z] #20 11.12 Successfully built pyyaml
07:29:16 [2020-11-03T07:29:16.933Z] #20 11.13 Installing collected packages: pyyaml, pathspec, yamllint
07:29:16 [2020-11-03T07:29:16.933Z] #20 11.37 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
07:29:17 [2020-11-03T07:29:17.586Z] #20 5.087 Collecting yamllint==1.16.0
07:29:17 [2020-11-03T07:29:17.883Z] #20 DONE 12.2s
07:29:17 [2020-11-03T07:29:17.883Z] 
07:29:17 [2020-11-03T07:29:17.883Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:29:17 [2020-11-03T07:29:17.883Z] #22 213.1 + return
07:29:17 [2020-11-03T07:29:17.883Z] #22 DONE 213.8s
07:29:17 [2020-11-03T07:29:17.883Z] 
07:29:17 [2020-11-03T07:29:17.883Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:17 [2020-11-03T07:29:17.883Z] #41 145.4   CC       criu/sk-packet.o
07:29:17 [2020-11-03T07:29:17.883Z] #41 145.9   CC       criu/sk-queue.o
07:29:17 [2020-11-03T07:29:17.883Z] #41 146.4   CC       criu/sk-tcp.o
07:29:17 [2020-11-03T07:29:17.884Z] #41 146.9   CC       criu/sk-unix.o
07:29:19 [2020-11-03T07:29:19.279Z] #41 148.5   CC       criu/sockets.o
07:29:19 [2020-11-03T07:29:19.525Z] #20 ...
07:29:19 [2020-11-03T07:29:19.525Z] 
07:29:19 [2020-11-03T07:29:19.525Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:19 [2020-11-03T07:29:19.525Z] #41 129.1   CC       criu/namespaces.o
07:29:19 [2020-11-03T07:29:19.525Z] #41 131.1   CC       criu/net.o
07:29:19 [2020-11-03T07:29:19.934Z] #20 ...
07:29:19 [2020-11-03T07:29:19.934Z] 
07:29:19 [2020-11-03T07:29:19.934Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:19 [2020-11-03T07:29:19.934Z] #40 120.6   CC       criu/irmap.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 121.3   CC       criu/kcmp-ids.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 121.7   CC       criu/kerndat.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 122.8   CC       criu/libnetlink.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 123.2   CC       criu/log.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 123.7   CC       criu/lsm.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 124.2   CC       criu/mem.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 126.2   CC       criu/memfd.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 127.3   CC       criu/mount.o
07:29:19 [2020-11-03T07:29:19.934Z] #40 ...
07:29:19 [2020-11-03T07:29:19.934Z] 
07:29:19 [2020-11-03T07:29:19.934Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:29:19 [2020-11-03T07:29:19.934Z] #37 218.1 + dpkg --print-architecture
07:29:19 [2020-11-03T07:29:19.934Z] #37 218.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
07:29:19 [2020-11-03T07:29:19.934Z] #37 218.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:29:19 [2020-11-03T07:29:19.935Z] #37 218.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:29:19 [2020-11-03T07:29:19.935Z] #37 ...
07:29:19 [2020-11-03T07:29:19.935Z] 
07:29:19 [2020-11-03T07:29:19.935Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:19 [2020-11-03T07:29:19.935Z] #20 4.991 Collecting yamllint==1.16.0
07:29:20 [2020-11-03T07:29:20.228Z] #41 149.3   CC       criu/stats.o
07:29:20 [2020-11-03T07:29:20.228Z] #41 149.5   CC       criu/string.o
07:29:20 [2020-11-03T07:29:20.491Z] #41 ...
07:29:20 [2020-11-03T07:29:20.491Z] 
07:29:20 [2020-11-03T07:29:20.491Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
07:29:20 [2020-11-03T07:29:20.491Z] #23 DONE 0.7s
07:29:20 [2020-11-03T07:29:20.491Z] 
07:29:20 [2020-11-03T07:29:20.491Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:20 [2020-11-03T07:29:20.491Z] #41 149.6   CC       criu/sysctl.o
07:29:20 [2020-11-03T07:29:20.620Z] #48 271.6 + /build/golangci-lint --version
07:29:20 [2020-11-03T07:29:20.620Z] #48 271.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
07:29:20 [2020-11-03T07:29:20.620Z] #48 DONE 272.1s
07:29:20 [2020-11-03T07:29:20.620Z] 
07:29:20 [2020-11-03T07:29:20.620Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:29:20 [2020-11-03T07:29:20.755Z] #41 150.1   CC       criu/sysfs_parse.o
07:29:21 [2020-11-03T07:29:21.331Z] #41 150.4   CC       criu/timens.o
07:29:21 [2020-11-03T07:29:21.331Z] #41 150.7   CC       criu/timerfd.o
07:29:21 [2020-11-03T07:29:21.421Z] #41 134.0   CC       criu/netfilter.o
07:29:21 [2020-11-03T07:29:21.421Z] #41 134.4   CC       criu/page-pipe.o
07:29:21 [2020-11-03T07:29:21.907Z] #41 151.1   CC       criu/tty.o
07:29:21 [2020-11-03T07:29:21.985Z] #41 134.9   CC       criu/page-xfer.o
07:29:22 [2020-11-03T07:29:22.549Z] #41 ...
07:29:22 [2020-11-03T07:29:22.549Z] 
07:29:22 [2020-11-03T07:29:22.549Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
07:29:22 [2020-11-03T07:29:22.549Z] #20 10.48   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
07:29:22 [2020-11-03T07:29:22.549Z] #20 10.58 Collecting pyyaml (from yamllint==1.16.0)
07:29:22 [2020-11-03T07:29:22.806Z] #20 10.69   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
07:29:23 [2020-11-03T07:29:23.834Z] #41 152.8   CC       criu/tun.o
07:29:24 [2020-11-03T07:29:24.097Z] #41 153.3   CC       criu/uffd.o
07:29:24 [2020-11-03T07:29:24.176Z] #20 12.12 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
07:29:24 [2020-11-03T07:29:24.176Z] #20 12.17   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
07:29:24 [2020-11-03T07:29:24.433Z] #20 12.21 Building wheels for collected packages: pyyaml
07:29:24 [2020-11-03T07:29:24.433Z] #20 12.21   Running setup.py bdist_wheel for pyyaml: started
07:29:25 [2020-11-03T07:29:25.062Z] #41 154.4   CC       criu/util.o
07:29:25 [2020-11-03T07:29:25.238Z] #20 10.36   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
07:29:25 [2020-11-03T07:29:25.238Z] #20 10.47 Collecting pyyaml (from yamllint==1.16.0)
07:29:25 [2020-11-03T07:29:25.325Z] #41 ...
07:29:25 [2020-11-03T07:29:25.325Z] 
07:29:25 [2020-11-03T07:29:25.325Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
07:29:25 [2020-11-03T07:29:25.325Z] #28 DONE 4.9s
07:29:25 [2020-11-03T07:29:25.365Z] #20 13.36   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
07:29:25 [2020-11-03T07:29:25.501Z] #20 10.63   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
07:29:25 [2020-11-03T07:29:25.588Z] 
07:29:25 [2020-11-03T07:29:25.588Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
07:29:25 [2020-11-03T07:29:25.588Z] #31 DONE 0.2s
07:29:25 [2020-11-03T07:29:25.588Z] 
07:29:25 [2020-11-03T07:29:25.588Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:25 [2020-11-03T07:29:25.588Z] #54 ...
07:29:25 [2020-11-03T07:29:25.588Z] 
07:29:25 [2020-11-03T07:29:25.588Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
07:29:25 [2020-11-03T07:29:25.588Z] #33 DONE 0.1s
07:29:25 [2020-11-03T07:29:25.622Z] #20 13.36   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
07:29:25 [2020-11-03T07:29:25.622Z] #20 13.45 Successfully built pyyaml
07:29:25 [2020-11-03T07:29:25.622Z] #20 13.47 Installing collected packages: pyyaml, pathspec, yamllint
07:29:25 [2020-11-03T07:29:25.852Z] 
07:29:25 [2020-11-03T07:29:25.852Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
07:29:25 [2020-11-03T07:29:25.852Z] #36 DONE 0.1s
07:29:25 [2020-11-03T07:29:25.852Z] 
07:29:25 [2020-11-03T07:29:25.852Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:25 [2020-11-03T07:29:25.852Z] #54 ...
07:29:25 [2020-11-03T07:29:25.852Z] 
07:29:25 [2020-11-03T07:29:25.852Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
07:29:25 [2020-11-03T07:29:25.879Z] #20 13.82 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
07:29:26 [2020-11-03T07:29:26.427Z] #39 DONE 0.5s
07:29:26 [2020-11-03T07:29:26.427Z] 
07:29:26 [2020-11-03T07:29:26.427Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:26 [2020-11-03T07:29:26.427Z] #41 155.5   CC       criu/uts_ns.o
07:29:26 [2020-11-03T07:29:26.427Z] #41 155.7   CC       criu/vdso.o
07:29:26 [2020-11-03T07:29:26.443Z] #20 DONE 14.3s
07:29:26 [2020-11-03T07:29:26.443Z] 
07:29:26 [2020-11-03T07:29:26.443Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
07:29:26 [2020-11-03T07:29:26.700Z] #23 DONE 0.3s
07:29:26 [2020-11-03T07:29:26.700Z] 
07:29:26 [2020-11-03T07:29:26.700Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
07:29:26 [2020-11-03T07:29:26.893Z] #20 12.07 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
07:29:26 [2020-11-03T07:29:26.893Z] #20 12.11   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
07:29:26 [2020-11-03T07:29:26.893Z] #20 12.15 Building wheels for collected packages: pyyaml
07:29:26 [2020-11-03T07:29:26.893Z] #20 12.15   Running setup.py bdist_wheel for pyyaml: started
07:29:27 [2020-11-03T07:29:27.003Z] #41 156.2   LINK     criu/built-in.o
07:29:27 [2020-11-03T07:29:27.003Z] #41 156.3   LINK     criu/criu
07:29:27 [2020-11-03T07:29:27.267Z] #41 156.6   DEP      lib/c/criu.d
07:29:27 [2020-11-03T07:29:27.530Z] #41 156.7   CC       images/rpc.pb-c.o
07:29:28 [2020-11-03T07:29:28.106Z] #41 157.3   CC       lib/c/criu.o
07:29:28 [2020-11-03T07:29:28.285Z] #20 13.35   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
07:29:28 [2020-11-03T07:29:28.285Z] #20 13.35   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
07:29:28 [2020-11-03T07:29:28.285Z] #20 13.42 Successfully built pyyaml
07:29:28 [2020-11-03T07:29:28.285Z] #20 13.44 Installing collected packages: pyyaml, pathspec, yamllint
07:29:28 [2020-11-03T07:29:28.548Z] #20 13.76 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
07:29:28 [2020-11-03T07:29:28.811Z] #20 DONE 14.2s
07:29:28 [2020-11-03T07:29:28.811Z] 
07:29:28 [2020-11-03T07:29:28.811Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
07:29:28 [2020-11-03T07:29:28.811Z] #22 DONE 0.1s
07:29:28 [2020-11-03T07:29:28.811Z] 
07:29:28 [2020-11-03T07:29:28.811Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:28 [2020-11-03T07:29:28.811Z] #40 131.6   CC       criu/namespaces.o
07:29:28 [2020-11-03T07:29:28.811Z] #40 133.4   CC       criu/net.o
07:29:28 [2020-11-03T07:29:28.811Z] #40 136.3   CC       criu/netfilter.o
07:29:28 [2020-11-03T07:29:28.811Z] #40 136.6   CC       criu/page-pipe.o
07:29:28 [2020-11-03T07:29:28.811Z] #40 137.3   CC       criu/page-xfer.o
07:29:28 [2020-11-03T07:29:28.811Z] #40 139.1   CC       criu/pagemap-cache.o
07:29:28 [2020-11-03T07:29:28.811Z] #40 139.5   CC       criu/pagemap.o
07:29:29 [2020-11-03T07:29:29.054Z] #41 158.3   LINK     lib/c/built-in.o
07:29:29 [2020-11-03T07:29:29.054Z] #41 158.3   LINK     lib/c/libcriu.so
07:29:29 [2020-11-03T07:29:29.054Z] #41 158.4   LINK     lib/c/libcriu.a
07:29:29 [2020-11-03T07:29:29.073Z] #40 ...
07:29:29 [2020-11-03T07:29:29.073Z] 
07:29:29 [2020-11-03T07:29:29.073Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
07:29:29 [2020-11-03T07:29:29.316Z] #41 158.5   GEN      magic.py
07:29:29 [2020-11-03T07:29:29.316Z] #41 158.6 Note: Building without setproctitle() and strlcpy() support.
07:29:29 [2020-11-03T07:29:29.316Z] #41 158.6       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:29:29 [2020-11-03T07:29:29.316Z] #41 158.6 Note: Building without GnuTLS support
07:29:29 [2020-11-03T07:29:29.316Z] #41 158.6 Makefile.config:39: Warn: you have no libnftables installed
07:29:29 [2020-11-03T07:29:29.316Z] #41 158.6 Makefile.config:40: Warn: Building without nftables support
07:29:29 [2020-11-03T07:29:29.892Z] #41 159.1 fatal: not a git repository (or any of the parent directories): .git
07:29:30 [2020-11-03T07:29:30.469Z] #41 159.7 make[1]: Nothing to be done for 'all'.
07:29:30 [2020-11-03T07:29:30.878Z] #28 DONE 4.4s
07:29:30 [2020-11-03T07:29:30.878Z] 
07:29:30 [2020-11-03T07:29:30.878Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.2 make[1]: 'images/built-in.o' is up to date.
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.2 make[1]: 'compel/plugins/std.lib.a' is up to date.
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.3 make[1]: 'compel/libcompel.a' is up to date.
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.3 make[1]: 'compel/compel-host-bin' is up to date.
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.3 make[1]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.043Z] #41 160.3 make[1]: 'soccr/libsoccr.a' is up to date.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.5 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.5 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.5 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.6 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.6 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.7 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.305Z] #41 160.7 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.443Z] #31 DONE 0.3s
07:29:31 [2020-11-03T07:29:31.443Z] 
07:29:31 [2020-11-03T07:29:31.443Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
07:29:31 [2020-11-03T07:29:31.443Z] #33 DONE 0.1s
07:29:31 [2020-11-03T07:29:31.443Z] 
07:29:31 [2020-11-03T07:29:31.443Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
07:29:31 [2020-11-03T07:29:31.443Z] #36 DONE 0.0s
07:29:31 [2020-11-03T07:29:31.443Z] 
07:29:31 [2020-11-03T07:29:31.443Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:31 [2020-11-03T07:29:31.443Z] #41 136.6   CC       criu/pagemap-cache.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 137.0   CC       criu/pagemap.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 138.0   CC       criu/parasite-syscall.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 139.0   CC       criu/path.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 139.5   CC       criu/pie-util-vdso-elf32.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 140.2   CC       criu/pie-util-vdso.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 140.6   CC       criu/pie-util.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 140.8   CC       criu/pipes.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 141.4   CC       criu/plugin.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 141.8   CC       criu/proc_parse.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 143.7   CC       criu/protobuf-desc.o
07:29:31 [2020-11-03T07:29:31.443Z] #41 ...
07:29:31 [2020-11-03T07:29:31.443Z] 
07:29:31 [2020-11-03T07:29:31.443Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:29:31 [2020-11-03T07:29:31.443Z] #51 91.95 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
07:29:31 [2020-11-03T07:29:31.566Z] #41 160.8 make[2]: Nothing to be done for 'all'.
07:29:31 [2020-11-03T07:29:31.566Z] #41 160.8   INSTALL  criu/criu
07:29:32 [2020-11-03T07:29:32.139Z] #41 DONE 161.2s
07:29:32 [2020-11-03T07:29:32.139Z] 
07:29:32 [2020-11-03T07:29:32.139Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:33 [2020-11-03T07:29:33.293Z] #27 DONE 3.8s
07:29:33 [2020-11-03T07:29:33.293Z] 
07:29:33 [2020-11-03T07:29:33.293Z] #30 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
07:29:33 [2020-11-03T07:29:33.293Z] #30 DONE 0.5s
07:29:33 [2020-11-03T07:29:33.293Z] 
07:29:33 [2020-11-03T07:29:33.293Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
07:29:33 [2020-11-03T07:29:33.293Z] #32 DONE 0.1s
07:29:33 [2020-11-03T07:29:33.293Z] 
07:29:33 [2020-11-03T07:29:33.293Z] #35 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
07:29:33 [2020-11-03T07:29:33.293Z] #35 DONE 0.1s
07:29:33 [2020-11-03T07:29:33.293Z] 
07:29:33 [2020-11-03T07:29:33.293Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:33 [2020-11-03T07:29:33.293Z] #40 140.8   CC       criu/parasite-syscall.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 141.8   CC       criu/path.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 142.2   CC       criu/pie-util-vdso-elf32.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 142.5   CC       criu/pie-util-vdso.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 142.9   CC       criu/pie-util.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 143.1   CC       criu/pipes.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 143.8   CC       criu/plugin.o
07:29:33 [2020-11-03T07:29:33.293Z] #40 144.2   CC       criu/proc_parse.o
07:29:33 [2020-11-03T07:29:33.338Z] #51 93.97 + mkdir -p /build
07:29:33 [2020-11-03T07:29:33.529Z] #54 ...
07:29:33 [2020-11-03T07:29:33.529Z] 
07:29:33 [2020-11-03T07:29:33.529Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
07:29:33 [2020-11-03T07:29:33.529Z] #42 DONE 0.1s
07:29:33 [2020-11-03T07:29:33.529Z] 
07:29:33 [2020-11-03T07:29:33.529Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
07:29:33 [2020-11-03T07:29:33.529Z] #44 DONE 0.1s
07:29:33 [2020-11-03T07:29:33.529Z] 
07:29:33 [2020-11-03T07:29:33.529Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
07:29:33 [2020-11-03T07:29:33.529Z] #46 DONE 0.1s
07:29:33 [2020-11-03T07:29:33.529Z] 
07:29:33 [2020-11-03T07:29:33.529Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:33 [2020-11-03T07:29:33.595Z] #51 93.97 + cp runc /build/runc
07:29:33 [2020-11-03T07:29:33.790Z] #54 ...
07:29:33 [2020-11-03T07:29:33.790Z] 
07:29:33 [2020-11-03T07:29:33.790Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
07:29:34 [2020-11-03T07:29:34.051Z] #48 DONE 0.4s
07:29:34 [2020-11-03T07:29:34.051Z] 
07:29:34 [2020-11-03T07:29:34.051Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
07:29:34 [2020-11-03T07:29:34.223Z] #51 DONE 94.6s
07:29:34 [2020-11-03T07:29:34.223Z] 
07:29:34 [2020-11-03T07:29:34.223Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:34 [2020-11-03T07:29:34.223Z] #41 144.6   CC       criu/protobuf.o
07:29:34 [2020-11-03T07:29:34.223Z] #41 144.9   CC       criu/pstree.o
07:29:34 [2020-11-03T07:29:34.223Z] #41 146.1   CC       criu/rbtree.o
07:29:34 [2020-11-03T07:29:34.223Z] #41 146.4   CC       criu/rst-malloc.o
07:29:34 [2020-11-03T07:29:34.223Z] #41 146.7   CC       criu/seccomp.o
07:29:34 [2020-11-03T07:29:34.313Z] #50 DONE 0.1s
07:29:34 [2020-11-03T07:29:34.313Z] 
07:29:34 [2020-11-03T07:29:34.313Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
07:29:34 [2020-11-03T07:29:34.538Z] #41 ...
07:29:34 [2020-11-03T07:29:34.538Z] 
07:29:34 [2020-11-03T07:29:34.538Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:29:34 [2020-11-03T07:29:34.538Z] #38 DONE 242.7s
07:29:34 [2020-11-03T07:29:34.538Z] 
07:29:34 [2020-11-03T07:29:34.538Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:34 [2020-11-03T07:29:34.574Z] #52 DONE 0.4s
07:29:34 [2020-11-03T07:29:34.574Z] 
07:29:34 [2020-11-03T07:29:34.574Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:35 [2020-11-03T07:29:35.111Z] #47 ...
07:29:35 [2020-11-03T07:29:35.111Z] 
07:29:35 [2020-11-03T07:29:35.111Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:35 [2020-11-03T07:29:35.111Z] #41 147.7   CC       criu/seize.o
07:29:35 [2020-11-03T07:29:35.214Z] #40 146.5   CC       criu/protobuf-desc.o
07:29:36 [2020-11-03T07:29:36.057Z] #23 ...
07:29:36 [2020-11-03T07:29:36.057Z] 
07:29:36 [2020-11-03T07:29:36.057Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:36 [2020-11-03T07:29:36.058Z] #55 249.6 + bin/containerd
07:29:36 [2020-11-03T07:29:36.070Z] #41 149.0   CC       criu/servicefd.o
07:29:36 [2020-11-03T07:29:36.163Z] #40 147.4   CC       criu/protobuf.o
07:29:36 [2020-11-03T07:29:36.425Z] #40 147.9   CC       criu/pstree.o
07:29:36 [2020-11-03T07:29:36.425Z] #40 ...
07:29:36 [2020-11-03T07:29:36.425Z] 
07:29:36 [2020-11-03T07:29:36.425Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
07:29:36 [2020-11-03T07:29:36.425Z] #50 93.50 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
07:29:36 [2020-11-03T07:29:36.425Z] #50 95.43 + mkdir -p /build
07:29:36 [2020-11-03T07:29:36.425Z] #50 95.44 + cp runc /build/runc
07:29:36 [2020-11-03T07:29:36.425Z] #50 DONE 96.2s
07:29:36 [2020-11-03T07:29:36.650Z] #41 149.5   CC       criu/shmem.o
07:29:36 [2020-11-03T07:29:36.686Z] 
07:29:36 [2020-11-03T07:29:36.686Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:37 [2020-11-03T07:29:37.580Z] #41 150.4   CC       criu/sigframe.o
07:29:37 [2020-11-03T07:29:37.836Z] #41 150.6   CC       criu/signalfd.o
07:29:37 [2020-11-03T07:29:37.836Z] #41 150.8   CC       criu/sk-inet.o
07:29:38 [2020-11-03T07:29:38.074Z] #46 ...
07:29:38 [2020-11-03T07:29:38.074Z] 
07:29:38 [2020-11-03T07:29:38.074Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:38 [2020-11-03T07:29:38.074Z] #40 149.3   CC       criu/rbtree.o
07:29:38 [2020-11-03T07:29:38.074Z] #40 149.5   CC       criu/rst-malloc.o
07:29:38 [2020-11-03T07:29:38.092Z] #41 ...
07:29:38 [2020-11-03T07:29:38.092Z] 
07:29:38 [2020-11-03T07:29:38.092Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
07:29:38 [2020-11-03T07:29:38.092Z] #39 DONE 0.6s
07:29:38 [2020-11-03T07:29:38.092Z] 
07:29:38 [2020-11-03T07:29:38.092Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:38 [2020-11-03T07:29:38.337Z] #40 ...
07:29:38 [2020-11-03T07:29:38.337Z] 
07:29:38 [2020-11-03T07:29:38.337Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
07:29:38 [2020-11-03T07:29:38.337Z] #37 DONE 246.1s
07:29:38 [2020-11-03T07:29:38.337Z] 
07:29:38 [2020-11-03T07:29:38.337Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:38 [2020-11-03T07:29:38.337Z] #40 149.8   CC       criu/seccomp.o
07:29:38 [2020-11-03T07:29:38.654Z] #47 ...
07:29:38 [2020-11-03T07:29:38.654Z] 
07:29:38 [2020-11-03T07:29:38.654Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:38 [2020-11-03T07:29:38.654Z] #41 151.5   CC       criu/sk-netlink.o
07:29:38 [2020-11-03T07:29:38.910Z] #41 151.7   CC       criu/sk-packet.o
07:29:39 [2020-11-03T07:29:39.168Z] #41 152.2   CC       criu/sk-queue.o
07:29:39 [2020-11-03T07:29:39.283Z] #40 150.6   CC       criu/seize.o
07:29:39 [2020-11-03T07:29:39.733Z] #41 152.4   CC       criu/sk-tcp.o
07:29:39 [2020-11-03T07:29:39.733Z] #41 152.8   CC       criu/sk-unix.o
07:29:39 [2020-11-03T07:29:39.860Z] #40 151.4   CC       criu/servicefd.o
07:29:40 [2020-11-03T07:29:40.297Z] #41 ...
07:29:40 [2020-11-03T07:29:40.297Z] 
07:29:40 [2020-11-03T07:29:40.297Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:40 [2020-11-03T07:29:40.297Z] #47 248.3 + /build/golangci-lint --version
07:29:40 [2020-11-03T07:29:40.297Z] #47 248.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
07:29:40 [2020-11-03T07:29:40.297Z] #47 DONE 248.9s
07:29:40 [2020-11-03T07:29:40.435Z] #40 151.7   CC       criu/shmem.o
07:29:40 [2020-11-03T07:29:40.554Z] 
07:29:40 [2020-11-03T07:29:40.554Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:40 [2020-11-03T07:29:40.698Z] #40 ...
07:29:40 [2020-11-03T07:29:40.698Z] 
07:29:40 [2020-11-03T07:29:40.698Z] #38 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
07:29:40 [2020-11-03T07:29:40.698Z] #38 DONE 0.6s
07:29:40 [2020-11-03T07:29:40.698Z] 
07:29:40 [2020-11-03T07:29:40.698Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:40 [2020-11-03T07:29:40.961Z] #40 152.3   CC       criu/sigframe.o
07:29:40 [2020-11-03T07:29:40.961Z] #40 152.4   CC       criu/signalfd.o
07:29:41 [2020-11-03T07:29:41.119Z] #41 153.9   CC       criu/sockets.o
07:29:41 [2020-11-03T07:29:41.225Z] #40 152.6   CC       criu/sk-inet.o
07:29:41 [2020-11-03T07:29:41.684Z] #41 154.5   CC       criu/stats.o
07:29:41 [2020-11-03T07:29:41.800Z] #40 153.1   CC       criu/sk-netlink.o
07:29:41 [2020-11-03T07:29:41.941Z] #41 154.8   CC       criu/string.o
07:29:41 [2020-11-03T07:29:41.941Z] #41 154.9   CC       criu/sysctl.o
07:29:42 [2020-11-03T07:29:42.063Z] #40 153.3   CC       criu/sk-packet.o
07:29:42 [2020-11-03T07:29:42.327Z] #40 ...
07:29:42 [2020-11-03T07:29:42.327Z] 
07:29:42 [2020-11-03T07:29:42.327Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
07:29:42 [2020-11-03T07:29:42.327Z] #46 249.8 + /build/golangci-lint --version
07:29:42 [2020-11-03T07:29:42.327Z] #46 250.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
07:29:42 [2020-11-03T07:29:42.327Z] #46 DONE 250.3s
07:29:42 [2020-11-03T07:29:42.506Z] #41 155.4   CC       criu/sysfs_parse.o
07:29:42 [2020-11-03T07:29:42.590Z] 
07:29:42 [2020-11-03T07:29:42.590Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
07:29:42 [2020-11-03T07:29:42.590Z] #40 153.9   CC       criu/sk-queue.o
07:29:42 [2020-11-03T07:29:42.852Z] #40 154.2   CC       criu/sk-tcp.o
07:29:43 [2020-11-03T07:29:43.032Z] #55 ...
07:29:43 [2020-11-03T07:29:43.032Z] 
07:29:43 [2020-11-03T07:29:43.032Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
07:29:43 [2020-11-03T07:29:43.032Z] #23 294.3 + return
07:29:43 [2020-11-03T07:29:43.032Z] #23 DONE 294.4s
07:29:43 [2020-11-03T07:29:43.032Z] 
07:29:43 [2020-11-03T07:29:43.032Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:43 [2020-11-03T07:29:43.070Z] #41 155.8   CC       criu/timens.o
07:29:43 [2020-11-03T07:29:43.070Z] #41 156.0   CC       criu/timerfd.o
07:29:43 [2020-11-03T07:29:43.115Z] #40 154.6   CC       criu/sk-unix.o
07:29:43 [2020-11-03T07:29:43.327Z] #41 156.2   CC       criu/tty.o
07:29:44 [2020-11-03T07:29:44.259Z] #41 157.1   CC       criu/tun.o
07:29:44 [2020-11-03T07:29:44.507Z] #40 155.7   CC       criu/sockets.o
07:29:44 [2020-11-03T07:29:44.516Z] #41 157.3   CC       criu/uffd.o
07:29:45 [2020-11-03T07:29:45.079Z] #41 158.0   CC       criu/util.o
07:29:45 [2020-11-03T07:29:45.082Z] #40 156.3   CC       criu/stats.o
07:29:45 [2020-11-03T07:29:45.082Z] #40 156.4   CC       criu/string.o
07:29:45 [2020-11-03T07:29:45.082Z] #40 156.5   CC       criu/sysctl.o
07:29:45 [2020-11-03T07:29:45.177Z] #55 ...
07:29:45 [2020-11-03T07:29:45.177Z] 
07:29:45 [2020-11-03T07:29:45.177Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
07:29:45 [2020-11-03T07:29:45.177Z] #24 DONE 0.1s
07:29:45 [2020-11-03T07:29:45.177Z] 
07:29:45 [2020-11-03T07:29:45.177Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
07:29:45 [2020-11-03T07:29:45.344Z] #40 156.8   CC       criu/sysfs_parse.o
07:29:45 [2020-11-03T07:29:45.475Z] #29 DONE 0.6s
07:29:45 [2020-11-03T07:29:45.475Z] 
07:29:45 [2020-11-03T07:29:45.475Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
07:29:45 [2020-11-03T07:29:45.607Z] #40 157.0   CC       criu/timens.o
07:29:45 [2020-11-03T07:29:45.644Z] #41 158.6   CC       criu/uts_ns.o
07:29:45 [2020-11-03T07:29:45.772Z] #32 DONE 0.1s
07:29:45 [2020-11-03T07:29:45.772Z] 
07:29:45 [2020-11-03T07:29:45.772Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
07:29:45 [2020-11-03T07:29:45.772Z] #34 DONE 0.1s
07:29:45 [2020-11-03T07:29:45.772Z] 
07:29:45 [2020-11-03T07:29:45.772Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:45 [2020-11-03T07:29:45.772Z] #55 ...
07:29:45 [2020-11-03T07:29:45.772Z] 
07:29:45 [2020-11-03T07:29:45.772Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
07:29:45 [2020-11-03T07:29:45.772Z] #37 DONE 0.1s
07:29:45 [2020-11-03T07:29:45.772Z] 
07:29:45 [2020-11-03T07:29:45.772Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
07:29:45 [2020-11-03T07:29:45.870Z] #40 157.1   CC       criu/timerfd.o
07:29:45 [2020-11-03T07:29:45.870Z] #40 157.3   CC       criu/tty.o
07:29:45 [2020-11-03T07:29:45.901Z] #41 158.8   CC       criu/vdso-compat.o
07:29:45 [2020-11-03T07:29:45.901Z] #41 158.9   CC       criu/vdso.o
07:29:46 [2020-11-03T07:29:46.071Z] #40 DONE 0.1s
07:29:46 [2020-11-03T07:29:46.071Z] 
07:29:46 [2020-11-03T07:29:46.071Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
07:29:46 [2020-11-03T07:29:46.071Z] #43 DONE 0.1s
07:29:46 [2020-11-03T07:29:46.071Z] 
07:29:46 [2020-11-03T07:29:46.071Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:46 [2020-11-03T07:29:46.071Z] #55 ...
07:29:46 [2020-11-03T07:29:46.071Z] 
07:29:46 [2020-11-03T07:29:46.071Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
07:29:46 [2020-11-03T07:29:46.071Z] #45 DONE 0.1s
07:29:46 [2020-11-03T07:29:46.071Z] 
07:29:46 [2020-11-03T07:29:46.071Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
07:29:46 [2020-11-03T07:29:46.374Z] #47 DONE 0.3s
07:29:46 [2020-11-03T07:29:46.374Z] 
07:29:46 [2020-11-03T07:29:46.374Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
07:29:46 [2020-11-03T07:29:46.465Z] #41 159.2   LINK     criu/built-in.o
07:29:46 [2020-11-03T07:29:46.465Z] #41 159.3   LINK     criu/criu
07:29:46 [2020-11-03T07:29:46.675Z] #49 DONE 0.1s
07:29:46 [2020-11-03T07:29:46.675Z] 
07:29:46 [2020-11-03T07:29:46.675Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
07:29:46 [2020-11-03T07:29:46.675Z] #51 DONE 0.1s
07:29:46 [2020-11-03T07:29:46.675Z] 
07:29:46 [2020-11-03T07:29:46.675Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:46 [2020-11-03T07:29:46.675Z] #55 ...
07:29:46 [2020-11-03T07:29:46.675Z] 
07:29:46 [2020-11-03T07:29:46.675Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
07:29:46 [2020-11-03T07:29:46.675Z] #53 DONE 0.1s
07:29:46 [2020-11-03T07:29:46.722Z] #41 159.6   DEP      lib/c/criu.d
07:29:46 [2020-11-03T07:29:46.722Z] #41 159.6   CC       images/rpc.pb-c.o
07:29:46 [2020-11-03T07:29:46.811Z] #54 201.7 + bin/containerd-stress
07:29:46 [2020-11-03T07:29:46.817Z] #40 158.2   CC       criu/tun.o
07:29:46 [2020-11-03T07:29:46.972Z] 
07:29:46 [2020-11-03T07:29:46.972Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:46 [2020-11-03T07:29:46.979Z] #41 160.0   CC       lib/c/criu.o
07:29:47 [2020-11-03T07:29:47.079Z] #40 158.5   CC       criu/uffd.o
07:29:47 [2020-11-03T07:29:47.654Z] #40 159.0   CC       criu/util.o
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.5   LINK     lib/c/built-in.o
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.5   LINK     lib/c/libcriu.so
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.6   LINK     lib/c/libcriu.a
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.7   GEN      magic.py
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.8 Note: Building without setproctitle() and strlcpy() support.
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.8 Note: Building without GnuTLS support
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.8 Makefile.config:39: Warn: you have no libnftables installed
07:29:47 [2020-11-03T07:29:47.910Z] #41 160.8 Makefile.config:40: Warn: Building without nftables support
07:29:48 [2020-11-03T07:29:48.167Z] #41 161.2 fatal: not a git repository (or any of the parent directories): .git
07:29:48 [2020-11-03T07:29:48.229Z] #40 159.6   CC       criu/uts_ns.o
07:29:48 [2020-11-03T07:29:48.229Z] #40 159.8   CC       criu/vdso-compat.o
07:29:48 [2020-11-03T07:29:48.491Z] #40 159.9   CC       criu/vdso.o
07:29:48 [2020-11-03T07:29:48.732Z] #41 161.6 make[1]: Nothing to be done for 'all'.
07:29:48 [2020-11-03T07:29:48.989Z] #41 162.0 make[1]: 'images/built-in.o' is up to date.
07:29:49 [2020-11-03T07:29:49.066Z] #40 160.3   LINK     criu/built-in.o
07:29:49 [2020-11-03T07:29:49.066Z] #40 160.4   LINK     criu/criu
07:29:49 [2020-11-03T07:29:49.066Z] #40 160.6   DEP      lib/c/criu.d
07:29:49 [2020-11-03T07:29:49.066Z] #40 160.6   CC       images/rpc.pb-c.o
07:29:49 [2020-11-03T07:29:49.247Z] #41 162.0 make[1]: 'compel/plugins/std.lib.a' is up to date.
07:29:49 [2020-11-03T07:29:49.247Z] #41 162.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
07:29:49 [2020-11-03T07:29:49.247Z] #41 162.1 make[1]: 'compel/libcompel.a' is up to date.
07:29:49 [2020-11-03T07:29:49.247Z] #41 162.1 make[1]: 'compel/compel-host-bin' is up to date.
07:29:49 [2020-11-03T07:29:49.247Z] #41 162.1 make[1]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.247Z] #41 162.2 make[1]: 'soccr/libsoccr.a' is up to date.
07:29:49 [2020-11-03T07:29:49.336Z] #40 160.9   CC       lib/c/criu.o
07:29:49 [2020-11-03T07:29:49.361Z] #54 204.9 + bin/containerd-shim
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.3 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.3 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.3 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.4 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.4 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.4 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.5 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.508Z] #41 162.5 make[2]: Nothing to be done for 'all'.
07:29:49 [2020-11-03T07:29:49.807Z] #41 162.5   INSTALL  criu/criu
07:29:49 [2020-11-03T07:29:49.807Z] #41 DONE 162.8s
07:29:49 [2020-11-03T07:29:49.807Z] 
07:29:49 [2020-11-03T07:29:49.807Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.5   LINK     lib/c/built-in.o
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.5   LINK     lib/c/libcriu.so
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.6   LINK     lib/c/libcriu.a
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.7   GEN      magic.py
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.8 Note: Building without setproctitle() and strlcpy() support.
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.8 Note: Building without GnuTLS support
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.8 Makefile.config:39: Warn: you have no libnftables installed
07:29:50 [2020-11-03T07:29:50.355Z] #40 161.8 Makefile.config:40: Warn: Building without nftables support
07:29:50 [2020-11-03T07:29:50.948Z] #40 162.4 fatal: not a git repository (or any of the parent directories): .git
07:29:51 [2020-11-03T07:29:51.178Z] #54 ...
07:29:51 [2020-11-03T07:29:51.178Z] 
07:29:51 [2020-11-03T07:29:51.178Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
07:29:51 [2020-11-03T07:29:51.178Z] #42 DONE 0.1s
07:29:51 [2020-11-03T07:29:51.178Z] 
07:29:51 [2020-11-03T07:29:51.178Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
07:29:51 [2020-11-03T07:29:51.178Z] #44 DONE 0.1s
07:29:51 [2020-11-03T07:29:51.178Z] 
07:29:51 [2020-11-03T07:29:51.178Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
07:29:51 [2020-11-03T07:29:51.178Z] #46 DONE 0.1s
07:29:51 [2020-11-03T07:29:51.178Z] 
07:29:51 [2020-11-03T07:29:51.178Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:51 [2020-11-03T07:29:51.178Z] #54 ...
07:29:51 [2020-11-03T07:29:51.178Z] 
07:29:51 [2020-11-03T07:29:51.178Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
07:29:51 [2020-11-03T07:29:51.435Z] #48 DONE 0.4s
07:29:51 [2020-11-03T07:29:51.435Z] 
07:29:51 [2020-11-03T07:29:51.435Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
07:29:51 [2020-11-03T07:29:51.435Z] #50 DONE 0.0s
07:29:51 [2020-11-03T07:29:51.435Z] 
07:29:51 [2020-11-03T07:29:51.435Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:51 [2020-11-03T07:29:51.522Z] #40 162.9 make[1]: Nothing to be done for 'all'.
07:29:51 [2020-11-03T07:29:51.691Z] #54 ...
07:29:51 [2020-11-03T07:29:51.691Z] 
07:29:51 [2020-11-03T07:29:51.691Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
07:29:51 [2020-11-03T07:29:51.691Z] #52 DONE 0.2s
07:29:51 [2020-11-03T07:29:51.691Z] 
07:29:51 [2020-11-03T07:29:51.691Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.4 make[1]: 'images/built-in.o' is up to date.
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.4 make[1]: 'compel/plugins/std.lib.a' is up to date.
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.4 make[1]: 'compel/libcompel.a' is up to date.
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.4 make[1]: 'compel/compel-host-bin' is up to date.
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.5 make[1]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.095Z] #40 163.5 make[1]: 'soccr/libsoccr.a' is up to date.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.6 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.6 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.6 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.7 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.8 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.8 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.357Z] #40 163.8 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.621Z] #40 163.9 make[2]: Nothing to be done for 'all'.
07:29:52 [2020-11-03T07:29:52.621Z] #40 163.9   INSTALL  criu/criu
07:29:52 [2020-11-03T07:29:52.621Z] #40 DONE 164.1s
07:29:52 [2020-11-03T07:29:52.621Z] 
07:29:52 [2020-11-03T07:29:52.621Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:53 [2020-11-03T07:29:53.059Z] #54 197.4 + bin/containerd
07:29:54 [2020-11-03T07:29:54.010Z] #53 ...
07:29:54 [2020-11-03T07:29:54.010Z] 
07:29:54 [2020-11-03T07:29:54.010Z] #41 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
07:29:54 [2020-11-03T07:29:54.010Z] #41 DONE 0.1s
07:29:54 [2020-11-03T07:29:54.010Z] 
07:29:54 [2020-11-03T07:29:54.010Z] #43 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
07:29:54 [2020-11-03T07:29:54.010Z] #43 DONE 0.1s
07:29:54 [2020-11-03T07:29:54.010Z] 
07:29:54 [2020-11-03T07:29:54.010Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:54 [2020-11-03T07:29:54.272Z] #53 ...
07:29:54 [2020-11-03T07:29:54.272Z] 
07:29:54 [2020-11-03T07:29:54.272Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
07:29:54 [2020-11-03T07:29:54.272Z] #45 DONE 0.1s
07:29:54 [2020-11-03T07:29:54.272Z] 
07:29:54 [2020-11-03T07:29:54.272Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
07:29:54 [2020-11-03T07:29:54.844Z] #47 DONE 0.5s
07:29:54 [2020-11-03T07:29:54.844Z] 
07:29:54 [2020-11-03T07:29:54.844Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
07:29:55 [2020-11-03T07:29:55.106Z] #49 DONE 0.2s
07:29:55 [2020-11-03T07:29:55.106Z] 
07:29:55 [2020-11-03T07:29:55.106Z] #51 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
07:29:55 [2020-11-03T07:29:55.367Z] #51 DONE 0.3s
07:29:55 [2020-11-03T07:29:55.367Z] 
07:29:55 [2020-11-03T07:29:55.367Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
07:29:55 [2020-11-03T07:29:55.629Z] #53 202.7 + bin/containerd
07:29:55 [2020-11-03T07:29:55.964Z] #54 210.6 + bin/containerd-shim-runc-v1
07:29:59 [2020-11-03T07:29:59.277Z] #54 214.8 + bin/containerd-shim-runc-v2
07:29:59 [2020-11-03T07:29:59.501Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
07:29:59 [2020-11-03T07:29:59.501Z] 
07:29:59 [2020-11-03T07:29:59.501Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:29:59 [2020-11-03T07:29:59.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:29:59 [2020-11-03T07:29:59.501Z] HOSTNAME=d893b38e1f07
07:29:59 [2020-11-03T07:29:59.501Z] TESTDEBUG=0
07:29:59 [2020-11-03T07:29:59.501Z] DEST=bundles/test-integration
07:29:59 [2020-11-03T07:29:59.501Z] PWD=/go/src/github.com/docker/docker
07:29:59 [2020-11-03T07:29:59.501Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:29:59 [2020-11-03T07:29:59.501Z] container=docker
07:29:59 [2020-11-03T07:29:59.501Z] HOME=/root
07:29:59 [2020-11-03T07:29:59.501Z] GOLANG_VERSION=1.13.15
07:29:59 [2020-11-03T07:29:59.501Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:29:59 [2020-11-03T07:29:59.501Z] VALIDATE_BRANCH=master
07:29:59 [2020-11-03T07:29:59.501Z] TERM=xterm
07:29:59 [2020-11-03T07:29:59.501Z] DOCKER_PKG=github.com/docker/docker
07:29:59 [2020-11-03T07:29:59.501Z] SHLVL=1
07:29:59 [2020-11-03T07:29:59.501Z] TIMEOUT=120m
07:29:59 [2020-11-03T07:29:59.501Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:29:59 [2020-11-03T07:29:59.501Z] DOCKER_GRAPHDRIVER=overlay2
07:29:59 [2020-11-03T07:29:59.501Z] GO111MODULE=off
07:29:59 [2020-11-03T07:29:59.501Z] DOCKER_EXPERIMENTAL=1
07:29:59 [2020-11-03T07:29:59.501Z] TEST_SKIP_INTEGRATION_CLI=1
07:29:59 [2020-11-03T07:29:59.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:29:59 [2020-11-03T07:29:59.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:29:59 [2020-11-03T07:29:59.501Z] GOPATH=/go
07:29:59 [2020-11-03T07:29:59.501Z] PKG_CONFIG=pkg-config
07:29:59 [2020-11-03T07:29:59.501Z] _=/usr/bin/env
07:29:59 [2020-11-03T07:29:59.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:30:00 [2020-11-03T07:30:00.663Z] #54 216.3 + binaries
07:30:00 [2020-11-03T07:30:00.663Z] #54 216.3 + install -D bin/containerd /build/containerd
07:30:00 [2020-11-03T07:30:00.663Z] #54 216.4 + install -D bin/containerd-shim /build/containerd-shim
07:30:00 [2020-11-03T07:30:00.663Z] #54 216.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:30:00 [2020-11-03T07:30:00.924Z] #54 216.4 + install -D bin/ctr /build/ctr
07:30:06 [2020-11-03T07:30:06.211Z] #54 DONE 221.7s
07:30:07 [2020-11-03T07:30:07.597Z] 
07:30:07 [2020-11-03T07:30:07.597Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
07:30:10 [2020-11-03T07:30:10.141Z] #55 DONE 2.5s
07:30:10 [2020-11-03T07:30:10.141Z] 
07:30:10 [2020-11-03T07:30:10.141Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
07:30:10 [2020-11-03T07:30:10.712Z] #59 DONE 0.5s
07:30:10 [2020-11-03T07:30:10.712Z] 
07:30:10 [2020-11-03T07:30:10.712Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
07:30:11 [2020-11-03T07:30:11.654Z] #61 DONE 1.3s
07:30:11 [2020-11-03T07:30:11.654Z] 
07:30:11 [2020-11-03T07:30:11.654Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
07:30:11 [2020-11-03T07:30:11.915Z] #63 DONE 0.1s
07:30:11 [2020-11-03T07:30:11.915Z] 
07:30:11 [2020-11-03T07:30:11.915Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
07:30:11 [2020-11-03T07:30:11.915Z] #64 DONE 0.0s
07:30:11 [2020-11-03T07:30:11.915Z] 
07:30:11 [2020-11-03T07:30:11.915Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
07:30:13 [2020-11-03T07:30:13.830Z] #65 DONE 1.7s
07:30:13 [2020-11-03T07:30:13.830Z] 
07:30:13 [2020-11-03T07:30:13.830Z] #66 exporting to image
07:30:13 [2020-11-03T07:30:13.830Z] #66 exporting layers
07:30:14 [2020-11-03T07:30:14.193Z] #55 285.6 + bin/containerd-stress
07:30:14 [2020-11-03T07:30:14.193Z] #55 288.1 + bin/containerd-shim
07:30:17 [2020-11-03T07:30:17.195Z] 4612f6d0b889: Pull complete
07:30:18 [2020-11-03T07:30:18.044Z] #66 exporting layers 3.8s done
07:30:18 [2020-11-03T07:30:18.044Z] #66 writing image sha256:e22d9356f35a6bd15cd1eb0614d7b104b7bf10f809126cf409658e6f8c1fec27
07:30:18 [2020-11-03T07:30:18.044Z] #66 writing image sha256:e22d9356f35a6bd15cd1eb0614d7b104b7bf10f809126cf409658e6f8c1fec27 done
07:30:18 [2020-11-03T07:30:18.044Z] #66 naming to docker.io/library/docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e done
07:30:18 [2020-11-03T07:30:18.044Z] #66 DONE 3.8s
[Pipeline] }
[Pipeline] // stage
07:30:18 [2020-11-03T07:30:18.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:30:18 [2020-11-03T07:30:18.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
07:30:18 [2020-11-03T07:30:18.397Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/test/unit
07:30:18 [2020-11-03T07:30:18.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
07:30:21 [2020-11-03T07:30:21.187Z] #55 295.0 + bin/containerd-shim-runc-v1
07:30:23 [2020-11-03T07:30:23.735Z] ?   	github.com/docker/docker/api	[no test files]
07:30:25 [2020-11-03T07:30:25.098Z] #54 225.4 + bin/containerd-stress
07:30:25 [2020-11-03T07:30:25.098Z] #54 227.3 + bin/containerd-shim
07:30:26 [2020-11-03T07:30:26.803Z] #55 299.9 + bin/containerd-shim-runc-v2
07:30:27 [2020-11-03T07:30:27.096Z] #55 301.0 + binaries
07:30:27 [2020-11-03T07:30:27.096Z] #55 301.0 + install -D bin/containerd /build/containerd
07:30:27 [2020-11-03T07:30:27.096Z] #55 301.0 + install -D bin/containerd-shim /build/containerd-shim
07:30:27 [2020-11-03T07:30:27.096Z] #55 301.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:30:27 [2020-11-03T07:30:27.096Z] #55 301.0 + install -D bin/ctr /build/ctr
07:30:27 [2020-11-03T07:30:27.096Z] #55 DONE 301.1s
07:30:27 [2020-11-03T07:30:27.774Z] #53 231.2 + bin/containerd-stress
07:30:27 [2020-11-03T07:30:27.774Z] #53 233.0 + bin/containerd-shim
07:30:28 [2020-11-03T07:30:28.149Z] 
07:30:28 [2020-11-03T07:30:28.149Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
07:30:28 [2020-11-03T07:30:28.149Z] #56 DONE 0.1s
07:30:28 [2020-11-03T07:30:28.149Z] 
07:30:28 [2020-11-03T07:30:28.149Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
07:30:28 [2020-11-03T07:30:28.149Z] #60 DONE 0.1s
07:30:28 [2020-11-03T07:30:28.149Z] 
07:30:28 [2020-11-03T07:30:28.149Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
07:30:28 [2020-11-03T07:30:28.445Z] #62 DONE 0.1s
07:30:28 [2020-11-03T07:30:28.445Z] 
07:30:28 [2020-11-03T07:30:28.445Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
07:30:28 [2020-11-03T07:30:28.445Z] #64 DONE 0.1s
07:30:28 [2020-11-03T07:30:28.445Z] 
07:30:28 [2020-11-03T07:30:28.445Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
07:30:28 [2020-11-03T07:30:28.445Z] #65 DONE 0.0s
07:30:28 [2020-11-03T07:30:28.445Z] 
07:30:28 [2020-11-03T07:30:28.445Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
07:30:30 [2020-11-03T07:30:30.352Z] #54 234.1 + bin/containerd-shim-runc-v1
07:30:30 [2020-11-03T07:30:30.528Z] #66 DONE 2.2s
07:30:30 [2020-11-03T07:30:30.528Z] 
07:30:30 [2020-11-03T07:30:30.528Z] #67 exporting to oci image format
07:30:30 [2020-11-03T07:30:30.528Z] #67 exporting layers
07:30:33 [2020-11-03T07:30:33.078Z] #53 239.7 + bin/containerd-shim-runc-v1
07:30:34 [2020-11-03T07:30:34.527Z] #54 238.6 + bin/containerd-shim-runc-v2
07:30:34 [2020-11-03T07:30:34.784Z] #54 239.5 + binaries
07:30:34 [2020-11-03T07:30:34.784Z] #54 239.5 + install -D bin/containerd /build/containerd
07:30:34 [2020-11-03T07:30:34.784Z] #54 239.5 + install -D bin/containerd-shim /build/containerd-shim
07:30:35 [2020-11-03T07:30:35.040Z] #54 239.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:30:35 [2020-11-03T07:30:35.040Z] #54 239.6 + install -D bin/ctr /build/ctr
07:30:35 [2020-11-03T07:30:35.995Z] ok  	github.com/docker/docker/api/server	0.035s	coverage: 9.0% of statements
07:30:36 [2020-11-03T07:30:36.930Z] #54 DONE 241.3s
07:30:37 [2020-11-03T07:30:37.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
07:30:37 [2020-11-03T07:30:37.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
07:30:37 [2020-11-03T07:30:37.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
07:30:37 [2020-11-03T07:30:37.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
07:30:37 [2020-11-03T07:30:37.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
07:30:37 [2020-11-03T07:30:37.292Z] #53 244.3 + bin/containerd-shim-runc-v2
07:30:37 [2020-11-03T07:30:37.493Z] 
07:30:37 [2020-11-03T07:30:37.493Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
07:30:38 [2020-11-03T07:30:38.236Z] #53 245.2 + binaries
07:30:38 [2020-11-03T07:30:38.236Z] #53 245.2 + install -D bin/containerd /build/containerd
07:30:38 [2020-11-03T07:30:38.236Z] #53 245.3 + install -D bin/containerd-shim /build/containerd-shim
07:30:38 [2020-11-03T07:30:38.236Z] #53 245.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:30:38 [2020-11-03T07:30:38.236Z] #53 245.3 + install -D bin/ctr /build/ctr
07:30:38 [2020-11-03T07:30:38.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
07:30:38 [2020-11-03T07:30:38.420Z] #55 DONE 0.9s
07:30:38 [2020-11-03T07:30:38.420Z] 
07:30:38 [2020-11-03T07:30:38.420Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
07:30:38 [2020-11-03T07:30:38.420Z] #59 DONE 0.2s
07:30:38 [2020-11-03T07:30:38.420Z] 
07:30:38 [2020-11-03T07:30:38.420Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
07:30:38 [2020-11-03T07:30:38.981Z] #61 DONE 0.4s
07:30:38 [2020-11-03T07:30:38.981Z] 
07:30:38 [2020-11-03T07:30:38.981Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
07:30:38 [2020-11-03T07:30:38.981Z] #63 DONE 0.0s
07:30:38 [2020-11-03T07:30:38.981Z] 
07:30:38 [2020-11-03T07:30:38.981Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
07:30:38 [2020-11-03T07:30:38.981Z] #64 DONE 0.0s
07:30:38 [2020-11-03T07:30:38.981Z] 
07:30:38 [2020-11-03T07:30:38.981Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
07:30:40 [2020-11-03T07:30:40.152Z] #53 DONE 247.0s
07:30:40 [2020-11-03T07:30:40.350Z] #65 DONE 1.3s
07:30:40 [2020-11-03T07:30:40.350Z] 
07:30:40 [2020-11-03T07:30:40.350Z] #66 exporting to image
07:30:40 [2020-11-03T07:30:40.350Z] #66 exporting layers
07:30:40 [2020-11-03T07:30:40.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
07:30:40 [2020-11-03T07:30:40.724Z] 
07:30:40 [2020-11-03T07:30:40.724Z] #54 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
07:30:41 [2020-11-03T07:30:41.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
07:30:41 [2020-11-03T07:30:41.667Z] #54 DONE 1.0s
07:30:41 [2020-11-03T07:30:41.928Z] 
07:30:41 [2020-11-03T07:30:41.928Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
07:30:41 [2020-11-03T07:30:41.928Z] #58 DONE 0.2s
07:30:41 [2020-11-03T07:30:41.928Z] 
07:30:41 [2020-11-03T07:30:41.928Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
07:30:42 [2020-11-03T07:30:42.452Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
07:30:42 [2020-11-03T07:30:42.500Z] #60 DONE 0.5s
07:30:42 [2020-11-03T07:30:42.500Z] 
07:30:42 [2020-11-03T07:30:42.500Z] #62 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
07:30:42 [2020-11-03T07:30:42.500Z] #62 DONE 0.0s
07:30:42 [2020-11-03T07:30:42.500Z] 
07:30:42 [2020-11-03T07:30:42.500Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
07:30:42 [2020-11-03T07:30:42.500Z] #63 DONE 0.0s
07:30:42 [2020-11-03T07:30:42.500Z] 
07:30:42 [2020-11-03T07:30:42.500Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker
07:30:42 [2020-11-03T07:30:42.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
07:30:43 [2020-11-03T07:30:43.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
07:30:43 [2020-11-03T07:30:43.887Z] #64 DONE 1.4s
07:30:43 [2020-11-03T07:30:43.887Z] 
07:30:43 [2020-11-03T07:30:43.887Z] #66 exporting to image
07:30:43 [2020-11-03T07:30:43.887Z] #66 exporting layers
07:30:44 [2020-11-03T07:30:44.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
07:30:45 [2020-11-03T07:30:45.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
07:30:46 [2020-11-03T07:30:46.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
07:30:46 [2020-11-03T07:30:46.905Z] #66 exporting layers 6.1s done
07:30:46 [2020-11-03T07:30:46.905Z] #66 writing image sha256:0676c2bb5191866ceb00cfc2d2aeb4bb0e0fd1419149e4a5f9537ffb954ff3ea done
07:30:46 [2020-11-03T07:30:46.905Z] #66 naming to docker.io/library/docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:30:46 [2020-11-03T07:30:46.905Z] #66 naming to docker.io/library/docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e done
07:30:46 [2020-11-03T07:30:46.905Z] #66 DONE 6.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:30:47 [2020-11-03T07:30:47.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
07:30:47 [2020-11-03T07:30:47.253Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -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:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh dynbinary test-integration
07:30:48 [2020-11-03T07:30:48.206Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:30:48 [2020-11-03T07:30:48.206Z] Using test binary docker
07:30:48 [2020-11-03T07:30:48.206Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
07:30:48 [2020-11-03T07:30:48.206Z] +++ /etc/init.d/apparmor start
07:30:48 [2020-11-03T07:30:48.206Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:30:48 [2020-11-03T07:30:48.206Z] INFO: Waiting for daemon to start...
07:30:48 [2020-11-03T07:30:48.206Z] Starting dockerd
07:30:48 [2020-11-03T07:30:48.206Z] +++ 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
07:30:49 [2020-11-03T07:30:49.144Z] 
07:30:49 [2020-11-03T07:30:49.144Z] Removing bundles/
07:30:49 [2020-11-03T07:30:49.144Z] 
07:30:49 [2020-11-03T07:30:49.144Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:30:49 [2020-11-03T07:30:49.144Z] Building: bundles/dynbinary-daemon/dockerd-dev
07:30:49 [2020-11-03T07:30:49.144Z] GOOS="" GOARCH="" GOARM=""
07:30:50 [2020-11-03T07:30:50.269Z] .
07:30:50 [2020-11-03T07:30:50.269Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:30:50 [2020-11-03T07:30:50.269Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:30:50 [2020-11-03T07:30:50.269Z] Error: No such image: emptyfs
07:30:50 [2020-11-03T07:30:50.269Z] ++++ tar -cC bundles/test-integration/emptyfs .
07:30:50 [2020-11-03T07:30:50.269Z] ++++ docker load
07:30:50 [2020-11-03T07:30:50.269Z] Running integration-test (iteration 1)
07:30:50 [2020-11-03T07:30:50.269Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
07:30:50 [2020-11-03T07:30:50.269Z] ++ 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
07:30:50 [2020-11-03T07:30:50.269Z] ++ set -e
07:30:50 [2020-11-03T07:30:50.269Z] ++ '[' -n 0 ']'
07:30:50 [2020-11-03T07:30:50.269Z] ++ set -x
07:30:50 [2020-11-03T07:30:50.269Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:30:50 [2020-11-03T07:30:50.485Z] #66 exporting layers 6.3s done
07:30:50 [2020-11-03T07:30:50.485Z] #66 writing image sha256:8bf796df8628dc5d02789139206fb4fdef4f5e2c797e4cb975dccf291bfa1e43 done
07:30:50 [2020-11-03T07:30:50.485Z] #66 naming to docker.io/library/docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e done
07:30:50 [2020-11-03T07:30:50.485Z] #66 DONE 6.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
07:30:50 [2020-11-03T07:30:50.850Z] + trap exit INT TERM
07:30:50 [2020-11-03T07:30:50.850Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
07:30:50 [2020-11-03T07:30:50.850Z] + CONTAINER_NAME=docker-pr2
07:30:50 [2020-11-03T07:30:50.850Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41626/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh dynbinary-daemon
07:30:51 [2020-11-03T07:30:51.795Z] 
07:30:51 [2020-11-03T07:30:51.795Z] Removing bundles/
07:30:51 [2020-11-03T07:30:51.796Z] 
07:30:51 [2020-11-03T07:30:51.796Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
07:30:51 [2020-11-03T07:30:51.796Z] Building: bundles/dynbinary-daemon/dockerd-dev
07:30:51 [2020-11-03T07:30:51.796Z] GOOS="" GOARCH="" GOARM=""
07:30:58 [2020-11-03T07:30:58.767Z] Loaded image: buildpack-deps:buster
07:30:58 [2020-11-03T07:30:58.767Z] Loaded image: busybox:latest
07:30:58 [2020-11-03T07:30:58.767Z] Loaded image: busybox:glibc
07:30:58 [2020-11-03T07:30:58.767Z] Loaded image: debian:buster
07:30:58 [2020-11-03T07:30:58.767Z] Loaded image: hello-world:latest
07:30:58 [2020-11-03T07:30:58.767Z] Loaded image: arm32v7/hello-world:latest
07:30:58 [2020-11-03T07:30:58.767Z] INFO: Testing against a local daemon
07:30:58 [2020-11-03T07:30:58.767Z] === RUN   TestCgroupNamespacesBuild
07:30:59 [2020-11-03T07:30:59.908Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|types_sizes|exports_file|files) took 1m57.431147325s 
07:30:59 [2020-11-03T07:30:59.908Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 449.215851ms 
07:31:00 [2020-11-03T07:31:00.829Z] --- PASS: TestCgroupNamespacesBuild (2.11s)
07:31:00 [2020-11-03T07:31:00.829Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
07:31:02 [2020-11-03T07:31:02.892Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s)
07:31:02 [2020-11-03T07:31:02.892Z] === RUN   TestBuildWithSession
07:31:02 [2020-11-03T07:31:02.892Z] --- SKIP: TestBuildWithSession (0.00s)
07:31:02 [2020-11-03T07:31:02.892Z]     build_session_test.go:25: TODO: BuildKit
07:31:02 [2020-11-03T07:31:02.892Z] === RUN   TestBuildSquashParent
07:31:09 [2020-11-03T07:31:09.776Z] --- PASS: TestBuildSquashParent (6.14s)
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:31:09 [2020-11-03T07:31:09.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:31:09 [2020-11-03T07:31:09.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:31:09 [2020-11-03T07:31:09.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:31:09 [2020-11-03T07:31:09.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:31:09 [2020-11-03T07:31:09.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:31:09 [2020-11-03T07:31:09.776Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:31:09 [2020-11-03T07:31:09.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:31:09 [2020-11-03T07:31:09.776Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:31:09 [2020-11-03T07:31:09.776Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:31:11 [2020-11-03T07:31:11.285Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:31:11 [2020-11-03T07:31:11.285Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:31:12 [2020-11-03T07:31:12.130Z] INFO [runner/unused/goanalysis] analyzers took 26.199988225s with top 10 stages: buildssa: 22.147766332s, U1000: 4.052221893s 
07:31:14 [2020-11-03T07:31:14.016Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:31:14 [2020-11-03T07:31:14.016Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:31:16 [2020-11-03T07:31:16.740Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
07:31:16 [2020-11-03T07:31:16.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.54s)
07:31:16 [2020-11-03T07:31:16.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.62s)
07:31:16 [2020-11-03T07:31:16.741Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.51s)
07:31:16 [2020-11-03T07:31:16.741Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.50s)
07:31:16 [2020-11-03T07:31:16.741Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s)
07:31:16 [2020-11-03T07:31:16.741Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.55s)
07:31:16 [2020-11-03T07:31:16.741Z] === RUN   TestBuildMultiStageCopy
07:31:16 [2020-11-03T07:31:16.741Z] === RUN   TestBuildMultiStageCopy/copy_to_root
07:31:18 [2020-11-03T07:31:18.837Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
07:31:19 [2020-11-03T07:31:19.468Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
07:31:20 [2020-11-03T07:31:20.099Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
07:31:20 [2020-11-03T07:31:20.390Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
07:31:21 [2020-11-03T07:31:21.428Z] --- PASS: TestBuildMultiStageCopy (4.79s)
07:31:21 [2020-11-03T07:31:21.428Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.54s)
07:31:21 [2020-11-03T07:31:21.428Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s)
07:31:21 [2020-11-03T07:31:21.428Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s)
07:31:21 [2020-11-03T07:31:21.428Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s)
07:31:21 [2020-11-03T07:31:21.428Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.68s)
07:31:21 [2020-11-03T07:31:21.428Z] === RUN   TestBuildMultiStageParentConfig
07:31:22 [2020-11-03T07:31:22.932Z] --- PASS: TestBuildMultiStageParentConfig (1.59s)
07:31:22 [2020-11-03T07:31:22.932Z] === RUN   TestBuildLabelWithTargets
07:31:25 [2020-11-03T07:31:25.001Z] --- PASS: TestBuildLabelWithTargets (2.31s)
07:31:25 [2020-11-03T07:31:25.001Z] === RUN   TestBuildWithEmptyLayers
07:31:26 [2020-11-03T07:31:26.032Z] --- PASS: TestBuildWithEmptyLayers (1.03s)
07:31:26 [2020-11-03T07:31:26.032Z] === RUN   TestBuildMultiStageOnBuild
07:31:29 [2020-11-03T07:31:29.541Z] --- PASS: TestBuildMultiStageOnBuild (2.89s)
07:31:29 [2020-11-03T07:31:29.541Z] === RUN   TestBuildUncleanTarFilenames
07:31:30 [2020-11-03T07:31:30.173Z] --- PASS: TestBuildUncleanTarFilenames (1.30s)
07:31:30 [2020-11-03T07:31:30.173Z] === RUN   TestBuildMultiStageLayerLeak
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/server/httputils	0.019s	coverage: 14.7% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/server/middleware	0.019s	coverage: 37.7% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/types/filters	0.026s	coverage: 92.2% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/types/strslice	0.010s	coverage: 90.0% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/server/router/swarm	0.024s	coverage: 5.7% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/container	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/events	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/image	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/network	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/types/time	0.020s	coverage: 100.0% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/api/types/versions	0.008s	coverage: 75.0% of statements
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
07:31:32 [2020-11-03T07:31:32.307Z] ok  	github.com/docker/docker/builder/dockerignore	0.011s	coverage: 96.8% of statements
07:31:32 [2020-11-03T07:31:32.570Z] ok  	github.com/docker/docker/cli/debug	0.010s	coverage: 100.0% of statements
07:31:33 [2020-11-03T07:31:33.518Z] ok  	github.com/docker/docker/builder/remotecontext	0.306s	coverage: 13.6% of statements
07:31:33 [2020-11-03T07:31:33.688Z] --- PASS: TestBuildMultiStageLayerLeak (2.96s)
07:31:33 [2020-11-03T07:31:33.688Z] === RUN   TestBuildWithHugeFile
07:31:34 [2020-11-03T07:31:34.464Z] ok  	github.com/docker/docker/builder/dockerfile	0.922s	coverage: 48.0% of statements
07:31:35 [2020-11-03T07:31:35.041Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.780s	coverage: 86.3% of statements
07:31:35 [2020-11-03T07:31:35.041Z] ?   	github.com/docker/docker/cli	[no test files]
07:31:35 [2020-11-03T07:31:35.041Z] ?   	github.com/docker/docker/cli/config	[no test files]
07:31:40 [2020-11-03T07:31:40.347Z] ok  	github.com/docker/docker/client	0.237s	coverage: 75.4% of statements
07:31:53 [2020-11-03T07:31:53.006Z] #67 exporting layers 80.3s done
07:31:53 [2020-11-03T07:31:53.006Z] #67 exporting manifest sha256:8b64ada7d450ac2f99ca116cb1b5ee942bd1079d9d2219bdd5b865e2a22dc0dc done
07:31:53 [2020-11-03T07:31:53.006Z] #67 exporting config sha256:2f3267c409207282448567a9b74a3984208bab35706a822b349b120a421ecd54 done
07:31:53 [2020-11-03T07:31:53.006Z] #67 sending tarball
07:32:00 [2020-11-03T07:32:00.856Z] --- PASS: TestBuildWithHugeFile (25.89s)
07:32:00 [2020-11-03T07:32:00.856Z] === RUN   TestBuildWithEmptyDockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:32:00 [2020-11-03T07:32:00.856Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
07:32:00 [2020-11-03T07:32:00.856Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s)
07:32:00 [2020-11-03T07:32:00.856Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
07:32:00 [2020-11-03T07:32:00.856Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s)
07:32:00 [2020-11-03T07:32:00.856Z] === RUN   TestBuildPreserveOwnership
07:32:00 [2020-11-03T07:32:00.856Z] === RUN   TestBuildPreserveOwnership/copy_from
07:32:03 [2020-11-03T07:32:03.753Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
07:32:06 [2020-11-03T07:32:06.486Z] --- PASS: TestBuildPreserveOwnership (6.47s)
07:32:06 [2020-11-03T07:32:06.486Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.19s)
07:32:06 [2020-11-03T07:32:06.486Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.27s)
07:32:06 [2020-11-03T07:32:06.486Z] === RUN   TestBuildPlatformInvalid
07:32:06 [2020-11-03T07:32:06.486Z] --- PASS: TestBuildPlatformInvalid (0.14s)
07:32:06 [2020-11-03T07:32:06.486Z] PASS
07:32:06 [2020-11-03T07:32:06.486Z] 
07:32:06 [2020-11-03T07:32:06.486Z] === Skipped
07:32:06 [2020-11-03T07:32:06.486Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
07:32:06 [2020-11-03T07:32:06.486Z]     build_session_test.go:25: TODO: BuildKit
07:32:06 [2020-11-03T07:32:06.486Z] 
07:32:06 [2020-11-03T07:32:06.486Z] 
07:32:06 [2020-11-03T07:32:06.486Z] DONE 32 tests, 1 skipped in 75.933s
07:32:06 [2020-11-03T07:32:06.486Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
07:32:06 [2020-11-03T07:32:06.486Z] ++ 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
07:32:06 [2020-11-03T07:32:06.486Z] ++ set -e
07:32:06 [2020-11-03T07:32:06.486Z] ++ '[' -n 0 ']'
07:32:06 [2020-11-03T07:32:06.486Z] ++ set -x
07:32:06 [2020-11-03T07:32:06.486Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:32:06 [2020-11-03T07:32:06.486Z] INFO: Testing against a local daemon
07:32:06 [2020-11-03T07:32:06.486Z] === RUN   TestConfigInspect
07:32:06 [2020-11-03T07:32:06.959Z] ok  	github.com/docker/docker/cmd/dockerd	0.115s	coverage: 29.1% of statements
07:32:07 [2020-11-03T07:32:07.907Z] ok  	github.com/docker/docker/container	0.155s	coverage: 34.7% of statements
07:32:07 [2020-11-03T07:32:07.907Z] ?   	github.com/docker/docker/container/stream	[no test files]
07:32:07 [2020-11-03T07:32:07.907Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
07:32:07 [2020-11-03T07:32:07.907Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
07:32:07 [2020-11-03T07:32:07.907Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
07:32:08 [2020-11-03T07:32:08.577Z] #67 ...
07:32:08 [2020-11-03T07:32:08.577Z] 
07:32:08 [2020-11-03T07:32:08.577Z] #68 importing to docker
07:32:08 [2020-11-03T07:32:08.577Z] #68 ...
07:32:08 [2020-11-03T07:32:08.577Z] 
07:32:08 [2020-11-03T07:32:08.577Z] #67 exporting to oci image format
07:32:08 [2020-11-03T07:32:08.577Z] #67 sending tarball 15.9s done
07:32:08 [2020-11-03T07:32:08.577Z] #67 DONE 96.3s
07:32:08 [2020-11-03T07:32:08.577Z] 
07:32:08 [2020-11-03T07:32:08.577Z] #68 importing to docker
07:32:09 [2020-11-03T07:32:09.833Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.057s	coverage: 65.3% of statements
07:32:10 [2020-11-03T07:32:10.017Z] --- PASS: TestConfigInspect (3.40s)
07:32:10 [2020-11-03T07:32:10.017Z] === RUN   TestConfigList
07:32:13 [2020-11-03T07:32:13.563Z] --- PASS: TestConfigList (3.71s)
07:32:13 [2020-11-03T07:32:13.564Z] === RUN   TestConfigsCreateAndDelete
07:32:13 [2020-11-03T07:32:13.756Z] 406ffb8432a7: Pull complete
07:32:13 [2020-11-03T07:32:13.756Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce
07:32:13 [2020-11-03T07:32:13.756Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
07:32:13 [2020-11-03T07:32:13.756Z] mcr.microsoft.com/windows/servercore:ltsc2019
07:32:13 [2020-11-03T07:32:13.756Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
07:32:13 [2020-11-03T07:32:13.756Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
07:32:13 [2020-11-03T07:32:13.756Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1518'
07:32:13 [2020-11-03T07:32:13.756Z] INFO: Docker version of control daemon
07:32:13 [2020-11-03T07:32:13.756Z] 
07:32:13 [2020-11-03T07:32:13.756Z] Client: Docker Engine - Enterprise
07:32:13 [2020-11-03T07:32:13.756Z]  Version:           19.03.12
07:32:13 [2020-11-03T07:32:13.756Z]  API version:       1.40
07:32:13 [2020-11-03T07:32:13.756Z]  Go version:        go1.13.13
07:32:13 [2020-11-03T07:32:13.756Z]  Git commit:        4306744
07:32:13 [2020-11-03T07:32:13.756Z]  Built:             08/05/2020 19:27:53
07:32:13 [2020-11-03T07:32:13.756Z]  OS/Arch:           windows/amd64
07:32:13 [2020-11-03T07:32:13.756Z]  Experimental:      false
07:32:13 [2020-11-03T07:32:13.756Z] 
07:32:13 [2020-11-03T07:32:13.756Z] Server: Docker Engine - Enterprise
07:32:13 [2020-11-03T07:32:13.756Z]  Engine:
07:32:13 [2020-11-03T07:32:13.756Z]   Version:          19.03.12
07:32:13 [2020-11-03T07:32:13.756Z]   API version:      1.40 (minimum version 1.24)
07:32:13 [2020-11-03T07:32:13.756Z]   Go version:       go1.13.13
07:32:13 [2020-11-03T07:32:13.756Z]   Git commit:       f295753ffd
07:32:13 [2020-11-03T07:32:13.756Z]   Built:            08/05/2020 19:26:41
07:32:13 [2020-11-03T07:32:13.756Z]   OS/Arch:          windows/amd64
07:32:13 [2020-11-03T07:32:13.756Z]   Experimental:     true
07:32:13 [2020-11-03T07:32:13.756Z] 
07:32:13 [2020-11-03T07:32:13.756Z] INFO: Docker info of control daemon
07:32:13 [2020-11-03T07:32:13.756Z] 
07:32:13 [2020-11-03T07:32:13.756Z] Client:
07:32:13 [2020-11-03T07:32:13.756Z]  Debug Mode: false
07:32:13 [2020-11-03T07:32:13.756Z]  Plugins:
07:32:13 [2020-11-03T07:32:13.756Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
07:32:13 [2020-11-03T07:32:13.756Z] 
07:32:13 [2020-11-03T07:32:13.756Z] Server:
07:32:13 [2020-11-03T07:32:13.756Z]  Containers: 0
07:32:13 [2020-11-03T07:32:13.756Z]   Running: 0
07:32:13 [2020-11-03T07:32:13.756Z]   Paused: 0
07:32:13 [2020-11-03T07:32:13.756Z]   Stopped: 0
07:32:13 [2020-11-03T07:32:13.756Z]  Images: 1
07:32:13 [2020-11-03T07:32:13.756Z]  Server Version: 19.03.12
07:32:13 [2020-11-03T07:32:13.756Z]  Storage Driver: windowsfilter (windows) lcow (linux)
07:32:13 [2020-11-03T07:32:13.756Z]   Windows: 
07:32:13 [2020-11-03T07:32:13.756Z]   LCOW: 
07:32:13 [2020-11-03T07:32:13.756Z]  Logging Driver: json-file
07:32:13 [2020-11-03T07:32:13.756Z]  Plugins:
07:32:13 [2020-11-03T07:32:13.756Z]   Volume: local
07:32:13 [2020-11-03T07:32:13.756Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
07:32:13 [2020-11-03T07:32:13.756Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
07:32:13 [2020-11-03T07:32:13.756Z]  Swarm: inactive
07:32:13 [2020-11-03T07:32:13.756Z]  Default Isolation: process
07:32:13 [2020-11-03T07:32:13.757Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
07:32:13 [2020-11-03T07:32:13.757Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
07:32:13 [2020-11-03T07:32:13.757Z]  OSType: windows
07:32:13 [2020-11-03T07:32:13.757Z]  Architecture: x86_64
07:32:13 [2020-11-03T07:32:13.757Z]  CPUs: 4
07:32:13 [2020-11-03T07:32:13.757Z]  Total Memory: 32GiB
07:32:13 [2020-11-03T07:32:13.757Z]  Name: azwin-2-367ac0
07:32:13 [2020-11-03T07:32:13.757Z]  ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2
07:32:13 [2020-11-03T07:32:13.757Z]  Docker Root Dir: D:\docker
07:32:13 [2020-11-03T07:32:13.757Z]  Debug Mode: false
07:32:13 [2020-11-03T07:32:13.757Z]  Registry: https://index.docker.io/v1/
07:32:13 [2020-11-03T07:32:13.757Z]  Labels:
07:32:13 [2020-11-03T07:32:13.757Z]  Experimental: true
07:32:13 [2020-11-03T07:32:13.757Z]  Insecure Registries:
07:32:13 [2020-11-03T07:32:13.757Z]   10.0.0.4:5000
07:32:13 [2020-11-03T07:32:13.757Z]   127.0.0.0/8
07:32:13 [2020-11-03T07:32:13.757Z]  Registry Mirrors:
07:32:13 [2020-11-03T07:32:13.757Z]   http://10.0.0.4:5000/
07:32:13 [2020-11-03T07:32:13.757Z]  Live Restore Enabled: false
07:32:13 [2020-11-03T07:32:13.757Z] 
07:32:13 [2020-11-03T07:32:13.757Z] 
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Commit hash is c208f03fbd
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Nuke-Everything...
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Container count on control daemon to delete is 0
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Nuking d:\CI
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Zapped successfully
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Location for testing is d:\CI\PR-41626\2
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Validating GOLang consistency in Dockerfile.windows...
07:32:13 [2020-11-03T07:32:13.757Z] 
07:32:13 [2020-11-03T07:32:13.757Z] 
07:32:13 [2020-11-03T07:32:13.757Z] INFO: Building the image from Dockerfile.windows at 11/03/2020 07:32:08...
07:32:13 [2020-11-03T07:32:13.757Z] 
07:32:14 [2020-11-03T07:32:14.220Z] Sending build context to Docker daemon  56.79MB
07:32:14 [2020-11-03T07:32:14.220Z] 
07:32:14 [2020-11-03T07:32:14.220Z] Step 1/10 : FROM microsoft/windowsservercore
07:32:14 [2020-11-03T07:32:14.220Z]  ---> 71d3f266f3af
07:32:14 [2020-11-03T07:32:14.220Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
07:32:14 [2020-11-03T07:32:14.220Z]  ---> Running in 92db8d53468a
07:32:15 [2020-11-03T07:32:15.144Z] ok  	github.com/docker/docker/daemon/cluster	0.123s	coverage: 0.5% of statements
07:32:15 [2020-11-03T07:32:15.144Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.041s	coverage: 35.9% of statements
07:32:15 [2020-11-03T07:32:15.199Z] Removing intermediate container 92db8d53468a
07:32:15 [2020-11-03T07:32:15.199Z]  ---> 4c758d2ae6f8
07:32:15 [2020-11-03T07:32:15.199Z] Step 3/10 : ARG GO_VERSION=1.13.15
07:32:15 [2020-11-03T07:32:15.199Z]  ---> Running in 110cc57af566
07:32:15 [2020-11-03T07:32:15.665Z] Removing intermediate container 110cc57af566
07:32:15 [2020-11-03T07:32:15.665Z]  ---> d27f0793da0e
07:32:15 [2020-11-03T07:32:15.665Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
07:32:15 [2020-11-03T07:32:15.665Z]  ---> Running in fc35b1346e99
07:32:16 [2020-11-03T07:32:16.128Z] Removing intermediate container fc35b1346e99
07:32:16 [2020-11-03T07:32:16.128Z]  ---> 3431cc1b9a73
07:32:16 [2020-11-03T07:32:16.128Z] 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}
07:32:16 [2020-11-03T07:32:16.128Z]  ---> Running in f10057ac347d
07:32:16 [2020-11-03T07:32:16.592Z] Removing intermediate container f10057ac347d
07:32:16 [2020-11-03T07:32:16.592Z]  ---> ba0490e1717d
07:32:16 [2020-11-03T07:32:16.592Z] 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 {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $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;
07:32:16 [2020-11-03T07:32:16.592Z]  ---> Running in d218d6dbf1ba
07:32:17 [2020-11-03T07:32:17.217Z] --- PASS: TestConfigsCreateAndDelete (3.51s)
07:32:17 [2020-11-03T07:32:17.217Z] === RUN   TestConfigsUpdate
07:32:17 [2020-11-03T07:32:17.703Z] ok  	github.com/docker/docker/daemon/discovery	0.028s	coverage: 30.0% of statements
07:32:19 [2020-11-03T07:32:19.099Z] ok  	github.com/docker/docker/daemon/config	0.083s	coverage: 81.8% of statements
07:32:19 [2020-11-03T07:32:19.099Z] ok  	github.com/docker/docker/daemon/events	0.073s	coverage: 50.0% of statements
07:32:20 [2020-11-03T07:32:20.498Z] ok  	github.com/docker/docker/daemon/graphdriver	0.013s	coverage: 2.2% of statements
07:32:20 [2020-11-03T07:32:20.793Z] --- PASS: TestConfigsUpdate (3.69s)
07:32:20 [2020-11-03T07:32:20.794Z] === RUN   TestTemplatedConfig
07:32:23 [2020-11-03T07:32:23.052Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.564s	coverage: 14.1% of statements
07:32:23 [2020-11-03T07:32:23.627Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
07:32:23 [2020-11-03T07:32:23.699Z] 
07:32:23 [2020-11-03T07:32:23.699Z] SUCCESS: Specified value was saved.
07:32:24 [2020-11-03T07:32:24.007Z] #68 DONE 16.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
07:32:24 [2020-11-03T07:32:24.340Z] --- PASS: TestTemplatedConfig (3.30s)
07:32:24 [2020-11-03T07:32:24.340Z] === RUN   TestConfigCreateResolve
07:32:24 [2020-11-03T07:32:24.499Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/test/unit
07:32:24 [2020-11-03T07:32:24.573Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.606s	coverage: 56.2% of statements
07:32:24 [2020-11-03T07:32:24.674Z] INFO: Downloading git...
07:32:25 [2020-11-03T07:32:25.632Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
07:32:25 [2020-11-03T07:32:25.632Z] 
07:32:25 [2020-11-03T07:32:25.632Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:32:25 [2020-11-03T07:32:25.632Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:32:25 [2020-11-03T07:32:25.632Z] HOSTNAME=d27998bd5b25
07:32:25 [2020-11-03T07:32:25.632Z] DEST=bundles/test-integration
07:32:25 [2020-11-03T07:32:25.632Z] PWD=/go/src/github.com/docker/docker
07:32:25 [2020-11-03T07:32:25.632Z] DOCKER_ROOTLESS=1
07:32:25 [2020-11-03T07:32:25.632Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:32:25 [2020-11-03T07:32:25.632Z] container=docker
07:32:25 [2020-11-03T07:32:25.632Z] HOME=/root
07:32:25 [2020-11-03T07:32:25.632Z] GOLANG_VERSION=1.13.15
07:32:25 [2020-11-03T07:32:25.632Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:32:25 [2020-11-03T07:32:25.632Z] VALIDATE_BRANCH=master
07:32:25 [2020-11-03T07:32:25.632Z] TERM=xterm
07:32:25 [2020-11-03T07:32:25.632Z] DOCKER_PKG=github.com/docker/docker
07:32:25 [2020-11-03T07:32:25.632Z] SHLVL=1
07:32:25 [2020-11-03T07:32:25.632Z] TIMEOUT=120m
07:32:25 [2020-11-03T07:32:25.632Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:32:25 [2020-11-03T07:32:25.632Z] DOCKER_GRAPHDRIVER=overlay2
07:32:25 [2020-11-03T07:32:25.632Z] GO111MODULE=off
07:32:25 [2020-11-03T07:32:25.632Z] DOCKER_EXPERIMENTAL=1
07:32:25 [2020-11-03T07:32:25.632Z] TEST_SKIP_INTEGRATION_CLI=1
07:32:25 [2020-11-03T07:32:25.633Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:32:25 [2020-11-03T07:32:25.633Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:32:25 [2020-11-03T07:32:25.633Z] GOPATH=/go
07:32:25 [2020-11-03T07:32:25.633Z] PKG_CONFIG=pkg-config
07:32:25 [2020-11-03T07:32:25.633Z] _=/usr/bin/env
07:32:25 [2020-11-03T07:32:25.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:32:25 [2020-11-03T07:32:25.652Z] INFO: Downloading go...
07:32:27 [2020-11-03T07:32:27.063Z] --- PASS: TestConfigCreateResolve (3.07s)
07:32:27 [2020-11-03T07:32:27.063Z] === RUN   TestConfigDaemonLibtrustID
07:32:27 [2020-11-03T07:32:27.145Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.021s	coverage: 1.8% of statements
07:32:27 [2020-11-03T07:32:27.708Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
07:32:27 [2020-11-03T07:32:27.708Z] PASS
07:32:27 [2020-11-03T07:32:27.708Z] 
07:32:27 [2020-11-03T07:32:27.708Z] DONE 7 tests in 21.276s
07:32:27 [2020-11-03T07:32:27.708Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
07:32:27 [2020-11-03T07:32:27.708Z] ++ 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
07:32:27 [2020-11-03T07:32:27.708Z] ++ set -e
07:32:27 [2020-11-03T07:32:27.708Z] ++ '[' -n 0 ']'
07:32:27 [2020-11-03T07:32:27.708Z] ++ set -x
07:32:27 [2020-11-03T07:32:27.708Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:32:27 [2020-11-03T07:32:27.708Z] INFO: Testing against a local daemon
07:32:27 [2020-11-03T07:32:27.708Z] === RUN   TestCheckpoint
07:32:27 [2020-11-03T07:32:27.708Z] --- SKIP: TestCheckpoint (0.00s)
07:32:27 [2020-11-03T07:32:27.708Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:32:27 [2020-11-03T07:32:27.708Z] === RUN   TestContainerInvalidJSON
07:32:27 [2020-11-03T07:32:27.708Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
07:32:27 [2020-11-03T07:32:27.708Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
07:32:27 [2020-11-03T07:32:27.708Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
07:32:27 [2020-11-03T07:32:27.708Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
07:32:27 [2020-11-03T07:32:27.708Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
07:32:27 [2020-11-03T07:32:27.709Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
07:32:27 [2020-11-03T07:32:27.709Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
07:32:27 [2020-11-03T07:32:27.709Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
07:32:27 [2020-11-03T07:32:27.709Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
07:32:27 [2020-11-03T07:32:27.709Z] --- PASS: TestContainerInvalidJSON (0.01s)
07:32:27 [2020-11-03T07:32:27.709Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
07:32:27 [2020-11-03T07:32:27.709Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
07:32:27 [2020-11-03T07:32:27.709Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
07:32:27 [2020-11-03T07:32:27.709Z] === RUN   TestCopyFromContainerPathDoesNotExist
07:32:27 [2020-11-03T07:32:27.709Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s)
07:32:27 [2020-11-03T07:32:27.709Z] === RUN   TestCopyFromContainerPathIsNotDir
07:32:28 [2020-11-03T07:32:28.019Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
07:32:28 [2020-11-03T07:32:28.019Z] === RUN   TestCopyToContainerPathDoesNotExist
07:32:28 [2020-11-03T07:32:28.019Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
07:32:28 [2020-11-03T07:32:28.019Z] === RUN   TestCopyToContainerPathIsNotDir
07:32:28 [2020-11-03T07:32:28.094Z] ?   	github.com/docker/docker/api	[no test files]
07:32:28 [2020-11-03T07:32:28.327Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
07:32:28 [2020-11-03T07:32:28.327Z] === RUN   TestCopyFromContainer
07:32:28 [2020-11-03T07:32:28.338Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
07:32:28 [2020-11-03T07:32:28.338Z] 
07:32:28 [2020-11-03T07:32:28.338Z] + TEST_INTEGRATION_DEST=1
07:32:28 [2020-11-03T07:32:28.338Z] + CONTAINER_NAME=docker-pr2-1
07:32:28 [2020-11-03T07:32:28.338Z] + TEST_SKIP_INTEGRATION_CLI=1
07:32:28 [2020-11-03T07:32:28.338Z] + run_tests test-integration-flaky
07:32:28 [2020-11-03T07:32:28.338Z] + '[' -n 0 ']'
07:32:28 [2020-11-03T07:32:28.338Z] + rm=
07:32:28 [2020-11-03T07:32:28.338Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41626/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41626/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh test-integration-flaky test-integration
07:32:28 [2020-11-03T07:32:28.338Z] + c=0
07:32:28 [2020-11-03T07:32:28.338Z] + TEST_INTEGRATION_DEST=2
07:32:28 [2020-11-03T07:32:28.338Z] + TEST_INTEGRATION_DEST=3
07:32:28 [2020-11-03T07:32:28.338Z] + CONTAINER_NAME=docker-pr2-2
07:32:28 [2020-11-03T07:32:28.338Z] + TEST_SKIP_INTEGRATION=1
07:32:28 [2020-11-03T07:32:28.338Z] + CONTAINER_NAME=docker-pr2-3
07:32:28 [2020-11-03T07:32:28.338Z] + TEST_SKIP_INTEGRATION=1
07:32:28 [2020-11-03T07:32:28.338Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
07:32:28 [2020-11-03T07:32:28.338Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
07:32:28 [2020-11-03T07:32:28.338Z] + run_tests
07:32:28 [2020-11-03T07:32:28.338Z] + run_tests
07:32:28 [2020-11-03T07:32:28.338Z] + '[' -n 0 ']'
07:32:28 [2020-11-03T07:32:28.338Z] + '[' -n 0 ']'
07:32:28 [2020-11-03T07:32:28.338Z] + rm=
07:32:28 [2020-11-03T07:32:28.338Z] + rm=
07:32:28 [2020-11-03T07:32:28.338Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41626/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41626/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh '' test-integration
07:32:28 [2020-11-03T07:32:28.338Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41626/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41626/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh '' test-integration
07:32:28 [2020-11-03T07:32:28.338Z] ++ jobs -p
07:32:28 [2020-11-03T07:32:28.338Z] + for job in $(jobs -p)
07:32:28 [2020-11-03T07:32:28.338Z] + wait 14801
07:32:28 [2020-11-03T07:32:28.338Z] 
07:32:28 [2020-11-03T07:32:28.338Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
07:32:28 [2020-11-03T07:32:28.338Z] 
07:32:28 [2020-11-03T07:32:28.338Z] 
07:32:28 [2020-11-03T07:32:28.338Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:32:28 [2020-11-03T07:32:28.338Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:32:28 [2020-11-03T07:32:28.338Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:32:28 [2020-11-03T07:32:28.338Z] HOSTNAME=1b2a675813d1
07:32:28 [2020-11-03T07:32:28.338Z] TEST_SKIP_INTEGRATION=1
07:32:28 [2020-11-03T07:32:28.338Z] TESTDEBUG=0
07:32:28 [2020-11-03T07:32:28.338Z] DEST=bundles/test-integration
07:32:28 [2020-11-03T07:32:28.338Z] PWD=/go/src/github.com/docker/docker
07:32:28 [2020-11-03T07:32:28.338Z] KEEPBUNDLE=1
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:32:28 [2020-11-03T07:32:28.338Z] container=docker
07:32:28 [2020-11-03T07:32:28.338Z] HOME=/root
07:32:28 [2020-11-03T07:32:28.338Z] GOLANG_VERSION=1.13.15
07:32:28 [2020-11-03T07:32:28.338Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:32:28 [2020-11-03T07:32:28.338Z] VALIDATE_BRANCH=master
07:32:28 [2020-11-03T07:32:28.338Z] TERM=xterm
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_PKG=github.com/docker/docker
07:32:28 [2020-11-03T07:32:28.338Z] SHLVL=1
07:32:28 [2020-11-03T07:32:28.338Z] TIMEOUT=120m
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_GRAPHDRIVER=overlay2
07:32:28 [2020-11-03T07:32:28.338Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
07:32:28 [2020-11-03T07:32:28.338Z] GO111MODULE=off
07:32:28 [2020-11-03T07:32:28.338Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:32:28 [2020-11-03T07:32:28.338Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:32:28 [2020-11-03T07:32:28.338Z] GOPATH=/go
07:32:28 [2020-11-03T07:32:28.338Z] PKG_CONFIG=pkg-config
07:32:28 [2020-11-03T07:32:28.338Z] _=/usr/bin/env
07:32:28 [2020-11-03T07:32:28.338Z] Building test suite binary ./integration-cli/test.main
07:32:28 [2020-11-03T07:32:28.338Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:32:28 [2020-11-03T07:32:28.338Z] HOSTNAME=8a87ff0f9c5a
07:32:28 [2020-11-03T07:32:28.338Z] TEST_SKIP_INTEGRATION=1
07:32:28 [2020-11-03T07:32:28.338Z] TESTDEBUG=0
07:32:28 [2020-11-03T07:32:28.338Z] DEST=bundles/test-integration
07:32:28 [2020-11-03T07:32:28.338Z] PWD=/go/src/github.com/docker/docker
07:32:28 [2020-11-03T07:32:28.338Z] KEEPBUNDLE=1
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:32:28 [2020-11-03T07:32:28.338Z] container=docker
07:32:28 [2020-11-03T07:32:28.338Z] HOME=/root
07:32:28 [2020-11-03T07:32:28.338Z] GOLANG_VERSION=1.13.15
07:32:28 [2020-11-03T07:32:28.338Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:32:28 [2020-11-03T07:32:28.338Z] VALIDATE_BRANCH=master
07:32:28 [2020-11-03T07:32:28.338Z] TERM=xterm
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_PKG=github.com/docker/docker
07:32:28 [2020-11-03T07:32:28.338Z] SHLVL=1
07:32:28 [2020-11-03T07:32:28.338Z] TIMEOUT=120m
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_GRAPHDRIVER=overlay2
07:32:28 [2020-11-03T07:32:28.338Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
07:32:28 [2020-11-03T07:32:28.338Z] GO111MODULE=off
07:32:28 [2020-11-03T07:32:28.338Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:32:28 [2020-11-03T07:32:28.338Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:32:28 [2020-11-03T07:32:28.338Z] GOPATH=/go
07:32:28 [2020-11-03T07:32:28.338Z] PKG_CONFIG=pkg-config
07:32:28 [2020-11-03T07:32:28.338Z] _=/usr/bin/env
07:32:28 [2020-11-03T07:32:28.338Z] Building test suite binary ./integration-cli/test.main
07:32:28 [2020-11-03T07:32:28.338Z] No new tests added to integration.
07:32:28 [2020-11-03T07:32:28.338Z] 
07:32:28 [2020-11-03T07:32:28.338Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:32:28 [2020-11-03T07:32:28.338Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:32:28 [2020-11-03T07:32:28.338Z] HOSTNAME=266c4e819324
07:32:28 [2020-11-03T07:32:28.338Z] TESTDEBUG=0
07:32:28 [2020-11-03T07:32:28.338Z] DEST=bundles/test-integration
07:32:28 [2020-11-03T07:32:28.338Z] PWD=/go/src/github.com/docker/docker
07:32:28 [2020-11-03T07:32:28.338Z] KEEPBUNDLE=1
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:32:28 [2020-11-03T07:32:28.338Z] container=docker
07:32:28 [2020-11-03T07:32:28.338Z] HOME=/root
07:32:28 [2020-11-03T07:32:28.338Z] GOLANG_VERSION=1.13.15
07:32:28 [2020-11-03T07:32:28.338Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:32:28 [2020-11-03T07:32:28.338Z] VALIDATE_BRANCH=master
07:32:28 [2020-11-03T07:32:28.338Z] TERM=xterm
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_PKG=github.com/docker/docker
07:32:28 [2020-11-03T07:32:28.338Z] SHLVL=1
07:32:28 [2020-11-03T07:32:28.338Z] TIMEOUT=120m
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:32:28 [2020-11-03T07:32:28.338Z] DOCKER_GRAPHDRIVER=overlay2
07:32:28 [2020-11-03T07:32:28.338Z] GO111MODULE=off
07:32:28 [2020-11-03T07:32:28.338Z] TEST_SKIP_INTEGRATION_CLI=1
07:32:28 [2020-11-03T07:32:28.338Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:32:28 [2020-11-03T07:32:28.338Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:32:28 [2020-11-03T07:32:28.338Z] GOPATH=/go
07:32:28 [2020-11-03T07:32:28.338Z] PKG_CONFIG=pkg-config
07:32:28 [2020-11-03T07:32:28.338Z] _=/usr/bin/env
07:32:28 [2020-11-03T07:32:28.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:32:29 [2020-11-03T07:32:29.700Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.215s	coverage: 46.2% of statements
07:32:29 [2020-11-03T07:32:29.961Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.993s	coverage: 73.1% of statements
07:32:30 [2020-11-03T07:32:30.390Z] === RUN   TestCopyFromContainer//
07:32:30 [2020-11-03T07:32:30.390Z] === RUN   TestCopyFromContainer//bar/root
07:32:30 [2020-11-03T07:32:30.390Z] === RUN   TestCopyFromContainer//bar/root/
07:32:30 [2020-11-03T07:32:30.390Z] === RUN   TestCopyFromContainer/bar/quux
07:32:30 [2020-11-03T07:32:30.681Z] === RUN   TestCopyFromContainer/bar/quux/
07:32:30 [2020-11-03T07:32:30.681Z] === RUN   TestCopyFromContainer/bar/quux/baz
07:32:30 [2020-11-03T07:32:30.681Z] === RUN   TestCopyFromContainer/bar/filesymlink
07:32:30 [2020-11-03T07:32:30.909Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.909s	coverage: 49.5% of statements
07:32:30 [2020-11-03T07:32:30.971Z] === RUN   TestCopyFromContainer/bar/dirsymlink
07:32:30 [2020-11-03T07:32:30.971Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
07:32:30 [2020-11-03T07:32:30.971Z] === RUN   TestCopyFromContainer/bar/notarget
07:32:31 [2020-11-03T07:32:31.262Z] --- PASS: TestCopyFromContainer (2.98s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer// (0.05s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:32:31 [2020-11-03T07:32:31.262Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:32:31 [2020-11-03T07:32:31.262Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
07:32:31 [2020-11-03T07:32:31.262Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
07:32:31 [2020-11-03T07:32:31.262Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:32:31 [2020-11-03T07:32:31.262Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
07:32:31 [2020-11-03T07:32:31.262Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:32:31 [2020-11-03T07:32:31.262Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateLinkToNonExistingContainer
07:32:31 [2020-11-03T07:32:31.262Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateWithInvalidEnv
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateWithInvalidEnv/0
07:32:31 [2020-11-03T07:32:31.262Z] === PAUSE TestCreateWithInvalidEnv/0
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateWithInvalidEnv/1
07:32:31 [2020-11-03T07:32:31.262Z] === PAUSE TestCreateWithInvalidEnv/1
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateWithInvalidEnv/2
07:32:31 [2020-11-03T07:32:31.262Z] === PAUSE TestCreateWithInvalidEnv/2
07:32:31 [2020-11-03T07:32:31.262Z] === CONT  TestCreateWithInvalidEnv/0
07:32:31 [2020-11-03T07:32:31.262Z] === CONT  TestCreateWithInvalidEnv/2
07:32:31 [2020-11-03T07:32:31.262Z] === CONT  TestCreateWithInvalidEnv/1
07:32:31 [2020-11-03T07:32:31.262Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
07:32:31 [2020-11-03T07:32:31.262Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateTmpfsMountsTarget
07:32:31 [2020-11-03T07:32:31.262Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
07:32:31 [2020-11-03T07:32:31.262Z] === RUN   TestCreateWithCustomMaskedPaths
07:32:31 [2020-11-03T07:32:31.856Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.020s	coverage: 58.0% of statements
07:32:32 [2020-11-03T07:32:32.431Z] ok  	github.com/docker/docker/daemon	12.339s	coverage: 17.2% of statements
07:32:32 [2020-11-03T07:32:32.431Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
07:32:32 [2020-11-03T07:32:32.431Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
07:32:32 [2020-11-03T07:32:32.431Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
07:32:32 [2020-11-03T07:32:32.431Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
07:32:32 [2020-11-03T07:32:32.431Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
07:32:32 [2020-11-03T07:32:32.694Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.025s	coverage: 3.0% of statements
07:32:32 [2020-11-03T07:32:32.759Z] INFO: Downloading compiler 1 of 3...
07:32:32 [2020-11-03T07:32:32.956Z] ok  	github.com/docker/docker/daemon/links	0.019s	coverage: 93.0% of statements
07:32:33 [2020-11-03T07:32:33.587Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.428651787s with top 10 stages: buildssa: 1m35.28302568s, goimports: 22.739627456s, unconvert: 12.778273022s, gosec: 9.973176576s, golint: 5.799143526s, misspell: 4.120687437s, ineffassign: 4.09949155s, inspect: 3.317411018s, vrp: 3.315993984s, fact_purity: 1.968796243s 
07:32:33 [2020-11-03T07:32:33.587Z] INFO [runner] Issues before processing: 2267, after processing: 0 
07:32:33 [2020-11-03T07:32:33.587Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1687/1687, skip_dirs: 1687/1687, exclude-rules: 64/1582, nolint: 0/64, autogenerated_exclude: 1582/1687, filename_unadjuster: 1687/1687, skip_files: 1687/1687, exclude: 1582/1582, cgo: 1687/2267, identifier_marker: 1582/1582 
07:32:33 [2020-11-03T07:32:33.587Z] INFO [runner] processing took 58.72412ms with stages: nolint: 25.157491ms, identifier_marker: 16.433569ms, path_prettifier: 7.963607ms, autogenerated_exclude: 3.946557ms, exclude-rules: 3.305997ms, skip_dirs: 1.632802ms, cgo: 194.645µs, filename_unadjuster: 84.728µs, max_same_issues: 1.111µs, uniq_by_line: 1.111µs, exclude: 577ns, max_from_linter: 448ns, skip_files: 408ns, diff: 371ns, source_code: 244ns, path_shortener: 234ns, max_per_file_from_linter: 220ns 
07:32:33 [2020-11-03T07:32:33.587Z] INFO [runner] linters took 1m39.19567952s with stages: goanalysis_metalinter: 1m19.82161807s, unused: 19.315214895s 
07:32:33 [2020-11-03T07:32:33.587Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
07:32:33 [2020-11-03T07:32:33.587Z] INFO Memory: 1489 samples, avg is 837.8MB, max is 4244.1MB 
07:32:33 [2020-11-03T07:32:33.587Z] INFO Execution took 3m37.087397088s               
07:32:33 [2020-11-03T07:32:33.587Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
07:32:33 [2020-11-03T07:32:33.737Z] INFO: Downloading compiler 2 of 3...
07:32:33 [2020-11-03T07:32:33.956Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh dynbinary-daemon test-docker-py
07:32:33 [2020-11-03T07:32:33.985Z] --- PASS: TestCreateWithCustomMaskedPaths (2.26s)
07:32:33 [2020-11-03T07:32:33.985Z] === RUN   TestCreateWithCustomReadonlyPaths
07:32:34 [2020-11-03T07:32:34.201Z] INFO: Downloading compiler 3 of 3...
07:32:34 [2020-11-03T07:32:34.526Z] 
07:32:34 [2020-11-03T07:32:34.663Z] INFO: Extracting git...
07:32:34 [2020-11-03T07:32:34.786Z] Removing bundles/
07:32:34 [2020-11-03T07:32:34.786Z] 
07:32:34 [2020-11-03T07:32:34.786Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
07:32:34 [2020-11-03T07:32:34.786Z] Building: bundles/dynbinary-daemon/dockerd-dev
07:32:34 [2020-11-03T07:32:34.786Z] GOOS="" GOARCH="" GOARM=""
07:32:35 [2020-11-03T07:32:35.514Z] ok  	github.com/docker/docker/daemon/logger	0.244s	coverage: 41.0% of statements
07:32:35 [2020-11-03T07:32:35.514Z] ok  	github.com/docker/docker/daemon/images	0.038s	coverage: 4.9% of statements
07:32:36 [2020-11-03T07:32:36.046Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.58s)
07:32:36 [2020-11-03T07:32:36.046Z] === RUN   TestCreateWithInvalidHealthcheckParams
07:32:36 [2020-11-03T07:32:36.046Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:32:36 [2020-11-03T07:32:36.046Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:32:36 [2020-11-03T07:32:36.046Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:32:36 [2020-11-03T07:32:36.046Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:32:36 [2020-11-03T07:32:36.046Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:32:36 [2020-11-03T07:32:36.046Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:32:36 [2020-11-03T07:32:36.046Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:32:36 [2020-11-03T07:32:36.046Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
07:32:36 [2020-11-03T07:32:36.047Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
07:32:36 [2020-11-03T07:32:36.047Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
07:32:36 [2020-11-03T07:32:36.047Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
07:32:36 [2020-11-03T07:32:36.047Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
07:32:36 [2020-11-03T07:32:36.047Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
07:32:36 [2020-11-03T07:32:36.047Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
07:32:36 [2020-11-03T07:32:36.090Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.300s	coverage: 77.8% of statements
07:32:36 [2020-11-03T07:32:36.666Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.047s	coverage: 67.0% of statements
07:32:36 [2020-11-03T07:32:36.929Z] ok  	github.com/docker/docker/daemon/logger/journald	0.057s	coverage: 23.9% of statements
07:32:37 [2020-11-03T07:32:37.078Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s)
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestCreateDifferentPlatform
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestCreateDifferentPlatform/different_os
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
07:32:37 [2020-11-03T07:32:37.078Z] --- PASS: TestCreateDifferentPlatform (0.01s)
07:32:37 [2020-11-03T07:32:37.078Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
07:32:37 [2020-11-03T07:32:37.078Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestCreateVolumesFromNonExistingContainer
07:32:37 [2020-11-03T07:32:37.078Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
07:32:37 [2020-11-03T07:32:37.078Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s)
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestContainerStartOnDaemonRestart
07:32:37 [2020-11-03T07:32:37.078Z] === PAUSE TestContainerStartOnDaemonRestart
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestDaemonRestartIpcMode
07:32:37 [2020-11-03T07:32:37.078Z] === PAUSE TestDaemonRestartIpcMode
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestDaemonHostGatewayIP
07:32:37 [2020-11-03T07:32:37.078Z] === PAUSE TestDaemonHostGatewayIP
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestContainerKillOnDaemonStart
07:32:37 [2020-11-03T07:32:37.078Z] === PAUSE TestContainerKillOnDaemonStart
07:32:37 [2020-11-03T07:32:37.078Z] === RUN   TestDiff
07:32:37 [2020-11-03T07:32:37.506Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.023s	coverage: 87.2% of statements
07:32:37 [2020-11-03T07:32:37.506Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.024s	coverage: 61.6% of statements
07:32:37 [2020-11-03T07:32:37.768Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.335s	coverage: 57.7% of statements
07:32:37 [2020-11-03T07:32:37.768Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
07:32:37 [2020-11-03T07:32:37.768Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
07:32:37 [2020-11-03T07:32:37.768Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
07:32:37 [2020-11-03T07:32:37.768Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
07:32:37 [2020-11-03T07:32:37.768Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
07:32:37 [2020-11-03T07:32:37.768Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
07:32:38 [2020-11-03T07:32:38.108Z] --- PASS: TestDiff (0.79s)
07:32:38 [2020-11-03T07:32:38.108Z] === RUN   TestExecWithCloseStdin
07:32:38 [2020-11-03T07:32:38.717Z] ok  	github.com/docker/docker/daemon/logger/local	0.035s	coverage: 75.2% of statements
07:32:38 [2020-11-03T07:32:38.717Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
07:32:38 [2020-11-03T07:32:38.738Z] --- PASS: TestExecWithCloseStdin (0.95s)
07:32:38 [2020-11-03T07:32:38.738Z] === RUN   TestExec
07:32:39 [2020-11-03T07:32:39.320Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.062s	coverage: 33.3% of statements
07:32:39 [2020-11-03T07:32:39.599Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.060s	coverage: 37.7% of statements
07:32:39 [2020-11-03T07:32:39.769Z] --- PASS: TestExec (0.90s)
07:32:39 [2020-11-03T07:32:39.769Z] === RUN   TestExecUser
07:32:40 [2020-11-03T07:32:40.198Z] ok  	github.com/docker/docker/daemon/logger/templates	0.036s	coverage: 8.3% of statements
07:32:40 [2020-11-03T07:32:40.776Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.073s	coverage: 46.8% of statements
07:32:40 [2020-11-03T07:32:40.800Z] --- PASS: TestExecUser (0.85s)
07:32:40 [2020-11-03T07:32:40.800Z] === RUN   TestExportContainerAndImportImage
07:32:41 [2020-11-03T07:32:41.747Z] ok  	github.com/docker/docker/daemon/network	0.034s	coverage: 63.8% of statements
07:32:41 [2020-11-03T07:32:41.830Z] --- PASS: TestExportContainerAndImportImage (1.09s)
07:32:41 [2020-11-03T07:32:41.830Z] === RUN   TestExportContainerAfterDaemonRestart
07:32:42 [2020-11-03T07:32:42.698Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.011s	coverage: 82.5% of statements
07:32:42 [2020-11-03T07:32:42.698Z] ?   	github.com/docker/docker/daemon/names	[no test files]
07:32:42 [2020-11-03T07:32:42.698Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
07:32:42 [2020-11-03T07:32:42.698Z] ok  	github.com/docker/docker/distribution/metadata	0.173s	coverage: 48.2% of statements
07:32:43 [2020-11-03T07:32:43.407Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s)
07:32:43 [2020-11-03T07:32:43.407Z] === RUN   TestHealthCheckWorkdir
07:32:43 [2020-11-03T07:32:43.647Z] ok  	github.com/docker/docker/distribution	0.287s	coverage: 21.9% of statements
07:32:43 [2020-11-03T07:32:43.647Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
07:32:44 [2020-11-03T07:32:44.223Z] ok  	github.com/docker/docker/errdefs	0.015s	coverage: 49.4% of statements
07:32:44 [2020-11-03T07:32:44.438Z] --- PASS: TestHealthCheckWorkdir (1.10s)
07:32:44 [2020-11-03T07:32:44.438Z] === RUN   TestHealthKillContainer
07:32:44 [2020-11-03T07:32:44.798Z] ok  	github.com/docker/docker/image	0.054s	coverage: 86.4% of statements
07:32:45 [2020-11-03T07:32:45.372Z] ok  	github.com/docker/docker/image/cache	0.018s	coverage: 19.2% of statements
07:32:45 [2020-11-03T07:32:45.635Z] ok  	github.com/docker/docker/image/v1	0.038s	coverage: 25.0% of statements
07:32:45 [2020-11-03T07:32:45.635Z] ok  	github.com/docker/docker/distribution/xfer	1.736s	coverage: 85.6% of statements
07:32:45 [2020-11-03T07:32:45.635Z] ?   	github.com/docker/docker/dockerversion	[no test files]
07:32:45 [2020-11-03T07:32:45.635Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
07:32:45 [2020-11-03T07:32:45.635Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
07:32:45 [2020-11-03T07:32:45.898Z] ok  	github.com/docker/docker/libcontainerd/queue	0.036s	coverage: 100.0% of statements
07:32:46 [2020-11-03T07:32:46.856Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 9.0% of statements
07:32:47 [2020-11-03T07:32:47.190Z] --- PASS: TestHealthKillContainer (2.90s)
07:32:47 [2020-11-03T07:32:47.190Z] === RUN   TestInspectCpusetInConfigPre120
07:32:47 [2020-11-03T07:32:47.294Z] ok  	github.com/docker/docker/oci	0.027s	coverage: 8.2% of statements
07:32:47 [2020-11-03T07:32:47.294Z] ok  	github.com/docker/docker/pkg/aaparser	0.017s	coverage: 52.9% of statements
07:32:47 [2020-11-03T07:32:47.294Z] ok  	github.com/docker/docker/opts	0.046s	coverage: 67.1% of statements
07:32:48 [2020-11-03T07:32:48.221Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s)
07:32:48 [2020-11-03T07:32:48.221Z] === RUN   TestIpcModeNone
07:32:48 [2020-11-03T07:32:48.242Z] ok  	github.com/docker/docker/pkg/broadcaster	0.032s	coverage: 100.0% of statements
07:32:49 [2020-11-03T07:32:49.190Z] ok  	github.com/docker/docker/pkg/capabilities	0.015s	coverage: 87.5% of statements
07:32:49 [2020-11-03T07:32:49.252Z] --- PASS: TestIpcModeNone (0.92s)
07:32:49 [2020-11-03T07:32:49.252Z] === RUN   TestIpcModePrivate
07:32:49 [2020-11-03T07:32:49.453Z] ok  	github.com/docker/docker/pkg/authorization	0.516s	coverage: 68.3% of statements
07:32:49 [2020-11-03T07:32:49.531Z] INFO: Expanding go...
07:32:49 [2020-11-03T07:32:49.883Z] --- PASS: TestIpcModePrivate (0.95s)
07:32:49 [2020-11-03T07:32:49.883Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
07:32:49 [2020-11-03T07:32:49.883Z] === RUN   TestIpcModeShareable
07:32:50 [2020-11-03T07:32:50.401Z] ok  	github.com/docker/docker/pkg/directory	0.031s	coverage: 80.0% of statements
07:32:50 [2020-11-03T07:32:50.914Z] --- PASS: TestIpcModeShareable (0.90s)
07:32:50 [2020-11-03T07:32:50.914Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
07:32:50 [2020-11-03T07:32:50.914Z] === RUN   TestAPIIpcModeShareableAndContainer
07:32:50 [2020-11-03T07:32:50.976Z] ok  	github.com/docker/docker/pkg/archive	1.214s	coverage: 76.9% of statements
07:32:50 [2020-11-03T07:32:50.976Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
07:32:51 [2020-11-03T07:32:51.550Z] ok  	github.com/docker/docker/pkg/discovery/file	0.010s	coverage: 97.6% of statements
07:32:52 [2020-11-03T07:32:52.124Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
07:32:52 [2020-11-03T07:32:52.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:32:52 [2020-11-03T07:32:52.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
07:32:52 [2020-11-03T07:32:52.698Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.011s	coverage: 93.8% of statements
07:32:53 [2020-11-03T07:32:53.272Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
07:32:53 [2020-11-03T07:32:53.637Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.92s)
07:32:53 [2020-11-03T07:32:53.637Z] === RUN   TestAPIIpcModeHost
07:32:53 [2020-11-03T07:32:53.844Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.521s	coverage: 43.2% of statements
07:32:54 [2020-11-03T07:32:54.106Z] ok  	github.com/docker/docker/pkg/filenotify	0.608s	coverage: 67.0% of statements
07:32:54 [2020-11-03T07:32:54.268Z] --- PASS: TestAPIIpcModeHost (0.59s)
07:32:54 [2020-11-03T07:32:54.268Z] === RUN   TestDaemonIpcModeShareable
07:32:54 [2020-11-03T07:32:54.369Z] ok  	github.com/docker/docker/pkg/fileutils	0.027s	coverage: 89.5% of statements
07:32:54 [2020-11-03T07:32:54.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
07:32:54 [2020-11-03T07:32:54.944Z] ok  	github.com/docker/docker/pkg/homedir	0.014s	coverage: 11.4% of statements
07:32:55 [2020-11-03T07:32:55.207Z] ok  	github.com/docker/docker/pkg/fsutils	0.299s	coverage: 85.1% of statements
07:32:55 [2020-11-03T07:32:55.207Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.094s	coverage: 84.1% of statements
07:32:56 [2020-11-03T07:32:56.156Z] ok  	github.com/docker/docker/layer	8.006s	coverage: 68.8% of statements
07:32:56 [2020-11-03T07:32:56.156Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
07:32:56 [2020-11-03T07:32:56.156Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
07:32:56 [2020-11-03T07:32:56.156Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
07:32:56 [2020-11-03T07:32:56.156Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
07:32:56 [2020-11-03T07:32:56.156Z] ?   	github.com/docker/docker/oci/caps	[no test files]
07:32:56 [2020-11-03T07:32:56.156Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
07:32:56 [2020-11-03T07:32:56.157Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
07:32:56 [2020-11-03T07:32:56.331Z] --- PASS: TestDaemonIpcModeShareable (1.68s)
07:32:56 [2020-11-03T07:32:56.331Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
07:32:56 [2020-11-03T07:32:56.331Z] === RUN   TestDaemonIpcModePrivate
07:32:56 [2020-11-03T07:32:56.420Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.011s	coverage: 91.7% of statements
07:32:56 [2020-11-03T07:32:56.682Z] ok  	github.com/docker/docker/pkg/ioutils	0.609s	coverage: 69.3% of statements
07:32:56 [2020-11-03T07:32:56.682Z] ok  	github.com/docker/docker/pkg/longpath	0.009s	coverage: 100.0% of statements
07:32:56 [2020-11-03T07:32:56.682Z] ok  	github.com/docker/docker/pkg/idtools	0.928s	coverage: 70.1% of statements
07:32:56 [2020-11-03T07:32:56.682Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
07:32:56 [2020-11-03T07:32:56.682Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
07:32:56 [2020-11-03T07:32:56.682Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
07:32:56 [2020-11-03T07:32:56.944Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.009s	coverage: 85.7% of statements
07:32:56 [2020-11-03T07:32:56.944Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
07:32:57 [2020-11-03T07:32:57.207Z] ok  	github.com/docker/docker/pkg/parsers	0.017s	coverage: 97.0% of statements
07:32:57 [2020-11-03T07:32:57.471Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.011s	coverage: 60.0% of statements
07:32:57 [2020-11-03T07:32:57.471Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.015s	coverage: 86.7% of statements
07:32:57 [2020-11-03T07:32:57.734Z] ok  	github.com/docker/docker/pkg/pidfile	0.025s	coverage: 82.4% of statements
07:32:57 [2020-11-03T07:32:57.734Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
07:32:57 [2020-11-03T07:32:57.734Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
07:32:57 [2020-11-03T07:32:57.834Z] --- PASS: TestDaemonIpcModePrivate (1.75s)
07:32:57 [2020-11-03T07:32:57.834Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
07:32:57 [2020-11-03T07:32:57.834Z] === RUN   TestDaemonIpcModePrivateFromConfig
07:32:58 [2020-11-03T07:32:58.684Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.034s	coverage: 56.8% of statements
07:32:58 [2020-11-03T07:32:58.684Z] ok  	github.com/docker/docker/pkg/pools	0.014s	coverage: 88.2% of statements
07:32:59 [2020-11-03T07:32:59.263Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.010s	coverage: 85.7% of statements
07:32:59 [2020-11-03T07:32:59.263Z] ok  	github.com/docker/docker/pkg/progress	0.014s	coverage: 75.9% of statements
07:32:59 [2020-11-03T07:32:59.376Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
07:32:59 [2020-11-03T07:32:59.376Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
07:32:59 [2020-11-03T07:32:59.376Z] === RUN   TestDaemonIpcModeShareableFromConfig
07:32:59 [2020-11-03T07:32:59.838Z] ok  	github.com/docker/docker/pkg/reexec	0.020s	coverage: 82.4% of statements
07:33:00 [2020-11-03T07:33:00.412Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
07:33:00 [2020-11-03T07:33:00.412Z] ok  	github.com/docker/docker/pkg/pubsub	1.100s	coverage: 75.0% of statements
07:33:00 [2020-11-03T07:33:00.986Z] ok  	github.com/docker/docker/pkg/stringid	0.018s	coverage: 70.6% of statements
07:33:00 [2020-11-03T07:33:00.986Z] ok  	github.com/docker/docker/pkg/streamformatter	0.009s	coverage: 66.2% of statements
07:33:01 [2020-11-03T07:33:01.437Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s)
07:33:01 [2020-11-03T07:33:01.437Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
07:33:01 [2020-11-03T07:33:01.437Z] === RUN   TestIpcModeOlderClient
07:33:01 [2020-11-03T07:33:01.437Z] === PAUSE TestIpcModeOlderClient
07:33:01 [2020-11-03T07:33:01.437Z] === RUN   TestKillContainerInvalidSignal
07:33:01 [2020-11-03T07:33:01.560Z] ok  	github.com/docker/docker/pkg/symlink	0.023s	coverage: 87.7% of statements
07:33:02 [2020-11-03T07:33:02.069Z] --- PASS: TestKillContainerInvalidSignal (0.83s)
07:33:02 [2020-11-03T07:33:02.069Z] === RUN   TestKillContainer
07:33:02 [2020-11-03T07:33:02.069Z] === RUN   TestKillContainer/no_signal
07:33:02 [2020-11-03T07:33:02.135Z] ok  	github.com/docker/docker/pkg/sysinfo	0.014s	coverage: 54.2% of statements
07:33:02 [2020-11-03T07:33:02.398Z] ok  	github.com/docker/docker/pkg/system	0.033s	coverage: 36.9% of statements
07:33:02 [2020-11-03T07:33:02.660Z] ok  	github.com/docker/docker/pkg/signal	2.851s	coverage: 61.0% of statements
07:33:02 [2020-11-03T07:33:02.922Z] ok  	github.com/docker/docker/pkg/tailfile	0.155s	coverage: 88.6% of statements
07:33:03 [2020-11-03T07:33:03.100Z] === RUN   TestKillContainer/non_killing_signal
07:33:03 [2020-11-03T07:33:03.184Z] testing: warning: no tests to run
07:33:03 [2020-11-03T07:33:03.184Z] coverage: [no statements]
07:33:03 [2020-11-03T07:33:03.184Z] ok  	github.com/docker/docker/pkg/term/windows	0.017s	coverage: [no statements] [no tests to run]
07:33:03 [2020-11-03T07:33:03.391Z] === RUN   TestKillContainer/killing_signal
07:33:03 [2020-11-03T07:33:03.446Z] ok  	github.com/docker/docker/pkg/tarsum	0.100s	coverage: 89.3% of statements
07:33:03 [2020-11-03T07:33:03.709Z] ok  	github.com/docker/docker/pkg/truncindex	0.108s	coverage: 91.5% of statements
07:33:03 [2020-11-03T07:33:03.709Z] ok  	github.com/docker/docker/pkg/urlutil	0.011s	coverage: 100.0% of statements
07:33:03 [2020-11-03T07:33:03.971Z] ok  	github.com/docker/docker/pkg/useragent	0.032s	coverage: 88.9% of statements
07:33:04 [2020-11-03T07:33:04.426Z] --- PASS: TestKillContainer (2.49s)
07:33:04 [2020-11-03T07:33:04.426Z]     --- PASS: TestKillContainer/no_signal (0.81s)
07:33:04 [2020-11-03T07:33:04.426Z]     --- PASS: TestKillContainer/non_killing_signal (0.46s)
07:33:04 [2020-11-03T07:33:04.426Z]     --- PASS: TestKillContainer/killing_signal (0.81s)
07:33:04 [2020-11-03T07:33:04.426Z] === RUN   TestKillWithStopSignalAndRestartPolicies
07:33:04 [2020-11-03T07:33:04.426Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
07:33:04 [2020-11-03T07:33:04.920Z] ok  	github.com/docker/docker/plugin/v2	0.020s	coverage: 14.5% of statements
07:33:05 [2020-11-03T07:33:05.183Z] ok  	github.com/docker/docker/profiles/seccomp	0.024s	coverage: 85.4% of statements
07:33:05 [2020-11-03T07:33:05.459Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
07:33:06 [2020-11-03T07:33:06.130Z] ok  	github.com/docker/docker/reference	0.016s	coverage: 84.4% of statements
07:33:06 [2020-11-03T07:33:06.393Z] ok  	github.com/docker/docker/plugin	0.592s	coverage: 23.1% of statements
07:33:06 [2020-11-03T07:33:06.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s)
07:33:06 [2020-11-03T07:33:06.495Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s)
07:33:06 [2020-11-03T07:33:06.495Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s)
07:33:06 [2020-11-03T07:33:06.495Z] === RUN   TestKillStoppedContainer
07:33:06 [2020-11-03T07:33:06.495Z] --- PASS: TestKillStoppedContainer (0.10s)
07:33:06 [2020-11-03T07:33:06.495Z] === RUN   TestKillStoppedContainerAPIPre120
07:33:06 [2020-11-03T07:33:06.495Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
07:33:06 [2020-11-03T07:33:06.495Z] === RUN   TestKillDifferentUserContainer
07:33:07 [2020-11-03T07:33:07.527Z] --- PASS: TestKillDifferentUserContainer (0.85s)
07:33:07 [2020-11-03T07:33:07.527Z] === RUN   TestInspectOomKilledTrue
07:33:07 [2020-11-03T07:33:07.527Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
07:33:07 [2020-11-03T07:33:07.527Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:33:07 [2020-11-03T07:33:07.527Z] === RUN   TestInspectOomKilledFalse
07:33:07 [2020-11-03T07:33:07.527Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
07:33:07 [2020-11-03T07:33:07.527Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:33:07 [2020-11-03T07:33:07.527Z] === RUN   TestLinksEtcHostsContentMatch
07:33:07 [2020-11-03T07:33:07.818Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s)
07:33:07 [2020-11-03T07:33:07.818Z] === RUN   TestLinksContainerNames
07:33:08 [2020-11-03T07:33:08.319Z] ok  	github.com/docker/docker/registry/resumable	0.071s	coverage: 100.0% of statements
07:33:08 [2020-11-03T07:33:08.319Z] ok  	github.com/docker/docker/quota	0.624s	coverage: 71.4% of statements
07:33:08 [2020-11-03T07:33:08.319Z] ok  	github.com/docker/docker/registry	0.185s	coverage: 56.8% of statements
07:33:08 [2020-11-03T07:33:08.583Z] ok  	github.com/docker/docker/restartmanager	0.033s	coverage: 45.3% of statements
07:33:08 [2020-11-03T07:33:08.846Z] ok  	github.com/docker/docker/testutil	0.012s	coverage: 62.5% of statements
07:33:09 [2020-11-03T07:33:09.423Z] ok  	github.com/docker/docker/runconfig	0.051s	coverage: 66.1% of statements
07:33:09 [2020-11-03T07:33:09.881Z] --- PASS: TestLinksContainerNames (1.66s)
07:33:09 [2020-11-03T07:33:09.881Z] === RUN   TestLogsFollowTailEmpty
07:33:10 [2020-11-03T07:33:10.512Z] --- PASS: TestLogsFollowTailEmpty (0.81s)
07:33:10 [2020-11-03T07:33:10.512Z] === RUN   TestContainerNetworkMountsNoChown
07:33:10 [2020-11-03T07:33:10.696Z] INFO: Expanding compiler 1 of 3...
07:33:10 [2020-11-03T07:33:10.696Z] INFO: Expanding compiler 2 of 3...
07:33:11 [2020-11-03T07:33:11.143Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s)
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/default
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/default
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/private
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/private
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/rprivate
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/rprivate
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/slave
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/slave
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/rslave
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/rslave
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/shared
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/shared
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/rshared
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/rshared
07:33:11 [2020-11-03T07:33:11.143Z] === CONT  TestMountDaemonRoot/default
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/default/bind_root
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/default/bind_root
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/default/bind_subpath
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/default/mount_root
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/default/mount_root
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/default/mount_subpath
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
07:33:11 [2020-11-03T07:33:11.143Z] === CONT  TestMountDaemonRoot/default/bind_root
07:33:11 [2020-11-03T07:33:11.143Z] === CONT  TestMountDaemonRoot/rshared
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/rshared/bind_root
07:33:11 [2020-11-03T07:33:11.143Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
07:33:11 [2020-11-03T07:33:11.143Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rshared/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/rshared/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/shared
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/shared/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/shared/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/shared/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/shared/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/rslave
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rslave/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rslave/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/slave
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/slave/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/slave/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/slave/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/slave/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/rprivate
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/private
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/private/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/private/mount_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/private/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/private/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/private/bind_root
07:33:11 [2020-11-03T07:33:11.144Z] === RUN   TestMountDaemonRoot/private/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/default/mount_subpath
07:33:11 [2020-11-03T07:33:11.144Z] === CONT  TestMountDaemonRoot/default/mount_root
07:33:11 [2020-11-03T07:33:11.350Z] ok  	github.com/docker/docker/volume/drivers	0.053s	coverage: 36.1% of statements
07:33:11 [2020-11-03T07:33:11.434Z] === CONT  TestMountDaemonRoot/default/bind_subpath
07:33:11 [2020-11-03T07:33:11.434Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
07:33:11 [2020-11-03T07:33:11.434Z] === CONT  TestMountDaemonRoot/rshared/mount_root
07:33:11 [2020-11-03T07:33:11.434Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
07:33:11 [2020-11-03T07:33:11.434Z] === CONT  TestMountDaemonRoot/shared/bind_root
07:33:11 [2020-11-03T07:33:11.434Z] === CONT  TestMountDaemonRoot/rslave/bind_root
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/shared/mount_root
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/rslave/mount_root
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/slave/mount_root
07:33:11 [2020-11-03T07:33:11.725Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
07:33:11 [2020-11-03T07:33:11.928Z] ok  	github.com/docker/docker/volume/mounts	0.057s	coverage: 67.0% of statements
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/slave/bind_root
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/private/mount_root
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/private/bind_subpath
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/private/bind_root
07:33:12 [2020-11-03T07:33:12.015Z] === CONT  TestMountDaemonRoot/private/mount_subpath
07:33:12 [2020-11-03T07:33:12.015Z] --- PASS: TestMountDaemonRoot (0.01s)
07:33:12 [2020-11-03T07:33:12.015Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.11s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
07:33:12 [2020-11-03T07:33:12.015Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
07:33:12 [2020-11-03T07:33:12.015Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
07:33:12 [2020-11-03T07:33:12.015Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
07:33:12 [2020-11-03T07:33:12.015Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
07:33:12 [2020-11-03T07:33:12.016Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
07:33:12 [2020-11-03T07:33:12.016Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
07:33:12 [2020-11-03T07:33:12.016Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
07:33:12 [2020-11-03T07:33:12.016Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
07:33:12 [2020-11-03T07:33:12.016Z] === RUN   TestContainerBindMountNonRecursive
07:33:12 [2020-11-03T07:33:12.502Z] ok  	github.com/docker/docker/volume/local	0.250s	coverage: 76.4% of statements
07:33:13 [2020-11-03T07:33:13.889Z] ok  	github.com/docker/docker/volume/service	0.026s	coverage: 73.1% of statements
07:33:14 [2020-11-03T07:33:14.078Z] --- PASS: TestContainerBindMountNonRecursive (2.06s)
07:33:14 [2020-11-03T07:33:14.078Z] === RUN   TestNetworkNat
07:33:15 [2020-11-03T07:33:15.109Z] --- PASS: TestNetworkNat (0.86s)
07:33:15 [2020-11-03T07:33:15.109Z] === RUN   TestNetworkLocalhostTCPNat
07:33:15 [2020-11-03T07:33:15.418Z] INFO: Expanding compiler 3 of 3...
07:33:15 [2020-11-03T07:33:15.881Z] INFO: Removing downloaded files...
07:33:15 [2020-11-03T07:33:15.881Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
07:33:15 [2020-11-03T07:33:15.881Z] INFO: Configuring git core.autocrlf...
07:33:16 [2020-11-03T07:33:16.148Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s)
07:33:16 [2020-11-03T07:33:16.148Z] === RUN   TestNetworkLoopbackNat
07:33:19 [2020-11-03T07:33:19.657Z] --- PASS: TestNetworkLoopbackNat (3.29s)
07:33:19 [2020-11-03T07:33:19.657Z] === RUN   TestPause
07:33:20 [2020-11-03T07:33:20.288Z] --- PASS: TestPause (0.90s)
07:33:20 [2020-11-03T07:33:20.288Z] === RUN   TestPauseFailsOnWindowsServerContainers
07:33:20 [2020-11-03T07:33:20.288Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
07:33:20 [2020-11-03T07:33:20.288Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:33:20 [2020-11-03T07:33:20.288Z] === RUN   TestPauseStopPausedContainer
07:33:20 [2020-11-03T07:33:20.919Z] --- PASS: TestPauseStopPausedContainer (0.88s)
07:33:20 [2020-11-03T07:33:20.919Z] === RUN   TestPsFilter
07:33:21 [2020-11-03T07:33:21.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
07:33:21 [2020-11-03T07:33:21.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
07:33:21 [2020-11-03T07:33:21.209Z] --- PASS: TestPsFilter (0.26s)
07:33:21 [2020-11-03T07:33:21.209Z] === RUN   TestRemoveContainerWithRemovedVolume
07:33:22 [2020-11-03T07:33:22.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
07:33:22 [2020-11-03T07:33:22.239Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s)
07:33:22 [2020-11-03T07:33:22.239Z] === RUN   TestRemoveContainerWithVolume
07:33:22 [2020-11-03T07:33:22.870Z] --- PASS: TestRemoveContainerWithVolume (0.90s)
07:33:22 [2020-11-03T07:33:22.870Z] === RUN   TestRemoveContainerRunning
07:33:23 [2020-11-03T07:33:23.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
07:33:23 [2020-11-03T07:33:23.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
07:33:23 [2020-11-03T07:33:23.901Z] --- PASS: TestRemoveContainerRunning (0.81s)
07:33:23 [2020-11-03T07:33:23.901Z] === RUN   TestRemoveContainerForceRemoveRunning
07:33:24 [2020-11-03T07:33:24.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
07:33:24 [2020-11-03T07:33:24.932Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s)
07:33:24 [2020-11-03T07:33:24.932Z] === RUN   TestRemoveInvalidContainer
07:33:24 [2020-11-03T07:33:24.932Z] --- PASS: TestRemoveInvalidContainer (0.02s)
07:33:24 [2020-11-03T07:33:24.932Z] === RUN   TestRenameLinkedContainer
07:33:28 [2020-11-03T07:33:28.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
07:33:28 [2020-11-03T07:33:28.476Z] --- PASS: TestRenameLinkedContainer (3.52s)
07:33:28 [2020-11-03T07:33:28.476Z] === RUN   TestRenameStoppedContainer
07:33:29 [2020-11-03T07:33:29.107Z] --- PASS: TestRenameStoppedContainer (0.86s)
07:33:29 [2020-11-03T07:33:29.107Z] === RUN   TestRenameRunningContainerAndReuse
07:33:30 [2020-11-03T07:33:30.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
07:33:31 [2020-11-03T07:33:31.262Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s)
07:33:31 [2020-11-03T07:33:31.262Z] === RUN   TestRenameInvalidName
07:33:31 [2020-11-03T07:33:31.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
07:33:31 [2020-11-03T07:33:31.553Z] --- PASS: TestRenameInvalidName (0.82s)
07:33:31 [2020-11-03T07:33:31.553Z] === RUN   TestRenameAnonymousContainer
07:33:31 [2020-11-03T07:33:31.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
07:33:33 [2020-11-03T07:33:33.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
07:33:34 [2020-11-03T07:33:34.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
07:33:35 [2020-11-03T07:33:35.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
07:33:35 [2020-11-03T07:33:35.846Z] ok  	github.com/docker/docker/pkg/plugins	33.647s	coverage: 76.6% of statements
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/pkg/term	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/rootless	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/testutil/request	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/volume	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === Skipped
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     exec_linux_test.go:18: requires AppArmor to be enabled
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     exec_linux_test.go:38: requires AppArmor to be enabled
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver btrfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver btrfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver btrfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver btrfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver btrfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:73: No driver to put!
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z] time="2020-11-03T07:32:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z] time="2020-11-03T07:32:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z] time="2020-11-03T07:32:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z] time="2020-11-03T07:32:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z] time="2020-11-03T07:32:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
07:33:35 [2020-11-03T07:33:35.846Z]     graphtest_unix.go:73: No driver to put!
07:33:35 [2020-11-03T07:33:35.846Z] 
07:33:35 [2020-11-03T07:33:35.846Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     overlay_test.go:49: Fails to compute changes intermittently
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     overlay_test.go:65: Cannot run test with naive change algorithm
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:46: Driver zfs not supported
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:46: Driver zfs not supported
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:46: Driver zfs not supported
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:46: Driver zfs not supported
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:46: Driver zfs not supported
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     graphtest_unix.go:73: No driver to put!
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
07:33:35 [2020-11-03T07:33:35.847Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] 
07:33:35 [2020-11-03T07:33:35.847Z] DONE 2187 tests, 26 skipped in 190.808s
Post stage
[Pipeline] junit
07:33:35 [2020-11-03T07:33:35.862Z] Recording test results
07:33:36 [2020-11-03T07:33:36.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
07:33:37 [2020-11-03T07:33:37.108Z] --- PASS: TestRenameAnonymousContainer (4.77s)
07:33:37 [2020-11-03T07:33:37.108Z] === RUN   TestRenameContainerWithSameName
07:33:37 [2020-11-03T07:33:37.398Z] --- PASS: TestRenameContainerWithSameName (0.93s)
07:33:37 [2020-11-03T07:33:37.398Z] === RUN   TestRenameContainerWithLinkedContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:33:38 [2020-11-03T07:33:38.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
07:33:38 [2020-11-03T07:33:38.251Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -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:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh dynbinary test-integration
07:33:38 [2020-11-03T07:33:38.823Z] 
07:33:38 [2020-11-03T07:33:38.901Z] --- PASS: TestRenameContainerWithLinkedContainer (1.70s)
07:33:38 [2020-11-03T07:33:38.901Z] === RUN   TestResize
07:33:38 [2020-11-03T07:33:38.982Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:33:38 [2020-11-03T07:33:38.982Z] Using test binary docker
07:33:38 [2020-11-03T07:33:38.982Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
07:33:38 [2020-11-03T07:33:38.982Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:33:38 [2020-11-03T07:33:38.982Z] INFO: Waiting for daemon to start...
07:33:38 [2020-11-03T07:33:38.982Z] Starting dockerd
07:33:39 [2020-11-03T07:33:39.085Z] Removing bundles/
07:33:39 [2020-11-03T07:33:39.085Z] 
07:33:39 [2020-11-03T07:33:39.085Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:33:39 [2020-11-03T07:33:39.085Z] Building: bundles/dynbinary-daemon/dockerd-dev
07:33:39 [2020-11-03T07:33:39.085Z] GOOS="" GOARCH="" GOARM=""
07:33:39 [2020-11-03T07:33:39.933Z] --- PASS: TestResize (0.85s)
07:33:39 [2020-11-03T07:33:39.933Z] === RUN   TestResizeWithInvalidSize
07:33:40 [2020-11-03T07:33:40.564Z] --- PASS: TestResizeWithInvalidSize (0.84s)
07:33:40 [2020-11-03T07:33:40.564Z] === RUN   TestResizeWhenContainerNotStarted
07:33:41 [2020-11-03T07:33:41.595Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s)
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:33:41 [2020-11-03T07:33:41.595Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:33:42 [2020-11-03T07:33:42.249Z] .
07:33:42 [2020-11-03T07:33:42.249Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:33:42 [2020-11-03T07:33:42.249Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:33:42 [2020-11-03T07:33:42.249Z] Error: No such image: emptyfs
07:33:42 [2020-11-03T07:33:42.249Z] Running integration-test (iteration 1)
07:33:42 [2020-11-03T07:33:42.249Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
07:33:43 [2020-11-03T07:33:43.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:33:43 [2020-11-03T07:33:43.953Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:33:44 [2020-11-03T07:33:44.984Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:33:45 [2020-11-03T07:33:45.275Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:33:46 [2020-11-03T07:33:46.306Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:33:46 [2020-11-03T07:33:46.938Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:33:49 [2020-11-03T07:33:49.001Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:33:49 [2020-11-03T07:33:49.001Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:33:51 [2020-11-03T07:33:51.727Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:33:52 [2020-11-03T07:33:52.018Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:33:54 [2020-11-03T07:33:54.744Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.94s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.36s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.27s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.81s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.95s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.26s)
07:33:54 [2020-11-03T07:33:54.744Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s)
07:33:54 [2020-11-03T07:33:54.744Z] === RUN   TestCgroupNamespacesRun
07:33:56 [2020-11-03T07:33:56.249Z] --- PASS: TestCgroupNamespacesRun (1.70s)
07:33:56 [2020-11-03T07:33:56.249Z] === RUN   TestCgroupNamespacesRunPrivileged
07:33:57 [2020-11-03T07:33:57.101Z] Loaded image: buildpack-deps:buster
07:33:57 [2020-11-03T07:33:57.101Z] Loaded image: busybox:latest
07:33:57 [2020-11-03T07:33:57.101Z] Loaded image: busybox:glibc
07:33:57 [2020-11-03T07:33:57.101Z] Loaded image: debian:buster
07:33:57 [2020-11-03T07:33:57.101Z] Loaded image: hello-world:latest
07:33:57 [2020-11-03T07:33:57.101Z] Loaded image: arm32v7/hello-world:latest
07:33:57 [2020-11-03T07:33:57.101Z] INFO: Testing against a local daemon
07:33:57 [2020-11-03T07:33:57.101Z] === RUN   TestCgroupNamespacesBuild
07:33:57 [2020-11-03T07:33:57.753Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s)
07:33:57 [2020-11-03T07:33:57.753Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
07:33:58 [2020-11-03T07:33:58.467Z] --- PASS: TestCgroupNamespacesBuild (3.44s)
07:33:58 [2020-11-03T07:33:58.467Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
07:33:59 [2020-11-03T07:33:59.256Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s)
07:33:59 [2020-11-03T07:33:59.256Z] === RUN   TestCgroupNamespacesRunHostMode
07:34:00 [2020-11-03T07:34:00.984Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s)
07:34:00 [2020-11-03T07:34:00.984Z] === RUN   TestBuildWithSession
07:34:00 [2020-11-03T07:34:00.985Z] --- SKIP: TestBuildWithSession (0.00s)
07:34:00 [2020-11-03T07:34:00.985Z]     build_session_test.go:25: TODO: BuildKit
07:34:00 [2020-11-03T07:34:00.985Z] === RUN   TestBuildSquashParent
07:34:01 [2020-11-03T07:34:01.318Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s)
07:34:01 [2020-11-03T07:34:01.318Z] === RUN   TestCgroupNamespacesRunPrivateMode
07:34:02 [2020-11-03T07:34:02.822Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s)
07:34:02 [2020-11-03T07:34:02.822Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
07:34:04 [2020-11-03T07:34:04.380Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.60s)
07:34:04 [2020-11-03T07:34:04.380Z] === RUN   TestCgroupNamespacesRunInvalidMode
07:34:05 [2020-11-03T07:34:05.411Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s)
07:34:05 [2020-11-03T07:34:05.411Z] === RUN   TestCgroupNamespacesRunOlderClient
07:34:06 [2020-11-03T07:34:06.918Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s)
07:34:06 [2020-11-03T07:34:06.918Z] === RUN   TestKernelTCPMemory
07:34:07 [2020-11-03T07:34:07.523Z] --- PASS: TestBuildSquashParent (6.43s)
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:34:07 [2020-11-03T07:34:07.523Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:34:07 [2020-11-03T07:34:07.523Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:34:07 [2020-11-03T07:34:07.523Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:34:07 [2020-11-03T07:34:07.523Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:34:07 [2020-11-03T07:34:07.523Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:34:07 [2020-11-03T07:34:07.523Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:34:07 [2020-11-03T07:34:07.523Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:34:07 [2020-11-03T07:34:07.523Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:34:07 [2020-11-03T07:34:07.523Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:34:07 [2020-11-03T07:34:07.950Z] --- PASS: TestKernelTCPMemory (0.95s)
07:34:07 [2020-11-03T07:34:07.950Z] === RUN   TestNISDomainname
07:34:08 [2020-11-03T07:34:08.889Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:34:08 [2020-11-03T07:34:08.890Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:34:08 [2020-11-03T07:34:08.982Z] --- PASS: TestNISDomainname (0.97s)
07:34:08 [2020-11-03T07:34:08.982Z] === RUN   TestHostnameDnsResolution
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/server/httputils	0.007s	coverage: 14.7% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/server/middleware	0.014s	coverage: 37.7% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/types/filters	0.024s	coverage: 92.2% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/types/strslice	0.016s	coverage: 90.0% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/types/time	0.007s	coverage: 100.0% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 5.7% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/container	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/events	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/image	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/network	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/api/types/versions	0.021s	coverage: 75.0% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/builder/dockerignore	0.006s	coverage: 96.8% of statements
07:34:09 [2020-11-03T07:34:09.271Z] ok  	github.com/docker/docker/cli/debug	0.017s	coverage: 100.0% of statements
07:34:09 [2020-11-03T07:34:09.569Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.847s	coverage: 86.3% of statements
07:34:10 [2020-11-03T07:34:10.487Z] --- PASS: TestHostnameDnsResolution (1.68s)
07:34:10 [2020-11-03T07:34:10.487Z] === RUN   TestStats
07:34:10 [2020-11-03T07:34:10.780Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:34:10 [2020-11-03T07:34:10.780Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:34:11 [2020-11-03T07:34:11.256Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
07:34:11 [2020-11-03T07:34:11.256Z] 
07:34:11 [2020-11-03T07:34:11.256Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
07:34:11 [2020-11-03T07:34:11.256Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
07:34:11 [2020-11-03T07:34:11.256Z] Using test binary docker
07:34:11 [2020-11-03T07:34:11.256Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
07:34:11 [2020-11-03T07:34:11.256Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:34:11 [2020-11-03T07:34:11.256Z] INFO: Waiting for daemon to start...
07:34:11 [2020-11-03T07:34:11.256Z] Starting dockerd
07:34:11 [2020-11-03T07:34:11.256Z] .
07:34:11 [2020-11-03T07:34:11.256Z] INFO: Building docker-sdk-python3:4.3.0...
07:34:11 [2020-11-03T07:34:11.675Z] ok  	github.com/docker/docker/builder/remotecontext	0.617s	coverage: 13.6% of statements
07:34:12 [2020-11-03T07:34:12.672Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
07:34:12 [2020-11-03T07:34:12.672Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.62s)
07:34:12 [2020-11-03T07:34:12.672Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.75s)
07:34:12 [2020-11-03T07:34:12.672Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.97s)
07:34:12 [2020-11-03T07:34:12.672Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.12s)
07:34:12 [2020-11-03T07:34:12.672Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.89s)
07:34:12 [2020-11-03T07:34:12.672Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s)
07:34:12 [2020-11-03T07:34:12.672Z] === RUN   TestBuildMultiStageCopy
07:34:12 [2020-11-03T07:34:12.672Z] === RUN   TestBuildMultiStageCopy/copy_to_root
07:34:13 [2020-11-03T07:34:13.224Z] ok  	github.com/docker/docker/builder/dockerfile	1.294s	coverage: 48.0% of statements
07:34:13 [2020-11-03T07:34:13.224Z] ?   	github.com/docker/docker/cli	[no test files]
07:34:13 [2020-11-03T07:34:13.224Z] ?   	github.com/docker/docker/cli/config	[no test files]
07:34:14 [2020-11-03T07:34:14.000Z] --- PASS: TestStats (2.93s)
07:34:14 [2020-11-03T07:34:14.000Z] === RUN   TestStopContainerWithTimeout
07:34:14 [2020-11-03T07:34:14.000Z] === RUN   TestStopContainerWithTimeout/0
07:34:14 [2020-11-03T07:34:14.000Z] === PAUSE TestStopContainerWithTimeout/0
07:34:14 [2020-11-03T07:34:14.000Z] === RUN   TestStopContainerWithTimeout/1
07:34:14 [2020-11-03T07:34:14.000Z] === PAUSE TestStopContainerWithTimeout/1
07:34:14 [2020-11-03T07:34:14.000Z] === RUN   TestStopContainerWithTimeout/3
07:34:14 [2020-11-03T07:34:14.000Z] === PAUSE TestStopContainerWithTimeout/3
07:34:14 [2020-11-03T07:34:14.000Z] === RUN   TestStopContainerWithTimeout/-1
07:34:14 [2020-11-03T07:34:14.000Z] === PAUSE TestStopContainerWithTimeout/-1
07:34:14 [2020-11-03T07:34:14.000Z] === CONT  TestStopContainerWithTimeout/0
07:34:14 [2020-11-03T07:34:14.000Z] === CONT  TestStopContainerWithTimeout/-1
07:34:14 [2020-11-03T07:34:14.635Z] === CONT  TestStopContainerWithTimeout/3
07:34:16 [2020-11-03T07:34:16.061Z] ok  	github.com/docker/docker/client	0.549s	coverage: 75.4% of statements
07:34:16 [2020-11-03T07:34:16.699Z] === CONT  TestStopContainerWithTimeout/1
07:34:16 [2020-11-03T07:34:16.841Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
07:34:17 [2020-11-03T07:34:17.097Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
07:34:18 [2020-11-03T07:34:18.045Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
07:34:18 [2020-11-03T07:34:18.761Z] --- PASS: TestStopContainerWithTimeout (0.01s)
07:34:18 [2020-11-03T07:34:18.761Z]     --- PASS: TestStopContainerWithTimeout/0 (1.06s)
07:34:18 [2020-11-03T07:34:18.761Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.97s)
07:34:18 [2020-11-03T07:34:18.761Z]     --- PASS: TestStopContainerWithTimeout/3 (2.88s)
07:34:18 [2020-11-03T07:34:18.761Z]     --- PASS: TestStopContainerWithTimeout/1 (1.87s)
07:34:18 [2020-11-03T07:34:18.761Z] === RUN   TestDeleteDevicemapper
07:34:18 [2020-11-03T07:34:18.761Z] --- SKIP: TestDeleteDevicemapper (0.00s)
07:34:18 [2020-11-03T07:34:18.761Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:34:18 [2020-11-03T07:34:18.761Z] === RUN   TestStopContainerWithRestartPolicyAlways
07:34:18 [2020-11-03T07:34:18.991Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
07:34:19 [2020-11-03T07:34:19.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:34:19 [2020-11-03T07:34:19.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
07:34:20 [2020-11-03T07:34:20.360Z] --- PASS: TestBuildMultiStageCopy (7.35s)
07:34:20 [2020-11-03T07:34:20.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.35s)
07:34:20 [2020-11-03T07:34:20.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
07:34:20 [2020-11-03T07:34:20.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
07:34:20 [2020-11-03T07:34:20.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s)
07:34:20 [2020-11-03T07:34:20.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.99s)
07:34:20 [2020-11-03T07:34:20.360Z] === RUN   TestBuildMultiStageParentConfig
07:34:22 [2020-11-03T07:34:22.272Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.58s)
07:34:22 [2020-11-03T07:34:22.272Z] === RUN   TestUpdateMemory
07:34:22 [2020-11-03T07:34:22.272Z] --- SKIP: TestUpdateMemory (0.00s)
07:34:22 [2020-11-03T07:34:22.272Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
07:34:22 [2020-11-03T07:34:22.272Z] === RUN   TestUpdateCPUQuota
07:34:23 [2020-11-03T07:34:23.303Z] --- PASS: TestUpdateCPUQuota (1.16s)
07:34:23 [2020-11-03T07:34:23.303Z] === RUN   TestUpdatePidsLimit
07:34:23 [2020-11-03T07:34:23.303Z] === RUN   TestUpdatePidsLimit/update_from_none
07:34:23 [2020-11-03T07:34:23.594Z] === RUN   TestUpdatePidsLimit/no_change
07:34:23 [2020-11-03T07:34:23.885Z] === RUN   TestUpdatePidsLimit/update_lower
07:34:24 [2020-11-03T07:34:24.175Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
07:34:24 [2020-11-03T07:34:24.467Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
07:34:25 [2020-11-03T07:34:25.098Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
07:34:25 [2020-11-03T07:34:25.388Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
07:34:25 [2020-11-03T07:34:25.604Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
07:34:25 [2020-11-03T07:34:25.604Z] === RUN   TestBuildLabelWithTargets
07:34:26 [2020-11-03T07:34:26.892Z] --- PASS: TestUpdatePidsLimit (3.49s)
07:34:26 [2020-11-03T07:34:26.892Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.36s)
07:34:26 [2020-11-03T07:34:26.892Z]     --- PASS: TestUpdatePidsLimit/no_change (0.38s)
07:34:26 [2020-11-03T07:34:26.892Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.36s)
07:34:26 [2020-11-03T07:34:26.892Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s)
07:34:26 [2020-11-03T07:34:26.892Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s)
07:34:26 [2020-11-03T07:34:26.893Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s)
07:34:26 [2020-11-03T07:34:26.893Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s)
07:34:26 [2020-11-03T07:34:26.893Z] === RUN   TestUpdateRestartPolicy
07:34:28 [2020-11-03T07:34:28.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
07:34:33 [2020-11-03T07:34:33.688Z] --- PASS: TestBuildLabelWithTargets (8.00s)
07:34:33 [2020-11-03T07:34:33.688Z] === RUN   TestBuildWithEmptyLayers
07:34:36 [2020-11-03T07:34:36.206Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
07:34:36 [2020-11-03T07:34:36.206Z] === RUN   TestBuildMultiStageOnBuild
07:34:39 [2020-11-03T07:34:39.510Z] --- PASS: TestUpdateRestartPolicy (12.67s)
07:34:39 [2020-11-03T07:34:39.510Z] === RUN   TestUpdateRestartWithAutoRemove
07:34:40 [2020-11-03T07:34:40.144Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s)
07:34:40 [2020-11-03T07:34:40.144Z] === RUN   TestWaitNonBlocked
07:34:40 [2020-11-03T07:34:40.144Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
07:34:40 [2020-11-03T07:34:40.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
07:34:40 [2020-11-03T07:34:40.144Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
07:34:40 [2020-11-03T07:34:40.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
07:34:40 [2020-11-03T07:34:40.144Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
07:34:40 [2020-11-03T07:34:40.144Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
07:34:41 [2020-11-03T07:34:41.176Z] --- PASS: TestWaitNonBlocked (0.01s)
07:34:41 [2020-11-03T07:34:41.176Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s)
07:34:41 [2020-11-03T07:34:41.176Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s)
07:34:41 [2020-11-03T07:34:41.176Z] === RUN   TestWaitBlocked
07:34:41 [2020-11-03T07:34:41.176Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
07:34:41 [2020-11-03T07:34:41.176Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
07:34:41 [2020-11-03T07:34:41.176Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
07:34:41 [2020-11-03T07:34:41.176Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
07:34:41 [2020-11-03T07:34:41.176Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
07:34:41 [2020-11-03T07:34:41.176Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
07:34:41 [2020-11-03T07:34:41.453Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
07:34:41 [2020-11-03T07:34:41.453Z] === RUN   TestBuildUncleanTarFilenames
07:34:41 [2020-11-03T07:34:41.709Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
07:34:41 [2020-11-03T07:34:41.709Z] === RUN   TestBuildMultiStageLayerLeak
07:34:42 [2020-11-03T07:34:42.681Z] --- PASS: TestWaitBlocked (0.01s)
07:34:42 [2020-11-03T07:34:42.681Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s)
07:34:42 [2020-11-03T07:34:42.681Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.32s)
07:34:42 [2020-11-03T07:34:42.681Z] === CONT  TestContainerStartOnDaemonRestart
07:34:42 [2020-11-03T07:34:42.681Z] === CONT  TestIpcModeOlderClient
07:34:42 [2020-11-03T07:34:42.971Z] --- PASS: TestIpcModeOlderClient (0.21s)
07:34:42 [2020-11-03T07:34:42.971Z] === CONT  TestDaemonHostGatewayIP
07:34:45 [2020-11-03T07:34:45.741Z] --- PASS: TestContainerStartOnDaemonRestart (2.83s)
07:34:45 [2020-11-03T07:34:45.741Z] === CONT  TestContainerKillOnDaemonStart
07:34:46 [2020-11-03T07:34:46.383Z] --- PASS: TestDaemonHostGatewayIP (3.52s)
07:34:46 [2020-11-03T07:34:46.383Z] === CONT  TestDaemonRestartIpcMode
07:34:46 [2020-11-03T07:34:46.957Z] --- PASS: TestBuildMultiStageLayerLeak (4.34s)
07:34:46 [2020-11-03T07:34:46.957Z] === RUN   TestBuildWithHugeFile
07:34:49 [2020-11-03T07:34:49.892Z] --- PASS: TestDaemonRestartIpcMode (3.49s)
07:34:49 [2020-11-03T07:34:49.987Z] sha256:2962aa32a68ec29de3c5464fc6ba1cc6575dc586e8de6458519acec498c9111c
07:34:49 [2020-11-03T07:34:49.987Z] INFO: Starting docker-py tests...
07:34:49 [2020-11-03T07:34:49.987Z] ============================= test session starts ==============================
07:34:49 [2020-11-03T07:34:49.987Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1
07:34:49 [2020-11-03T07:34:49.987Z] rootdir: /src, inifile: pytest.ini
07:34:49 [2020-11-03T07:34:49.987Z] plugins: timeout-1.3.3, cov-2.6.1
07:34:49 [2020-11-03T07:34:49.987Z] collected 389 items / 1 deselected / 388 selected
07:34:49 [2020-11-03T07:34:49.987Z] 
07:34:58 [2020-11-03T07:34:58.358Z] --- PASS: TestContainerKillOnDaemonStart (12.29s)
07:34:58 [2020-11-03T07:34:58.358Z] PASS
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] === Skipped
07:34:58 [2020-11-03T07:34:58.358Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
07:34:58 [2020-11-03T07:34:58.358Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
07:34:58 [2020-11-03T07:34:58.358Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
07:34:58 [2020-11-03T07:34:58.358Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
07:34:58 [2020-11-03T07:34:58.358Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
07:34:58 [2020-11-03T07:34:58.358Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
07:34:58 [2020-11-03T07:34:58.358Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] 
07:34:58 [2020-11-03T07:34:58.358Z] DONE 193 tests, 6 skipped in 150.180s
07:34:58 [2020-11-03T07:34:58.358Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
07:34:58 [2020-11-03T07:34:58.358Z] ++ 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
07:34:58 [2020-11-03T07:34:58.358Z] ++ set -e
07:34:58 [2020-11-03T07:34:58.358Z] ++ '[' -n 0 ']'
07:34:58 [2020-11-03T07:34:58.358Z] ++ set -x
07:34:58 [2020-11-03T07:34:58.358Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:34:58 [2020-11-03T07:34:58.358Z] INFO: Testing against a local daemon
07:34:58 [2020-11-03T07:34:58.358Z] === RUN   TestCommitInheritsEnv
07:34:58 [2020-11-03T07:34:58.358Z] --- PASS: TestCommitInheritsEnv (0.58s)
07:34:58 [2020-11-03T07:34:58.358Z] === RUN   TestImportExtremelyLargeImageWorks
07:34:58 [2020-11-03T07:34:58.358Z] === PAUSE TestImportExtremelyLargeImageWorks
07:34:58 [2020-11-03T07:34:58.358Z] === RUN   TestImagesFilterMultiReference
07:34:58 [2020-11-03T07:34:58.649Z] --- PASS: TestImagesFilterMultiReference (0.03s)
07:34:58 [2020-11-03T07:34:58.649Z] === RUN   TestImagePullPlatformInvalid
07:34:58 [2020-11-03T07:34:58.649Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
07:34:58 [2020-11-03T07:34:58.649Z] === RUN   TestRemoveImageOrphaning
07:34:58 [2020-11-03T07:34:58.939Z] --- PASS: TestRemoveImageOrphaning (0.51s)
07:34:58 [2020-11-03T07:34:58.939Z] === RUN   TestRemoveImageGarbageCollector
07:34:58 [2020-11-03T07:34:58.939Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
07:34:58 [2020-11-03T07:34:58.939Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:34:58 [2020-11-03T07:34:58.939Z] === RUN   TestTagUnprefixedRepoByNameOrName
07:34:58 [2020-11-03T07:34:58.939Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.01s)
07:34:58 [2020-11-03T07:34:58.939Z] === RUN   TestTagInvalidReference
07:34:58 [2020-11-03T07:34:58.939Z] --- PASS: TestTagInvalidReference (0.01s)
07:34:58 [2020-11-03T07:34:58.939Z] === RUN   TestTagValidPrefixedRepo
07:34:59 [2020-11-03T07:34:59.230Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
07:34:59 [2020-11-03T07:34:59.230Z] === RUN   TestTagExistedNameWithoutForce
07:34:59 [2020-11-03T07:34:59.230Z] --- PASS: TestTagExistedNameWithoutForce (0.01s)
07:34:59 [2020-11-03T07:34:59.230Z] === RUN   TestTagOfficialNames
07:34:59 [2020-11-03T07:34:59.230Z] --- PASS: TestTagOfficialNames (0.04s)
07:34:59 [2020-11-03T07:34:59.230Z] === RUN   TestTagMatchesDigest
07:34:59 [2020-11-03T07:34:59.230Z] --- PASS: TestTagMatchesDigest (0.01s)
07:34:59 [2020-11-03T07:34:59.230Z] === CONT  TestImportExtremelyLargeImageWorks
07:35:00 [2020-11-03T07:35:00.610Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
07:35:00 [2020-11-03T07:35:00.611Z] 
07:35:00 [2020-11-03T07:35:00.611Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:35:00 [2020-11-03T07:35:00.611Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:35:00 [2020-11-03T07:35:00.611Z] HOSTNAME=5e6ffa10f205
07:35:00 [2020-11-03T07:35:00.611Z] TESTDEBUG=0
07:35:00 [2020-11-03T07:35:00.611Z] DEST=bundles/test-integration
07:35:00 [2020-11-03T07:35:00.611Z] PWD=/go/src/github.com/docker/docker
07:35:00 [2020-11-03T07:35:00.611Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:35:00 [2020-11-03T07:35:00.611Z] container=docker
07:35:00 [2020-11-03T07:35:00.611Z] HOME=/root
07:35:00 [2020-11-03T07:35:00.611Z] GOLANG_VERSION=1.13.15
07:35:00 [2020-11-03T07:35:00.611Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:35:00 [2020-11-03T07:35:00.611Z] VALIDATE_BRANCH=master
07:35:00 [2020-11-03T07:35:00.611Z] TERM=xterm
07:35:00 [2020-11-03T07:35:00.611Z] DOCKER_PKG=github.com/docker/docker
07:35:00 [2020-11-03T07:35:00.611Z] SHLVL=1
07:35:00 [2020-11-03T07:35:00.611Z] TIMEOUT=120m
07:35:00 [2020-11-03T07:35:00.611Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:35:00 [2020-11-03T07:35:00.611Z] DOCKER_GRAPHDRIVER=overlay2
07:35:00 [2020-11-03T07:35:00.611Z] GO111MODULE=off
07:35:00 [2020-11-03T07:35:00.611Z] DOCKER_EXPERIMENTAL=1
07:35:00 [2020-11-03T07:35:00.611Z] TEST_SKIP_INTEGRATION_CLI=1
07:35:00 [2020-11-03T07:35:00.611Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:35:00 [2020-11-03T07:35:00.611Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:35:00 [2020-11-03T07:35:00.611Z] GOPATH=/go
07:35:00 [2020-11-03T07:35:00.611Z] PKG_CONFIG=pkg-config
07:35:00 [2020-11-03T07:35:00.611Z] _=/usr/bin/env
07:35:00 [2020-11-03T07:35:00.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:35:03 [2020-11-03T07:35:03.522Z] ok  	github.com/docker/docker/cmd/dockerd	0.197s	coverage: 29.1% of statements
07:35:03 [2020-11-03T07:35:03.522Z] ok  	github.com/docker/docker/container	0.205s	coverage: 34.7% of statements
07:35:03 [2020-11-03T07:35:03.522Z] ?   	github.com/docker/docker/container/stream	[no test files]
07:35:03 [2020-11-03T07:35:03.522Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
07:35:03 [2020-11-03T07:35:03.522Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
07:35:03 [2020-11-03T07:35:03.522Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
07:35:04 [2020-11-03T07:35:04.611Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.063s	coverage: 65.3% of statements
07:35:04 [2020-11-03T07:35:04.788Z] tests/integration/api_build_test.py .......................X             [  6%]
07:35:05 [2020-11-03T07:35:05.615Z] tests/integration/api_client_test.py .....                               [  7%]
07:35:07 [2020-11-03T07:35:07.379Z] tests/integration/api_config_test.py .....                               [  8%]
07:35:09 [2020-11-03T07:35:09.187Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.049s	coverage: 35.9% of statements
07:35:09 [2020-11-03T07:35:09.836Z] ok  	github.com/docker/docker/daemon/cluster	0.170s	coverage: 0.5% of statements
07:35:12 [2020-11-03T07:35:12.457Z] Removing intermediate container d218d6dbf1ba
07:35:12 [2020-11-03T07:35:12.457Z]  ---> 08e90aa44090
07:35:12 [2020-11-03T07:35:12.457Z] 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
07:35:12 [2020-11-03T07:35:12.457Z]  ---> Running in ee9958022c77
07:35:12 [2020-11-03T07:35:12.457Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
07:35:12 [2020-11-03T07:35:12.457Z] go: finding gotest.tools v0.5.3
07:35:12 [2020-11-03T07:35:12.457Z] go: finding gotest.tools/gotestsum v0.5.3
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading gotest.tools/gotestsum v0.5.3
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting gotest.tools/gotestsum v0.5.3
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/fatih/color v1.9.0
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/spf13/pflag v1.0.3
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/pkg/errors v0.9.1
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/fatih/color v1.9.0
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/pkg/errors v0.9.1
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/spf13/pflag v1.0.3
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/jonboulle/clockwork v0.1.0
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/jonboulle/clockwork v0.1.0
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/mattn/go-colorable v0.1.6
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/mattn/go-colorable v0.1.6
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading github.com/mattn/go-isatty v0.0.12
07:35:12 [2020-11-03T07:35:12.457Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting github.com/mattn/go-isatty v0.0.12
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:35:12 [2020-11-03T07:35:12.457Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/fatih/color v1.9.0
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/pkg/errors v0.9.1
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/spf13/pflag v1.0.3
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/mattn/go-colorable v0.1.6
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/mattn/go-isatty v0.0.12
07:35:12 [2020-11-03T07:35:12.457Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
07:35:12 [2020-11-03T07:35:12.457Z] go: finding github.com/jonboulle/clockwork v0.1.0
07:35:12 [2020-11-03T07:35:12.457Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
07:35:12 [2020-11-03T07:35:12.457Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
07:35:12 [2020-11-03T07:35:12.457Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
07:35:14 [2020-11-03T07:35:14.356Z] ok  	github.com/docker/docker/daemon/discovery	0.020s	coverage: 30.0% of statements
07:35:15 [2020-11-03T07:35:15.393Z] INFO: Build done for gotestsum...
07:35:15 [2020-11-03T07:35:15.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:35:16 [2020-11-03T07:35:16.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
07:35:17 [2020-11-03T07:35:17.127Z] ok  	github.com/docker/docker/daemon/events	0.065s	coverage: 50.0% of statements
07:35:17 [2020-11-03T07:35:17.127Z] ok  	github.com/docker/docker/daemon/config	0.094s	coverage: 81.8% of statements
07:35:19 [2020-11-03T07:35:19.221Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.2% of statements
07:35:20 [2020-11-03T07:35:20.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
07:35:22 [2020-11-03T07:35:22.772Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
07:35:23 [2020-11-03T07:35:23.080Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.488s	coverage: 14.0% of statements
07:35:24 [2020-11-03T07:35:24.129Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.734s	coverage: 57.1% of statements
07:35:26 [2020-11-03T07:35:26.910Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.8% of statements
07:35:28 [2020-11-03T07:35:28.441Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	7.944s	coverage: 69.2% of statements
07:35:28 [2020-11-03T07:35:28.739Z] ok  	github.com/docker/docker/daemon	12.415s	coverage: 17.2% of statements
07:35:28 [2020-11-03T07:35:28.739Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
07:35:28 [2020-11-03T07:35:28.739Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
07:35:28 [2020-11-03T07:35:28.739Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
07:35:28 [2020-11-03T07:35:28.739Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
07:35:29 [2020-11-03T07:35:29.875Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.593s	coverage: 45.9% of statements
07:35:29 [2020-11-03T07:35:29.875Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
07:35:31 [2020-11-03T07:35:31.512Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.408s	coverage: 49.5% of statements
07:35:32 [2020-11-03T07:35:32.182Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.038s	coverage: 58.0% of statements
07:35:33 [2020-11-03T07:35:33.149Z] Removing intermediate container ee9958022c77
07:35:33 [2020-11-03T07:35:33.149Z]  ---> f053955384d5
07:35:33 [2020-11-03T07:35:33.149Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
07:35:33 [2020-11-03T07:35:33.149Z]  ---> Running in 627f23eb6992
07:35:33 [2020-11-03T07:35:33.149Z] Removing intermediate container 627f23eb6992
07:35:33 [2020-11-03T07:35:33.149Z]  ---> 94281d9fc2eb
07:35:33 [2020-11-03T07:35:33.149Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
07:35:33 [2020-11-03T07:35:33.149Z]  ---> Running in ad91b7dce471
07:35:33 [2020-11-03T07:35:33.149Z] Removing intermediate container ad91b7dce471
07:35:33 [2020-11-03T07:35:33.149Z]  ---> 21460d5f104c
07:35:33 [2020-11-03T07:35:33.149Z] Step 10/10 : COPY . .
07:35:33 [2020-11-03T07:35:33.311Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.011s	coverage: 3.0% of statements
07:35:33 [2020-11-03T07:35:33.642Z] ok  	github.com/docker/docker/daemon/links	0.023s	coverage: 93.0% of statements
07:35:36 [2020-11-03T07:35:36.415Z] ok  	github.com/docker/docker/daemon/logger	0.237s	coverage: 41.0% of statements
07:35:36 [2020-11-03T07:35:36.711Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.120s	coverage: 52.1% of statements
07:35:36 [2020-11-03T07:35:36.711Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
07:35:36 [2020-11-03T07:35:36.711Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
07:35:37 [2020-11-03T07:35:37.354Z] ok  	github.com/docker/docker/daemon/images	0.024s	coverage: 4.9% of statements
07:35:37 [2020-11-03T07:35:37.354Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
07:35:37 [2020-11-03T07:35:37.354Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
07:35:37 [2020-11-03T07:35:37.569Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
07:35:38 [2020-11-03T07:35:38.009Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.594s	coverage: 77.8% of statements
07:35:38 [2020-11-03T07:35:38.009Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
07:35:38 [2020-11-03T07:35:38.009Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
07:35:39 [2020-11-03T07:35:39.065Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.027s	coverage: 67.0% of statements
07:35:39 [2020-11-03T07:35:39.361Z] ok  	github.com/docker/docker/daemon/logger/journald	0.027s	coverage: 23.9% of statements
07:35:39 [2020-11-03T07:35:39.659Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.045s	coverage: 87.2% of statements
07:35:40 [2020-11-03T07:35:40.718Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.011s	coverage: 61.6% of statements
07:35:42 [2020-11-03T07:35:42.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
07:35:42 [2020-11-03T07:35:42.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
07:35:42 [2020-11-03T07:35:42.254Z] ok  	github.com/docker/docker/daemon/logger/local	0.084s	coverage: 75.2% of statements
07:35:42 [2020-11-03T07:35:42.254Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
07:35:42 [2020-11-03T07:35:42.552Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.039s	coverage: 37.7% of statements
07:35:43 [2020-11-03T07:35:43.136Z] --- PASS: TestBuildWithHugeFile (52.01s)
07:35:43 [2020-11-03T07:35:43.137Z] === RUN   TestBuildWithEmptyDockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:35:43 [2020-11-03T07:35:43.137Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
07:35:43 [2020-11-03T07:35:43.137Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
07:35:43 [2020-11-03T07:35:43.137Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
07:35:43 [2020-11-03T07:35:43.137Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
07:35:43 [2020-11-03T07:35:43.137Z] === RUN   TestBuildPreserveOwnership
07:35:43 [2020-11-03T07:35:43.137Z] === RUN   TestBuildPreserveOwnership/copy_from
07:35:43 [2020-11-03T07:35:43.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
07:35:43 [2020-11-03T07:35:43.198Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.038s	coverage: 33.3% of statements
07:35:44 [2020-11-03T07:35:44.066Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
07:35:44 [2020-11-03T07:35:44.262Z] ok  	github.com/docker/docker/daemon/logger/templates	0.007s	coverage: 8.3% of statements
07:35:44 [2020-11-03T07:35:44.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
07:35:44 [2020-11-03T07:35:44.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
07:35:45 [2020-11-03T07:35:45.346Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.067s	coverage: 46.8% of statements
07:35:46 [2020-11-03T07:35:46.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
07:35:46 [2020-11-03T07:35:46.396Z] ok  	github.com/docker/docker/daemon/network	0.008s	coverage: 63.8% of statements
07:35:46 [2020-11-03T07:35:46.396Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.429s	coverage: 82.5% of statements
07:35:46 [2020-11-03T07:35:46.396Z] ?   	github.com/docker/docker/daemon/names	[no test files]
07:35:46 [2020-11-03T07:35:46.396Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
07:35:48 [2020-11-03T07:35:48.232Z] --- PASS: TestBuildPreserveOwnership (9.64s)
07:35:48 [2020-11-03T07:35:48.232Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.64s)
07:35:48 [2020-11-03T07:35:48.232Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
07:35:48 [2020-11-03T07:35:48.232Z] === RUN   TestBuildPlatformInvalid
07:35:48 [2020-11-03T07:35:48.232Z] --- PASS: TestBuildPlatformInvalid (0.09s)
07:35:48 [2020-11-03T07:35:48.232Z] PASS
07:35:48 [2020-11-03T07:35:48.232Z] 
07:35:48 [2020-11-03T07:35:48.232Z] === Skipped
07:35:48 [2020-11-03T07:35:48.232Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
07:35:48 [2020-11-03T07:35:48.232Z]     build_session_test.go:25: TODO: BuildKit
07:35:48 [2020-11-03T07:35:48.232Z] 
07:35:48 [2020-11-03T07:35:48.232Z] 
07:35:48 [2020-11-03T07:35:48.232Z] DONE 32 tests, 1 skipped in 126.183s
07:35:48 [2020-11-03T07:35:48.232Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
07:35:48 [2020-11-03T07:35:48.232Z] INFO: Testing against a local daemon
07:35:48 [2020-11-03T07:35:48.232Z] === RUN   TestConfigInspect
07:35:48 [2020-11-03T07:35:48.489Z] --- SKIP: TestConfigInspect (0.03s)
07:35:48 [2020-11-03T07:35:48.489Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:48 [2020-11-03T07:35:48.489Z] === RUN   TestConfigList
07:35:48 [2020-11-03T07:35:48.489Z] --- SKIP: TestConfigList (0.01s)
07:35:48 [2020-11-03T07:35:48.489Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:48 [2020-11-03T07:35:48.489Z] === RUN   TestConfigsCreateAndDelete
07:35:48 [2020-11-03T07:35:48.489Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
07:35:48 [2020-11-03T07:35:48.489Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:48 [2020-11-03T07:35:48.489Z] === RUN   TestConfigsUpdate
07:35:48 [2020-11-03T07:35:48.489Z] --- SKIP: TestConfigsUpdate (0.02s)
07:35:48 [2020-11-03T07:35:48.489Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:48 [2020-11-03T07:35:48.489Z] === RUN   TestTemplatedConfig
07:35:48 [2020-11-03T07:35:48.489Z] --- SKIP: TestTemplatedConfig (0.00s)
07:35:48 [2020-11-03T07:35:48.489Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:48 [2020-11-03T07:35:48.489Z] === RUN   TestConfigCreateResolve
07:35:48 [2020-11-03T07:35:48.489Z] --- SKIP: TestConfigCreateResolve (0.01s)
07:35:48 [2020-11-03T07:35:48.489Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:48 [2020-11-03T07:35:48.489Z] === RUN   TestConfigDaemonLibtrustID
07:35:49 [2020-11-03T07:35:49.187Z] ok  	github.com/docker/docker/distribution/metadata	0.142s	coverage: 48.2% of statements
07:35:49 [2020-11-03T07:35:49.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
07:35:49 [2020-11-03T07:35:49.839Z] ok  	github.com/docker/docker/errdefs	0.028s	coverage: 49.4% of statements
07:35:49 [2020-11-03T07:35:49.858Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
07:35:49 [2020-11-03T07:35:49.858Z] PASS
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] === Skipped
07:35:49 [2020-11-03T07:35:49.858Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s)
07:35:49 [2020-11-03T07:35:49.858Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
07:35:49 [2020-11-03T07:35:49.858Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
07:35:49 [2020-11-03T07:35:49.858Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
07:35:49 [2020-11-03T07:35:49.858Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
07:35:49 [2020-11-03T07:35:49.858Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
07:35:49 [2020-11-03T07:35:49.858Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] 
07:35:49 [2020-11-03T07:35:49.858Z] DONE 7 tests, 6 skipped in 1.734s
07:35:49 [2020-11-03T07:35:49.858Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
07:35:50 [2020-11-03T07:35:50.115Z] INFO: Testing against a local daemon
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestCheckpoint
07:35:50 [2020-11-03T07:35:50.115Z] --- SKIP: TestCheckpoint (0.00s)
07:35:50 [2020-11-03T07:35:50.115Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestContainerInvalidJSON
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
07:35:50 [2020-11-03T07:35:50.115Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
07:35:50 [2020-11-03T07:35:50.115Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
07:35:50 [2020-11-03T07:35:50.115Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
07:35:50 [2020-11-03T07:35:50.115Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
07:35:50 [2020-11-03T07:35:50.115Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
07:35:50 [2020-11-03T07:35:50.115Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
07:35:50 [2020-11-03T07:35:50.115Z] --- PASS: TestContainerInvalidJSON (0.02s)
07:35:50 [2020-11-03T07:35:50.115Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
07:35:50 [2020-11-03T07:35:50.115Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
07:35:50 [2020-11-03T07:35:50.115Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestCopyFromContainerPathDoesNotExist
07:35:50 [2020-11-03T07:35:50.115Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestCopyFromContainerPathIsNotDir
07:35:50 [2020-11-03T07:35:50.115Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
07:35:50 [2020-11-03T07:35:50.115Z] === RUN   TestCopyToContainerPathDoesNotExist
07:35:50 [2020-11-03T07:35:50.135Z] ok  	github.com/docker/docker/distribution	0.408s	coverage: 21.9% of statements
07:35:50 [2020-11-03T07:35:50.136Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
07:35:50 [2020-11-03T07:35:50.371Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
07:35:50 [2020-11-03T07:35:50.371Z] === RUN   TestCopyToContainerPathIsNotDir
07:35:50 [2020-11-03T07:35:50.371Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
07:35:50 [2020-11-03T07:35:50.371Z] === RUN   TestCopyFromContainer
07:35:51 [2020-11-03T07:35:51.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
07:35:52 [2020-11-03T07:35:52.238Z] ok  	github.com/docker/docker/distribution/xfer	1.687s	coverage: 85.1% of statements
07:35:52 [2020-11-03T07:35:52.238Z] ?   	github.com/docker/docker/dockerversion	[no test files]
07:35:52 [2020-11-03T07:35:52.891Z] ok  	github.com/docker/docker/image	0.097s	coverage: 86.4% of statements
07:35:53 [2020-11-03T07:35:53.189Z] ok  	github.com/docker/docker/image/cache	0.018s	coverage: 19.2% of statements
07:35:53 [2020-11-03T07:35:53.189Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
07:35:53 [2020-11-03T07:35:53.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
07:35:53 [2020-11-03T07:35:53.837Z] ok  	github.com/docker/docker/image/v1	0.018s	coverage: 25.0% of statements
07:35:53 [2020-11-03T07:35:53.837Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
07:35:53 [2020-11-03T07:35:53.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer//
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer//bar/root
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer//bar/root/
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer/bar/quux
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer/bar/quux/
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer/bar/quux/baz
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer/bar/filesymlink
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer/bar/dirsymlink
07:35:54 [2020-11-03T07:35:54.537Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCopyFromContainer/bar/notarget
07:35:54 [2020-11-03T07:35:54.794Z] --- PASS: TestCopyFromContainer (4.46s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer// (0.08s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:35:54 [2020-11-03T07:35:54.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:35:54 [2020-11-03T07:35:54.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
07:35:54 [2020-11-03T07:35:54.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
07:35:54 [2020-11-03T07:35:54.794Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:35:54 [2020-11-03T07:35:54.794Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
07:35:54 [2020-11-03T07:35:54.794Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:35:54 [2020-11-03T07:35:54.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateLinkToNonExistingContainer
07:35:54 [2020-11-03T07:35:54.794Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateWithInvalidEnv
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateWithInvalidEnv/0
07:35:54 [2020-11-03T07:35:54.794Z] === PAUSE TestCreateWithInvalidEnv/0
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateWithInvalidEnv/1
07:35:54 [2020-11-03T07:35:54.794Z] === PAUSE TestCreateWithInvalidEnv/1
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateWithInvalidEnv/2
07:35:54 [2020-11-03T07:35:54.794Z] === PAUSE TestCreateWithInvalidEnv/2
07:35:54 [2020-11-03T07:35:54.794Z] === CONT  TestCreateWithInvalidEnv/0
07:35:54 [2020-11-03T07:35:54.794Z] === CONT  TestCreateWithInvalidEnv/2
07:35:54 [2020-11-03T07:35:54.794Z] === CONT  TestCreateWithInvalidEnv/1
07:35:54 [2020-11-03T07:35:54.794Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
07:35:54 [2020-11-03T07:35:54.794Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateTmpfsMountsTarget
07:35:54 [2020-11-03T07:35:54.794Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
07:35:54 [2020-11-03T07:35:54.794Z] === RUN   TestCreateWithCustomMaskedPaths
07:35:54 [2020-11-03T07:35:54.898Z] ok  	github.com/docker/docker/libcontainerd/queue	0.031s	coverage: 100.0% of statements
07:35:55 [2020-11-03T07:35:55.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
07:35:55 [2020-11-03T07:35:55.953Z] ok  	github.com/docker/docker/pkg/aaparser	0.018s	coverage: 52.9% of statements
07:35:56 [2020-11-03T07:35:56.160Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s)
07:35:56 [2020-11-03T07:35:56.160Z] === RUN   TestCreateWithCustomReadonlyPaths
07:35:56 [2020-11-03T07:35:56.253Z] ok  	github.com/docker/docker/oci	0.015s	coverage: 8.2% of statements
07:35:56 [2020-11-03T07:35:56.553Z] ok  	github.com/docker/docker/opts	0.099s	coverage: 67.1% of statements
07:35:56 [2020-11-03T07:35:56.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
07:35:57 [2020-11-03T07:35:57.525Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s)
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateWithInvalidHealthcheckParams
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:35:57 [2020-11-03T07:35:57.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:35:57 [2020-11-03T07:35:57.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:35:57 [2020-11-03T07:35:57.525Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:35:57 [2020-11-03T07:35:57.525Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:35:57 [2020-11-03T07:35:57.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
07:35:57 [2020-11-03T07:35:57.525Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
07:35:57 [2020-11-03T07:35:57.525Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
07:35:57 [2020-11-03T07:35:57.525Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
07:35:57 [2020-11-03T07:35:57.525Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
07:35:57 [2020-11-03T07:35:57.525Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
07:35:57 [2020-11-03T07:35:57.525Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
07:35:57 [2020-11-03T07:35:57.782Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestCreateDifferentPlatform
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestCreateDifferentPlatform/different_os
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
07:35:57 [2020-11-03T07:35:57.782Z] --- PASS: TestCreateDifferentPlatform (0.01s)
07:35:57 [2020-11-03T07:35:57.782Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
07:35:57 [2020-11-03T07:35:57.782Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestCreateVolumesFromNonExistingContainer
07:35:57 [2020-11-03T07:35:57.782Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
07:35:57 [2020-11-03T07:35:57.782Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestContainerStartOnDaemonRestart
07:35:57 [2020-11-03T07:35:57.782Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
07:35:57 [2020-11-03T07:35:57.782Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestDaemonRestartIpcMode
07:35:57 [2020-11-03T07:35:57.782Z] === PAUSE TestDaemonRestartIpcMode
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestDaemonHostGatewayIP
07:35:57 [2020-11-03T07:35:57.782Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
07:35:57 [2020-11-03T07:35:57.782Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestContainerKillOnDaemonStart
07:35:57 [2020-11-03T07:35:57.782Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
07:35:57 [2020-11-03T07:35:57.782Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
07:35:57 [2020-11-03T07:35:57.782Z] === RUN   TestDiff
07:35:58 [2020-11-03T07:35:58.038Z] --- PASS: TestDiff (0.39s)
07:35:58 [2020-11-03T07:35:58.038Z] === RUN   TestExecWithCloseStdin
07:35:58 [2020-11-03T07:35:58.365Z]  ---> 4e0a095726fb
07:35:58 [2020-11-03T07:35:58.601Z] --- PASS: TestExecWithCloseStdin (0.45s)
07:35:58 [2020-11-03T07:35:58.601Z] === RUN   TestExec
07:35:58 [2020-11-03T07:35:58.651Z] ok  	github.com/docker/docker/pkg/broadcaster	0.018s	coverage: 100.0% of statements
07:35:58 [2020-11-03T07:35:58.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
07:35:58 [2020-11-03T07:35:58.947Z] ok  	github.com/docker/docker/pkg/capabilities	0.006s	coverage: 87.5% of statements
07:35:59 [2020-11-03T07:35:59.163Z] --- PASS: TestExec (0.44s)
07:35:59 [2020-11-03T07:35:59.163Z] === RUN   TestExecUser
07:35:59 [2020-11-03T07:35:59.341Z] Successfully built 4e0a095726fb
07:35:59 [2020-11-03T07:35:59.342Z] Successfully tagged docker:latest
07:35:59 [2020-11-03T07:35:59.419Z] --- PASS: TestExecUser (0.48s)
07:35:59 [2020-11-03T07:35:59.419Z] === RUN   TestExportContainerAndImportImage
07:35:59 [2020-11-03T07:35:59.592Z] ok  	github.com/docker/docker/pkg/authorization	0.883s	coverage: 68.3% of statements
07:35:59 [2020-11-03T07:35:59.804Z] INFO: Image build ended at 11/03/2020 07:35:59. Duration:00:03:50.3346408
07:35:59 [2020-11-03T07:35:59.804Z] 
07:35:59 [2020-11-03T07:35:59.804Z] 
07:35:59 [2020-11-03T07:35:59.804Z] INFO: Building the test binaries at 11/03/2020 07:35:59...
07:35:59 [2020-11-03T07:35:59.981Z] --- PASS: TestExportContainerAndImportImage (0.58s)
07:35:59 [2020-11-03T07:35:59.981Z] === RUN   TestExportContainerAfterDaemonRestart
07:36:00 [2020-11-03T07:36:00.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
07:36:00 [2020-11-03T07:36:00.645Z] ok  	github.com/docker/docker/pkg/archive	1.258s	coverage: 76.9% of statements
07:36:00 [2020-11-03T07:36:00.645Z] ok  	github.com/docker/docker/pkg/directory	0.008s	coverage: 80.0% of statements
07:36:01 [2020-11-03T07:36:01.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
07:36:01 [2020-11-03T07:36:01.701Z] ok  	github.com/docker/docker/pkg/discovery	0.008s	coverage: 58.3% of statements
07:36:01 [2020-11-03T07:36:01.701Z] ok  	github.com/docker/docker/pkg/discovery/file	0.020s	coverage: 92.9% of statements
07:36:02 [2020-11-03T07:36:02.753Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
07:36:02 [2020-11-03T07:36:02.909Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:36:02 [2020-11-03T07:36:02.909Z] Using test binary docker
07:36:02 [2020-11-03T07:36:02.909Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
07:36:02 [2020-11-03T07:36:02.909Z] +++ /etc/init.d/apparmor start
07:36:02 [2020-11-03T07:36:02.909Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:36:02 [2020-11-03T07:36:02.909Z] INFO: Waiting for daemon to start...
07:36:02 [2020-11-03T07:36:02.909Z] Starting dockerd
07:36:02 [2020-11-03T07:36:02.909Z] +++ 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
07:36:03 [2020-11-03T07:36:03.398Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
07:36:03 [2020-11-03T07:36:03.694Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
07:36:04 [2020-11-03T07:36:04.148Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s)
07:36:04 [2020-11-03T07:36:04.148Z] === RUN   TestHealthCheckWorkdir
07:36:04 [2020-11-03T07:36:04.148Z] --- PASS: TestHealthCheckWorkdir (0.56s)
07:36:04 [2020-11-03T07:36:04.148Z] === RUN   TestHealthKillContainer
07:36:04 [2020-11-03T07:36:04.529Z] INFO: make.ps1 starting at 11/03/2020 07:36:04
07:36:04 [2020-11-03T07:36:04.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
07:36:04 [2020-11-03T07:36:04.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
07:36:04 [2020-11-03T07:36:04.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
07:36:04 [2020-11-03T07:36:04.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
07:36:04 [2020-11-03T07:36:04.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
07:36:04 [2020-11-03T07:36:04.750Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.780s	coverage: 43.2% of statements
07:36:04 [2020-11-03T07:36:04.992Z] INFO: Git commit (c208f03fbd) assumed from DOCKER_GITCOMMIT environment variable
07:36:04 [2020-11-03T07:36:04.992Z] INFO: Invoking autogen...
07:36:05 [2020-11-03T07:36:05.087Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
07:36:05 [2020-11-03T07:36:05.087Z] ok  	github.com/docker/docker/layer	7.776s	coverage: 68.8% of statements
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/oci/caps	[no test files]
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
07:36:05 [2020-11-03T07:36:05.087Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
07:36:05 [2020-11-03T07:36:05.384Z] ok  	github.com/docker/docker/pkg/fileutils	0.060s	coverage: 89.5% of statements
07:36:05 [2020-11-03T07:36:05.968Z] INFO: Building daemon...
07:36:06 [2020-11-03T07:36:06.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
07:36:06 [2020-11-03T07:36:06.449Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.105s	coverage: 84.1% of statements
07:36:06 [2020-11-03T07:36:06.449Z] ok  	github.com/docker/docker/pkg/fsutils	0.417s	coverage: 85.1% of statements
07:36:06 [2020-11-03T07:36:06.449Z] ok  	github.com/docker/docker/pkg/homedir	0.022s	coverage: 11.4% of statements
07:36:06 [2020-11-03T07:36:06.666Z] --- PASS: TestHealthKillContainer (2.49s)
07:36:06 [2020-11-03T07:36:06.666Z] === RUN   TestInspectCpusetInConfigPre120
07:36:06 [2020-11-03T07:36:06.923Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s)
07:36:06 [2020-11-03T07:36:06.923Z] === RUN   TestIpcModeNone
07:36:07 [2020-11-03T07:36:07.179Z] --- PASS: TestIpcModeNone (0.43s)
07:36:07 [2020-11-03T07:36:07.179Z] === RUN   TestIpcModePrivate
07:36:07 [2020-11-03T07:36:07.740Z] --- PASS: TestIpcModePrivate (0.46s)
07:36:07 [2020-11-03T07:36:07.740Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
07:36:07 [2020-11-03T07:36:07.740Z] === RUN   TestIpcModeShareable
07:36:07 [2020-11-03T07:36:07.740Z] --- SKIP: TestIpcModeShareable (0.00s)
07:36:07 [2020-11-03T07:36:07.740Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:36:07 [2020-11-03T07:36:07.740Z] === RUN   TestAPIIpcModeShareableAndContainer
07:36:07 [2020-11-03T07:36:07.986Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
07:36:07 [2020-11-03T07:36:07.986Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.010s	coverage: 91.7% of statements
07:36:08 [2020-11-03T07:36:08.284Z] ok  	github.com/docker/docker/pkg/idtools	0.740s	coverage: 70.1% of statements
07:36:08 [2020-11-03T07:36:08.284Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.019s	coverage: 85.7% of statements
07:36:08 [2020-11-03T07:36:08.583Z] ok  	github.com/docker/docker/pkg/parsers	0.006s	coverage: 97.0% of statements
07:36:08 [2020-11-03T07:36:08.880Z] ok  	github.com/docker/docker/pkg/ioutils	1.193s	coverage: 68.8% of statements
07:36:08 [2020-11-03T07:36:08.880Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
07:36:08 [2020-11-03T07:36:08.880Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
07:36:08 [2020-11-03T07:36:08.880Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
07:36:08 [2020-11-03T07:36:08.880Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
07:36:09 [2020-11-03T07:36:09.108Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s)
07:36:09 [2020-11-03T07:36:09.108Z] === RUN   TestAPIIpcModeHost
07:36:09 [2020-11-03T07:36:09.108Z] --- SKIP: TestAPIIpcModeHost (0.00s)
07:36:09 [2020-11-03T07:36:09.108Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:36:09 [2020-11-03T07:36:09.108Z] === RUN   TestDaemonIpcModeShareable
07:36:09 [2020-11-03T07:36:09.108Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
07:36:09 [2020-11-03T07:36:09.108Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:36:09 [2020-11-03T07:36:09.108Z] === RUN   TestDaemonIpcModePrivate
07:36:09 [2020-11-03T07:36:09.182Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.018s	coverage: 60.0% of statements
07:36:09 [2020-11-03T07:36:09.479Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.008s	coverage: 86.7% of statements
07:36:09 [2020-11-03T07:36:09.775Z] ok  	github.com/docker/docker/pkg/pidfile	0.017s	coverage: 82.4% of statements
07:36:09 [2020-11-03T07:36:09.775Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
07:36:09 [2020-11-03T07:36:09.775Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
07:36:10 [2020-11-03T07:36:10.838Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.044s	coverage: 56.8% of statements
07:36:11 [2020-11-03T07:36:11.044Z] .
07:36:11 [2020-11-03T07:36:11.045Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:36:11 [2020-11-03T07:36:11.045Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:36:11 [2020-11-03T07:36:11.045Z] Error: No such image: emptyfs
07:36:11 [2020-11-03T07:36:11.045Z] ++++ tar -cC bundles/test-integration/emptyfs .
07:36:11 [2020-11-03T07:36:11.045Z] ++++ docker load
07:36:11 [2020-11-03T07:36:11.045Z] Running integration-test (iteration 1)
07:36:11 [2020-11-03T07:36:11.045Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
07:36:11 [2020-11-03T07:36:11.045Z] ++ 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
07:36:11 [2020-11-03T07:36:11.045Z] ++ set -e
07:36:11 [2020-11-03T07:36:11.045Z] ++ '[' -n 0 ']'
07:36:11 [2020-11-03T07:36:11.045Z] ++ set -x
07:36:11 [2020-11-03T07:36:11.045Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:36:11 [2020-11-03T07:36:11.496Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.026s	coverage: 85.7% of statements
07:36:11 [2020-11-03T07:36:11.496Z] ok  	github.com/docker/docker/pkg/pools	0.028s	coverage: 88.2% of statements
07:36:11 [2020-11-03T07:36:11.625Z] --- PASS: TestDaemonIpcModePrivate (2.18s)
07:36:11 [2020-11-03T07:36:11.626Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
07:36:11 [2020-11-03T07:36:11.626Z] === RUN   TestDaemonIpcModePrivateFromConfig
07:36:11 [2020-11-03T07:36:11.626Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
07:36:11 [2020-11-03T07:36:11.626Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:36:11 [2020-11-03T07:36:11.626Z] === RUN   TestDaemonIpcModeShareableFromConfig
07:36:11 [2020-11-03T07:36:11.626Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
07:36:11 [2020-11-03T07:36:11.626Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:36:11 [2020-11-03T07:36:11.626Z] === RUN   TestIpcModeOlderClient
07:36:11 [2020-11-03T07:36:11.626Z] === PAUSE TestIpcModeOlderClient
07:36:11 [2020-11-03T07:36:11.626Z] === RUN   TestKillContainerInvalidSignal
07:36:11 [2020-11-03T07:36:11.792Z] ok  	github.com/docker/docker/pkg/progress	0.007s	coverage: 75.9% of statements
07:36:11 [2020-11-03T07:36:11.884Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
07:36:11 [2020-11-03T07:36:11.884Z] === RUN   TestKillContainer
07:36:11 [2020-11-03T07:36:11.884Z] === RUN   TestKillContainer/no_signal
07:36:12 [2020-11-03T07:36:12.144Z] === RUN   TestKillContainer/non_killing_signal
07:36:12 [2020-11-03T07:36:12.400Z] === RUN   TestKillContainer/killing_signal
07:36:12 [2020-11-03T07:36:12.431Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
07:36:12 [2020-11-03T07:36:12.963Z] --- PASS: TestKillContainer (1.28s)
07:36:12 [2020-11-03T07:36:12.963Z]     --- PASS: TestKillContainer/no_signal (0.40s)
07:36:12 [2020-11-03T07:36:12.963Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
07:36:12 [2020-11-03T07:36:12.963Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
07:36:12 [2020-11-03T07:36:12.963Z] === RUN   TestKillWithStopSignalAndRestartPolicies
07:36:12 [2020-11-03T07:36:12.963Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
07:36:13 [2020-11-03T07:36:13.073Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
07:36:13 [2020-11-03T07:36:13.073Z] ok  	github.com/docker/docker/pkg/pubsub	1.116s	coverage: 75.0% of statements
07:36:13 [2020-11-03T07:36:13.526Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
07:36:13 [2020-11-03T07:36:13.783Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s)
07:36:13 [2020-11-03T07:36:13.783Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
07:36:13 [2020-11-03T07:36:13.783Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s)
07:36:13 [2020-11-03T07:36:13.783Z] === RUN   TestKillStoppedContainer
07:36:14 [2020-11-03T07:36:14.039Z] --- PASS: TestKillStoppedContainer (0.05s)
07:36:14 [2020-11-03T07:36:14.039Z] === RUN   TestKillStoppedContainerAPIPre120
07:36:14 [2020-11-03T07:36:14.039Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
07:36:14 [2020-11-03T07:36:14.039Z] === RUN   TestKillDifferentUserContainer
07:36:14 [2020-11-03T07:36:14.126Z] ok  	github.com/docker/docker/pkg/stringid	0.004s	coverage: 70.6% of statements
07:36:14 [2020-11-03T07:36:14.126Z] ok  	github.com/docker/docker/pkg/streamformatter	0.008s	coverage: 66.2% of statements
07:36:14 [2020-11-03T07:36:14.295Z] --- PASS: TestKillDifferentUserContainer (0.41s)
07:36:14 [2020-11-03T07:36:14.295Z] === RUN   TestInspectOomKilledTrue
07:36:14 [2020-11-03T07:36:14.295Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
07:36:14 [2020-11-03T07:36:14.295Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:14 [2020-11-03T07:36:14.295Z] === RUN   TestInspectOomKilledFalse
07:36:14 [2020-11-03T07:36:14.295Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
07:36:14 [2020-11-03T07:36:14.295Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:36:14 [2020-11-03T07:36:14.295Z] === RUN   TestLinksEtcHostsContentMatch
07:36:14 [2020-11-03T07:36:14.295Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
07:36:14 [2020-11-03T07:36:14.295Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
07:36:14 [2020-11-03T07:36:14.295Z] === RUN   TestLinksContainerNames
07:36:14 [2020-11-03T07:36:14.437Z] ok  	github.com/docker/docker/pkg/symlink	0.028s	coverage: 87.7% of statements
07:36:15 [2020-11-03T07:36:15.263Z] --- PASS: TestLinksContainerNames (0.86s)
07:36:15 [2020-11-03T07:36:15.263Z] === RUN   TestLogsFollowTailEmpty
07:36:15 [2020-11-03T07:36:15.503Z] ok  	github.com/docker/docker/pkg/signal	2.877s	coverage: 61.0% of statements
07:36:15 [2020-11-03T07:36:15.503Z] ok  	github.com/docker/docker/pkg/system	0.025s	coverage: 36.9% of statements
07:36:15 [2020-11-03T07:36:15.503Z] ok  	github.com/docker/docker/pkg/sysinfo	0.013s	coverage: 53.8% of statements
07:36:15 [2020-11-03T07:36:15.844Z] --- PASS: TestLogsFollowTailEmpty (0.46s)
07:36:15 [2020-11-03T07:36:15.844Z] === RUN   TestContainerNetworkMountsNoChown
07:36:16 [2020-11-03T07:36:16.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
07:36:16 [2020-11-03T07:36:16.104Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/default
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/default
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/private
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/private
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/rprivate
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/rprivate
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/slave
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/slave
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/rslave
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/rslave
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/shared
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/shared
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/rshared
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/rshared
07:36:16 [2020-11-03T07:36:16.104Z] === CONT  TestMountDaemonRoot/default
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/default/bind_root
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/default/bind_root
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/default/bind_subpath
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/default/mount_root
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/default/mount_root
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/default/mount_subpath
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
07:36:16 [2020-11-03T07:36:16.104Z] === CONT  TestMountDaemonRoot/default/bind_root
07:36:16 [2020-11-03T07:36:16.104Z] === CONT  TestMountDaemonRoot/rshared
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/rshared/bind_root
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
07:36:16 [2020-11-03T07:36:16.104Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
07:36:16 [2020-11-03T07:36:16.104Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rshared/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/rshared/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/shared
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/shared/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/shared/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/shared/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/shared/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/rslave
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rslave/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rslave/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/slave
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/slave/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/slave/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/slave/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/slave/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/rprivate
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/private
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/private/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/private/bind_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/private/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/private/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/private/mount_root
07:36:16 [2020-11-03T07:36:16.105Z] === RUN   TestMountDaemonRoot/private/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/default/mount_subpath
07:36:16 [2020-11-03T07:36:16.105Z] === CONT  TestMountDaemonRoot/default/mount_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/default/bind_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rshared/mount_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/shared/bind_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/shared/mount_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/slave/bind_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rslave/bind_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rslave/mount_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/slave/mount_root
07:36:16 [2020-11-03T07:36:16.367Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
07:36:16 [2020-11-03T07:36:16.565Z] testing: warning: no tests to run
07:36:16 [2020-11-03T07:36:16.565Z] coverage: [no statements]
07:36:16 [2020-11-03T07:36:16.565Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: [no statements] [no tests to run]
07:36:16 [2020-11-03T07:36:16.565Z] ok  	github.com/docker/docker/pkg/tailfile	0.124s	coverage: 88.6% of statements
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/private/bind_root
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/private/mount_subpath
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/private/mount_root
07:36:16 [2020-11-03T07:36:16.631Z] === CONT  TestMountDaemonRoot/private/bind_subpath
07:36:16 [2020-11-03T07:36:16.631Z] --- PASS: TestMountDaemonRoot (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.03s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
07:36:16 [2020-11-03T07:36:16.632Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
07:36:16 [2020-11-03T07:36:16.632Z] === RUN   TestContainerBindMountNonRecursive
07:36:16 [2020-11-03T07:36:16.632Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
07:36:16 [2020-11-03T07:36:16.632Z]     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)
07:36:16 [2020-11-03T07:36:16.632Z] === RUN   TestNetworkNat
07:36:17 [2020-11-03T07:36:17.195Z] --- PASS: TestNetworkNat (0.49s)
07:36:17 [2020-11-03T07:36:17.195Z] === RUN   TestNetworkLocalhostTCPNat
07:36:17 [2020-11-03T07:36:17.211Z] ok  	github.com/docker/docker/pkg/tarsum	0.213s	coverage: 89.3% of statements
07:36:17 [2020-11-03T07:36:17.211Z] ok  	github.com/docker/docker/pkg/urlutil	0.007s	coverage: 100.0% of statements
07:36:17 [2020-11-03T07:36:17.211Z] ok  	github.com/docker/docker/pkg/truncindex	0.107s	coverage: 91.5% of statements
07:36:17 [2020-11-03T07:36:17.451Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
07:36:17 [2020-11-03T07:36:17.451Z] === RUN   TestNetworkLoopbackNat
07:36:17 [2020-11-03T07:36:17.856Z] ok  	github.com/docker/docker/pkg/useragent	0.014s	coverage: 88.9% of statements
07:36:19 [2020-11-03T07:36:19.968Z] --- PASS: TestNetworkLoopbackNat (2.53s)
07:36:19 [2020-11-03T07:36:19.968Z] === RUN   TestPause
07:36:19 [2020-11-03T07:36:19.968Z] --- SKIP: TestPause (0.00s)
07:36:19 [2020-11-03T07:36:19.968Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:19 [2020-11-03T07:36:19.968Z] === RUN   TestPauseFailsOnWindowsServerContainers
07:36:19 [2020-11-03T07:36:19.968Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
07:36:19 [2020-11-03T07:36:19.968Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:36:19 [2020-11-03T07:36:19.968Z] === RUN   TestPauseStopPausedContainer
07:36:19 [2020-11-03T07:36:19.968Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
07:36:19 [2020-11-03T07:36:19.968Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:19 [2020-11-03T07:36:19.968Z] === RUN   TestPsFilter
07:36:19 [2020-11-03T07:36:19.976Z] ok  	github.com/docker/docker/plugin/v2	0.016s	coverage: 14.5% of statements
07:36:19 [2020-11-03T07:36:19.976Z] ok  	github.com/docker/docker/profiles/seccomp	0.014s	coverage: 83.5% of statements
07:36:20 [2020-11-03T07:36:20.224Z] --- PASS: TestPsFilter (0.13s)
07:36:20 [2020-11-03T07:36:20.224Z] === RUN   TestRemoveContainerWithRemovedVolume
07:36:20 [2020-11-03T07:36:20.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
07:36:20 [2020-11-03T07:36:20.791Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
07:36:20 [2020-11-03T07:36:20.791Z] === RUN   TestRemoveContainerWithVolume
07:36:21 [2020-11-03T07:36:21.047Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
07:36:21 [2020-11-03T07:36:21.047Z] === RUN   TestRemoveContainerRunning
07:36:21 [2020-11-03T07:36:21.400Z] --- PASS: TestImportExtremelyLargeImageWorks (78.60s)
07:36:21 [2020-11-03T07:36:21.400Z] PASS
07:36:21 [2020-11-03T07:36:21.400Z] 
07:36:21 [2020-11-03T07:36:21.400Z] === Skipped
07:36:21 [2020-11-03T07:36:21.400Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
07:36:21 [2020-11-03T07:36:21.400Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:36:21 [2020-11-03T07:36:21.400Z] 
07:36:21 [2020-11-03T07:36:21.400Z] 
07:36:21 [2020-11-03T07:36:21.400Z] DONE 12 tests, 1 skipped in 79.996s
07:36:21 [2020-11-03T07:36:21.400Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
07:36:21 [2020-11-03T07:36:21.400Z] ++ 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
07:36:21 [2020-11-03T07:36:21.400Z] ++ set -e
07:36:21 [2020-11-03T07:36:21.400Z] ++ '[' -n 0 ']'
07:36:21 [2020-11-03T07:36:21.400Z] ++ set -x
07:36:21 [2020-11-03T07:36:21.400Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:36:21 [2020-11-03T07:36:21.400Z] INFO: Testing against a local daemon
07:36:21 [2020-11-03T07:36:21.400Z] === RUN   TestNetworkCreateDelete
07:36:21 [2020-11-03T07:36:21.400Z] --- PASS: TestNetworkCreateDelete (0.11s)
07:36:21 [2020-11-03T07:36:21.400Z] === RUN   TestDockerNetworkDeletePreferID
07:36:21 [2020-11-03T07:36:21.400Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
07:36:21 [2020-11-03T07:36:21.400Z] === RUN   TestDaemonDNSFallback
07:36:21 [2020-11-03T07:36:21.400Z] --- PASS: TestDaemonDNSFallback (2.47s)
07:36:21 [2020-11-03T07:36:21.400Z] === RUN   TestInspectNetwork
07:36:21 [2020-11-03T07:36:21.534Z] ok  	github.com/docker/docker/reference	0.011s	coverage: 84.4% of statements
07:36:21 [2020-11-03T07:36:21.534Z] ok  	github.com/docker/docker/plugin	0.566s	coverage: 23.1% of statements
07:36:21 [2020-11-03T07:36:21.608Z] --- PASS: TestRemoveContainerRunning (0.43s)
07:36:21 [2020-11-03T07:36:21.608Z] === RUN   TestRemoveContainerForceRemoveRunning
07:36:21 [2020-11-03T07:36:21.864Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
07:36:21 [2020-11-03T07:36:21.864Z] === RUN   TestRemoveInvalidContainer
07:36:21 [2020-11-03T07:36:21.864Z] --- PASS: TestRemoveInvalidContainer (0.01s)
07:36:21 [2020-11-03T07:36:21.864Z] === RUN   TestRenameLinkedContainer
07:36:23 [2020-11-03T07:36:23.655Z] ok  	github.com/docker/docker/quota	0.614s	coverage: 71.4% of statements
07:36:23 [2020-11-03T07:36:23.655Z] ok  	github.com/docker/docker/registry/resumable	0.039s	coverage: 100.0% of statements
07:36:23 [2020-11-03T07:36:23.755Z] --- PASS: TestRenameLinkedContainer (1.67s)
07:36:23 [2020-11-03T07:36:23.755Z] === RUN   TestRenameStoppedContainer
07:36:24 [2020-11-03T07:36:24.012Z] --- PASS: TestRenameStoppedContainer (0.41s)
07:36:24 [2020-11-03T07:36:24.012Z] === RUN   TestRenameRunningContainerAndReuse
07:36:24 [2020-11-03T07:36:24.319Z] ok  	github.com/docker/docker/restartmanager	0.004s	coverage: 45.3% of statements
07:36:24 [2020-11-03T07:36:24.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
07:36:24 [2020-11-03T07:36:24.614Z] ok  	github.com/docker/docker/registry	0.250s	coverage: 56.8% of statements
07:36:24 [2020-11-03T07:36:24.941Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s)
07:36:24 [2020-11-03T07:36:24.941Z] === RUN   TestRenameInvalidName
07:36:25 [2020-11-03T07:36:25.197Z] --- PASS: TestRenameInvalidName (0.42s)
07:36:25 [2020-11-03T07:36:25.197Z] === RUN   TestRenameAnonymousContainer
07:36:25 [2020-11-03T07:36:25.274Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 62.5% of statements
07:36:25 [2020-11-03T07:36:25.858Z] === RUN   TestInspectNetwork/full_network_id
07:36:25 [2020-11-03T07:36:25.858Z] === RUN   TestInspectNetwork/partial_network_id
07:36:25 [2020-11-03T07:36:25.858Z] === RUN   TestInspectNetwork/network_name
07:36:25 [2020-11-03T07:36:25.858Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
07:36:25 [2020-11-03T07:36:25.917Z] ok  	github.com/docker/docker/runconfig	0.020s	coverage: 66.1% of statements
07:36:25 [2020-11-03T07:36:25.973Z] Loaded image: buildpack-deps:buster
07:36:25 [2020-11-03T07:36:25.973Z] Loaded image: busybox:latest
07:36:26 [2020-11-03T07:36:26.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
07:36:26 [2020-11-03T07:36:26.914Z] Loaded image: busybox:glibc
07:36:26 [2020-11-03T07:36:26.914Z] Loaded image: debian:buster
07:36:27 [2020-11-03T07:36:27.088Z] --- PASS: TestRenameAnonymousContainer (1.55s)
07:36:27 [2020-11-03T07:36:27.088Z] === RUN   TestRenameContainerWithSameName
07:36:27 [2020-11-03T07:36:27.345Z] --- PASS: TestRenameContainerWithSameName (0.44s)
07:36:27 [2020-11-03T07:36:27.345Z] === RUN   TestRenameContainerWithLinkedContainer
07:36:28 [2020-11-03T07:36:28.020Z] ok  	github.com/docker/docker/volume/drivers	0.009s	coverage: 36.1% of statements
07:36:28 [2020-11-03T07:36:28.273Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s)
07:36:28 [2020-11-03T07:36:28.273Z] === RUN   TestResize
07:36:28 [2020-11-03T07:36:28.298Z] Loaded image: hello-world:latest
07:36:28 [2020-11-03T07:36:28.298Z] Loaded image: arm32v7/hello-world:latest
07:36:28 [2020-11-03T07:36:28.298Z] INFO: Testing against a local daemon
07:36:28 [2020-11-03T07:36:28.298Z] === RUN   TestCgroupNamespacesBuild
07:36:28 [2020-11-03T07:36:28.529Z] --- PASS: TestResize (0.43s)
07:36:28 [2020-11-03T07:36:28.529Z] === RUN   TestResizeWithInvalidSize
07:36:29 [2020-11-03T07:36:29.091Z] --- PASS: TestResizeWithInvalidSize (0.45s)
07:36:29 [2020-11-03T07:36:29.091Z] === RUN   TestResizeWhenContainerNotStarted
07:36:29 [2020-11-03T07:36:29.347Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
07:36:29 [2020-11-03T07:36:29.347Z] === RUN   TestDaemonRestartKillContainers
07:36:29 [2020-11-03T07:36:29.347Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
07:36:29 [2020-11-03T07:36:29.347Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
07:36:29 [2020-11-03T07:36:29.347Z] === RUN   TestCgroupNamespacesRun
07:36:30 [2020-11-03T07:36:30.128Z] ok  	github.com/docker/docker/volume/mounts	0.058s	coverage: 67.0% of statements
07:36:30 [2020-11-03T07:36:30.426Z] ok  	github.com/docker/docker/volume/local	0.190s	coverage: 76.4% of statements
07:36:30 [2020-11-03T07:36:30.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
07:36:30 [2020-11-03T07:36:30.721Z] ok  	github.com/docker/docker/volume/service	0.023s	coverage: 73.1% of statements
07:36:31 [2020-11-03T07:36:31.411Z] --- PASS: TestInspectNetwork (10.52s)
07:36:31 [2020-11-03T07:36:31.411Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
07:36:31 [2020-11-03T07:36:31.411Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
07:36:31 [2020-11-03T07:36:31.411Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
07:36:31 [2020-11-03T07:36:31.411Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
07:36:31 [2020-11-03T07:36:31.411Z] === RUN   TestRunContainerWithBridgeNone
07:36:31 [2020-11-03T07:36:31.601Z] --- PASS: TestCgroupNamespacesBuild (3.22s)
07:36:31 [2020-11-03T07:36:31.601Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
07:36:31 [2020-11-03T07:36:31.861Z] --- PASS: TestCgroupNamespacesRun (2.19s)
07:36:31 [2020-11-03T07:36:31.861Z] === RUN   TestCgroupNamespacesRunPrivileged
07:36:32 [2020-11-03T07:36:32.552Z] ..........................xx....................                         [ 29%]
07:36:33 [2020-11-03T07:36:33.516Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.84s)
07:36:33 [2020-11-03T07:36:33.516Z] === RUN   TestBuildWithSession
07:36:33 [2020-11-03T07:36:33.516Z] --- SKIP: TestBuildWithSession (0.00s)
07:36:33 [2020-11-03T07:36:33.516Z]     build_session_test.go:25: TODO: BuildKit
07:36:33 [2020-11-03T07:36:33.516Z] === RUN   TestBuildSquashParent
07:36:33 [2020-11-03T07:36:33.750Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.13s)
07:36:33 [2020-11-03T07:36:33.750Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
07:36:33 [2020-11-03T07:36:33.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
07:36:34 [2020-11-03T07:36:34.150Z] --- PASS: TestRunContainerWithBridgeNone (2.38s)
07:36:34 [2020-11-03T07:36:34.150Z] === RUN   TestNetworkInvalidJSON
07:36:34 [2020-11-03T07:36:34.150Z] === RUN   TestNetworkInvalidJSON//networks/create
07:36:34 [2020-11-03T07:36:34.150Z] === PAUSE TestNetworkInvalidJSON//networks/create
07:36:34 [2020-11-03T07:36:34.150Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
07:36:34 [2020-11-03T07:36:34.150Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
07:36:34 [2020-11-03T07:36:34.150Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
07:36:34 [2020-11-03T07:36:34.150Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
07:36:34 [2020-11-03T07:36:34.150Z] === CONT  TestNetworkInvalidJSON//networks/create
07:36:34 [2020-11-03T07:36:34.150Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
07:36:34 [2020-11-03T07:36:34.150Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
07:36:34 [2020-11-03T07:36:34.150Z] --- PASS: TestNetworkInvalidJSON (0.02s)
07:36:34 [2020-11-03T07:36:34.150Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
07:36:34 [2020-11-03T07:36:34.150Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
07:36:34 [2020-11-03T07:36:34.150Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
07:36:34 [2020-11-03T07:36:34.150Z] === RUN   TestHostIPv4BridgeLabel
07:36:34 [2020-11-03T07:36:34.150Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
07:36:34 [2020-11-03T07:36:34.150Z] === RUN   TestDaemonRestartWithLiveRestore
07:36:35 [2020-11-03T07:36:35.182Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
07:36:35 [2020-11-03T07:36:35.182Z] === RUN   TestDaemonDefaultNetworkPools
07:36:36 [2020-11-03T07:36:36.216Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s)
07:36:36 [2020-11-03T07:36:36.216Z] === RUN   TestDaemonRestartWithExistingNetwork
07:36:36 [2020-11-03T07:36:36.267Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s)
07:36:36 [2020-11-03T07:36:36.267Z] === RUN   TestCgroupNamespacesRunHostMode
07:36:37 [2020-11-03T07:36:37.254Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
07:36:37 [2020-11-03T07:36:37.254Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
07:36:38 [2020-11-03T07:36:38.156Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s)
07:36:38 [2020-11-03T07:36:38.156Z] === RUN   TestCgroupNamespacesRunPrivateMode
07:36:38 [2020-11-03T07:36:38.761Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
07:36:38 [2020-11-03T07:36:38.761Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
07:36:39 [2020-11-03T07:36:39.092Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s)
07:36:39 [2020-11-03T07:36:39.092Z] === RUN   TestServiceWithPredefinedNetwork
07:36:39 [2020-11-03T07:36:39.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
07:36:40 [2020-11-03T07:36:40.046Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s)
07:36:40 [2020-11-03T07:36:40.046Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
07:36:40 [2020-11-03T07:36:40.102Z] --- PASS: TestBuildSquashParent (6.71s)
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:36:40 [2020-11-03T07:36:40.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:36:40 [2020-11-03T07:36:40.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:36:40 [2020-11-03T07:36:40.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:36:40 [2020-11-03T07:36:40.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:36:40 [2020-11-03T07:36:40.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:36:40 [2020-11-03T07:36:40.102Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:36:40 [2020-11-03T07:36:40.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:36:40 [2020-11-03T07:36:40.102Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:36:40 [2020-11-03T07:36:40.102Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:36:40 [2020-11-03T07:36:40.102Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:36:40 [2020-11-03T07:36:40.102Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:36:41 [2020-11-03T07:36:41.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
07:36:42 [2020-11-03T07:36:42.562Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.19s)
07:36:42 [2020-11-03T07:36:42.562Z] === RUN   TestCgroupNamespacesRunInvalidMode
07:36:43 [2020-11-03T07:36:43.412Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:36:43 [2020-11-03T07:36:43.412Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:36:43 [2020-11-03T07:36:43.540Z] --- PASS: TestServiceWithPredefinedNetwork (3.60s)
07:36:43 [2020-11-03T07:36:43.540Z] === RUN   TestServiceRemoveKeepsIngressNetwork
07:36:43 [2020-11-03T07:36:43.540Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
07:36:43 [2020-11-03T07:36:43.540Z]     service_test.go:236: FLAKY_TEST
07:36:43 [2020-11-03T07:36:43.540Z] === RUN   TestServiceWithDataPathPortInit
07:36:43 [2020-11-03T07:36:43.928Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s)
07:36:43 [2020-11-03T07:36:43.928Z] === RUN   TestCgroupNamespacesRunOlderClient
07:36:45 [2020-11-03T07:36:45.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
07:36:45 [2020-11-03T07:36:45.327Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
07:36:45 [2020-11-03T07:36:45.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.86s)
07:36:45 [2020-11-03T07:36:45.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.08s)
07:36:45 [2020-11-03T07:36:45.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.12s)
07:36:45 [2020-11-03T07:36:45.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.21s)
07:36:45 [2020-11-03T07:36:45.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s)
07:36:45 [2020-11-03T07:36:45.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.37s)
07:36:45 [2020-11-03T07:36:45.327Z] === RUN   TestBuildMultiStageCopy
07:36:45 [2020-11-03T07:36:45.327Z] === RUN   TestBuildMultiStageCopy/copy_to_root
07:36:46 [2020-11-03T07:36:46.130Z] ok  	github.com/docker/docker/pkg/plugins	33.626s	coverage: 76.6% of statements
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/pkg/term	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/rootless	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/testutil/request	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/volume	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === Skipped
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     exec_linux_test.go:18: requires AppArmor to be enabled
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     exec_linux_test.go:38: requires AppArmor to be enabled
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:46: Driver btrfs not supported
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:46: Driver btrfs not supported
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:46: Driver btrfs not supported
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:46: Driver btrfs not supported
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:46: Driver btrfs not supported
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:73: No driver to put!
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z] time="2020-11-03T07:35:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:36:46 [2020-11-03T07:36:46.130Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:36:46 [2020-11-03T07:36:46.130Z] 
07:36:46 [2020-11-03T07:36:46.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
07:36:46 [2020-11-03T07:36:46.130Z] time="2020-11-03T07:35:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z] time="2020-11-03T07:35:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z] time="2020-11-03T07:35:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z] time="2020-11-03T07:35:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:73: No driver to put!
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     overlay_test.go:49: Fails to compute changes intermittently
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     overlay_test.go:65: Cannot run test with naive change algorithm
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver zfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver zfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver zfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver zfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:46: Driver zfs not supported
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     graphtest_unix.go:73: No driver to put!
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
07:36:46 [2020-11-03T07:36:46.131Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] 
07:36:46 [2020-11-03T07:36:46.131Z] DONE 2187 tests, 26 skipped in 259.206s
Post stage
[Pipeline] junit
07:36:46 [2020-11-03T07:36:46.178Z] Recording test results
[Pipeline] }
[Pipeline] // stage
07:36:46 [2020-11-03T07:36:46.445Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s)
07:36:46 [2020-11-03T07:36:46.445Z] === RUN   TestKernelTCPMemory
07:36:46 [2020-11-03T07:36:46.445Z] --- SKIP: TestKernelTCPMemory (0.02s)
07:36:46 [2020-11-03T07:36:46.445Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:46 [2020-11-03T07:36:46.445Z] === RUN   TestNISDomainname
07:36:46 [2020-11-03T07:36:46.445Z] --- SKIP: TestNISDomainname (0.01s)
07:36:46 [2020-11-03T07:36:46.445Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
07:36:46 [2020-11-03T07:36:46.445Z] === RUN   TestHostnameDnsResolution
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:36:46 [2020-11-03T07:36:46.702Z] --- PASS: TestHostnameDnsResolution (0.63s)
07:36:46 [2020-11-03T07:36:46.702Z] === RUN   TestStats
07:36:46 [2020-11-03T07:36:46.702Z] --- SKIP: TestStats (0.00s)
07:36:46 [2020-11-03T07:36:46.702Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:46 [2020-11-03T07:36:46.702Z] === RUN   TestStopContainerWithTimeout
07:36:46 [2020-11-03T07:36:46.702Z] === RUN   TestStopContainerWithTimeout/0
07:36:46 [2020-11-03T07:36:46.702Z] === PAUSE TestStopContainerWithTimeout/0
07:36:46 [2020-11-03T07:36:46.702Z] === RUN   TestStopContainerWithTimeout/1
07:36:46 [2020-11-03T07:36:46.702Z] === PAUSE TestStopContainerWithTimeout/1
07:36:46 [2020-11-03T07:36:46.702Z] === RUN   TestStopContainerWithTimeout/3
07:36:46 [2020-11-03T07:36:46.702Z] === PAUSE TestStopContainerWithTimeout/3
07:36:46 [2020-11-03T07:36:46.702Z] === RUN   TestStopContainerWithTimeout/-1
07:36:46 [2020-11-03T07:36:46.702Z] === PAUSE TestStopContainerWithTimeout/-1
07:36:46 [2020-11-03T07:36:46.702Z] === CONT  TestStopContainerWithTimeout/0
07:36:46 [2020-11-03T07:36:46.702Z] === CONT  TestStopContainerWithTimeout/3
07:36:46 [2020-11-03T07:36:46.849Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -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:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh dynbinary test-integration
07:36:47 [2020-11-03T07:36:47.147Z] 
07:36:47 [2020-11-03T07:36:47.147Z] Removing bundles/
07:36:47 [2020-11-03T07:36:47.147Z] 
07:36:47 [2020-11-03T07:36:47.147Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:36:47 [2020-11-03T07:36:47.147Z] Building: bundles/dynbinary-daemon/dockerd-dev
07:36:47 [2020-11-03T07:36:47.147Z] GOOS="" GOARCH="" GOARM=""
07:36:47 [2020-11-03T07:36:47.629Z] === CONT  TestStopContainerWithTimeout/-1
07:36:47 [2020-11-03T07:36:47.872Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
07:36:48 [2020-11-03T07:36:48.133Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
07:36:48 [2020-11-03T07:36:48.478Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:36:48 [2020-11-03T07:36:48.479Z] Using test binary docker
07:36:48 [2020-11-03T07:36:48.479Z] +++ /etc/init.d/apparmor start
07:36:48 [2020-11-03T07:36:48.479Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:36:48 [2020-11-03T07:36:48.479Z] INFO: Waiting for daemon to start...
07:36:48 [2020-11-03T07:36:48.479Z] Starting dockerd
07:36:48 [2020-11-03T07:36:48.479Z] +++ 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
07:36:48 [2020-11-03T07:36:48.705Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
07:36:49 [2020-11-03T07:36:49.175Z] tests/integration/api_exec_test.py .....................                 [ 34%]
07:36:49 [2020-11-03T07:36:49.277Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
07:36:49 [2020-11-03T07:36:49.517Z] === CONT  TestStopContainerWithTimeout/1
07:36:49 [2020-11-03T07:36:49.849Z] --- PASS: TestBuildMultiStageCopy (4.37s)
07:36:49 [2020-11-03T07:36:49.849Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.21s)
07:36:49 [2020-11-03T07:36:49.849Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s)
07:36:49 [2020-11-03T07:36:49.849Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s)
07:36:49 [2020-11-03T07:36:49.849Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s)
07:36:49 [2020-11-03T07:36:49.849Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s)
07:36:49 [2020-11-03T07:36:49.849Z] === RUN   TestBuildMultiStageParentConfig
07:36:50 [2020-11-03T07:36:50.398Z] .
07:36:50 [2020-11-03T07:36:50.398Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:36:50 [2020-11-03T07:36:50.660Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:36:50 [2020-11-03T07:36:50.660Z] Error: No such image: emptyfs
07:36:50 [2020-11-03T07:36:50.660Z] ++++ tar -cC bundles/test-integration/emptyfs .
07:36:50 [2020-11-03T07:36:50.660Z] ++++ docker load
07:36:50 [2020-11-03T07:36:50.883Z] --- PASS: TestStopContainerWithTimeout (0.01s)
07:36:50 [2020-11-03T07:36:50.883Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
07:36:50 [2020-11-03T07:36:50.883Z]     --- PASS: TestStopContainerWithTimeout/3 (2.66s)
07:36:50 [2020-11-03T07:36:50.883Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.39s)
07:36:50 [2020-11-03T07:36:50.883Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
07:36:50 [2020-11-03T07:36:50.883Z] === RUN   TestDeleteDevicemapper
07:36:50 [2020-11-03T07:36:50.883Z] --- SKIP: TestDeleteDevicemapper (0.00s)
07:36:50 [2020-11-03T07:36:50.883Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:36:50 [2020-11-03T07:36:50.883Z] === RUN   TestStopContainerWithRestartPolicyAlways
07:36:51 [2020-11-03T07:36:51.235Z] --- PASS: TestBuildMultiStageParentConfig (1.52s)
07:36:51 [2020-11-03T07:36:51.235Z] === RUN   TestBuildLabelWithTargets
07:36:51 [2020-11-03T07:36:51.238Z] Running integration-test (iteration 1)
07:36:51 [2020-11-03T07:36:51.238Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
07:36:51 [2020-11-03T07:36:51.238Z] ++ 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
07:36:51 [2020-11-03T07:36:51.238Z] ++ set -e
07:36:51 [2020-11-03T07:36:51.238Z] ++ '[' -n 0 ']'
07:36:51 [2020-11-03T07:36:51.238Z] ++ set -x
07:36:51 [2020-11-03T07:36:51.238Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:36:52 [2020-11-03T07:36:52.250Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.40s)
07:36:52 [2020-11-03T07:36:52.250Z] === RUN   TestUpdateMemory
07:36:52 [2020-11-03T07:36:52.250Z] --- SKIP: TestUpdateMemory (0.00s)
07:36:52 [2020-11-03T07:36:52.250Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:52 [2020-11-03T07:36:52.250Z] === RUN   TestUpdateCPUQuota
07:36:52 [2020-11-03T07:36:52.250Z] --- SKIP: TestUpdateCPUQuota (0.00s)
07:36:52 [2020-11-03T07:36:52.250Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:52 [2020-11-03T07:36:52.250Z] === RUN   TestUpdatePidsLimit
07:36:52 [2020-11-03T07:36:52.250Z] --- SKIP: TestUpdatePidsLimit (0.00s)
07:36:52 [2020-11-03T07:36:52.250Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
07:36:52 [2020-11-03T07:36:52.250Z] === RUN   TestUpdateRestartPolicy
07:36:53 [2020-11-03T07:36:53.781Z] --- PASS: TestBuildLabelWithTargets (2.40s)
07:36:53 [2020-11-03T07:36:53.781Z] === RUN   TestBuildWithEmptyLayers
07:36:54 [2020-11-03T07:36:54.725Z] --- PASS: TestBuildWithEmptyLayers (1.08s)
07:36:54 [2020-11-03T07:36:54.725Z] === RUN   TestBuildMultiStageOnBuild
07:36:56 [2020-11-03T07:36:56.654Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
07:36:58 [2020-11-03T07:36:58.028Z] --- PASS: TestBuildMultiStageOnBuild (2.83s)
07:36:58 [2020-11-03T07:36:58.028Z] === RUN   TestBuildUncleanTarFilenames
07:36:59 [2020-11-03T07:36:59.415Z] --- PASS: TestBuildUncleanTarFilenames (1.60s)
07:36:59 [2020-11-03T07:36:59.415Z] === RUN   TestBuildMultiStageLayerLeak
07:37:01 [2020-11-03T07:37:01.342Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
07:37:01 [2020-11-03T07:37:01.960Z] --- PASS: TestBuildMultiStageLayerLeak (2.86s)
07:37:01 [2020-11-03T07:37:01.960Z] === RUN   TestBuildWithHugeFile
07:37:04 [2020-11-03T07:37:04.420Z] --- PASS: TestUpdateRestartPolicy (11.11s)
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestUpdateRestartWithAutoRemove
07:37:04 [2020-11-03T07:37:04.420Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestWaitNonBlocked
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
07:37:04 [2020-11-03T07:37:04.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
07:37:04 [2020-11-03T07:37:04.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
07:37:04 [2020-11-03T07:37:04.420Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
07:37:04 [2020-11-03T07:37:04.420Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
07:37:04 [2020-11-03T07:37:04.420Z] --- PASS: TestWaitNonBlocked (0.01s)
07:37:04 [2020-11-03T07:37:04.420Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s)
07:37:04 [2020-11-03T07:37:04.420Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s)
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestWaitBlocked
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
07:37:04 [2020-11-03T07:37:04.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
07:37:04 [2020-11-03T07:37:04.420Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
07:37:04 [2020-11-03T07:37:04.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
07:37:04 [2020-11-03T07:37:04.420Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
07:37:04 [2020-11-03T07:37:04.420Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
07:37:05 [2020-11-03T07:37:05.349Z] --- PASS: TestWaitBlocked (0.02s)
07:37:05 [2020-11-03T07:37:05.349Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.61s)
07:37:05 [2020-11-03T07:37:05.349Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s)
07:37:05 [2020-11-03T07:37:05.349Z] === CONT  TestDaemonRestartIpcMode
07:37:05 [2020-11-03T07:37:05.349Z] === CONT  TestIpcModeOlderClient
07:37:05 [2020-11-03T07:37:05.349Z] --- PASS: TestIpcModeOlderClient (0.07s)
07:37:05 [2020-11-03T07:37:05.980Z] --- PASS: TestServiceWithDataPathPortInit (20.87s)
07:37:05 [2020-11-03T07:37:05.981Z] === RUN   TestServiceWithDefaultAddressPoolInit
07:37:09 [2020-11-03T07:37:09.517Z] --- PASS: TestDaemonRestartIpcMode (4.21s)
07:37:09 [2020-11-03T07:37:09.517Z] PASS
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === Skipped
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
07:37:09 [2020-11-03T07:37:09.517Z]     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)
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestPause (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
07:37:09 [2020-11-03T07:37:09.517Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.02s)
07:37:09 [2020-11-03T07:37:09.517Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
07:37:09 [2020-11-03T07:37:09.517Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestStats (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
07:37:09 [2020-11-03T07:37:09.517Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] 
07:37:09 [2020-11-03T07:37:09.517Z] DONE 174 tests, 24 skipped in 79.405s
07:37:09 [2020-11-03T07:37:09.517Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
07:37:09 [2020-11-03T07:37:09.517Z] INFO: Testing against a local daemon
07:37:09 [2020-11-03T07:37:09.517Z] === RUN   TestCommitInheritsEnv
07:37:11 [2020-11-03T07:37:11.406Z] --- PASS: TestCommitInheritsEnv (1.49s)
07:37:11 [2020-11-03T07:37:11.406Z] === RUN   TestImportExtremelyLargeImageWorks
07:37:11 [2020-11-03T07:37:11.406Z] === PAUSE TestImportExtremelyLargeImageWorks
07:37:11 [2020-11-03T07:37:11.406Z] === RUN   TestImagesFilterMultiReference
07:37:11 [2020-11-03T07:37:11.406Z] --- PASS: TestImagesFilterMultiReference (0.07s)
07:37:11 [2020-11-03T07:37:11.406Z] === RUN   TestImagePullPlatformInvalid
07:37:11 [2020-11-03T07:37:11.406Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
07:37:11 [2020-11-03T07:37:11.406Z] === RUN   TestRemoveImageOrphaning
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestRemoveImageOrphaning (1.91s)
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestRemoveImageGarbageCollector
07:37:13 [2020-11-03T07:37:13.295Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
07:37:13 [2020-11-03T07:37:13.295Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestTagUnprefixedRepoByNameOrName
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestTagInvalidReference
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestTagInvalidReference (0.01s)
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestTagValidPrefixedRepo
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestTagExistedNameWithoutForce
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestTagOfficialNames
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestTagOfficialNames (0.05s)
07:37:13 [2020-11-03T07:37:13.295Z] === RUN   TestTagMatchesDigest
07:37:13 [2020-11-03T07:37:13.295Z] --- PASS: TestTagMatchesDigest (0.01s)
07:37:13 [2020-11-03T07:37:13.295Z] === CONT  TestImportExtremelyLargeImageWorks
07:37:14 [2020-11-03T07:37:14.540Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.90s)
07:37:14 [2020-11-03T07:37:14.540Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:d1t7jxhf1nwl99nplxrtnyynk Created:2020-11-03 07:37:05.003084387 +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[136148705ec6902fc6812d7934985d7f501ec96813b182cd83c73c617df3d0c1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m7ekezzpl0ppgjzv1x725d7m9 EndpointID:6741f28263a137879f89cad1308a392ff17d26c32716a5ef5fb0dd45f7167f92 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fece87e559ffde192b38a0e0ad14afd4bc101a10b8610f4332b45ccfa945cbaf 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:bc64fccba38d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m7ekezzpl0ppgjzv1x725d7m9 EndpointID:6741f28263a137879f89cad1308a392ff17d26c32716a5ef5fb0dd45f7167f92 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
07:37:14 [2020-11-03T07:37:14.540Z] PASS
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] === Skipped
07:37:14 [2020-11-03T07:37:14.540Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
07:37:14 [2020-11-03T07:37:14.540Z]     service_test.go:236: FLAKY_TEST
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] DONE 23 tests, 1 skipped in 55.760s
07:37:14 [2020-11-03T07:37:14.540Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
07:37:14 [2020-11-03T07:37:14.540Z] ++ 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
07:37:14 [2020-11-03T07:37:14.540Z] ++ set -e
07:37:14 [2020-11-03T07:37:14.540Z] ++ '[' -n 0 ']'
07:37:14 [2020-11-03T07:37:14.540Z] ++ set -x
07:37:14 [2020-11-03T07:37:14.540Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:37:14 [2020-11-03T07:37:14.540Z] INFO: Testing against a local daemon
07:37:14 [2020-11-03T07:37:14.540Z] === RUN   TestDockerNetworkIpvlanPersistance
07:37:14 [2020-11-03T07:37:14.540Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
07:37:14 [2020-11-03T07:37:14.540Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:37:14 [2020-11-03T07:37:14.540Z] === RUN   TestDockerNetworkIpvlan
07:37:14 [2020-11-03T07:37:14.540Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
07:37:14 [2020-11-03T07:37:14.540Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:37:14 [2020-11-03T07:37:14.540Z] PASS
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] === Skipped
07:37:14 [2020-11-03T07:37:14.540Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
07:37:14 [2020-11-03T07:37:14.540Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
07:37:14 [2020-11-03T07:37:14.540Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] 
07:37:14 [2020-11-03T07:37:14.540Z] DONE 2 tests, 2 skipped in 0.068s
07:37:14 [2020-11-03T07:37:14.540Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
07:37:14 [2020-11-03T07:37:14.540Z] ++ 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
07:37:14 [2020-11-03T07:37:14.540Z] ++ set -e
07:37:14 [2020-11-03T07:37:14.540Z] ++ '[' -n 0 ']'
07:37:14 [2020-11-03T07:37:14.540Z] ++ set -x
07:37:14 [2020-11-03T07:37:14.540Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:37:14 [2020-11-03T07:37:14.540Z] INFO: Testing against a local daemon
07:37:14 [2020-11-03T07:37:14.540Z] === RUN   TestDockerNetworkMacvlanPersistance
07:37:15 [2020-11-03T07:37:15.171Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s)
07:37:15 [2020-11-03T07:37:15.171Z] === RUN   TestDockerNetworkMacvlan
07:37:15 [2020-11-03T07:37:15.865Z] === RUN   TestDockerNetworkMacvlan/Subinterface
07:37:16 [2020-11-03T07:37:16.964Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
07:37:17 [2020-11-03T07:37:17.595Z] === RUN   TestDockerNetworkMacvlan/NilParent
07:37:17 [2020-11-03T07:37:17.795Z] tests/integration/api_network_test.py ............................       [ 47%]
07:37:18 [2020-11-03T07:37:18.161Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
07:37:18 [2020-11-03T07:37:18.161Z] 
07:37:18 [2020-11-03T07:37:18.161Z]  ________   ____  __.
07:37:18 [2020-11-03T07:37:18.161Z]  \_____  \ |    |/ _|
07:37:18 [2020-11-03T07:37:18.161Z]  /   |   \|      <
07:37:18 [2020-11-03T07:37:18.161Z]  /    |    \    |  \
07:37:18 [2020-11-03T07:37:18.161Z]  \_______  /____|__ \
07:37:18 [2020-11-03T07:37:18.161Z]          \/        \/
07:37:18 [2020-11-03T07:37:18.161Z] 
07:37:18 [2020-11-03T07:37:18.161Z] INFO: make.ps1 ended at 11/03/2020 07:37:17
07:37:20 [2020-11-03T07:37:20.356Z] INFO: Binaries build ended at 11/03/2020 07:37:19. Duration:00:01:20.0284620
07:37:22 [2020-11-03T07:37:22.136Z] === RUN   TestDockerNetworkMacvlan/InternalMode
07:37:22 [2020-11-03T07:37:22.554Z] INFO: Copying the built daemon binary to d:\CI\PR-41626\2\binary\dockerd-c208f03fbd.exe...
07:37:22 [2020-11-03T07:37:22.554Z] INFO: Copying the built client binary to d:\CI\PR-41626\2\binary\docker-c208f03fbd.exe...
07:37:22 [2020-11-03T07:37:22.554Z] INFO: Copying dockerversion from the container...
07:37:23 [2020-11-03T07:37:23.018Z] INFO: Copying the golang package from the container to d:\CI\PR-41626\2\installer\go.zip...
07:37:25 [2020-11-03T07:37:25.738Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
07:37:26 [2020-11-03T07:37:26.780Z] INFO: Extracting go.zip to d:\CI\PR-41626\2\go
07:37:27 [2020-11-03T07:37:27.336Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
07:37:28 [2020-11-03T07:37:28.830Z] tests/integration/api_secret_test.py .....                               [ 51%]
07:37:32 [2020-11-03T07:37:32.736Z] === RUN   TestDockerNetworkMacvlan/Addressing
07:37:33 [2020-11-03T07:37:33.619Z] tests/integration/api_service_test.py .................................. [ 60%]
07:37:34 [2020-11-03T07:37:34.240Z] --- PASS: TestDockerNetworkMacvlan (19.14s)
07:37:34 [2020-11-03T07:37:34.240Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
07:37:34 [2020-11-03T07:37:34.240Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
07:37:34 [2020-11-03T07:37:34.240Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.39s)
07:37:34 [2020-11-03T07:37:34.240Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.47s)
07:37:34 [2020-11-03T07:37:34.240Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.27s)
07:37:34 [2020-11-03T07:37:34.240Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s)
07:37:34 [2020-11-03T07:37:34.240Z] PASS
07:37:34 [2020-11-03T07:37:34.240Z] 
07:37:34 [2020-11-03T07:37:34.240Z] DONE 8 tests in 20.586s
07:37:34 [2020-11-03T07:37:34.240Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
07:37:34 [2020-11-03T07:37:34.240Z] ++ 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
07:37:34 [2020-11-03T07:37:34.240Z] ++ set -e
07:37:34 [2020-11-03T07:37:34.240Z] ++ '[' -n 0 ']'
07:37:34 [2020-11-03T07:37:34.240Z] ++ set -x
07:37:34 [2020-11-03T07:37:34.240Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:37:34 [2020-11-03T07:37:34.240Z] testing: warning: no tests to run
07:37:34 [2020-11-03T07:37:34.240Z] PASS
07:37:34 [2020-11-03T07:37:34.240Z] 
07:37:34 [2020-11-03T07:37:34.240Z] DONE 0 tests in 0.015s
07:37:34 [2020-11-03T07:37:34.240Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
07:37:34 [2020-11-03T07:37:34.240Z] ++ 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
07:37:34 [2020-11-03T07:37:34.240Z] ++ set -e
07:37:34 [2020-11-03T07:37:34.240Z] ++ '[' -n 0 ']'
07:37:34 [2020-11-03T07:37:34.241Z] ++ set -x
07:37:34 [2020-11-03T07:37:34.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=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 GOCACHE=/root/.cache/go-build 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
07:37:34 [2020-11-03T07:37:34.241Z] INFO: Testing against a local daemon
07:37:34 [2020-11-03T07:37:34.241Z] === RUN   TestAuthZPluginAllowRequest
07:37:36 [2020-11-03T07:37:36.305Z] --- PASS: TestAuthZPluginAllowRequest (1.69s)
07:37:36 [2020-11-03T07:37:36.305Z] === RUN   TestAuthZPluginTLS
07:37:36 [2020-11-03T07:37:36.596Z] --- PASS: TestAuthZPluginTLS (0.53s)
07:37:36 [2020-11-03T07:37:36.596Z] === RUN   TestAuthZPluginDenyRequest
07:37:37 [2020-11-03T07:37:37.227Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
07:37:37 [2020-11-03T07:37:37.227Z] === RUN   TestAuthZPluginAPIDenyResponse
07:37:37 [2020-11-03T07:37:37.518Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
07:37:37 [2020-11-03T07:37:37.518Z] === RUN   TestAuthZPluginDenyResponse
07:37:37 [2020-11-03T07:37:37.990Z] Loaded image: buildpack-deps:buster
07:37:37 [2020-11-03T07:37:37.990Z] Loaded image: busybox:latest
07:37:37 [2020-11-03T07:37:37.990Z] Loaded image: busybox:glibc
07:37:37 [2020-11-03T07:37:37.990Z] Loaded image: debian:buster
07:37:37 [2020-11-03T07:37:37.990Z] Loaded image: hello-world:latest
07:37:37 [2020-11-03T07:37:37.990Z] Loaded image: arm32v7/hello-world:latest
07:37:37 [2020-11-03T07:37:37.990Z] INFO: Testing against a local daemon
07:37:37 [2020-11-03T07:37:37.990Z] === RUN   TestCgroupNamespacesBuild
07:37:37 [2020-11-03T07:37:37.990Z] --- PASS: TestCgroupNamespacesBuild (4.11s)
07:37:37 [2020-11-03T07:37:37.990Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
07:37:38 [2020-11-03T07:37:38.148Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
07:37:38 [2020-11-03T07:37:38.148Z] === RUN   TestAuthZPluginAllowEventStream
07:37:38 [2020-11-03T07:37:38.252Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.06s)
07:37:38 [2020-11-03T07:37:38.252Z] === RUN   TestBuildWithSession
07:37:38 [2020-11-03T07:37:38.252Z] --- SKIP: TestBuildWithSession (0.00s)
07:37:38 [2020-11-03T07:37:38.252Z]     build_session_test.go:25: TODO: BuildKit
07:37:38 [2020-11-03T07:37:38.252Z] === RUN   TestBuildSquashParent
07:37:39 [2020-11-03T07:37:39.651Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s)
07:37:39 [2020-11-03T07:37:39.651Z] === RUN   TestAuthZPluginErrorResponse
07:37:40 [2020-11-03T07:37:40.282Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
07:37:40 [2020-11-03T07:37:40.282Z] === RUN   TestAuthZPluginErrorRequest
07:37:40 [2020-11-03T07:37:40.928Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
07:37:40 [2020-11-03T07:37:40.928Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
07:37:41 [2020-11-03T07:37:41.219Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
07:37:41 [2020-11-03T07:37:41.219Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
07:37:43 [2020-11-03T07:37:43.283Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s)
07:37:43 [2020-11-03T07:37:43.283Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
07:37:46 [2020-11-03T07:37:46.009Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s)
07:37:46 [2020-11-03T07:37:46.009Z] === RUN   TestAuthZPluginHeader
07:37:46 [2020-11-03T07:37:46.299Z] --- PASS: TestAuthZPluginHeader (0.82s)
07:37:46 [2020-11-03T07:37:46.299Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
07:37:46 [2020-11-03T07:37:46.299Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
07:37:46 [2020-11-03T07:37:46.299Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:37:46 [2020-11-03T07:37:46.299Z] === RUN   TestAuthZPluginV2Disable
07:37:46 [2020-11-03T07:37:46.299Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
07:37:46 [2020-11-03T07:37:46.299Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:37:46 [2020-11-03T07:37:46.299Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
07:37:46 [2020-11-03T07:37:46.299Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
07:37:46 [2020-11-03T07:37:46.299Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:37:46 [2020-11-03T07:37:46.299Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
07:37:46 [2020-11-03T07:37:46.299Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
07:37:46 [2020-11-03T07:37:46.299Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:37:46 [2020-11-03T07:37:46.299Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
07:37:48 [2020-11-03T07:37:48.266Z] --- PASS: TestBuildSquashParent (9.45s)
07:37:48 [2020-11-03T07:37:48.266Z] === RUN   TestBuildWithRemoveAndForceRemove
07:37:48 [2020-11-03T07:37:48.266Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:37:48 [2020-11-03T07:37:48.267Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:37:48 [2020-11-03T07:37:48.267Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:37:48 [2020-11-03T07:37:48.267Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:37:48 [2020-11-03T07:37:48.267Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:37:48 [2020-11-03T07:37:48.267Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:37:48 [2020-11-03T07:37:48.267Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:37:48 [2020-11-03T07:37:48.267Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:37:48 [2020-11-03T07:37:48.267Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:37:48 [2020-11-03T07:37:48.267Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:37:48 [2020-11-03T07:37:48.267Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:37:48 [2020-11-03T07:37:48.267Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:37:48 [2020-11-03T07:37:48.267Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:37:48 [2020-11-03T07:37:48.267Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:37:48 [2020-11-03T07:37:48.922Z] .........................                                                [ 67%]
07:37:50 [2020-11-03T07:37:50.819Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:37:50 [2020-11-03T07:37:50.819Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Extraction ended at 11/03/2020 07:37:51. Duration:00:00:25.4526688
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Updating the golang and path environment variables
07:37:52 [2020-11-03T07:37:52.006Z] INFO: GOPATH=d:\gopath
07:37:52 [2020-11-03T07:37:52.006Z] INFO: go version go1.13.15 windows/amd64
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Running the daemon under test in debug mode
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Starting a daemon under test...
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41626\2\daemon --pidfile d:\CI\PR-41626\2\docker.pid -D
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Process started successfully.
07:37:52 [2020-11-03T07:37:52.006Z] INFO: Start tailing logs of the daemon under tests
07:37:52 [2020-11-03T07:37:52.471Z] INFO: Waiting for the daemon under test to start...
07:37:54 [2020-11-03T07:37:54.129Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:37:54 [2020-11-03T07:37:54.129Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:37:57 [2020-11-03T07:37:57.507Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s)
07:37:57 [2020-11-03T07:37:57.507Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.00s)
07:37:57 [2020-11-03T07:37:57.507Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.19s)
07:37:57 [2020-11-03T07:37:57.507Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.10s)
07:37:57 [2020-11-03T07:37:57.507Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.33s)
07:37:57 [2020-11-03T07:37:57.507Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.14s)
07:37:57 [2020-11-03T07:37:57.507Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.15s)
07:37:57 [2020-11-03T07:37:57.507Z] === RUN   TestBuildMultiStageCopy
07:37:57 [2020-11-03T07:37:57.507Z] === RUN   TestBuildMultiStageCopy/copy_to_root
07:38:00 [2020-11-03T07:38:00.091Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
07:38:00 [2020-11-03T07:38:00.353Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
07:38:00 [2020-11-03T07:38:00.926Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
07:38:01 [2020-11-03T07:38:01.501Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
07:38:02 [2020-11-03T07:38:02.075Z] --- PASS: TestBuildMultiStageCopy (4.88s)
07:38:02 [2020-11-03T07:38:02.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.70s)
07:38:02 [2020-11-03T07:38:02.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s)
07:38:02 [2020-11-03T07:38:02.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s)
07:38:02 [2020-11-03T07:38:02.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s)
07:38:02 [2020-11-03T07:38:02.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s)
07:38:02 [2020-11-03T07:38:02.075Z] === RUN   TestBuildMultiStageParentConfig
07:38:03 [2020-11-03T07:38:03.466Z] --- PASS: TestBuildMultiStageParentConfig (1.44s)
07:38:03 [2020-11-03T07:38:03.466Z] === RUN   TestBuildLabelWithTargets
07:38:04 [2020-11-03T07:38:04.862Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s)
07:38:04 [2020-11-03T07:38:04.862Z] PASS
07:38:04 [2020-11-03T07:38:04.862Z] 
07:38:04 [2020-11-03T07:38:04.862Z] === Skipped
07:38:04 [2020-11-03T07:38:04.862Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
07:38:04 [2020-11-03T07:38:04.862Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:38:04 [2020-11-03T07:38:04.862Z] 
07:38:04 [2020-11-03T07:38:04.862Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
07:38:04 [2020-11-03T07:38:04.862Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:38:04 [2020-11-03T07:38:04.862Z] 
07:38:04 [2020-11-03T07:38:04.862Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
07:38:04 [2020-11-03T07:38:04.862Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:38:04 [2020-11-03T07:38:04.862Z] 
07:38:04 [2020-11-03T07:38:04.862Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
07:38:04 [2020-11-03T07:38:04.862Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:38:04 [2020-11-03T07:38:04.862Z] 
07:38:04 [2020-11-03T07:38:04.862Z] 
07:38:04 [2020-11-03T07:38:04.862Z] DONE 17 tests, 4 skipped in 28.948s
07:38:04 [2020-11-03T07:38:04.862Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
07:38:04 [2020-11-03T07:38:04.862Z] ++ 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
07:38:04 [2020-11-03T07:38:04.862Z] ++ set -e
07:38:04 [2020-11-03T07:38:04.862Z] ++ '[' -n 0 ']'
07:38:04 [2020-11-03T07:38:04.862Z] ++ set -x
07:38:04 [2020-11-03T07:38:04.862Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:04 [2020-11-03T07:38:04.862Z] INFO: Testing against a local daemon
07:38:04 [2020-11-03T07:38:04.862Z] === RUN   TestPluginInvalidJSON
07:38:04 [2020-11-03T07:38:04.862Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:38:04 [2020-11-03T07:38:04.862Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:38:04 [2020-11-03T07:38:04.862Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:38:04 [2020-11-03T07:38:04.862Z] --- PASS: TestPluginInvalidJSON (0.01s)
07:38:04 [2020-11-03T07:38:04.862Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
07:38:04 [2020-11-03T07:38:04.862Z] === RUN   TestPluginInstall
07:38:04 [2020-11-03T07:38:04.862Z] === RUN   TestPluginInstall/no_auth
07:38:04 [2020-11-03T07:38:04.862Z] time="2020-11-03T07:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:38:04 [2020-11-03T07:38:04.862Z] time="2020-11-03T07:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d2a0071ca002441092b55582634e926d7f207b0d798b9721064114b2a43fb7e" mediatype=application/vnd.docker.plugin.v1+json size=522
07:38:04 [2020-11-03T07:38:04.862Z] time="2020-11-03T07:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:38:04 [2020-11-03T07:38:04.862Z] time="2020-11-03T07:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d2a0071ca002441092b55582634e926d7f207b0d798b9721064114b2a43fb7e" mediatype=application/vnd.docker.plugin.v1+json size=522
07:38:05 [2020-11-03T07:38:05.152Z] === RUN   TestPluginInstall/with_htpasswd
07:38:05 [2020-11-03T07:38:05.783Z] time="2020-11-03T07:38:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:38:05 [2020-11-03T07:38:05.783Z] time="2020-11-03T07:38:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e2600fdc42b477dba700b5fde3c3341abacdc461fb0d6cc7b4372e3505bebea" mediatype=application/vnd.docker.plugin.v1+json size=522
07:38:05 [2020-11-03T07:38:05.783Z] time="2020-11-03T07:38:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:38:05 [2020-11-03T07:38:05.783Z] time="2020-11-03T07:38:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e2600fdc42b477dba700b5fde3c3341abacdc461fb0d6cc7b4372e3505bebea" mediatype=application/vnd.docker.plugin.v1+json size=522
07:38:06 [2020-11-03T07:38:06.021Z] --- PASS: TestBuildLabelWithTargets (2.21s)
07:38:06 [2020-11-03T07:38:06.021Z] === RUN   TestBuildWithEmptyLayers
07:38:06 [2020-11-03T07:38:06.073Z] === RUN   TestPluginInstall/with_insecure
07:38:07 [2020-11-03T07:38:07.107Z] time="2020-11-03T07:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:38:07 [2020-11-03T07:38:07.107Z] time="2020-11-03T07:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:084d3a5693e64580916f7f83d52fabdc01bcb3f20333a11da90c4ffe8f863503" mediatype=application/vnd.docker.plugin.v1+json size=522
07:38:07 [2020-11-03T07:38:07.107Z] time="2020-11-03T07:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:38:07 [2020-11-03T07:38:07.107Z] time="2020-11-03T07:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:084d3a5693e64580916f7f83d52fabdc01bcb3f20333a11da90c4ffe8f863503" mediatype=application/vnd.docker.plugin.v1+json size=522
07:38:07 [2020-11-03T07:38:07.107Z] --- PASS: TestPluginInstall (3.90s)
07:38:07 [2020-11-03T07:38:07.107Z]     --- PASS: TestPluginInstall/no_auth (1.86s)
07:38:07 [2020-11-03T07:38:07.107Z]     --- PASS: TestPluginInstall/with_htpasswd (0.78s)
07:38:07 [2020-11-03T07:38:07.107Z]     --- PASS: TestPluginInstall/with_insecure (1.25s)
07:38:07 [2020-11-03T07:38:07.107Z]         plugin_test.go:157: [dd012a519fce4] daemon is not started
07:38:07 [2020-11-03T07:38:07.107Z] PASS
07:38:07 [2020-11-03T07:38:07.107Z] 
07:38:07 [2020-11-03T07:38:07.107Z] DONE 6 tests in 3.999s
07:38:07 [2020-11-03T07:38:07.107Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
07:38:07 [2020-11-03T07:38:07.107Z] ++ 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
07:38:07 [2020-11-03T07:38:07.107Z] ++ set -e
07:38:07 [2020-11-03T07:38:07.107Z] ++ '[' -n 0 ']'
07:38:07 [2020-11-03T07:38:07.107Z] ++ set -x
07:38:07 [2020-11-03T07:38:07.107Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:07 [2020-11-03T07:38:07.397Z] INFO: Testing against a local daemon
07:38:07 [2020-11-03T07:38:07.397Z] === RUN   TestExternalGraphDriver
07:38:07 [2020-11-03T07:38:07.397Z] === RUN   TestExternalGraphDriver/json
07:38:07 [2020-11-03T07:38:07.410Z] --- PASS: TestBuildWithEmptyLayers (1.35s)
07:38:07 [2020-11-03T07:38:07.410Z] === RUN   TestBuildMultiStageOnBuild
07:38:09 [2020-11-03T07:38:09.461Z] === RUN   TestExternalGraphDriver/spec
07:38:09 [2020-11-03T07:38:09.714Z] --- PASS: TestBuildWithHugeFile (66.89s)
07:38:09 [2020-11-03T07:38:09.714Z] === RUN   TestBuildWithEmptyDockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:38:09 [2020-11-03T07:38:09.714Z] --- PASS: TestBuildWithEmptyDockerfile (0.23s)
07:38:09 [2020-11-03T07:38:09.714Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s)
07:38:09 [2020-11-03T07:38:09.714Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s)
07:38:09 [2020-11-03T07:38:09.714Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s)
07:38:09 [2020-11-03T07:38:09.714Z] === RUN   TestBuildPreserveOwnership
07:38:09 [2020-11-03T07:38:09.714Z] === RUN   TestBuildPreserveOwnership/copy_from
07:38:10 [2020-11-03T07:38:10.722Z] --- PASS: TestBuildMultiStageOnBuild (3.03s)
07:38:10 [2020-11-03T07:38:10.722Z] === RUN   TestBuildUncleanTarFilenames
07:38:11 [2020-11-03T07:38:11.524Z] === RUN   TestExternalGraphDriver/pull
07:38:12 [2020-11-03T07:38:12.112Z] --- PASS: TestBuildUncleanTarFilenames (1.83s)
07:38:12 [2020-11-03T07:38:12.112Z] === RUN   TestBuildMultiStageLayerLeak
07:38:13 [2020-11-03T07:38:13.587Z] --- PASS: TestExternalGraphDriver (6.41s)
07:38:13 [2020-11-03T07:38:13.587Z]     --- PASS: TestExternalGraphDriver/json (2.04s)
07:38:13 [2020-11-03T07:38:13.587Z]     --- PASS: TestExternalGraphDriver/spec (2.10s)
07:38:13 [2020-11-03T07:38:13.587Z]     --- PASS: TestExternalGraphDriver/pull (2.15s)
07:38:13 [2020-11-03T07:38:13.587Z] === RUN   TestGraphdriverPluginV2
07:38:13 [2020-11-03T07:38:13.641Z] .....INFO: Daemon under test started and replied!
07:38:13 [2020-11-03T07:38:13.641Z] INFO: Docker version of the daemon under test
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] Client:
07:38:13 [2020-11-03T07:38:13.641Z]  Version:      17.06.2-ce
07:38:13 [2020-11-03T07:38:13.641Z]  API version:  1.30
07:38:13 [2020-11-03T07:38:13.641Z]  Go version:   go1.8.3
07:38:13 [2020-11-03T07:38:13.641Z]  Git commit:   cec0b72
07:38:13 [2020-11-03T07:38:13.641Z]  Built:        Tue Sep  5 19:57:19 2017
07:38:13 [2020-11-03T07:38:13.641Z]  OS/Arch:      windows/amd64
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] Server:
07:38:13 [2020-11-03T07:38:13.641Z]  Version:      0.0.0-dev
07:38:13 [2020-11-03T07:38:13.641Z]  API version:  1.41 (minimum version 1.24)
07:38:13 [2020-11-03T07:38:13.641Z]  Go version:   go1.13.15
07:38:13 [2020-11-03T07:38:13.641Z]  Git commit:   c208f03fbd
07:38:13 [2020-11-03T07:38:13.641Z]  Built:        11/03/2020 07:36:04
07:38:13 [2020-11-03T07:38:13.641Z]  OS/Arch:      windows/amd64
07:38:13 [2020-11-03T07:38:13.641Z]  Experimental: false
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] INFO: Docker info of the daemon under test
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] Containers: 0
07:38:13 [2020-11-03T07:38:13.641Z]  Running: 0
07:38:13 [2020-11-03T07:38:13.641Z]  Paused: 0
07:38:13 [2020-11-03T07:38:13.641Z]  Stopped: 0
07:38:13 [2020-11-03T07:38:13.641Z] Images: 0
07:38:13 [2020-11-03T07:38:13.641Z] Server Version: 0.0.0-dev
07:38:13 [2020-11-03T07:38:13.641Z] Storage Driver: windowsfilter
07:38:13 [2020-11-03T07:38:13.641Z]  Windows: 
07:38:13 [2020-11-03T07:38:13.641Z] Logging Driver: json-file
07:38:13 [2020-11-03T07:38:13.641Z] Plugins: 
07:38:13 [2020-11-03T07:38:13.641Z]  Volume: local
07:38:13 [2020-11-03T07:38:13.641Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
07:38:13 [2020-11-03T07:38:13.641Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
07:38:13 [2020-11-03T07:38:13.641Z] Swarm: inactive
07:38:13 [2020-11-03T07:38:13.641Z] Default Isolation: process
07:38:13 [2020-11-03T07:38:13.641Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
07:38:13 [2020-11-03T07:38:13.641Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
07:38:13 [2020-11-03T07:38:13.641Z] OSType: windows
07:38:13 [2020-11-03T07:38:13.641Z] Architecture: x86_64
07:38:13 [2020-11-03T07:38:13.641Z] CPUs: 4
07:38:13 [2020-11-03T07:38:13.641Z] Total Memory: 32GiB
07:38:13 [2020-11-03T07:38:13.641Z] Name: azwin-2-367ac0
07:38:13 [2020-11-03T07:38:13.641Z] ID: 44D5:7XOX:LPKL:LRTR:V3P2:LDUX:IK3G:5YKL:ZYJ2:NV7W:MTNM:JSGS
07:38:13 [2020-11-03T07:38:13.641Z] Docker Root Dir: D:\CI\PR-41626\2\daemon
07:38:13 [2020-11-03T07:38:13.641Z] Debug Mode (client): false
07:38:13 [2020-11-03T07:38:13.641Z] Debug Mode (server): true
07:38:13 [2020-11-03T07:38:13.641Z]  File Descriptors: -1
07:38:13 [2020-11-03T07:38:13.641Z]  Goroutines: 17
07:38:13 [2020-11-03T07:38:13.641Z]  System Time: 2020-11-03T07:38:11.6171509Z
07:38:13 [2020-11-03T07:38:13.641Z]  EventsListeners: 0
07:38:13 [2020-11-03T07:38:13.641Z] Registry: https://index.docker.io/v1/
07:38:13 [2020-11-03T07:38:13.641Z] Labels:
07:38:13 [2020-11-03T07:38:13.641Z] Experimental: false
07:38:13 [2020-11-03T07:38:13.641Z] Insecure Registries:
07:38:13 [2020-11-03T07:38:13.641Z]  127.0.0.0/8
07:38:13 [2020-11-03T07:38:13.641Z] Live Restore Enabled: false
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] INFO: Docker images of the daemon under test
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
07:38:13 [2020-11-03T07:38:13.641Z] 
07:38:13 [2020-11-03T07:38:13.641Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
07:38:13 [2020-11-03T07:38:13.641Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
07:38:13 [2020-11-03T07:38:13.641Z] ltsc2019: Pulling from windows/servercore
07:38:13 [2020-11-03T07:38:13.641Z] 4612f6d0b889: Pulling fs layer
07:38:13 [2020-11-03T07:38:13.641Z] 406ffb8432a7: Pulling fs layer
07:38:13 [2020-11-03T07:38:13.878Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
07:38:13 [2020-11-03T07:38:13.878Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:38:13 [2020-11-03T07:38:13.878Z] PASS
07:38:13 [2020-11-03T07:38:13.878Z] 
07:38:13 [2020-11-03T07:38:13.878Z] === Skipped
07:38:13 [2020-11-03T07:38:13.878Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
07:38:13 [2020-11-03T07:38:13.878Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:38:13 [2020-11-03T07:38:13.878Z] 
07:38:13 [2020-11-03T07:38:13.878Z] 
07:38:13 [2020-11-03T07:38:13.878Z] DONE 5 tests, 1 skipped in 6.548s
07:38:13 [2020-11-03T07:38:13.878Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
07:38:13 [2020-11-03T07:38:13.878Z] ++ 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
07:38:13 [2020-11-03T07:38:13.878Z] ++ set -e
07:38:13 [2020-11-03T07:38:13.878Z] ++ '[' -n 0 ']'
07:38:13 [2020-11-03T07:38:13.878Z] ++ set -x
07:38:13 [2020-11-03T07:38:13.878Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:13 [2020-11-03T07:38:13.878Z] INFO: Testing against a local daemon
07:38:13 [2020-11-03T07:38:13.878Z] === RUN   TestContinueAfterPluginCrash
07:38:13 [2020-11-03T07:38:13.878Z] === PAUSE TestContinueAfterPluginCrash
07:38:13 [2020-11-03T07:38:13.878Z] === RUN   TestReadPluginNoRead
07:38:13 [2020-11-03T07:38:13.878Z] === PAUSE TestReadPluginNoRead
07:38:13 [2020-11-03T07:38:13.878Z] === RUN   TestDaemonStartWithLogOpt
07:38:13 [2020-11-03T07:38:13.878Z] === PAUSE TestDaemonStartWithLogOpt
07:38:13 [2020-11-03T07:38:13.878Z] === CONT  TestContinueAfterPluginCrash
07:38:13 [2020-11-03T07:38:13.878Z] === CONT  TestDaemonStartWithLogOpt
07:38:13 [2020-11-03T07:38:13.941Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
07:38:15 [2020-11-03T07:38:15.422Z] --- PASS: TestBuildMultiStageLayerLeak (3.39s)
07:38:15 [2020-11-03T07:38:15.422Z] === RUN   TestBuildWithHugeFile
07:38:15 [2020-11-03T07:38:15.863Z] --- PASS: TestBuildPreserveOwnership (6.20s)
07:38:15 [2020-11-03T07:38:15.863Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.97s)
07:38:15 [2020-11-03T07:38:15.863Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.21s)
07:38:15 [2020-11-03T07:38:15.863Z] === RUN   TestBuildPlatformInvalid
07:38:15 [2020-11-03T07:38:15.863Z] --- PASS: TestBuildPlatformInvalid (0.18s)
07:38:15 [2020-11-03T07:38:15.863Z] PASS
07:38:15 [2020-11-03T07:38:15.863Z] 
07:38:15 [2020-11-03T07:38:15.863Z] === Skipped
07:38:15 [2020-11-03T07:38:15.863Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
07:38:15 [2020-11-03T07:38:15.863Z]     build_session_test.go:25: TODO: BuildKit
07:38:15 [2020-11-03T07:38:15.863Z] 
07:38:15 [2020-11-03T07:38:15.863Z] 
07:38:15 [2020-11-03T07:38:15.863Z] DONE 32 tests, 1 skipped in 124.943s
07:38:15 [2020-11-03T07:38:15.863Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
07:38:15 [2020-11-03T07:38:15.863Z] ++ 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
07:38:15 [2020-11-03T07:38:15.863Z] ++ set -e
07:38:15 [2020-11-03T07:38:15.863Z] ++ '[' -n 0 ']'
07:38:15 [2020-11-03T07:38:15.863Z] ++ set -x
07:38:15 [2020-11-03T07:38:15.863Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:16 [2020-11-03T07:38:16.124Z] INFO: Testing against a local daemon
07:38:16 [2020-11-03T07:38:16.124Z] === RUN   TestConfigInspect
07:38:18 [2020-11-03T07:38:18.323Z] --- PASS: TestDaemonStartWithLogOpt (3.84s)
07:38:18 [2020-11-03T07:38:18.323Z] === CONT  TestReadPluginNoRead
07:38:19 [2020-11-03T07:38:19.473Z] 406ffb8432a7: Verifying Checksum
07:38:19 [2020-11-03T07:38:19.473Z] 406ffb8432a7: Download complete
07:38:20 [2020-11-03T07:38:20.330Z] --- PASS: TestConfigInspect (3.64s)
07:38:20 [2020-11-03T07:38:20.330Z] === RUN   TestConfigList
07:38:20 [2020-11-03T07:38:20.388Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
07:38:22 [2020-11-03T07:38:22.451Z] === RUN   TestReadPluginNoRead/default
07:38:22 [2020-11-03T07:38:22.742Z] --- PASS: TestContinueAfterPluginCrash (8.96s)
07:38:22 [2020-11-03T07:38:22.879Z] --- PASS: TestConfigList (3.34s)
07:38:22 [2020-11-03T07:38:22.879Z] === RUN   TestConfigsCreateAndDelete
07:38:24 [2020-11-03T07:38:24.246Z] === RUN   TestReadPluginNoRead/disabled_caching
07:38:24 [2020-11-03T07:38:24.549Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
07:38:24 [2020-11-03T07:38:24.549Z] 
07:38:24 [2020-11-03T07:38:24.549Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:38:24 [2020-11-03T07:38:24.549Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:38:24 [2020-11-03T07:38:24.549Z] HOSTNAME=23fae1738ee4
07:38:24 [2020-11-03T07:38:24.549Z] TESTDEBUG=0
07:38:24 [2020-11-03T07:38:24.549Z] DEST=bundles/test-integration
07:38:24 [2020-11-03T07:38:24.549Z] PWD=/go/src/github.com/docker/docker
07:38:24 [2020-11-03T07:38:24.549Z] DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e
07:38:24 [2020-11-03T07:38:24.549Z] container=docker
07:38:24 [2020-11-03T07:38:24.549Z] HOME=/root
07:38:24 [2020-11-03T07:38:24.549Z] GOLANG_VERSION=1.13.15
07:38:24 [2020-11-03T07:38:24.549Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:38:24 [2020-11-03T07:38:24.549Z] VALIDATE_BRANCH=master
07:38:24 [2020-11-03T07:38:24.549Z] TERM=xterm
07:38:24 [2020-11-03T07:38:24.549Z] DOCKER_PKG=github.com/docker/docker
07:38:24 [2020-11-03T07:38:24.549Z] SHLVL=1
07:38:24 [2020-11-03T07:38:24.549Z] TIMEOUT=120m
07:38:24 [2020-11-03T07:38:24.549Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
07:38:24 [2020-11-03T07:38:24.549Z] DOCKER_GRAPHDRIVER=overlay2
07:38:24 [2020-11-03T07:38:24.549Z] GO111MODULE=off
07:38:24 [2020-11-03T07:38:24.549Z] DOCKER_EXPERIMENTAL=1
07:38:24 [2020-11-03T07:38:24.549Z] TEST_SKIP_INTEGRATION_CLI=1
07:38:24 [2020-11-03T07:38:24.549Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:38:24 [2020-11-03T07:38:24.549Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:38:24 [2020-11-03T07:38:24.549Z] GOPATH=/go
07:38:24 [2020-11-03T07:38:24.549Z] PKG_CONFIG=pkg-config
07:38:24 [2020-11-03T07:38:24.549Z] _=/usr/bin/env
07:38:24 [2020-11-03T07:38:24.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:38:26 [2020-11-03T07:38:26.179Z] --- PASS: TestConfigsCreateAndDelete (3.31s)
07:38:26 [2020-11-03T07:38:26.179Z] === RUN   TestConfigsUpdate
07:38:26 [2020-11-03T07:38:26.308Z] --- PASS: TestReadPluginNoRead (8.30s)
07:38:26 [2020-11-03T07:38:26.308Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.95s)
07:38:26 [2020-11-03T07:38:26.308Z]     --- PASS: TestReadPluginNoRead/default (1.93s)
07:38:26 [2020-11-03T07:38:26.308Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.77s)
07:38:26 [2020-11-03T07:38:26.308Z]     read_test.go:92: [d580e9725d8b7] daemon is not started
07:38:26 [2020-11-03T07:38:26.308Z] PASS
07:38:26 [2020-11-03T07:38:26.308Z] 
07:38:26 [2020-11-03T07:38:26.308Z] DONE 6 tests in 12.222s
07:38:26 [2020-11-03T07:38:26.308Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
07:38:26 [2020-11-03T07:38:26.308Z] ++ 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
07:38:26 [2020-11-03T07:38:26.308Z] ++ set -e
07:38:26 [2020-11-03T07:38:26.308Z] ++ '[' -n 0 ']'
07:38:26 [2020-11-03T07:38:26.308Z] ++ set -x
07:38:26 [2020-11-03T07:38:26.308Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:26 [2020-11-03T07:38:26.308Z] testing: warning: no tests to run
07:38:26 [2020-11-03T07:38:26.308Z] PASS
07:38:26 [2020-11-03T07:38:26.308Z] 
07:38:26 [2020-11-03T07:38:26.308Z] DONE 0 tests in 0.027s
07:38:26 [2020-11-03T07:38:26.308Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
07:38:26 [2020-11-03T07:38:26.308Z] ++ 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
07:38:26 [2020-11-03T07:38:26.308Z] ++ set -e
07:38:26 [2020-11-03T07:38:26.308Z] ++ '[' -n 0 ']'
07:38:26 [2020-11-03T07:38:26.308Z] ++ set -x
07:38:26 [2020-11-03T07:38:26.308Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:26 [2020-11-03T07:38:26.308Z] INFO: Testing against a local daemon
07:38:26 [2020-11-03T07:38:26.308Z] === RUN   TestPluginWithDevMounts
07:38:26 [2020-11-03T07:38:26.308Z] === PAUSE TestPluginWithDevMounts
07:38:26 [2020-11-03T07:38:26.308Z] === CONT  TestPluginWithDevMounts
07:38:27 [2020-11-03T07:38:27.860Z] --- PASS: TestPluginWithDevMounts (1.85s)
07:38:27 [2020-11-03T07:38:27.860Z] PASS
07:38:27 [2020-11-03T07:38:27.860Z] 
07:38:27 [2020-11-03T07:38:27.860Z] DONE 1 tests in 1.938s
07:38:27 [2020-11-03T07:38:27.860Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
07:38:27 [2020-11-03T07:38:27.860Z] ++ 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
07:38:27 [2020-11-03T07:38:27.860Z] ++ set -e
07:38:27 [2020-11-03T07:38:27.860Z] ++ '[' -n 0 ']'
07:38:27 [2020-11-03T07:38:27.860Z] ++ set -x
07:38:27 [2020-11-03T07:38:27.860Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:28 [2020-11-03T07:38:28.150Z] INFO: Testing against a local daemon
07:38:28 [2020-11-03T07:38:28.150Z] === RUN   TestSecretInspect
07:38:29 [2020-11-03T07:38:29.479Z] --- PASS: TestConfigsUpdate (3.22s)
07:38:29 [2020-11-03T07:38:29.479Z] === RUN   TestTemplatedConfig
07:38:29 [2020-11-03T07:38:29.842Z] 4612f6d0b889: Verifying Checksum
07:38:29 [2020-11-03T07:38:29.842Z] 4612f6d0b889: Download complete
07:38:30 [2020-11-03T07:38:30.350Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:38:30 [2020-11-03T07:38:30.350Z] Using test binary docker
07:38:30 [2020-11-03T07:38:30.350Z] +++ /etc/init.d/apparmor start
07:38:30 [2020-11-03T07:38:30.350Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:38:30 [2020-11-03T07:38:30.350Z] INFO: Waiting for daemon to start...
07:38:30 [2020-11-03T07:38:30.350Z] Starting dockerd
07:38:30 [2020-11-03T07:38:30.350Z] +++ 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
07:38:30 [2020-11-03T07:38:30.350Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:38:30 [2020-11-03T07:38:30.350Z] Using test binary docker
07:38:30 [2020-11-03T07:38:30.350Z] +++ /etc/init.d/apparmor start
07:38:30 [2020-11-03T07:38:30.350Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:38:30 [2020-11-03T07:38:30.350Z] INFO: Waiting for daemon to start...
07:38:30 [2020-11-03T07:38:30.350Z] Starting dockerd
07:38:30 [2020-11-03T07:38:30.350Z] +++ 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
07:38:30 [2020-11-03T07:38:30.463Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
07:38:31 [2020-11-03T07:38:31.659Z] --- PASS: TestSecretInspect (3.60s)
07:38:31 [2020-11-03T07:38:31.659Z] === RUN   TestSecretList
07:38:33 [2020-11-03T07:38:33.684Z] --- PASS: TestTemplatedConfig (3.48s)
07:38:33 [2020-11-03T07:38:33.684Z] === RUN   TestConfigCreateResolve
07:38:36 [2020-11-03T07:38:36.103Z] --- PASS: TestSecretList (3.71s)
07:38:36 [2020-11-03T07:38:36.103Z] === RUN   TestSecretsCreateAndDelete
07:38:36 [2020-11-03T07:38:36.230Z] --- PASS: TestConfigCreateResolve (3.27s)
07:38:36 [2020-11-03T07:38:36.231Z] === RUN   TestConfigDaemonLibtrustID
07:38:37 [2020-11-03T07:38:37.174Z] --- PASS: TestConfigDaemonLibtrustID (0.69s)
07:38:37 [2020-11-03T07:38:37.174Z] PASS
07:38:37 [2020-11-03T07:38:37.174Z] 
07:38:37 [2020-11-03T07:38:37.174Z] DONE 7 tests in 21.114s
07:38:37 [2020-11-03T07:38:37.174Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
07:38:37 [2020-11-03T07:38:37.174Z] ++ 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
07:38:37 [2020-11-03T07:38:37.174Z] ++ set -e
07:38:37 [2020-11-03T07:38:37.174Z] ++ '[' -n 0 ']'
07:38:37 [2020-11-03T07:38:37.174Z] ++ set -x
07:38:37 [2020-11-03T07:38:37.174Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:37 [2020-11-03T07:38:37.174Z] INFO: Testing against a local daemon
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestCheckpoint
07:38:37 [2020-11-03T07:38:37.174Z] --- SKIP: TestCheckpoint (0.00s)
07:38:37 [2020-11-03T07:38:37.174Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestContainerInvalidJSON
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
07:38:37 [2020-11-03T07:38:37.174Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
07:38:37 [2020-11-03T07:38:37.174Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
07:38:37 [2020-11-03T07:38:37.174Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
07:38:37 [2020-11-03T07:38:37.174Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
07:38:37 [2020-11-03T07:38:37.174Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
07:38:37 [2020-11-03T07:38:37.174Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
07:38:37 [2020-11-03T07:38:37.174Z] --- PASS: TestContainerInvalidJSON (0.03s)
07:38:37 [2020-11-03T07:38:37.174Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
07:38:37 [2020-11-03T07:38:37.174Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
07:38:37 [2020-11-03T07:38:37.174Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestCopyFromContainerPathDoesNotExist
07:38:37 [2020-11-03T07:38:37.174Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
07:38:37 [2020-11-03T07:38:37.174Z] === RUN   TestCopyFromContainerPathIsNotDir
07:38:37 [2020-11-03T07:38:37.435Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
07:38:37 [2020-11-03T07:38:37.435Z] === RUN   TestCopyToContainerPathDoesNotExist
07:38:37 [2020-11-03T07:38:37.435Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
07:38:37 [2020-11-03T07:38:37.435Z] === RUN   TestCopyToContainerPathIsNotDir
07:38:37 [2020-11-03T07:38:37.695Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s)
07:38:37 [2020-11-03T07:38:37.695Z] === RUN   TestCopyFromContainer
07:38:39 [2020-11-03T07:38:39.609Z] === RUN   TestCopyFromContainer//
07:38:39 [2020-11-03T07:38:39.609Z] === RUN   TestCopyFromContainer//bar/root
07:38:39 [2020-11-03T07:38:39.612Z] --- PASS: TestSecretsCreateAndDelete (3.62s)
07:38:39 [2020-11-03T07:38:39.612Z] === RUN   TestSecretsUpdate
07:38:39 [2020-11-03T07:38:39.871Z] === RUN   TestCopyFromContainer//bar/root/
07:38:39 [2020-11-03T07:38:39.871Z] === RUN   TestCopyFromContainer/bar/quux
07:38:40 [2020-11-03T07:38:40.133Z] === RUN   TestCopyFromContainer/bar/quux/
07:38:40 [2020-11-03T07:38:40.133Z] === RUN   TestCopyFromContainer/bar/quux/baz
07:38:40 [2020-11-03T07:38:40.394Z] === RUN   TestCopyFromContainer/bar/filesymlink
07:38:40 [2020-11-03T07:38:40.394Z] === RUN   TestCopyFromContainer/bar/dirsymlink
07:38:40 [2020-11-03T07:38:40.655Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
07:38:40 [2020-11-03T07:38:40.655Z] === RUN   TestCopyFromContainer/bar/notarget
07:38:40 [2020-11-03T07:38:40.916Z] --- PASS: TestCopyFromContainer (3.16s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer// (0.11s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:38:40 [2020-11-03T07:38:40.916Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:38:40 [2020-11-03T07:38:40.916Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
07:38:40 [2020-11-03T07:38:40.916Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
07:38:40 [2020-11-03T07:38:40.916Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:38:40 [2020-11-03T07:38:40.916Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:38:40 [2020-11-03T07:38:40.916Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
07:38:40 [2020-11-03T07:38:40.916Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateLinkToNonExistingContainer
07:38:40 [2020-11-03T07:38:40.916Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateWithInvalidEnv
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateWithInvalidEnv/0
07:38:40 [2020-11-03T07:38:40.916Z] === PAUSE TestCreateWithInvalidEnv/0
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateWithInvalidEnv/1
07:38:40 [2020-11-03T07:38:40.916Z] === PAUSE TestCreateWithInvalidEnv/1
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateWithInvalidEnv/2
07:38:40 [2020-11-03T07:38:40.916Z] === PAUSE TestCreateWithInvalidEnv/2
07:38:40 [2020-11-03T07:38:40.916Z] === CONT  TestCreateWithInvalidEnv/0
07:38:40 [2020-11-03T07:38:40.916Z] === CONT  TestCreateWithInvalidEnv/2
07:38:40 [2020-11-03T07:38:40.916Z] === CONT  TestCreateWithInvalidEnv/1
07:38:40 [2020-11-03T07:38:40.916Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
07:38:40 [2020-11-03T07:38:40.916Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateTmpfsMountsTarget
07:38:40 [2020-11-03T07:38:40.916Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
07:38:40 [2020-11-03T07:38:40.916Z] === RUN   TestCreateWithCustomMaskedPaths
07:38:43 [2020-11-03T07:38:43.120Z] --- PASS: TestSecretsUpdate (3.61s)
07:38:43 [2020-11-03T07:38:43.120Z] === RUN   TestTemplatedSecret
07:38:43 [2020-11-03T07:38:43.461Z] --- PASS: TestCreateWithCustomMaskedPaths (2.25s)
07:38:43 [2020-11-03T07:38:43.461Z] === RUN   TestCreateWithCustomReadonlyPaths
07:38:45 [2020-11-03T07:38:45.274Z] .
07:38:45 [2020-11-03T07:38:45.274Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:38:45 [2020-11-03T07:38:45.274Z] 
07:38:45 [2020-11-03T07:38:45.274Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:38:45 [2020-11-03T07:38:45.274Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:38:45 [2020-11-03T07:38:45.274Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:38:45 [2020-11-03T07:38:45.274Z] Error: No such image: emptyfs
07:38:45 [2020-11-03T07:38:45.274Z] Error: No such image: emptyfs
07:38:45 [2020-11-03T07:38:45.274Z] ++++ tar -cC bundles/test-integration/emptyfs .
07:38:45 [2020-11-03T07:38:45.274Z] ++++ docker load
07:38:45 [2020-11-03T07:38:45.274Z] ++++ docker load
07:38:45 [2020-11-03T07:38:45.274Z] ++++ tar -cC bundles/test-integration/emptyfs .
07:38:45 [2020-11-03T07:38:45.384Z] tests/integration/api_volume_test.py .........                           [ 74%]
07:38:45 [2020-11-03T07:38:45.848Z] Running integration-test (iteration 1)
07:38:45 [2020-11-03T07:38:45.848Z] Running integration-test (iteration 1)
07:38:45 [2020-11-03T07:38:45.848Z] 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)/
07:38:45 [2020-11-03T07:38:45.848Z] ++ 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)/'
07:38:45 [2020-11-03T07:38:45.848Z] ++ set -e
07:38:45 [2020-11-03T07:38:45.848Z] ++ '[' -n 0 ']'Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
07:38:45 [2020-11-03T07:38:45.848Z] ++ 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)/'
07:38:45 [2020-11-03T07:38:45.848Z] 
07:38:45 [2020-11-03T07:38:45.848Z] ++ set -x++ set -e
07:38:45 [2020-11-03T07:38:45.848Z] ++ '[' -n 0 ']'
07:38:45 [2020-11-03T07:38:45.848Z] ++ set -x
07:38:45 [2020-11-03T07:38:45.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build 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)/'
07:38:45 [2020-11-03T07:38:45.848Z] 
07:38:45 [2020-11-03T07:38:45.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build 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)/'
07:38:46 [2020-11-03T07:38:46.011Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.27s)
07:38:46 [2020-11-03T07:38:46.011Z] === RUN   TestCreateWithInvalidHealthcheckParams
07:38:46 [2020-11-03T07:38:46.011Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:38:46 [2020-11-03T07:38:46.012Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:38:46 [2020-11-03T07:38:46.012Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:38:46 [2020-11-03T07:38:46.012Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:38:46 [2020-11-03T07:38:46.012Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:38:46 [2020-11-03T07:38:46.012Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:38:46 [2020-11-03T07:38:46.012Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:38:46 [2020-11-03T07:38:46.012Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
07:38:46 [2020-11-03T07:38:46.012Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
07:38:46 [2020-11-03T07:38:46.012Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
07:38:46 [2020-11-03T07:38:46.012Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s)
07:38:46 [2020-11-03T07:38:46.012Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s)
07:38:46 [2020-11-03T07:38:46.012Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
07:38:46 [2020-11-03T07:38:46.012Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
07:38:46 [2020-11-03T07:38:46.272Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s)
07:38:46 [2020-11-03T07:38:46.272Z] === RUN   TestCreateDifferentPlatform
07:38:46 [2020-11-03T07:38:46.272Z] === RUN   TestCreateDifferentPlatform/different_os
07:38:46 [2020-11-03T07:38:46.272Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
07:38:46 [2020-11-03T07:38:46.534Z] --- PASS: TestCreateDifferentPlatform (0.03s)
07:38:46 [2020-11-03T07:38:46.534Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
07:38:46 [2020-11-03T07:38:46.534Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestCreateVolumesFromNonExistingContainer
07:38:46 [2020-11-03T07:38:46.534Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
07:38:46 [2020-11-03T07:38:46.534Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s)
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestContainerStartOnDaemonRestart
07:38:46 [2020-11-03T07:38:46.534Z] === PAUSE TestContainerStartOnDaemonRestart
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestDaemonRestartIpcMode
07:38:46 [2020-11-03T07:38:46.534Z] === PAUSE TestDaemonRestartIpcMode
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestDaemonHostGatewayIP
07:38:46 [2020-11-03T07:38:46.534Z] === PAUSE TestDaemonHostGatewayIP
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestContainerKillOnDaemonStart
07:38:46 [2020-11-03T07:38:46.534Z] === PAUSE TestContainerKillOnDaemonStart
07:38:46 [2020-11-03T07:38:46.534Z] === RUN   TestDiff
07:38:46 [2020-11-03T07:38:46.629Z] --- PASS: TestTemplatedSecret (3.69s)
07:38:46 [2020-11-03T07:38:46.629Z] === RUN   TestSecretCreateResolve
07:38:47 [2020-11-03T07:38:47.287Z] tests/integration/client_test.py .....                                   [ 75%]
07:38:47 [2020-11-03T07:38:47.287Z] tests/integration/context_api_test.py ...                                [ 76%]
07:38:47 [2020-11-03T07:38:47.476Z] --- PASS: TestDiff (0.77s)
07:38:47 [2020-11-03T07:38:47.476Z] === RUN   TestExecWithCloseStdin
07:38:48 [2020-11-03T07:38:48.224Z] tests/integration/errors_test.py .                                       [ 76%]
07:38:48 [2020-11-03T07:38:48.418Z] --- PASS: TestExecWithCloseStdin (0.92s)
07:38:48 [2020-11-03T07:38:48.418Z] === RUN   TestExec
07:38:49 [2020-11-03T07:38:49.361Z] --- PASS: TestExec (0.90s)
07:38:49 [2020-11-03T07:38:49.361Z] === RUN   TestExecUser
07:38:49 [2020-11-03T07:38:49.932Z] --- PASS: TestExecUser (0.86s)
07:38:49 [2020-11-03T07:38:49.932Z] === RUN   TestExportContainerAndImportImage
07:38:50 [2020-11-03T07:38:50.138Z] --- PASS: TestSecretCreateResolve (3.55s)
07:38:50 [2020-11-03T07:38:50.138Z] PASS
07:38:50 [2020-11-03T07:38:50.138Z] 
07:38:50 [2020-11-03T07:38:50.138Z] DONE 6 tests in 21.861s
07:38:50 [2020-11-03T07:38:50.138Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
07:38:50 [2020-11-03T07:38:50.138Z] ++ 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
07:38:50 [2020-11-03T07:38:50.138Z] ++ set -e
07:38:50 [2020-11-03T07:38:50.138Z] ++ '[' -n 0 ']'
07:38:50 [2020-11-03T07:38:50.138Z] ++ set -x
07:38:50 [2020-11-03T07:38:50.138Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:38:50 [2020-11-03T07:38:50.138Z] INFO: Testing against a local daemon
07:38:50 [2020-11-03T07:38:50.138Z] === RUN   TestServiceCreateInit
07:38:50 [2020-11-03T07:38:50.138Z] === RUN   TestServiceCreateInit/daemonInitDisabled
07:38:51 [2020-11-03T07:38:51.319Z] --- PASS: TestExportContainerAndImportImage (1.08s)
07:38:51 [2020-11-03T07:38:51.319Z] === RUN   TestExportContainerAfterDaemonRestart
07:38:51 [2020-11-03T07:38:51.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:38:51 [2020-11-03T07:38:51.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
07:38:53 [2020-11-03T07:38:53.234Z] --- PASS: TestExportContainerAfterDaemonRestart (1.99s)
07:38:53 [2020-11-03T07:38:53.234Z] === RUN   TestHealthCheckWorkdir
07:38:54 [2020-11-03T07:38:54.177Z] --- PASS: TestHealthCheckWorkdir (1.03s)
07:38:54 [2020-11-03T07:38:54.177Z] === RUN   TestHealthKillContainer
07:38:55 [2020-11-03T07:38:55.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
07:38:55 [2020-11-03T07:38:55.697Z] === RUN   TestServiceCreateInit/daemonInitEnabled
07:38:57 [2020-11-03T07:38:57.476Z] --- PASS: TestHealthKillContainer (2.87s)
07:38:57 [2020-11-03T07:38:57.477Z] === RUN   TestInspectCpusetInConfigPre120
07:38:57 [2020-11-03T07:38:57.738Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s)
07:38:57 [2020-11-03T07:38:57.738Z] === RUN   TestIpcModeNone
07:38:58 [2020-11-03T07:38:58.683Z] --- PASS: TestIpcModeNone (0.89s)
07:38:58 [2020-11-03T07:38:58.683Z] === RUN   TestIpcModePrivate
07:38:59 [2020-11-03T07:38:59.624Z] --- PASS: TestIpcModePrivate (0.91s)
07:38:59 [2020-11-03T07:38:59.624Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
07:38:59 [2020-11-03T07:38:59.624Z] === RUN   TestIpcModeShareable
07:39:00 [2020-11-03T07:39:00.140Z] --- PASS: TestServiceCreateInit (10.17s)
07:39:00 [2020-11-03T07:39:00.140Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.95s)
07:39:00 [2020-11-03T07:39:00.140Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.21s)
07:39:00 [2020-11-03T07:39:00.140Z] === RUN   TestCreateServiceMultipleTimes
07:39:00 [2020-11-03T07:39:00.567Z] --- PASS: TestIpcModeShareable (1.00s)
07:39:00 [2020-11-03T07:39:00.567Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
07:39:00 [2020-11-03T07:39:00.567Z] === RUN   TestAPIIpcModeShareableAndContainer
07:39:03 [2020-11-03T07:39:03.114Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.66s)
07:39:03 [2020-11-03T07:39:03.114Z] === RUN   TestAPIIpcModeHost
07:39:04 [2020-11-03T07:39:04.057Z] --- PASS: TestAPIIpcModeHost (0.66s)
07:39:04 [2020-11-03T07:39:04.057Z] === RUN   TestDaemonIpcModeShareable
07:39:04 [2020-11-03T07:39:04.736Z] --- PASS: TestImportExtremelyLargeImageWorks (102.36s)
07:39:04 [2020-11-03T07:39:04.736Z] PASS
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === Skipped
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] DONE 12 tests, 1 skipped in 106.232s
07:39:04 [2020-11-03T07:39:04.736Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.736Z] INFO: Testing against a local daemon
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestNetworkCreateDelete
07:39:04 [2020-11-03T07:39:04.736Z] --- PASS: TestNetworkCreateDelete (0.15s)
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDockerNetworkDeletePreferID
07:39:04 [2020-11-03T07:39:04.736Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDaemonDNSFallback
07:39:04 [2020-11-03T07:39:04.736Z] --- PASS: TestDaemonDNSFallback (7.32s)
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestInspectNetwork
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestInspectNetwork (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestRunContainerWithBridgeNone
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestNetworkInvalidJSON
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestNetworkInvalidJSON//networks/create
07:39:04 [2020-11-03T07:39:04.736Z] === PAUSE TestNetworkInvalidJSON//networks/create
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
07:39:04 [2020-11-03T07:39:04.736Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
07:39:04 [2020-11-03T07:39:04.736Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
07:39:04 [2020-11-03T07:39:04.736Z] === CONT  TestNetworkInvalidJSON//networks/create
07:39:04 [2020-11-03T07:39:04.736Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
07:39:04 [2020-11-03T07:39:04.736Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
07:39:04 [2020-11-03T07:39:04.736Z] --- PASS: TestNetworkInvalidJSON (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestHostIPv4BridgeLabel
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDaemonRestartWithLiveRestore
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDaemonDefaultNetworkPools
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDaemonRestartWithExistingNetwork
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestServiceWithPredefinedNetwork
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestServiceRemoveKeepsIngressNetwork
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:236: FLAKY_TEST
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestServiceWithDataPathPortInit
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestServiceWithDefaultAddressPoolInit
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] PASS
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === Skipped
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:236: FLAKY_TEST
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] DONE 19 tests, 12 skipped in 8.068s
07:39:04 [2020-11-03T07:39:04.736Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.736Z] INFO: Testing against a local daemon
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDockerNetworkIpvlanPersistance
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDockerNetworkIpvlan
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:39:04 [2020-11-03T07:39:04.736Z] PASS
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === Skipped
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] DONE 2 tests, 2 skipped in 0.108s
07:39:04 [2020-11-03T07:39:04.736Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.736Z] INFO: Testing against a local daemon
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDockerNetworkMacvlanPersistance
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestDockerNetworkMacvlan
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] PASS
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === Skipped
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] DONE 2 tests, 2 skipped in 0.119s
07:39:04 [2020-11-03T07:39:04.736Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.736Z] testing: warning: no tests to run
07:39:04 [2020-11-03T07:39:04.736Z] PASS
07:39:04 [2020-11-03T07:39:04.736Z] 
07:39:04 [2020-11-03T07:39:04.736Z] DONE 0 tests in 0.024s
07:39:04 [2020-11-03T07:39:04.736Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.736Z] INFO: Testing against a local daemon
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginAllowRequest
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginTLS
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginTLS (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginDenyRequest
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginAPIDenyResponse
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginDenyResponse
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginAllowEventStream
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
07:39:04 [2020-11-03T07:39:04.736Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.736Z] === RUN   TestAuthZPluginErrorResponse
07:39:04 [2020-11-03T07:39:04.736Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginErrorRequest
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginHeader
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginHeader (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.23s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginV2Disable
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] PASS
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === Skipped
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.23s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] DONE 17 tests, 17 skipped in 0.407s
07:39:04 [2020-11-03T07:39:04.737Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.737Z] INFO: Testing against a local daemon
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestPluginInvalidJSON
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:39:04 [2020-11-03T07:39:04.737Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:39:04 [2020-11-03T07:39:04.737Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:39:04 [2020-11-03T07:39:04.737Z] --- PASS: TestPluginInvalidJSON (0.02s)
07:39:04 [2020-11-03T07:39:04.737Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestPluginInstall
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestPluginInstall (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] PASS
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] === Skipped
07:39:04 [2020-11-03T07:39:04.737Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
07:39:04 [2020-11-03T07:39:04.737Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] 
07:39:04 [2020-11-03T07:39:04.737Z] DONE 3 tests, 1 skipped in 0.148s
07:39:04 [2020-11-03T07:39:04.737Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
07:39:04 [2020-11-03T07:39:04.737Z] INFO: Testing against a local daemon
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestExternalGraphDriver
07:39:04 [2020-11-03T07:39:04.737Z] --- SKIP: TestExternalGraphDriver (0.07s)
07:39:04 [2020-11-03T07:39:04.737Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
07:39:04 [2020-11-03T07:39:04.737Z] === RUN   TestGraphdriverPluginV2
07:39:05 [2020-11-03T07:39:05.990Z] --- PASS: TestDaemonIpcModeShareable (2.03s)
07:39:05 [2020-11-03T07:39:05.990Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
07:39:05 [2020-11-03T07:39:05.990Z] === RUN   TestDaemonIpcModePrivate
07:39:07 [2020-11-03T07:39:07.907Z] --- PASS: TestDaemonIpcModePrivate (1.85s)
07:39:07 [2020-11-03T07:39:07.907Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
07:39:07 [2020-11-03T07:39:07.907Z] === RUN   TestDaemonIpcModePrivateFromConfig
07:39:09 [2020-11-03T07:39:09.824Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.87s)
07:39:09 [2020-11-03T07:39:09.824Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
07:39:09 [2020-11-03T07:39:09.824Z] === RUN   TestDaemonIpcModeShareableFromConfig
07:39:11 [2020-11-03T07:39:11.274Z] --- PASS: TestGraphdriverPluginV2 (6.01s)
07:39:11 [2020-11-03T07:39:11.274Z] PASS
07:39:11 [2020-11-03T07:39:11.274Z] 
07:39:11 [2020-11-03T07:39:11.274Z] === Skipped
07:39:11 [2020-11-03T07:39:11.274Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
07:39:11 [2020-11-03T07:39:11.274Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
07:39:11 [2020-11-03T07:39:11.274Z] 
07:39:11 [2020-11-03T07:39:11.274Z] 
07:39:11 [2020-11-03T07:39:11.274Z] DONE 2 tests, 1 skipped in 6.191s
07:39:11 [2020-11-03T07:39:11.274Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
07:39:11 [2020-11-03T07:39:11.274Z] INFO: Testing against a local daemon
07:39:11 [2020-11-03T07:39:11.274Z] === RUN   TestContinueAfterPluginCrash
07:39:11 [2020-11-03T07:39:11.274Z] === PAUSE TestContinueAfterPluginCrash
07:39:11 [2020-11-03T07:39:11.274Z] === RUN   TestReadPluginNoRead
07:39:11 [2020-11-03T07:39:11.274Z] === PAUSE TestReadPluginNoRead
07:39:11 [2020-11-03T07:39:11.274Z] === RUN   TestDaemonStartWithLogOpt
07:39:11 [2020-11-03T07:39:11.274Z] === PAUSE TestDaemonStartWithLogOpt
07:39:11 [2020-11-03T07:39:11.274Z] === CONT  TestContinueAfterPluginCrash
07:39:11 [2020-11-03T07:39:11.274Z] === CONT  TestDaemonStartWithLogOpt
07:39:11 [2020-11-03T07:39:11.738Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.03s)
07:39:11 [2020-11-03T07:39:11.738Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
07:39:11 [2020-11-03T07:39:11.738Z] === RUN   TestIpcModeOlderClient
07:39:11 [2020-11-03T07:39:11.738Z] === PAUSE TestIpcModeOlderClient
07:39:11 [2020-11-03T07:39:11.738Z] === RUN   TestKillContainerInvalidSignal
07:39:12 [2020-11-03T07:39:12.681Z] --- PASS: TestKillContainerInvalidSignal (0.81s)
07:39:12 [2020-11-03T07:39:12.681Z] === RUN   TestKillContainer
07:39:12 [2020-11-03T07:39:12.681Z] === RUN   TestKillContainer/no_signal
07:39:13 [2020-11-03T07:39:13.253Z] === RUN   TestKillContainer/non_killing_signal
07:39:13 [2020-11-03T07:39:13.824Z] === RUN   TestKillContainer/killing_signal
07:39:15 [2020-11-03T07:39:15.210Z] --- PASS: TestKillContainer (2.44s)
07:39:15 [2020-11-03T07:39:15.210Z]     --- PASS: TestKillContainer/no_signal (0.75s)
07:39:15 [2020-11-03T07:39:15.210Z]     --- PASS: TestKillContainer/non_killing_signal (0.55s)
07:39:15 [2020-11-03T07:39:15.210Z]     --- PASS: TestKillContainer/killing_signal (0.83s)
07:39:15 [2020-11-03T07:39:15.210Z] === RUN   TestKillWithStopSignalAndRestartPolicies
07:39:15 [2020-11-03T07:39:15.210Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
07:39:15 [2020-11-03T07:39:15.781Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
07:39:16 [2020-11-03T07:39:16.725Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.57s)
07:39:16 [2020-11-03T07:39:16.725Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s)
07:39:16 [2020-11-03T07:39:16.725Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
07:39:16 [2020-11-03T07:39:16.725Z] === RUN   TestKillStoppedContainer
07:39:16 [2020-11-03T07:39:16.725Z] --- PASS: TestKillStoppedContainer (0.10s)
07:39:16 [2020-11-03T07:39:16.725Z] === RUN   TestKillStoppedContainerAPIPre120
07:39:16 [2020-11-03T07:39:16.725Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
07:39:16 [2020-11-03T07:39:16.725Z] === RUN   TestKillDifferentUserContainer
07:39:17 [2020-11-03T07:39:17.668Z] --- PASS: TestKillDifferentUserContainer (0.81s)
07:39:17 [2020-11-03T07:39:17.668Z] === RUN   TestInspectOomKilledTrue
07:39:17 [2020-11-03T07:39:17.668Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
07:39:17 [2020-11-03T07:39:17.668Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:39:17 [2020-11-03T07:39:17.668Z] === RUN   TestInspectOomKilledFalse
07:39:17 [2020-11-03T07:39:17.668Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
07:39:17 [2020-11-03T07:39:17.668Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:39:17 [2020-11-03T07:39:17.668Z] === RUN   TestLinksEtcHostsContentMatch
07:39:17 [2020-11-03T07:39:17.826Z] --- PASS: TestDaemonStartWithLogOpt (6.50s)
07:39:17 [2020-11-03T07:39:17.826Z] === CONT  TestReadPluginNoRead
07:39:18 [2020-11-03T07:39:18.240Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s)
07:39:18 [2020-11-03T07:39:18.240Z] === RUN   TestLinksContainerNames
07:39:19 [2020-11-03T07:39:19.626Z] --- PASS: TestLinksContainerNames (1.56s)
07:39:19 [2020-11-03T07:39:19.627Z] === RUN   TestLogsFollowTailEmpty
07:39:20 [2020-11-03T07:39:20.570Z] --- PASS: TestLogsFollowTailEmpty (0.80s)
07:39:20 [2020-11-03T07:39:20.570Z] === RUN   TestContainerNetworkMountsNoChown
07:39:21 [2020-11-03T07:39:21.097Z] === RUN   TestReadPluginNoRead/default
07:39:21 [2020-11-03T07:39:21.097Z] --- PASS: TestContinueAfterPluginCrash (10.23s)
07:39:21 [2020-11-03T07:39:21.142Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s)
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/default
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/default
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/private
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/private
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rprivate
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rprivate
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/slave
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/slave
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rslave
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rslave
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/shared
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/shared
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rshared
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rshared
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/default
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/default/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/default/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/rslave
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rslave/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/shared
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/shared/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/rprivate
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/shared/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/default/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/default/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/default/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/default/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/shared/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/shared/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/slave
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/slave/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/slave/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/slave/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/slave/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/private
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/private/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/private/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/private/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/private/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/private/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/private/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/rshared
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rshared/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rshared/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rslave/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/default/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/shared/bind_root
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/slave/mount_root
07:39:21 [2020-11-03T07:39:21.142Z] === CONT  TestMountDaemonRoot/default/mount_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/default/mount_root
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/default/bind_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/private/mount_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/shared/mount_root
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/slave/bind_root
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/rslave/bind_root
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
07:39:21 [2020-11-03T07:39:21.403Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/private/mount_root
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/private/bind_subpath
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/private/bind_root
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/rshared/bind_root
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/rshared/mount_root
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/rslave/mount_root
07:39:21 [2020-11-03T07:39:21.664Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
07:39:21 [2020-11-03T07:39:21.925Z] --- PASS: TestMountDaemonRoot (0.04s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.11s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.12s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s)
07:39:21 [2020-11-03T07:39:21.925Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
07:39:21 [2020-11-03T07:39:21.925Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s)
07:39:21 [2020-11-03T07:39:21.925Z] === RUN   TestContainerBindMountNonRecursive
07:39:22 [2020-11-03T07:39:22.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
07:39:22 [2020-11-03T07:39:22.585Z] --- PASS: TestCreateServiceMultipleTimes (21.59s)
07:39:22 [2020-11-03T07:39:22.585Z] === RUN   TestCreateServiceConflict
07:39:23 [2020-11-03T07:39:23.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
07:39:23 [2020-11-03T07:39:23.613Z] === RUN   TestReadPluginNoRead/disabled_caching
07:39:24 [2020-11-03T07:39:24.469Z] --- PASS: TestContainerBindMountNonRecursive (2.33s)
07:39:24 [2020-11-03T07:39:24.469Z] === RUN   TestNetworkNat
07:39:24 [2020-11-03T07:39:24.645Z] Loaded image: buildpack-deps:buster
07:39:24 [2020-11-03T07:39:24.908Z] Loaded image: busybox:latest
07:39:25 [2020-11-03T07:39:25.042Z] --- PASS: TestNetworkNat (0.93s)
07:39:25 [2020-11-03T07:39:25.042Z] === RUN   TestNetworkLocalhostTCPNat
07:39:25 [2020-11-03T07:39:25.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
07:39:25 [2020-11-03T07:39:25.307Z] --- PASS: TestCreateServiceConflict (3.54s)
07:39:25 [2020-11-03T07:39:25.307Z] === RUN   TestCreateServiceMaxReplicas
07:39:25 [2020-11-03T07:39:25.481Z] Loaded image: busybox:glibc
07:39:25 [2020-11-03T07:39:25.481Z] Loaded image: debian:buster
07:39:25 [2020-11-03T07:39:25.481Z] Loaded image: hello-world:latest
07:39:25 [2020-11-03T07:39:25.501Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
07:39:25 [2020-11-03T07:39:25.743Z] Loaded image: arm32v7/hello-world:latest
07:39:25 [2020-11-03T07:39:25.743Z] INFO: Testing against a local daemon
07:39:25 [2020-11-03T07:39:25.985Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s)
07:39:25 [2020-11-03T07:39:25.985Z] === RUN   TestNetworkLoopbackNat
07:39:26 [2020-11-03T07:39:26.004Z] === RUN   TestDockerSuite
07:39:26 [2020-11-03T07:39:26.004Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
07:39:26 [2020-11-03T07:39:26.004Z] Loaded image: buildpack-deps:buster
07:39:26 [2020-11-03T07:39:26.004Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
07:39:26 [2020-11-03T07:39:26.005Z] === RUN   TestDockerSuite/TestAPIErrorJSON
07:39:26 [2020-11-03T07:39:26.005Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
07:39:26 [2020-11-03T07:39:26.005Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
07:39:26 [2020-11-03T07:39:26.005Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
07:39:26 [2020-11-03T07:39:26.005Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
07:39:26 [2020-11-03T07:39:26.005Z] === RUN   TestDockerSuite/TestAPIImagesDelete
07:39:26 [2020-11-03T07:39:26.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
07:39:26 [2020-11-03T07:39:26.266Z] Loaded image: busybox:latest
07:39:26 [2020-11-03T07:39:26.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
07:39:26 [2020-11-03T07:39:26.528Z] Loaded image: busybox:glibc
07:39:26 [2020-11-03T07:39:26.528Z] Loaded image: debian:buster
07:39:26 [2020-11-03T07:39:26.790Z] Loaded image: hello-world:latest
07:39:26 [2020-11-03T07:39:26.790Z] Loaded image: arm32v7/hello-world:latest
07:39:27 [2020-11-03T07:39:27.051Z] INFO: Testing against a local daemon
07:39:27 [2020-11-03T07:39:27.051Z] === RUN   TestDockerDaemonSuite
07:39:27 [2020-11-03T07:39:27.051Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
07:39:28 [2020-11-03T07:39:28.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
07:39:28 [2020-11-03T07:39:28.018Z] --- PASS: TestReadPluginNoRead (10.34s)
07:39:28 [2020-11-03T07:39:28.018Z]     --- PASS: TestReadPluginNoRead/default (2.24s)
07:39:28 [2020-11-03T07:39:28.018Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.26s)
07:39:28 [2020-11-03T07:39:28.018Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.23s)
07:39:28 [2020-11-03T07:39:28.018Z]     read_test.go:92: [d6965954f1d19] daemon is not started
07:39:28 [2020-11-03T07:39:28.018Z] PASS
07:39:28 [2020-11-03T07:39:28.018Z] 
07:39:28 [2020-11-03T07:39:28.018Z] DONE 6 tests in 16.980s
07:39:28 [2020-11-03T07:39:28.018Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
07:39:28 [2020-11-03T07:39:28.018Z] testing: warning: no tests to run
07:39:28 [2020-11-03T07:39:28.018Z] PASS
07:39:28 [2020-11-03T07:39:28.018Z] 
07:39:28 [2020-11-03T07:39:28.018Z] DONE 0 tests in 0.040s
07:39:28 [2020-11-03T07:39:28.018Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
07:39:28 [2020-11-03T07:39:28.018Z] INFO: Testing against a local daemon
07:39:28 [2020-11-03T07:39:28.018Z] === RUN   TestPluginWithDevMounts
07:39:28 [2020-11-03T07:39:28.018Z] --- SKIP: TestPluginWithDevMounts (0.00s)
07:39:28 [2020-11-03T07:39:28.018Z]     mounts_test.go:21: (*Execution).IsRootless-fm
07:39:28 [2020-11-03T07:39:28.018Z] PASS
07:39:28 [2020-11-03T07:39:28.018Z] 
07:39:28 [2020-11-03T07:39:28.018Z] === Skipped
07:39:28 [2020-11-03T07:39:28.018Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
07:39:28 [2020-11-03T07:39:28.018Z]     mounts_test.go:21: (*Execution).IsRootless-fm
07:39:28 [2020-11-03T07:39:28.018Z] 
07:39:28 [2020-11-03T07:39:28.018Z] 
07:39:28 [2020-11-03T07:39:28.018Z] DONE 1 tests, 1 skipped in 0.140s
07:39:28 [2020-11-03T07:39:28.018Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
07:39:28 [2020-11-03T07:39:28.018Z] INFO: Testing against a local daemon
07:39:28 [2020-11-03T07:39:28.018Z] === RUN   TestSecretInspect
07:39:28 [2020-11-03T07:39:28.018Z] --- SKIP: TestSecretInspect (0.02s)
07:39:28 [2020-11-03T07:39:28.018Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.018Z] === RUN   TestSecretList
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestSecretList (0.02s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestSecretsCreateAndDelete
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestSecretsUpdate
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestSecretsUpdate (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestTemplatedSecret
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestTemplatedSecret (0.00s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestSecretCreateResolve
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestSecretCreateResolve (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] PASS
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] === Skipped
07:39:28 [2020-11-03T07:39:28.274Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] 
07:39:28 [2020-11-03T07:39:28.274Z] DONE 6 tests, 6 skipped in 0.186s
07:39:28 [2020-11-03T07:39:28.274Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
07:39:28 [2020-11-03T07:39:28.274Z] INFO: Testing against a local daemon
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestServiceCreateInit
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestServiceCreateInit/daemonInitDisabled
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestServiceCreateInit/daemonInitEnabled
07:39:28 [2020-11-03T07:39:28.274Z] --- PASS: TestServiceCreateInit (0.02s)
07:39:28 [2020-11-03T07:39:28.274Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
07:39:28 [2020-11-03T07:39:28.274Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
07:39:28 [2020-11-03T07:39:28.274Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestCreateServiceMultipleTimes
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestCreateServiceConflict
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestCreateServiceConflict (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestCreateServiceMaxReplicas
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s)
07:39:28 [2020-11-03T07:39:28.274Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestCreateWithDuplicateNetworkNames
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestCreateServiceSecretFileMode
07:39:28 [2020-11-03T07:39:28.274Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
07:39:28 [2020-11-03T07:39:28.274Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.274Z] === RUN   TestCreateServiceConfigFileMode
07:39:28 [2020-11-03T07:39:28.530Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
07:39:28 [2020-11-03T07:39:28.530Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.530Z] === RUN   TestCreateServiceSysctls
07:39:28 [2020-11-03T07:39:28.530Z] --- SKIP: TestCreateServiceSysctls (0.02s)
07:39:28 [2020-11-03T07:39:28.530Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.530Z] === RUN   TestCreateServiceCapabilities
07:39:28 [2020-11-03T07:39:28.530Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
07:39:28 [2020-11-03T07:39:28.530Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.530Z] === RUN   TestInspect
07:39:28 [2020-11-03T07:39:28.530Z] --- SKIP: TestInspect (0.01s)
07:39:28 [2020-11-03T07:39:28.530Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.530Z] === RUN   TestCreateJob
07:39:28 [2020-11-03T07:39:28.530Z] --- SKIP: TestCreateJob (0.01s)
07:39:28 [2020-11-03T07:39:28.530Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.530Z] === RUN   TestReplicatedJob
07:39:28 [2020-11-03T07:39:28.530Z] --- SKIP: TestReplicatedJob (0.01s)
07:39:28 [2020-11-03T07:39:28.531Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.531Z] === RUN   TestUpdateReplicatedJob
07:39:28 [2020-11-03T07:39:28.531Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
07:39:28 [2020-11-03T07:39:28.531Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.531Z] === RUN   TestServiceListWithStatuses
07:39:28 [2020-11-03T07:39:28.531Z] --- SKIP: TestServiceListWithStatuses (0.00s)
07:39:28 [2020-11-03T07:39:28.531Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:39:28 [2020-11-03T07:39:28.531Z] === RUN   TestDockerNetworkConnectAlias
07:39:28 [2020-11-03T07:39:28.531Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
07:39:28 [2020-11-03T07:39:28.531Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.531Z] === RUN   TestDockerNetworkReConnect
07:39:28 [2020-11-03T07:39:28.531Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
07:39:28 [2020-11-03T07:39:28.531Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:28 [2020-11-03T07:39:28.531Z] === RUN   TestServicePlugin
07:39:29 [2020-11-03T07:39:29.282Z] --- PASS: TestNetworkLoopbackNat (3.18s)
07:39:29 [2020-11-03T07:39:29.282Z] === RUN   TestPause
07:39:29 [2020-11-03T07:39:29.782Z] --- PASS: TestCreateServiceMaxReplicas (3.95s)
07:39:29 [2020-11-03T07:39:29.782Z] === RUN   TestCreateWithDuplicateNetworkNames
07:39:29 [2020-11-03T07:39:29.854Z] --- PASS: TestPause (0.82s)
07:39:29 [2020-11-03T07:39:29.854Z] === RUN   TestPauseFailsOnWindowsServerContainers
07:39:29 [2020-11-03T07:39:29.854Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
07:39:29 [2020-11-03T07:39:29.854Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:39:29 [2020-11-03T07:39:29.854Z] === RUN   TestPauseStopPausedContainer
07:39:30 [2020-11-03T07:39:30.427Z] === RUN   TestDockerSuite/TestAPIImagesFilter
07:39:30 [2020-11-03T07:39:30.427Z] === RUN   TestDockerSuite/TestAPIImagesHistory
07:39:30 [2020-11-03T07:39:30.796Z] --- PASS: TestPauseStopPausedContainer (0.84s)
07:39:30 [2020-11-03T07:39:30.796Z] === RUN   TestPsFilter
07:39:31 [2020-11-03T07:39:31.057Z] --- PASS: TestPsFilter (0.28s)
07:39:31 [2020-11-03T07:39:31.057Z] === RUN   TestRemoveContainerWithRemovedVolume
07:39:31 [2020-11-03T07:39:31.373Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
07:39:31 [2020-11-03T07:39:31.373Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
07:39:31 [2020-11-03T07:39:31.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
07:39:31 [2020-11-03T07:39:31.945Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
07:39:31 [2020-11-03T07:39:31.998Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.76s)
07:39:31 [2020-11-03T07:39:31.998Z] === RUN   TestRemoveContainerWithVolume
07:39:32 [2020-11-03T07:39:32.208Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
07:39:32 [2020-11-03T07:39:32.208Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
07:39:32 [2020-11-03T07:39:32.569Z] --- PASS: TestRemoveContainerWithVolume (0.72s)
07:39:32 [2020-11-03T07:39:32.569Z] === RUN   TestRemoveContainerRunning
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestServicePlugin (3.44s)
07:39:32 [2020-11-03T07:39:32.698Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestServiceUpdateLabel
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestServiceUpdateLabel (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestServiceUpdateSecrets
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestServiceUpdateSecrets (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestServiceUpdateConfigs
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestServiceUpdateNetwork
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestServiceUpdatePidsLimit
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] PASS
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === Skipped
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
07:39:32 [2020-11-03T07:39:32.698Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
07:39:32 [2020-11-03T07:39:32.698Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
07:39:32 [2020-11-03T07:39:32.698Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
07:39:32 [2020-11-03T07:39:32.698Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestInspect (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
07:39:32 [2020-11-03T07:39:32.698Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServicePlugin (3.44s)
07:39:32 [2020-11-03T07:39:32.698Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
07:39:32 [2020-11-03T07:39:32.698Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] DONE 24 tests, 23 skipped in 3.861s
07:39:32 [2020-11-03T07:39:32.698Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
07:39:32 [2020-11-03T07:39:32.698Z] INFO: Testing against a local daemon
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestSessionCreate
07:39:32 [2020-11-03T07:39:32.698Z] --- PASS: TestSessionCreate (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestSessionCreateWithBadUpgrade
07:39:32 [2020-11-03T07:39:32.698Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
07:39:32 [2020-11-03T07:39:32.698Z] PASS
07:39:32 [2020-11-03T07:39:32.698Z] 
07:39:32 [2020-11-03T07:39:32.698Z] DONE 2 tests in 0.147s
07:39:32 [2020-11-03T07:39:32.698Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
07:39:32 [2020-11-03T07:39:32.698Z] INFO: Testing against a local daemon
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestCgroupDriverSystemdMemoryLimit
07:39:32 [2020-11-03T07:39:32.698Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
07:39:32 [2020-11-03T07:39:32.698Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:39:32 [2020-11-03T07:39:32.698Z] === RUN   TestEventsExecDie
07:39:32 [2020-11-03T07:39:32.954Z] --- PASS: TestEventsExecDie (0.59s)
07:39:32 [2020-11-03T07:39:32.954Z] === RUN   TestEventsBackwardsCompatible
07:39:32 [2020-11-03T07:39:32.954Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
07:39:32 [2020-11-03T07:39:32.954Z] === RUN   TestInfoBinaryCommits
07:39:32 [2020-11-03T07:39:32.954Z] --- PASS: TestInfoBinaryCommits (0.02s)
07:39:32 [2020-11-03T07:39:32.954Z] === RUN   TestInfoAPIVersioned
07:39:32 [2020-11-03T07:39:32.954Z] --- PASS: TestInfoAPIVersioned (0.01s)
07:39:32 [2020-11-03T07:39:32.954Z] === RUN   TestInfoDiscoveryBackend
07:39:33 [2020-11-03T07:39:33.511Z] --- PASS: TestRemoveContainerRunning (0.79s)
07:39:33 [2020-11-03T07:39:33.511Z] === RUN   TestRemoveContainerForceRemoveRunning
07:39:33 [2020-11-03T07:39:33.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
07:39:34 [2020-11-03T07:39:34.083Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s)
07:39:34 [2020-11-03T07:39:34.083Z] === RUN   TestRemoveInvalidContainer
07:39:34 [2020-11-03T07:39:34.083Z] --- PASS: TestRemoveInvalidContainer (0.02s)
07:39:34 [2020-11-03T07:39:34.083Z] === RUN   TestRenameLinkedContainer
07:39:34 [2020-11-03T07:39:34.125Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
07:39:34 [2020-11-03T07:39:34.126Z] === RUN   TestDockerSuite/TestAPINetworkFilter
07:39:34 [2020-11-03T07:39:34.126Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
07:39:34 [2020-11-03T07:39:34.387Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
07:39:34 [2020-11-03T07:39:34.387Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
07:39:34 [2020-11-03T07:39:34.841Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
07:39:34 [2020-11-03T07:39:34.841Z] === RUN   TestInfoDiscoveryInvalidAdvertise
07:39:35 [2020-11-03T07:39:35.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
07:39:35 [2020-11-03T07:39:35.344Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
07:39:35 [2020-11-03T07:39:35.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
07:39:36 [2020-11-03T07:39:36.291Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
07:39:36 [2020-11-03T07:39:36.553Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
07:39:36 [2020-11-03T07:39:36.815Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
07:39:36 [2020-11-03T07:39:36.815Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
07:39:36 [2020-11-03T07:39:36.815Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
07:39:37 [2020-11-03T07:39:37.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
07:39:37 [2020-11-03T07:39:37.383Z] --- PASS: TestRenameLinkedContainer (3.06s)
07:39:37 [2020-11-03T07:39:37.383Z] === RUN   TestRenameStoppedContainer
07:39:37 [2020-11-03T07:39:37.953Z] --- PASS: TestRenameStoppedContainer (0.77s)
07:39:37 [2020-11-03T07:39:37.953Z] === RUN   TestRenameRunningContainerAndReuse
07:39:38 [2020-11-03T07:39:38.108Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s)
07:39:38 [2020-11-03T07:39:38.108Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
07:39:38 [2020-11-03T07:39:38.108Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
07:39:38 [2020-11-03T07:39:38.108Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
07:39:38 [2020-11-03T07:39:38.108Z] === RUN   TestInfoAPI
07:39:38 [2020-11-03T07:39:38.108Z] --- PASS: TestInfoAPI (0.04s)
07:39:38 [2020-11-03T07:39:38.108Z] === RUN   TestInfoAPIWarnings
07:39:38 [2020-11-03T07:39:38.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
07:39:39 [2020-11-03T07:39:39.866Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s)
07:39:39 [2020-11-03T07:39:39.866Z] === RUN   TestRenameInvalidName
07:39:40 [2020-11-03T07:39:40.438Z] --- PASS: TestRenameInvalidName (0.79s)
07:39:40 [2020-11-03T07:39:40.438Z] === RUN   TestRenameAnonymousContainer
07:39:40 [2020-11-03T07:39:40.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
07:39:42 [2020-11-03T07:39:42.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
07:39:43 [2020-11-03T07:39:43.221Z] tests/integration/models_containers_test.py ............................ [ 83%]
07:39:43 [2020-11-03T07:39:43.409Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
07:39:43 [2020-11-03T07:39:43.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
07:39:44 [2020-11-03T07:39:44.610Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
07:39:44 [2020-11-03T07:39:44.610Z] Using test binary docker
07:39:44 [2020-11-03T07:39:44.610Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
07:39:44 [2020-11-03T07:39:44.610Z] +++ /etc/init.d/apparmor start
07:39:44 [2020-11-03T07:39:44.610Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
07:39:44 [2020-11-03T07:39:44.610Z] INFO: Waiting for daemon to start...
07:39:44 [2020-11-03T07:39:44.610Z] Starting dockerd
07:39:44 [2020-11-03T07:39:44.610Z] +++ 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
07:39:44 [2020-11-03T07:39:44.642Z] --- PASS: TestRenameAnonymousContainer (4.04s)
07:39:44 [2020-11-03T07:39:44.642Z] === RUN   TestRenameContainerWithSameName
07:39:45 [2020-11-03T07:39:45.105Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.64s)
07:39:45 [2020-11-03T07:39:45.105Z] === RUN   TestCreateServiceSecretFileMode
07:39:45 [2020-11-03T07:39:45.327Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
07:39:45 [2020-11-03T07:39:45.587Z] --- PASS: TestRenameContainerWithSameName (0.99s)
07:39:45 [2020-11-03T07:39:45.587Z] === RUN   TestRenameContainerWithLinkedContainer
07:39:45 [2020-11-03T07:39:45.589Z] --- PASS: TestBuildWithHugeFile (90.24s)
07:39:45 [2020-11-03T07:39:45.589Z] === RUN   TestBuildWithEmptyDockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
07:39:45 [2020-11-03T07:39:45.589Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:39:45 [2020-11-03T07:39:45.851Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:39:45 [2020-11-03T07:39:45.851Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
07:39:45 [2020-11-03T07:39:45.851Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
07:39:45 [2020-11-03T07:39:45.851Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
07:39:45 [2020-11-03T07:39:45.851Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
07:39:45 [2020-11-03T07:39:45.851Z] === RUN   TestBuildPreserveOwnership
07:39:45 [2020-11-03T07:39:45.851Z] === RUN   TestBuildPreserveOwnership/copy_from
07:39:46 [2020-11-03T07:39:46.687Z] .
07:39:46 [2020-11-03T07:39:46.687Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
07:39:46 [2020-11-03T07:39:46.687Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
07:39:46 [2020-11-03T07:39:46.687Z] Error: No such image: emptyfs
07:39:46 [2020-11-03T07:39:46.687Z] ++++ tar -cC bundles/test-integration/emptyfs .
07:39:46 [2020-11-03T07:39:46.687Z] ++++ docker load
07:39:46 [2020-11-03T07:39:46.971Z] --- PASS: TestRenameContainerWithLinkedContainer (1.62s)
07:39:46 [2020-11-03T07:39:46.971Z] === RUN   TestResize
07:39:46 [2020-11-03T07:39:46.984Z] Running integration-test (iteration 1)
07:39:46 [2020-11-03T07:39:46.984Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
07:39:46 [2020-11-03T07:39:46.984Z] ++ 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
07:39:46 [2020-11-03T07:39:46.984Z] ++ set -e
07:39:46 [2020-11-03T07:39:46.984Z] ++ '[' -n 0 ']'
07:39:46 [2020-11-03T07:39:46.984Z] ++ set -x
07:39:46 [2020-11-03T07:39:46.985Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:39:47 [2020-11-03T07:39:47.769Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
07:39:47 [2020-11-03T07:39:47.915Z] --- PASS: TestResize (0.77s)
07:39:47 [2020-11-03T07:39:47.915Z] === RUN   TestResizeWithInvalidSize
07:39:48 [2020-11-03T07:39:48.388Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
07:39:48 [2020-11-03T07:39:48.487Z] --- PASS: TestResizeWithInvalidSize (0.79s)
07:39:48 [2020-11-03T07:39:48.487Z] === RUN   TestResizeWhenContainerNotStarted
07:39:48 [2020-11-03T07:39:48.613Z] --- PASS: TestCreateServiceSecretFileMode (3.45s)
07:39:48 [2020-11-03T07:39:48.613Z] === RUN   TestCreateServiceConfigFileMode
07:39:49 [2020-11-03T07:39:49.357Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
07:39:49 [2020-11-03T07:39:49.430Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s)
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:39:49 [2020-11-03T07:39:49.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:39:49 [2020-11-03T07:39:49.943Z] --- PASS: TestBuildPreserveOwnership (3.89s)
07:39:49 [2020-11-03T07:39:49.943Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.44s)
07:39:49 [2020-11-03T07:39:49.943Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.44s)
07:39:49 [2020-11-03T07:39:49.943Z] === RUN   TestBuildPlatformInvalid
07:39:49 [2020-11-03T07:39:49.943Z] --- PASS: TestBuildPlatformInvalid (0.14s)
07:39:49 [2020-11-03T07:39:49.943Z] PASS
07:39:49 [2020-11-03T07:39:49.943Z] 
07:39:49 [2020-11-03T07:39:49.943Z] === Skipped
07:39:49 [2020-11-03T07:39:49.943Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
07:39:49 [2020-11-03T07:39:49.943Z]     build_session_test.go:25: TODO: BuildKit
07:39:49 [2020-11-03T07:39:49.943Z] 
07:39:49 [2020-11-03T07:39:49.943Z] 
07:39:49 [2020-11-03T07:39:49.943Z] DONE 32 tests, 1 skipped in 178.812s
07:39:49 [2020-11-03T07:39:49.943Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
07:39:49 [2020-11-03T07:39:49.943Z] ++ 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
07:39:49 [2020-11-03T07:39:49.943Z] ++ set -e
07:39:49 [2020-11-03T07:39:49.943Z] ++ '[' -n 0 ']'
07:39:49 [2020-11-03T07:39:49.943Z] ++ set -x
07:39:49 [2020-11-03T07:39:49.943Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:39:50 [2020-11-03T07:39:50.205Z] INFO: Testing against a local daemon
07:39:50 [2020-11-03T07:39:50.205Z] === RUN   TestConfigInspect
07:39:50 [2020-11-03T07:39:50.205Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
07:39:50 [2020-11-03T07:39:50.780Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
07:39:51 [2020-11-03T07:39:51.352Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
07:39:51 [2020-11-03T07:39:51.615Z] === RUN   TestDockerSuite/TestAttachAfterDetach
07:39:52 [2020-11-03T07:39:52.122Z] --- PASS: TestCreateServiceConfigFileMode (3.50s)
07:39:52 [2020-11-03T07:39:52.122Z] === RUN   TestCreateServiceSysctls
07:39:52 [2020-11-03T07:39:52.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:39:52 [2020-11-03T07:39:52.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:39:52 [2020-11-03T07:39:52.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:39:52 [2020-11-03T07:39:52.999Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:39:53 [2020-11-03T07:39:53.001Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
07:39:53 [2020-11-03T07:39:53.001Z] --- PASS: TestConfigInspect (2.74s)
07:39:53 [2020-11-03T07:39:53.001Z] === RUN   TestConfigList
07:39:53 [2020-11-03T07:39:53.575Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
07:39:54 [2020-11-03T07:39:54.920Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:39:54 [2020-11-03T07:39:54.920Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:39:54 [2020-11-03T07:39:54.920Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:39:55 [2020-11-03T07:39:55.494Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
07:39:55 [2020-11-03T07:39:55.495Z] === RUN   TestDockerSuite/TestAttachDetach
07:39:55 [2020-11-03T07:39:55.881Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:39:56 [2020-11-03T07:39:56.069Z] --- PASS: TestConfigList (3.08s)
07:39:56 [2020-11-03T07:39:56.069Z] === RUN   TestConfigsCreateAndDelete
07:39:56 [2020-11-03T07:39:56.069Z] === RUN   TestDockerSuite/TestAttachDisconnect
07:39:56 [2020-11-03T07:39:56.148Z] --- PASS: TestInfoAPIWarnings (17.37s)
07:39:56 [2020-11-03T07:39:56.148Z] === RUN   TestInfoDebug
07:39:56 [2020-11-03T07:39:56.569Z] --- PASS: TestCreateServiceSysctls (4.53s)
07:39:56 [2020-11-03T07:39:56.569Z] === RUN   TestCreateServiceCapabilities
07:39:56 [2020-11-03T07:39:56.713Z] --- PASS: TestInfoDebug (1.53s)
07:39:56 [2020-11-03T07:39:56.713Z] === RUN   TestInfoInsecureRegistries
07:39:57 [2020-11-03T07:39:57.014Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
07:39:57 [2020-11-03T07:39:57.276Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
07:39:58 [2020-11-03T07:39:58.437Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.84s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.87s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.60s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.69s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.76s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.74s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s)
07:39:58 [2020-11-03T07:39:58.437Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.22s)
07:39:58 [2020-11-03T07:39:58.437Z] === RUN   TestCgroupNamespacesRun
07:39:58 [2020-11-03T07:39:58.601Z] --- PASS: TestInfoInsecureRegistries (1.53s)
07:39:58 [2020-11-03T07:39:58.601Z] === RUN   TestInfoRegistryMirrors
07:39:58 [2020-11-03T07:39:58.666Z] === RUN   TestDockerSuite/TestAttachPausedContainer
07:39:58 [2020-11-03T07:39:58.666Z] --- PASS: TestConfigsCreateAndDelete (2.77s)
07:39:58 [2020-11-03T07:39:58.666Z] === RUN   TestConfigsUpdate
07:39:58 [2020-11-03T07:39:58.927Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
07:39:59 [2020-11-03T07:39:59.501Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
07:39:59 [2020-11-03T07:39:59.528Z] .........                                                                [ 86%]
07:39:59 [2020-11-03T07:39:59.691Z] Loaded image: buildpack-deps:buster
07:39:59 [2020-11-03T07:39:59.691Z] Loaded image: busybox:latest
07:39:59 [2020-11-03T07:39:59.691Z] Loaded image: busybox:glibc
07:39:59 [2020-11-03T07:39:59.691Z] Loaded image: debian:buster
07:39:59 [2020-11-03T07:39:59.691Z] Loaded image: hello-world:latest
07:39:59 [2020-11-03T07:39:59.691Z] Loaded image: arm32v7/hello-world:latest
07:39:59 [2020-11-03T07:39:59.691Z] INFO: Testing against a local daemon
07:39:59 [2020-11-03T07:39:59.691Z] === RUN   TestCgroupNamespacesBuild
07:39:59 [2020-11-03T07:39:59.965Z] --- PASS: TestInfoRegistryMirrors (1.53s)
07:39:59 [2020-11-03T07:39:59.965Z] === RUN   TestLoginFailsWithBadCredentials
07:39:59 [2020-11-03T07:39:59.965Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s)
07:39:59 [2020-11-03T07:39:59.965Z] === RUN   TestPingCacheHeaders
07:39:59 [2020-11-03T07:39:59.965Z] --- PASS: TestPingCacheHeaders (0.04s)
07:39:59 [2020-11-03T07:39:59.965Z] === RUN   TestPingGet
07:39:59 [2020-11-03T07:39:59.965Z] --- PASS: TestPingGet (0.01s)
07:39:59 [2020-11-03T07:39:59.965Z] === RUN   TestPingHead
07:40:00 [2020-11-03T07:40:00.074Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
07:40:00 [2020-11-03T07:40:00.077Z] --- PASS: TestCreateServiceCapabilities (3.67s)
07:40:00 [2020-11-03T07:40:00.077Z] === RUN   TestInspect
07:40:00 [2020-11-03T07:40:00.222Z] --- PASS: TestPingHead (0.02s)
07:40:00 [2020-11-03T07:40:00.222Z] === RUN   TestVersion
07:40:00 [2020-11-03T07:40:00.222Z] --- PASS: TestVersion (0.02s)
07:40:00 [2020-11-03T07:40:00.222Z] PASS
07:40:00 [2020-11-03T07:40:00.222Z] 
07:40:00 [2020-11-03T07:40:00.222Z] === Skipped
07:40:00 [2020-11-03T07:40:00.222Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
07:40:00 [2020-11-03T07:40:00.222Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:40:00 [2020-11-03T07:40:00.222Z] 
07:40:00 [2020-11-03T07:40:00.222Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
07:40:00 [2020-11-03T07:40:00.222Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
07:40:00 [2020-11-03T07:40:00.222Z] 
07:40:00 [2020-11-03T07:40:00.222Z] 
07:40:00 [2020-11-03T07:40:00.222Z] DONE 18 tests, 2 skipped in 27.906s
07:40:00 [2020-11-03T07:40:00.222Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
07:40:00 [2020-11-03T07:40:00.222Z] INFO: Testing against a local daemon
07:40:00 [2020-11-03T07:40:00.222Z] === RUN   TestVolumesCreateAndList
07:40:00 [2020-11-03T07:40:00.222Z] --- PASS: TestVolumesCreateAndList (0.02s)
07:40:00 [2020-11-03T07:40:00.222Z] === RUN   TestVolumesRemove
07:40:00 [2020-11-03T07:40:00.222Z] --- PASS: TestVolumesRemove (0.06s)
07:40:00 [2020-11-03T07:40:00.222Z] === RUN   TestVolumesInspect
07:40:00 [2020-11-03T07:40:00.222Z] --- PASS: TestVolumesInspect (0.02s)
07:40:00 [2020-11-03T07:40:00.222Z] === RUN   TestVolumesInvalidJSON
07:40:00 [2020-11-03T07:40:00.222Z] === RUN   TestVolumesInvalidJSON//volumes/create
07:40:00 [2020-11-03T07:40:00.222Z] === PAUSE TestVolumesInvalidJSON//volumes/create
07:40:00 [2020-11-03T07:40:00.350Z] --- PASS: TestCgroupNamespacesRun (1.90s)
07:40:00 [2020-11-03T07:40:00.350Z] === RUN   TestCgroupNamespacesRunPrivileged
07:40:00 [2020-11-03T07:40:00.478Z] === CONT  TestVolumesInvalidJSON//volumes/create
07:40:00 [2020-11-03T07:40:00.478Z] --- PASS: TestVolumesInvalidJSON (0.02s)
07:40:00 [2020-11-03T07:40:00.478Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
07:40:00 [2020-11-03T07:40:00.478Z] PASS
07:40:00 [2020-11-03T07:40:00.478Z] 
07:40:00 [2020-11-03T07:40:00.478Z] DONE 5 tests in 0.215s
07:40:00 [2020-11-03T07:40:00.478Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
07:40:00 [2020-11-03T07:40:00.478Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12045 is not a child of this shell
07:40:00 [2020-11-03T07:40:00.478Z] warning: PID 12045 from bundles/test-integration/docker.pid had a nonzero exit code
07:40:00 [2020-11-03T07:40:00.478Z] Leaving: AppArmorNo profiles have been unloaded.
07:40:00 [2020-11-03T07:40:00.478Z] 
07:40:00 [2020-11-03T07:40:00.478Z] Unloading profiles will leave already running processes permanently
07:40:00 [2020-11-03T07:40:00.478Z] unconfined, which can lead to unexpected situations.
07:40:00 [2020-11-03T07:40:00.478Z] 
07:40:00 [2020-11-03T07:40:00.478Z] To set a process to complain mode, use the command line tool
07:40:00 [2020-11-03T07:40:00.478Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
07:40:00 [2020-11-03T07:40:00.478Z] Removing test suite binaries
07:40:00 [2020-11-03T07:40:00.478Z] exiting test-integration
07:40:00 [2020-11-03T07:40:00.478Z] ++ exit 0
07:40:01 [2020-11-03T07:40:01.019Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
07:40:01 [2020-11-03T07:40:01.244Z] --- PASS: TestCgroupNamespacesBuild (1.39s)
07:40:01 [2020-11-03T07:40:01.244Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
07:40:01 [2020-11-03T07:40:01.405Z] 
07:40:01 [2020-11-03T07:40:01.592Z] --- PASS: TestConfigsUpdate (2.98s)
07:40:01 [2020-11-03T07:40:01.592Z] === RUN   TestTemplatedConfig
07:40:01 [2020-11-03T07:40:01.736Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s)
07:40:01 [2020-11-03T07:40:01.736Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
07:40:02 [2020-11-03T07:40:02.538Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
07:40:02 [2020-11-03T07:40:02.764Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.36s)
07:40:02 [2020-11-03T07:40:02.764Z] === RUN   TestBuildWithSession
07:40:02 [2020-11-03T07:40:02.764Z] --- SKIP: TestBuildWithSession (0.00s)
07:40:02 [2020-11-03T07:40:02.764Z]     build_session_test.go:25: TODO: BuildKit
07:40:02 [2020-11-03T07:40:02.764Z] === RUN   TestBuildSquashParent
Post stage
[Pipeline] junit
07:40:02 [2020-11-03T07:40:02.781Z] Recording test results
07:40:03 [2020-11-03T07:40:03.485Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
07:40:03 [2020-11-03T07:40:03.485Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
07:40:03 [2020-11-03T07:40:03.584Z] --- PASS: TestInspect (3.32s)
07:40:03 [2020-11-03T07:40:03.584Z] === RUN   TestCreateJob
07:40:03 [2020-11-03T07:40:03.650Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s)
07:40:03 [2020-11-03T07:40:03.651Z] === RUN   TestCgroupNamespacesRunHostMode
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
07:40:04 [2020-11-03T07:40:04.878Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
07:40:04 [2020-11-03T07:40:04.878Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
07:40:05 [2020-11-03T07:40:05.159Z] + echo Ensuring container killed.
07:40:05 [2020-11-03T07:40:05.159Z] Ensuring container killed.
07:40:05 [2020-11-03T07:40:05.159Z] + docker rm -vf docker-pr2
07:40:05 [2020-11-03T07:40:05.159Z] Error: No such container: docker-pr2
07:40:05 [2020-11-03T07:40:05.159Z] + true
[Pipeline] sh
07:40:05 [2020-11-03T07:40:05.440Z] + echo Chowning /workspace to jenkins user
07:40:05 [2020-11-03T07:40:05.440Z] Chowning /workspace to jenkins user
07:40:05 [2020-11-03T07:40:05.440Z] + id -u
07:40:05 [2020-11-03T07:40:05.440Z] + id -g
07:40:05 [2020-11-03T07:40:05.440Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41626:/workspace busybox chown -R 1000:1000 /workspace
07:40:05 [2020-11-03T07:40:05.440Z] Unable to find image 'busybox:latest' locally
07:40:05 [2020-11-03T07:40:05.567Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s)
07:40:05 [2020-11-03T07:40:05.567Z] === RUN   TestCgroupNamespacesRunPrivateMode
07:40:05 [2020-11-03T07:40:05.823Z] --- PASS: TestTemplatedConfig (3.98s)
07:40:05 [2020-11-03T07:40:05.823Z] === RUN   TestConfigCreateResolve
07:40:05 [2020-11-03T07:40:05.823Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
07:40:06 [2020-11-03T07:40:06.397Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
07:40:06 [2020-11-03T07:40:06.658Z] tests/integration/models_images_test.py ...............                  [ 89%]
07:40:06 [2020-11-03T07:40:06.660Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
07:40:07 [2020-11-03T07:40:07.296Z] --- PASS: TestBuildSquashParent (4.70s)
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:40:07 [2020-11-03T07:40:07.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:40:07 [2020-11-03T07:40:07.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:40:07 [2020-11-03T07:40:07.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:40:07 [2020-11-03T07:40:07.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:40:07 [2020-11-03T07:40:07.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:40:07 [2020-11-03T07:40:07.296Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:40:07 [2020-11-03T07:40:07.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:40:07 [2020-11-03T07:40:07.296Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:40:07 [2020-11-03T07:40:07.296Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:40:07 [2020-11-03T07:40:07.296Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:40:07 [2020-11-03T07:40:07.296Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:40:07 [2020-11-03T07:40:07.482Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.99s)
07:40:07 [2020-11-03T07:40:07.482Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
07:40:07 [2020-11-03T07:40:07.856Z] tests/integration/models_networks_test.py ....                           [ 90%]
07:40:08 [2020-11-03T07:40:08.032Z] --- PASS: TestCreateJob (4.51s)
07:40:08 [2020-11-03T07:40:08.032Z] === RUN   TestReplicatedJob
07:40:08 [2020-11-03T07:40:08.581Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
07:40:08 [2020-11-03T07:40:08.843Z] --- PASS: TestConfigCreateResolve (3.25s)
07:40:08 [2020-11-03T07:40:08.843Z] === RUN   TestConfigDaemonLibtrustID
07:40:09 [2020-11-03T07:40:09.390Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:40:09 [2020-11-03T07:40:09.396Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.72s)
07:40:09 [2020-11-03T07:40:09.396Z] === RUN   TestCgroupNamespacesRunInvalidMode
07:40:09 [2020-11-03T07:40:09.419Z] --- PASS: TestConfigDaemonLibtrustID (0.58s)
07:40:09 [2020-11-03T07:40:09.419Z] PASS
07:40:09 [2020-11-03T07:40:09.419Z] 
07:40:09 [2020-11-03T07:40:09.419Z] DONE 7 tests in 19.510s
07:40:09 [2020-11-03T07:40:09.419Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
07:40:09 [2020-11-03T07:40:09.419Z] ++ 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
07:40:09 [2020-11-03T07:40:09.419Z] ++ set -e
07:40:09 [2020-11-03T07:40:09.419Z] ++ '[' -n 0 ']'
07:40:09 [2020-11-03T07:40:09.419Z] ++ set -x
07:40:09 [2020-11-03T07:40:09.419Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:40:09 [2020-11-03T07:40:09.682Z] INFO: Testing against a local daemon
07:40:09 [2020-11-03T07:40:09.682Z] === RUN   TestCheckpoint
07:40:09 [2020-11-03T07:40:09.682Z] --- SKIP: TestCheckpoint (0.00s)
07:40:09 [2020-11-03T07:40:09.682Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:40:09 [2020-11-03T07:40:09.682Z] === RUN   TestContainerInvalidJSON
07:40:09 [2020-11-03T07:40:09.682Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
07:40:09 [2020-11-03T07:40:09.682Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
07:40:09 [2020-11-03T07:40:09.682Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
07:40:09 [2020-11-03T07:40:09.682Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
07:40:09 [2020-11-03T07:40:09.682Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
07:40:09 [2020-11-03T07:40:09.682Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
07:40:09 [2020-11-03T07:40:09.682Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
07:40:09 [2020-11-03T07:40:09.682Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
07:40:09 [2020-11-03T07:40:09.682Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
07:40:09 [2020-11-03T07:40:09.682Z] --- PASS: TestContainerInvalidJSON (0.02s)
07:40:09 [2020-11-03T07:40:09.682Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
07:40:09 [2020-11-03T07:40:09.682Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
07:40:09 [2020-11-03T07:40:09.682Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
07:40:09 [2020-11-03T07:40:09.682Z] === RUN   TestCopyFromContainerPathDoesNotExist
07:40:09 [2020-11-03T07:40:09.944Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
07:40:09 [2020-11-03T07:40:09.944Z] === RUN   TestCopyFromContainerPathIsNotDir
07:40:09 [2020-11-03T07:40:09.944Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
07:40:09 [2020-11-03T07:40:09.944Z] === RUN   TestCopyToContainerPathDoesNotExist
07:40:09 [2020-11-03T07:40:09.944Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
07:40:09 [2020-11-03T07:40:09.944Z] === RUN   TestCopyToContainerPathIsNotDir
07:40:09 [2020-11-03T07:40:09.944Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
07:40:09 [2020-11-03T07:40:09.945Z] === RUN   TestCopyFromContainer
07:40:10 [2020-11-03T07:40:10.032Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:40:10 [2020-11-03T07:40:10.339Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s)
07:40:10 [2020-11-03T07:40:10.339Z] === RUN   TestCgroupNamespacesRunOlderClient
07:40:10 [2020-11-03T07:40:10.688Z] latest: Pulling from library/busybox
07:40:10 [2020-11-03T07:40:10.688Z] 9758c28807f2: Pulling fs layer
07:40:10 [2020-11-03T07:40:10.688Z] 9758c28807f2: Verifying Checksum
07:40:10 [2020-11-03T07:40:10.688Z] 9758c28807f2: Download complete
07:40:10 [2020-11-03T07:40:10.944Z] 9758c28807f2: Pull complete
07:40:10 [2020-11-03T07:40:10.944Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
07:40:10 [2020-11-03T07:40:10.944Z] Status: Downloaded newer image for busybox:latest
07:40:11 [2020-11-03T07:40:11.574Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
07:40:11 [2020-11-03T07:40:11.574Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.98s)
07:40:11 [2020-11-03T07:40:11.574Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.70s)
07:40:11 [2020-11-03T07:40:11.574Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.78s)
07:40:11 [2020-11-03T07:40:11.574Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s)
07:40:11 [2020-11-03T07:40:11.574Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.93s)
07:40:11 [2020-11-03T07:40:11.574Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.52s)
07:40:11 [2020-11-03T07:40:11.574Z] === RUN   TestBuildMultiStageCopy
07:40:11 [2020-11-03T07:40:11.574Z] === RUN   TestBuildMultiStageCopy/copy_to_root
07:40:11 [2020-11-03T07:40:11.866Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
07:40:11 [2020-11-03T07:40:11.866Z] === RUN   TestCopyFromContainer//
07:40:12 [2020-11-03T07:40:12.128Z] === RUN   TestCopyFromContainer//bar/root
07:40:12 [2020-11-03T07:40:12.252Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s)
07:40:12 [2020-11-03T07:40:12.253Z] === RUN   TestKernelTCPMemory
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
07:40:12 [2020-11-03T07:40:12.391Z] === RUN   TestCopyFromContainer//bar/root/
07:40:12 [2020-11-03T07:40:12.392Z] === RUN   TestCopyFromContainer/bar/quux
07:40:12 [2020-11-03T07:40:12.598Z] + bundleName=amd64-rootless
07:40:12 [2020-11-03T07:40:12.598Z] + echo Creating amd64-rootless-bundles.tar.gz
07:40:12 [2020-11-03T07:40:12.598Z] Creating amd64-rootless-bundles.tar.gz
07:40:12 [2020-11-03T07:40:12.598Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
07:40:12 [2020-11-03T07:40:12.598Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
07:40:12 [2020-11-03T07:40:12.608Z] Archiving artifacts
07:40:12 [2020-11-03T07:40:12.654Z] === RUN   TestCopyFromContainer/bar/quux/
07:40:12 [2020-11-03T07:40:12.654Z] === RUN   TestCopyFromContainer/bar/quux/baz
07:40:12 [2020-11-03T07:40:12.825Z] --- PASS: TestKernelTCPMemory (0.88s)
07:40:12 [2020-11-03T07:40:12.825Z] === RUN   TestNISDomainname
07:40:12 [2020-11-03T07:40:12.917Z] === RUN   TestCopyFromContainer/bar/filesymlink
07:40:12 [2020-11-03T07:40:12.917Z] === RUN   TestCopyFromContainer/bar/dirsymlink
07:40:13 [2020-11-03T07:40:13.106Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
07:40:13 [2020-11-03T07:40:13.179Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
07:40:13 [2020-11-03T07:40:13.179Z] === RUN   TestCopyFromContainer/bar/notarget
07:40:13 [2020-11-03T07:40:13.401Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
07:40:13 [2020-11-03T07:40:13.443Z] --- PASS: TestCopyFromContainer (3.34s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer// (0.15s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer//bar/root (0.19s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/quux (0.18s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.19s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:40:13 [2020-11-03T07:40:13.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:40:13 [2020-11-03T07:40:13.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
07:40:13 [2020-11-03T07:40:13.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
07:40:13 [2020-11-03T07:40:13.443Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:40:13 [2020-11-03T07:40:13.443Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
07:40:13 [2020-11-03T07:40:13.443Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:40:13 [2020-11-03T07:40:13.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s)
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateLinkToNonExistingContainer
07:40:13 [2020-11-03T07:40:13.443Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateWithInvalidEnv
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateWithInvalidEnv/0
07:40:13 [2020-11-03T07:40:13.443Z] === PAUSE TestCreateWithInvalidEnv/0
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateWithInvalidEnv/1
07:40:13 [2020-11-03T07:40:13.443Z] === PAUSE TestCreateWithInvalidEnv/1
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateWithInvalidEnv/2
07:40:13 [2020-11-03T07:40:13.443Z] === PAUSE TestCreateWithInvalidEnv/2
07:40:13 [2020-11-03T07:40:13.443Z] === CONT  TestCreateWithInvalidEnv/0
07:40:13 [2020-11-03T07:40:13.443Z] === CONT  TestCreateWithInvalidEnv/2
07:40:13 [2020-11-03T07:40:13.443Z] === CONT  TestCreateWithInvalidEnv/1
07:40:13 [2020-11-03T07:40:13.443Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
07:40:13 [2020-11-03T07:40:13.443Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateTmpfsMountsTarget
07:40:13 [2020-11-03T07:40:13.443Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
07:40:13 [2020-11-03T07:40:13.443Z] === RUN   TestCreateWithCustomMaskedPaths
07:40:13 [2020-11-03T07:40:13.698Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
07:40:13 [2020-11-03T07:40:13.771Z] --- PASS: TestNISDomainname (0.96s)
07:40:13 [2020-11-03T07:40:13.771Z] === RUN   TestHostnameDnsResolution
07:40:14 [2020-11-03T07:40:14.141Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
07:40:14 [2020-11-03T07:40:14.342Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
07:40:14 [2020-11-03T07:40:14.342Z] --- PASS: TestBuildMultiStageCopy (2.96s)
07:40:14 [2020-11-03T07:40:14.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.55s)
07:40:14 [2020-11-03T07:40:14.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s)
07:40:14 [2020-11-03T07:40:14.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s)
07:40:14 [2020-11-03T07:40:14.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s)
07:40:14 [2020-11-03T07:40:14.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s)
07:40:14 [2020-11-03T07:40:14.342Z] === RUN   TestBuildMultiStageParentConfig
07:40:14 [2020-11-03T07:40:14.420Z] tests/integration/models_nodes_test.py .                                 [ 91%]
07:40:14 [2020-11-03T07:40:14.420Z] tests/integration/models_resources_test.py .                             [ 91%]
07:40:14 [2020-11-03T07:40:14.489Z] + make clean
07:40:14 [2020-11-03T07:40:14.745Z] docker volume rm -f docker-dev-cache
07:40:14 [2020-11-03T07:40:14.745Z] docker-dev-cache
[Pipeline] deleteDir
07:40:14 [2020-11-03T07:40:14.919Z] --- PASS: TestReplicatedJob (6.81s)
07:40:14 [2020-11-03T07:40:14.919Z] === RUN   TestUpdateReplicatedJob
07:40:15 [2020-11-03T07:40:15.365Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
07:40:15 [2020-11-03T07:40:15.385Z] --- PASS: TestBuildMultiStageParentConfig (0.83s)
07:40:15 [2020-11-03T07:40:15.385Z] === RUN   TestBuildLabelWithTargets
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
07:40:15 [2020-11-03T07:40:15.685Z] --- PASS: TestHostnameDnsResolution (1.83s)
07:40:15 [2020-11-03T07:40:15.685Z] === RUN   TestStats
07:40:15 [2020-11-03T07:40:15.938Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s)
07:40:15 [2020-11-03T07:40:15.938Z] === RUN   TestCreateWithCustomReadonlyPaths
07:40:16 [2020-11-03T07:40:16.468Z] --- PASS: TestBuildLabelWithTargets (1.25s)
07:40:16 [2020-11-03T07:40:16.468Z] === RUN   TestBuildWithEmptyLayers
07:40:17 [2020-11-03T07:40:17.107Z] --- PASS: TestBuildWithEmptyLayers (0.62s)
07:40:17 [2020-11-03T07:40:17.107Z] === RUN   TestBuildMultiStageOnBuild
07:40:17 [2020-11-03T07:40:17.859Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
07:40:18 [2020-11-03T07:40:18.120Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.27s)
07:40:18 [2020-11-03T07:40:18.120Z] === RUN   TestCreateWithInvalidHealthcheckParams
07:40:18 [2020-11-03T07:40:18.120Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:40:18 [2020-11-03T07:40:18.120Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:40:18 [2020-11-03T07:40:18.120Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:40:18 [2020-11-03T07:40:18.120Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:40:18 [2020-11-03T07:40:18.120Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:40:18 [2020-11-03T07:40:18.120Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:40:18 [2020-11-03T07:40:18.120Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:40:18 [2020-11-03T07:40:18.120Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:40:18 [2020-11-03T07:40:18.383Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:40:18 [2020-11-03T07:40:18.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
07:40:18 [2020-11-03T07:40:18.383Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
07:40:18 [2020-11-03T07:40:18.383Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
07:40:18 [2020-11-03T07:40:18.383Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
07:40:18 [2020-11-03T07:40:18.383Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s)
07:40:18 [2020-11-03T07:40:18.383Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
07:40:18 [2020-11-03T07:40:18.383Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
07:40:18 [2020-11-03T07:40:18.957Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.69s)
07:40:18 [2020-11-03T07:40:18.957Z] === RUN   TestCreateDifferentPlatform
07:40:18 [2020-11-03T07:40:18.957Z] === RUN   TestCreateDifferentPlatform/different_os
07:40:18 [2020-11-03T07:40:18.957Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
07:40:18 [2020-11-03T07:40:18.957Z] --- PASS: TestCreateDifferentPlatform (0.02s)
07:40:18 [2020-11-03T07:40:18.957Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
07:40:18 [2020-11-03T07:40:18.957Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
07:40:18 [2020-11-03T07:40:18.957Z] === RUN   TestCreateVolumesFromNonExistingContainer
07:40:18 [2020-11-03T07:40:18.957Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
07:40:18 [2020-11-03T07:40:18.957Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
07:40:18 [2020-11-03T07:40:18.986Z] --- PASS: TestStats (2.87s)
07:40:18 [2020-11-03T07:40:18.986Z] === RUN   TestStopContainerWithTimeout
07:40:18 [2020-11-03T07:40:18.986Z] === RUN   TestStopContainerWithTimeout/0
07:40:18 [2020-11-03T07:40:18.986Z] === PAUSE TestStopContainerWithTimeout/0
07:40:18 [2020-11-03T07:40:18.986Z] === RUN   TestStopContainerWithTimeout/1
07:40:18 [2020-11-03T07:40:18.986Z] === PAUSE TestStopContainerWithTimeout/1
07:40:18 [2020-11-03T07:40:18.986Z] === RUN   TestStopContainerWithTimeout/3
07:40:18 [2020-11-03T07:40:18.986Z] === PAUSE TestStopContainerWithTimeout/3
07:40:18 [2020-11-03T07:40:18.986Z] === RUN   TestStopContainerWithTimeout/-1
07:40:18 [2020-11-03T07:40:18.986Z] === PAUSE TestStopContainerWithTimeout/-1
07:40:18 [2020-11-03T07:40:18.986Z] === CONT  TestStopContainerWithTimeout/0
07:40:18 [2020-11-03T07:40:18.986Z] === CONT  TestStopContainerWithTimeout/1
07:40:18 [2020-11-03T07:40:18.986Z] === CONT  TestStopContainerWithTimeout/3
07:40:18 [2020-11-03T07:40:18.986Z] === CONT  TestStopContainerWithTimeout/-1
07:40:19 [2020-11-03T07:40:19.198Z] --- PASS: TestBuildMultiStageOnBuild (1.69s)
07:40:19 [2020-11-03T07:40:19.198Z] === RUN   TestBuildUncleanTarFilenames
07:40:19 [2020-11-03T07:40:19.219Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
07:40:19 [2020-11-03T07:40:19.219Z] === RUN   TestContainerStartOnDaemonRestart
07:40:19 [2020-11-03T07:40:19.219Z] === PAUSE TestContainerStartOnDaemonRestart
07:40:19 [2020-11-03T07:40:19.219Z] === RUN   TestDaemonRestartIpcMode
07:40:19 [2020-11-03T07:40:19.219Z] === PAUSE TestDaemonRestartIpcMode
07:40:19 [2020-11-03T07:40:19.219Z] === RUN   TestDaemonHostGatewayIP
07:40:19 [2020-11-03T07:40:19.219Z] === PAUSE TestDaemonHostGatewayIP
07:40:19 [2020-11-03T07:40:19.219Z] === RUN   TestContainerKillOnDaemonStart
07:40:19 [2020-11-03T07:40:19.219Z] === PAUSE TestContainerKillOnDaemonStart
07:40:19 [2020-11-03T07:40:19.219Z] === RUN   TestDiff
07:40:19 [2020-11-03T07:40:19.219Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
07:40:19 [2020-11-03T07:40:19.362Z] --- PASS: TestUpdateReplicatedJob (4.66s)
07:40:19 [2020-11-03T07:40:19.362Z] === RUN   TestServiceListWithStatuses
07:40:19 [2020-11-03T07:40:19.362Z] --- SKIP: TestServiceListWithStatuses (0.00s)
07:40:19 [2020-11-03T07:40:19.362Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:40:19 [2020-11-03T07:40:19.362Z] === RUN   TestDockerNetworkConnectAlias
07:40:19 [2020-11-03T07:40:19.795Z] --- PASS: TestDiff (0.73s)
07:40:19 [2020-11-03T07:40:19.795Z] === RUN   TestExecWithCloseStdin
07:40:19 [2020-11-03T07:40:19.842Z] --- PASS: TestBuildUncleanTarFilenames (0.86s)
07:40:19 [2020-11-03T07:40:19.842Z] === RUN   TestBuildMultiStageLayerLeak
07:40:20 [2020-11-03T07:40:20.517Z] tests/integration/models_services_test.py ..............X.               [ 95%]
07:40:20 [2020-11-03T07:40:20.742Z] --- PASS: TestExecWithCloseStdin (0.92s)
07:40:20 [2020-11-03T07:40:20.742Z] === RUN   TestExec
07:40:21 [2020-11-03T07:40:21.357Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s)
07:40:21 [2020-11-03T07:40:21.357Z] === RUN   TestBuildWithHugeFile
07:40:21 [2020-11-03T07:40:21.688Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
07:40:21 [2020-11-03T07:40:21.689Z] --- PASS: TestExec (0.91s)
07:40:21 [2020-11-03T07:40:21.689Z] === RUN   TestExecUser
07:40:22 [2020-11-03T07:40:22.263Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
07:40:22 [2020-11-03T07:40:22.286Z] --- PASS: TestStopContainerWithTimeout (0.02s)
07:40:22 [2020-11-03T07:40:22.286Z]     --- PASS: TestStopContainerWithTimeout/0 (1.09s)
07:40:22 [2020-11-03T07:40:22.286Z]     --- PASS: TestStopContainerWithTimeout/1 (2.30s)
07:40:22 [2020-11-03T07:40:22.286Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.11s)
07:40:22 [2020-11-03T07:40:22.286Z]     --- PASS: TestStopContainerWithTimeout/3 (3.20s)
07:40:22 [2020-11-03T07:40:22.286Z] === RUN   TestDeleteDevicemapper
07:40:22 [2020-11-03T07:40:22.286Z] --- SKIP: TestDeleteDevicemapper (0.00s)
07:40:22 [2020-11-03T07:40:22.286Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:40:22 [2020-11-03T07:40:22.286Z] === RUN   TestStopContainerWithRestartPolicyAlways
07:40:22 [2020-11-03T07:40:22.526Z] --- PASS: TestExecUser (0.75s)
07:40:22 [2020-11-03T07:40:22.526Z] === RUN   TestExportContainerAndImportImage
07:40:22 [2020-11-03T07:40:22.526Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
07:40:23 [2020-11-03T07:40:23.799Z] tests/integration/models_swarm_test.py ..                                [ 96%]
07:40:23 [2020-11-03T07:40:23.799Z] tests/integration/models_volumes_test.py ..                              [ 96%]
07:40:23 [2020-11-03T07:40:23.918Z] --- PASS: TestExportContainerAndImportImage (1.21s)
07:40:23 [2020-11-03T07:40:23.918Z] === RUN   TestExportContainerAfterDaemonRestart
07:40:24 [2020-11-03T07:40:24.180Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
07:40:24 [2020-11-03T07:40:24.180Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
07:40:24 [2020-11-03T07:40:24.754Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
07:40:24 [2020-11-03T07:40:24.832Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.98s)
07:40:24 [2020-11-03T07:40:24.832Z] === RUN   TestUpdateMemory
07:40:24 [2020-11-03T07:40:24.832Z] --- SKIP: TestUpdateMemory (0.00s)
07:40:24 [2020-11-03T07:40:24.832Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
07:40:24 [2020-11-03T07:40:24.832Z] === RUN   TestUpdateCPUQuota
07:40:25 [2020-11-03T07:40:25.016Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
07:40:25 [2020-11-03T07:40:25.278Z] --- PASS: TestExportContainerAfterDaemonRestart (1.67s)
07:40:25 [2020-11-03T07:40:25.278Z] === RUN   TestHealthCheckWorkdir
07:40:26 [2020-11-03T07:40:26.216Z] --- PASS: TestUpdateCPUQuota (1.38s)
07:40:26 [2020-11-03T07:40:26.216Z] === RUN   TestUpdatePidsLimit
07:40:26 [2020-11-03T07:40:26.216Z] === RUN   TestUpdatePidsLimit/update_from_none
07:40:26 [2020-11-03T07:40:26.478Z] === RUN   TestUpdatePidsLimit/no_change
07:40:26 [2020-11-03T07:40:26.667Z] --- PASS: TestHealthCheckWorkdir (1.20s)
07:40:26 [2020-11-03T07:40:26.667Z] === RUN   TestHealthKillContainer
07:40:26 [2020-11-03T07:40:26.667Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
07:40:26 [2020-11-03T07:40:26.929Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
07:40:27 [2020-11-03T07:40:27.050Z] === RUN   TestUpdatePidsLimit/update_lower
07:40:27 [2020-11-03T07:40:27.190Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
07:40:27 [2020-11-03T07:40:27.311Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
07:40:27 [2020-11-03T07:40:27.472Z] tests/integration/regression_test.py ......                              [ 98%]
07:40:27 [2020-11-03T07:40:27.764Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
07:40:27 [2020-11-03T07:40:27.881Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
07:40:27 [2020-11-03T07:40:27.883Z] --- PASS: TestDockerNetworkConnectAlias (7.89s)
07:40:27 [2020-11-03T07:40:27.883Z] === RUN   TestDockerNetworkReConnect
07:40:27 [2020-11-03T07:40:27.991Z] tests/integration/credentials/store_test.py ......                       [ 99%]
07:40:27 [2020-11-03T07:40:27.991Z] tests/integration/credentials/utils_test.py .                            [100%]
07:40:27 [2020-11-03T07:40:27.991Z] 
07:40:27 [2020-11-03T07:40:27.991Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
07:40:27 [2020-11-03T07:40:27.991Z] =========================== short test summary info ============================
07:40:27 [2020-11-03T07:40:27.991Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
07:40:27 [2020-11-03T07:40:27.991Z]   CONFIG_RT_GROUP_SCHED isn't enabled
07:40:27 [2020-11-03T07:40:27.991Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
07:40:27 [2020-11-03T07:40:27.991Z]   Not supported on most drivers
07:40:27 [2020-11-03T07:40:27.991Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
07:40:27 [2020-11-03T07:40:27.991Z]   Output of docker top depends on host distro, and is not formalized.
07:40:27 [2020-11-03T07:40:27.991Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
07:40:27 [2020-11-03T07:40:27.991Z]   Output of docker top depends on host distro, and is not formalized.
07:40:27 [2020-11-03T07:40:27.991Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
07:40:27 [2020-11-03T07:40:27.991Z]   Can fail if eth0 has multiple IP addresses
07:40:27 [2020-11-03T07:40:27.991Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
07:40:27 [2020-11-03T07:40:27.991Z]   This doesn't seem to be taken into account by the engine
07:40:27 [2020-11-03T07:40:27.991Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
07:40:27 [2020-11-03T07:40:27.991Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
07:40:27 [2020-11-03T07:40:27.991Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 341.32 seconds ==
07:40:28 [2020-11-03T07:40:28.249Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
07:40:28 [2020-11-03T07:40:28.454Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
07:40:28 [2020-11-03T07:40:28.708Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
07:40:28 [2020-11-03T07:40:28.715Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
07:40:29 [2020-11-03T07:40:29.282Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
07:40:29 [2020-11-03T07:40:29.545Z] --- PASS: TestHealthKillContainer (3.09s)
07:40:29 [2020-11-03T07:40:29.545Z] === RUN   TestInspectCpusetInConfigPre120
07:40:30 [2020-11-03T07:40:30.491Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s)
07:40:30 [2020-11-03T07:40:30.491Z] === RUN   TestIpcModeNone
07:40:30 [2020-11-03T07:40:30.626Z] --- PASS: TestUpdatePidsLimit (4.35s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.40s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/no_change (0.42s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.43s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.50s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
07:40:30 [2020-11-03T07:40:30.626Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s)
07:40:30 [2020-11-03T07:40:30.626Z] === RUN   TestUpdateRestartPolicy
07:40:31 [2020-11-03T07:40:31.438Z] --- PASS: TestIpcModeNone (0.82s)
07:40:31 [2020-11-03T07:40:31.438Z] === RUN   TestIpcModePrivate
07:40:31 [2020-11-03T07:40:31.438Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
07:40:32 [2020-11-03T07:40:32.012Z] --- PASS: TestIpcModePrivate (0.66s)
07:40:32 [2020-11-03T07:40:32.012Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false
07:40:32 [2020-11-03T07:40:32.012Z] === RUN   TestIpcModeShareable
07:40:32 [2020-11-03T07:40:32.274Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
07:40:32 [2020-11-03T07:40:32.537Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
07:40:32 [2020-11-03T07:40:32.805Z] --- PASS: TestIpcModeShareable (0.76s)
07:40:32 [2020-11-03T07:40:32.805Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true
07:40:32 [2020-11-03T07:40:32.805Z] === RUN   TestAPIIpcModeShareableAndContainer
07:40:33 [2020-11-03T07:40:33.381Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
07:40:33 [2020-11-03T07:40:33.439Z] --- PASS: TestDockerNetworkReConnect (5.93s)
07:40:33 [2020-11-03T07:40:33.439Z] === RUN   TestServicePlugin
07:40:33 [2020-11-03T07:40:33.439Z] --- SKIP: TestServicePlugin (0.00s)
07:40:33 [2020-11-03T07:40:33.439Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:40:33 [2020-11-03T07:40:33.439Z] === RUN   TestServiceUpdateLabel
07:40:33 [2020-11-03T07:40:33.643Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
07:40:35 [2020-11-03T07:40:35.030Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.46s)
07:40:35 [2020-11-03T07:40:35.030Z] === RUN   TestAPIIpcModeHost
07:40:35 [2020-11-03T07:40:35.605Z] --- PASS: TestAPIIpcModeHost (0.59s)
07:40:35 [2020-11-03T07:40:35.605Z] === RUN   TestDaemonIpcModeShareable
07:40:36 [2020-11-03T07:40:36.954Z] --- PASS: TestServiceUpdateLabel (3.70s)
07:40:36 [2020-11-03T07:40:36.954Z] === RUN   TestServiceUpdateSecrets
07:40:37 [2020-11-03T07:40:37.003Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
07:40:37 [2020-11-03T07:40:37.266Z] --- PASS: TestDaemonIpcModeShareable (1.64s)
07:40:37 [2020-11-03T07:40:37.266Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true
07:40:37 [2020-11-03T07:40:37.266Z] === RUN   TestDaemonIpcModePrivate
07:40:39 [2020-11-03T07:40:39.223Z] --- PASS: TestDaemonIpcModePrivate (1.50s)
07:40:39 [2020-11-03T07:40:39.223Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false
07:40:39 [2020-11-03T07:40:39.223Z] === RUN   TestDaemonIpcModePrivateFromConfig
07:40:39 [2020-11-03T07:40:39.537Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
07:40:40 [2020-11-03T07:40:40.452Z] Leaving: AppArmorNo profiles have been unloaded.
07:40:40 [2020-11-03T07:40:40.452Z] 
07:40:40 [2020-11-03T07:40:40.452Z] Unloading profiles will leave already running processes permanently
07:40:40 [2020-11-03T07:40:40.452Z] unconfined, which can lead to unexpected situations.
07:40:40 [2020-11-03T07:40:40.452Z] 
07:40:40 [2020-11-03T07:40:40.452Z] To set a process to complain mode, use the command line tool
07:40:40 [2020-11-03T07:40:40.452Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
07:40:40 [2020-11-03T07:40:40.452Z] 
07:40:40 [2020-11-03T07:40:40.520Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
07:40:40 [2020-11-03T07:40:40.520Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s)
07:40:40 [2020-11-03T07:40:40.520Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false
07:40:40 [2020-11-03T07:40:40.520Z] === RUN   TestDaemonIpcModeShareableFromConfig
Post stage
[Pipeline] junit
07:40:41 [2020-11-03T07:40:41.033Z] Recording test results
07:40:41 [2020-11-03T07:40:41.100Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
07:40:41 [2020-11-03T07:40:41.673Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
07:40:42 [2020-11-03T07:40:42.246Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
[Pipeline] sh
07:40:42 [2020-11-03T07:40:42.508Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s)
07:40:42 [2020-11-03T07:40:42.508Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true
07:40:42 [2020-11-03T07:40:42.508Z] === RUN   TestIpcModeOlderClient
07:40:42 [2020-11-03T07:40:42.508Z] === PAUSE TestIpcModeOlderClient
07:40:42 [2020-11-03T07:40:42.508Z] === RUN   TestKillContainerInvalidSignal
07:40:42 [2020-11-03T07:40:42.538Z] + echo Ensuring container killed.
07:40:42 [2020-11-03T07:40:42.538Z] Ensuring container killed.
07:40:42 [2020-11-03T07:40:42.538Z] + docker rm -vf docker-pr2
07:40:42 [2020-11-03T07:40:42.538Z] Error: No such container: docker-pr2
07:40:42 [2020-11-03T07:40:42.538Z] + true
[Pipeline] sh
07:40:42 [2020-11-03T07:40:42.772Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
07:40:42 [2020-11-03T07:40:42.825Z] + echo Chowning /workspace to jenkins user
07:40:42 [2020-11-03T07:40:42.825Z] Chowning /workspace to jenkins user
07:40:42 [2020-11-03T07:40:42.825Z] + id -u
07:40:42 [2020-11-03T07:40:42.825Z] + id -g
07:40:42 [2020-11-03T07:40:42.825Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41626:/workspace busybox chown -R 1000:1000 /workspace
07:40:42 [2020-11-03T07:40:42.825Z] Unable to find image 'busybox:latest' locally
07:40:42 [2020-11-03T07:40:42.856Z] --- PASS: TestUpdateRestartPolicy (12.36s)
07:40:42 [2020-11-03T07:40:42.856Z] === RUN   TestUpdateRestartWithAutoRemove
07:40:43 [2020-11-03T07:40:43.347Z] --- PASS: TestKillContainerInvalidSignal (0.79s)
07:40:43 [2020-11-03T07:40:43.347Z] === RUN   TestKillContainer
07:40:43 [2020-11-03T07:40:43.347Z] === RUN   TestKillContainer/no_signal
07:40:43 [2020-11-03T07:40:43.610Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
07:40:43 [2020-11-03T07:40:43.610Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
07:40:43 [2020-11-03T07:40:43.797Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s)
07:40:43 [2020-11-03T07:40:43.797Z] === RUN   TestWaitNonBlocked
07:40:43 [2020-11-03T07:40:43.797Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
07:40:43 [2020-11-03T07:40:43.797Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
07:40:43 [2020-11-03T07:40:43.797Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
07:40:43 [2020-11-03T07:40:43.797Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
07:40:43 [2020-11-03T07:40:43.797Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
07:40:43 [2020-11-03T07:40:43.797Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
07:40:44 [2020-11-03T07:40:44.184Z] === RUN   TestKillContainer/non_killing_signal
07:40:44 [2020-11-03T07:40:44.738Z] --- PASS: TestWaitNonBlocked (0.02s)
07:40:44 [2020-11-03T07:40:44.738Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s)
07:40:44 [2020-11-03T07:40:44.738Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s)
07:40:44 [2020-11-03T07:40:44.738Z] === RUN   TestWaitBlocked
07:40:44 [2020-11-03T07:40:44.738Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
07:40:44 [2020-11-03T07:40:44.738Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
07:40:44 [2020-11-03T07:40:44.738Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
07:40:44 [2020-11-03T07:40:44.738Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
07:40:44 [2020-11-03T07:40:44.738Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
07:40:44 [2020-11-03T07:40:44.738Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
07:40:44 [2020-11-03T07:40:44.758Z] === RUN   TestKillContainer/killing_signal
07:40:45 [2020-11-03T07:40:45.703Z] --- PASS: TestKillContainer (2.48s)
07:40:45 [2020-11-03T07:40:45.703Z]     --- PASS: TestKillContainer/no_signal (0.80s)
07:40:45 [2020-11-03T07:40:45.703Z]     --- PASS: TestKillContainer/non_killing_signal (0.66s)
07:40:45 [2020-11-03T07:40:45.703Z]     --- PASS: TestKillContainer/killing_signal (0.78s)
07:40:45 [2020-11-03T07:40:45.703Z] === RUN   TestKillWithStopSignalAndRestartPolicies
07:40:45 [2020-11-03T07:40:45.703Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
07:40:45 [2020-11-03T07:40:45.703Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
07:40:45 [2020-11-03T07:40:45.965Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
07:40:46 [2020-11-03T07:40:46.124Z] --- PASS: TestWaitBlocked (0.02s)
07:40:46 [2020-11-03T07:40:46.124Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s)
07:40:46 [2020-11-03T07:40:46.124Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.07s)
07:40:46 [2020-11-03T07:40:46.124Z] === CONT  TestContainerStartOnDaemonRestart
07:40:46 [2020-11-03T07:40:46.124Z] === CONT  TestIpcModeOlderClient
07:40:46 [2020-11-03T07:40:46.124Z] === CONT  TestDaemonHostGatewayIP
07:40:46 [2020-11-03T07:40:46.124Z] === CONT  TestContainerKillOnDaemonStart
07:40:46 [2020-11-03T07:40:46.124Z] --- PASS: TestIpcModeOlderClient (0.21s)
07:40:46 [2020-11-03T07:40:46.124Z] === CONT  TestDaemonRestartIpcMode
07:40:46 [2020-11-03T07:40:46.538Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
07:40:47 [2020-11-03T07:40:47.484Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.61s)
07:40:47 [2020-11-03T07:40:47.484Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s)
07:40:47 [2020-11-03T07:40:47.484Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s)
07:40:47 [2020-11-03T07:40:47.484Z] === RUN   TestKillStoppedContainer
07:40:47 [2020-11-03T07:40:47.484Z] --- PASS: TestKillStoppedContainer (0.10s)
07:40:47 [2020-11-03T07:40:47.484Z] === RUN   TestKillStoppedContainerAPIPre120
07:40:47 [2020-11-03T07:40:47.484Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
07:40:47 [2020-11-03T07:40:47.484Z] === RUN   TestKillDifferentUserContainer
07:40:48 [2020-11-03T07:40:48.093Z] latest: Pulling from library/busybox
07:40:48 [2020-11-03T07:40:48.352Z] 9758c28807f2: Pulling fs layer
07:40:48 [2020-11-03T07:40:48.352Z] 9758c28807f2: Download complete
07:40:48 [2020-11-03T07:40:48.352Z] 9758c28807f2: Pull complete
07:40:48 [2020-11-03T07:40:48.352Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
07:40:48 [2020-11-03T07:40:48.352Z] Status: Downloaded newer image for busybox:latest
07:40:48 [2020-11-03T07:40:48.430Z] --- PASS: TestKillDifferentUserContainer (0.77s)
07:40:48 [2020-11-03T07:40:48.430Z] === RUN   TestInspectOomKilledTrue
07:40:48 [2020-11-03T07:40:48.430Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
07:40:48 [2020-11-03T07:40:48.430Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:40:48 [2020-11-03T07:40:48.430Z] === RUN   TestInspectOomKilledFalse
07:40:48 [2020-11-03T07:40:48.430Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
07:40:48 [2020-11-03T07:40:48.430Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:40:48 [2020-11-03T07:40:48.430Z] === RUN   TestLinksEtcHostsContentMatch
07:40:48 [2020-11-03T07:40:48.693Z] --- PASS: TestLinksEtcHostsContentMatch (0.51s)
07:40:48 [2020-11-03T07:40:48.693Z] === RUN   TestLinksContainerNames
07:40:49 [2020-11-03T07:40:49.432Z] --- PASS: TestContainerStartOnDaemonRestart (3.63s)
07:40:49 [2020-11-03T07:40:49.639Z] === RUN   TestDockerSuite/TestBuildAddNonTar
07:40:50 [2020-11-03T07:40:50.213Z] --- PASS: TestLinksContainerNames (1.42s)
07:40:50 [2020-11-03T07:40:50.213Z] === RUN   TestLogsFollowTailEmpty
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
07:40:50 [2020-11-03T07:40:50.374Z] --- PASS: TestDaemonRestartIpcMode (4.18s)
07:40:50 [2020-11-03T07:40:50.553Z] + bundleName=docker-py
07:40:50 [2020-11-03T07:40:50.553Z] + echo Creating docker-py-bundles.tar.gz
07:40:50 [2020-11-03T07:40:50.553Z] Creating docker-py-bundles.tar.gz
07:40:50 [2020-11-03T07:40:50.553Z] + 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
07:40:50 [2020-11-03T07:40:50.565Z] Archiving artifacts
07:40:50 [2020-11-03T07:40:50.634Z] --- PASS: TestDaemonHostGatewayIP (4.84s)
07:40:50 [2020-11-03T07:40:50.787Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
07:40:51 [2020-11-03T07:40:51.049Z] --- PASS: TestLogsFollowTailEmpty (0.81s)
07:40:51 [2020-11-03T07:40:51.049Z] === RUN   TestContainerNetworkMountsNoChown
07:40:51 [2020-11-03T07:40:51.049Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
07:40:51 [2020-11-03T07:40:51.993Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s)
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/default
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/default
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/private
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/private
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rprivate
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rprivate
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/slave
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/slave
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rslave
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rslave
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/shared
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/shared
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rshared
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rshared
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/default
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/default/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/default/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/default/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/default/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/default/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/default/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/default/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rshared
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rshared/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rshared/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rshared/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/shared
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/shared/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/shared/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/shared/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/shared/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rslave
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rslave/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rslave/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/slave
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/slave/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/slave/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/slave/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/slave/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rprivate
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/private
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/private/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/private/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/private/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/private/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/private/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === RUN   TestMountDaemonRoot/private/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/default/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/default/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/default/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rshared/mount_root
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/shared/bind_root
07:40:51 [2020-11-03T07:40:51.993Z] === CONT  TestMountDaemonRoot/rslave/bind_root
07:40:52 [2020-11-03T07:40:52.170Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/shared/mount_root
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/slave/bind_root
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/rslave/mount_root
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
07:40:52 [2020-11-03T07:40:52.256Z] === CONT  TestMountDaemonRoot/slave/mount_root
[Pipeline] sh
07:40:52 [2020-11-03T07:40:52.517Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/private/bind_root
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/private/mount_subpath
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/private/mount_root
07:40:52 [2020-11-03T07:40:52.518Z] === CONT  TestMountDaemonRoot/private/bind_subpath
07:40:52 [2020-11-03T07:40:52.518Z] --- PASS: TestMountDaemonRoot (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.12s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.09s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
07:40:52 [2020-11-03T07:40:52.518Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
07:40:52 [2020-11-03T07:40:52.518Z] === RUN   TestContainerBindMountNonRecursive
07:40:52 [2020-11-03T07:40:52.539Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh binary-daemon
07:40:53 [2020-11-03T07:40:53.107Z] 
07:40:53 [2020-11-03T07:40:53.366Z] Removing bundles/
07:40:53 [2020-11-03T07:40:53.366Z] 
07:40:53 [2020-11-03T07:40:53.366Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
07:40:53 [2020-11-03T07:40:53.366Z] Building: bundles/binary-daemon/dockerd-dev
07:40:53 [2020-11-03T07:40:53.366Z] GOOS="" GOARCH="" GOARM=""
07:40:53 [2020-11-03T07:40:53.909Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
07:40:53 [2020-11-03T07:40:53.909Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
07:40:54 [2020-11-03T07:40:54.854Z] --- PASS: TestContainerBindMountNonRecursive (2.40s)
07:40:54 [2020-11-03T07:40:54.854Z] === RUN   TestNetworkNat
07:40:55 [2020-11-03T07:40:55.116Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
07:40:55 [2020-11-03T07:40:55.565Z] --- PASS: TestServiceUpdateSecrets (15.86s)
07:40:55 [2020-11-03T07:40:55.565Z] === RUN   TestServiceUpdateConfigs
07:40:55 [2020-11-03T07:40:55.690Z] --- PASS: TestNetworkNat (0.79s)
07:40:55 [2020-11-03T07:40:55.690Z] === RUN   TestNetworkLocalhostTCPNat
07:40:56 [2020-11-03T07:40:56.265Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
07:40:56 [2020-11-03T07:40:56.528Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s)
07:40:56 [2020-11-03T07:40:56.528Z] === RUN   TestNetworkLoopbackNat
07:40:57 [2020-11-03T07:40:57.916Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
07:40:58 [2020-11-03T07:40:58.177Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
07:40:58 [2020-11-03T07:40:58.772Z] --- PASS: TestContainerKillOnDaemonStart (13.05s)
07:40:58 [2020-11-03T07:40:58.772Z] PASS
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] === Skipped
07:40:58 [2020-11-03T07:40:58.772Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
07:40:58 [2020-11-03T07:40:58.772Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
07:40:58 [2020-11-03T07:40:58.772Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
07:40:58 [2020-11-03T07:40:58.772Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
07:40:58 [2020-11-03T07:40:58.772Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
07:40:58 [2020-11-03T07:40:58.772Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
07:40:58 [2020-11-03T07:40:58.772Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] 
07:40:58 [2020-11-03T07:40:58.772Z] DONE 193 tests, 6 skipped in 141.922s
07:40:58 [2020-11-03T07:40:58.772Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
07:40:58 [2020-11-03T07:40:58.772Z] ++ 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
07:40:58 [2020-11-03T07:40:58.772Z] ++ set -e
07:40:58 [2020-11-03T07:40:58.772Z] ++ '[' -n 0 ']'
07:40:58 [2020-11-03T07:40:58.772Z] ++ set -x
07:40:58 [2020-11-03T07:40:58.772Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build 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
07:40:59 [2020-11-03T07:40:59.344Z] INFO: Testing against a local daemon
07:40:59 [2020-11-03T07:40:59.344Z] === RUN   TestCommitInheritsEnv
07:40:59 [2020-11-03T07:40:59.570Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
07:40:59 [2020-11-03T07:40:59.570Z] --- PASS: TestNetworkLoopbackNat (2.78s)
07:40:59 [2020-11-03T07:40:59.570Z] === RUN   TestPause
07:40:59 [2020-11-03T07:40:59.570Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
07:40:59 [2020-11-03T07:40:59.915Z] --- PASS: TestCommitInheritsEnv (0.60s)
07:40:59 [2020-11-03T07:40:59.916Z] === RUN   TestImportExtremelyLargeImageWorks
07:40:59 [2020-11-03T07:40:59.916Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
07:40:59 [2020-11-03T07:40:59.916Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
07:40:59 [2020-11-03T07:40:59.916Z] === RUN   TestImagesFilterMultiReference
07:40:59 [2020-11-03T07:40:59.916Z] --- PASS: TestImagesFilterMultiReference (0.10s)
07:40:59 [2020-11-03T07:40:59.916Z] === RUN   TestImagePullPlatformInvalid
07:40:59 [2020-11-03T07:40:59.916Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
07:40:59 [2020-11-03T07:40:59.916Z] === RUN   TestRemoveImageOrphaning
07:41:00 [2020-11-03T07:41:00.145Z] --- PASS: TestPause (0.88s)
07:41:00 [2020-11-03T07:41:00.145Z] === RUN   TestPauseFailsOnWindowsServerContainers
07:41:00 [2020-11-03T07:41:00.145Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
07:41:00 [2020-11-03T07:41:00.145Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:41:00 [2020-11-03T07:41:00.145Z] === RUN   TestPauseStopPausedContainer
07:41:00 [2020-11-03T07:41:00.487Z] --- PASS: TestRemoveImageOrphaning (0.56s)
07:41:00 [2020-11-03T07:41:00.488Z] === RUN   TestRemoveImageGarbageCollector
07:41:00 [2020-11-03T07:41:00.488Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
07:41:00 [2020-11-03T07:41:00.488Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:41:00 [2020-11-03T07:41:00.488Z] === RUN   TestTagUnprefixedRepoByNameOrName
07:41:00 [2020-11-03T07:41:00.488Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
07:41:00 [2020-11-03T07:41:00.488Z] === RUN   TestTagInvalidReference
07:41:00 [2020-11-03T07:41:00.488Z] --- PASS: TestTagInvalidReference (0.03s)
07:41:00 [2020-11-03T07:41:00.488Z] === RUN   TestTagValidPrefixedRepo
07:41:00 [2020-11-03T07:41:00.721Z] === RUN   TestDockerSuite/TestBuildAddScript
07:41:00 [2020-11-03T07:41:00.748Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
07:41:00 [2020-11-03T07:41:00.748Z] === RUN   TestTagExistedNameWithoutForce
07:41:00 [2020-11-03T07:41:00.748Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
07:41:00 [2020-11-03T07:41:00.748Z] === RUN   TestTagOfficialNames
07:41:00 [2020-11-03T07:41:00.748Z] --- PASS: TestTagOfficialNames (0.11s)
07:41:00 [2020-11-03T07:41:00.748Z] === RUN   TestTagMatchesDigest
07:41:00 [2020-11-03T07:41:00.748Z] --- PASS: TestTagMatchesDigest (0.03s)
07:41:00 [2020-11-03T07:41:00.748Z] PASS
07:41:00 [2020-11-03T07:41:00.748Z] 
07:41:00 [2020-11-03T07:41:00.748Z] === Skipped
07:41:00 [2020-11-03T07:41:00.748Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
07:41:00 [2020-11-03T07:41:00.748Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
07:41:00 [2020-11-03T07:41:00.748Z] 
07:41:00 [2020-11-03T07:41:00.748Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
07:41:00 [2020-11-03T07:41:00.748Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:41:00 [2020-11-03T07:41:00.748Z] 
07:41:00 [2020-11-03T07:41:00.748Z] 
07:41:00 [2020-11-03T07:41:00.748Z] DONE 12 tests, 2 skipped in 1.891s
07:41:00 [2020-11-03T07:41:00.748Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
07:41:00 [2020-11-03T07:41:00.748Z] ++ 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
07:41:00 [2020-11-03T07:41:00.748Z] ++ set -e
07:41:00 [2020-11-03T07:41:00.748Z] ++ '[' -n 0 ']'
07:41:00 [2020-11-03T07:41:00.748Z] ++ set -x
07:41:00 [2020-11-03T07:41:00.748Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:41:01 [2020-11-03T07:41:01.009Z] INFO: Testing against a local daemon
07:41:01 [2020-11-03T07:41:01.009Z] === RUN   TestNetworkCreateDelete
07:41:01 [2020-11-03T07:41:01.294Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
07:41:01 [2020-11-03T07:41:01.294Z] --- PASS: TestPauseStopPausedContainer (1.01s)
07:41:01 [2020-11-03T07:41:01.294Z] === RUN   TestPsFilter
07:41:01 [2020-11-03T07:41:01.294Z] --- PASS: TestPsFilter (0.20s)
07:41:01 [2020-11-03T07:41:01.294Z] === RUN   TestRemoveContainerWithRemovedVolume
07:41:01 [2020-11-03T07:41:01.581Z] --- PASS: TestNetworkCreateDelete (0.43s)
07:41:01 [2020-11-03T07:41:01.581Z] === RUN   TestDockerNetworkDeletePreferID
07:41:02 [2020-11-03T07:41:02.240Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s)
07:41:02 [2020-11-03T07:41:02.240Z] === RUN   TestRemoveContainerWithVolume
07:41:02 [2020-11-03T07:41:02.524Z] --- PASS: TestDockerNetworkDeletePreferID (1.18s)
07:41:02 [2020-11-03T07:41:02.524Z] === RUN   TestDaemonDNSFallback
07:41:02 [2020-11-03T07:41:02.816Z] --- PASS: TestRemoveContainerWithVolume (0.79s)
07:41:02 [2020-11-03T07:41:02.816Z] === RUN   TestRemoveContainerRunning
07:41:03 [2020-11-03T07:41:03.765Z] --- PASS: TestRemoveContainerRunning (0.74s)
07:41:03 [2020-11-03T07:41:03.765Z] === RUN   TestRemoveContainerForceRemoveRunning
07:41:03 [2020-11-03T07:41:03.765Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
07:41:04 [2020-11-03T07:41:04.340Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
07:41:04 [2020-11-03T07:41:04.340Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s)
07:41:04 [2020-11-03T07:41:04.340Z] === RUN   TestRemoveInvalidContainer
07:41:04 [2020-11-03T07:41:04.340Z] --- PASS: TestRemoveInvalidContainer (0.02s)
07:41:04 [2020-11-03T07:41:04.340Z] === RUN   TestRenameLinkedContainer
07:41:04 [2020-11-03T07:41:04.914Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
07:41:07 [2020-11-03T07:41:07.466Z] --- PASS: TestRenameLinkedContainer (2.95s)
07:41:07 [2020-11-03T07:41:07.466Z] === RUN   TestRenameStoppedContainer
07:41:08 [2020-11-03T07:41:08.040Z] --- PASS: TestRenameStoppedContainer (0.67s)
07:41:08 [2020-11-03T07:41:08.040Z] === RUN   TestRenameRunningContainerAndReuse
07:41:09 [2020-11-03T07:41:09.430Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
07:41:09 [2020-11-03T07:41:09.430Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s)
07:41:09 [2020-11-03T07:41:09.430Z] === RUN   TestRenameInvalidName
07:41:10 [2020-11-03T07:41:10.385Z] --- PASS: TestRenameInvalidName (0.91s)
07:41:10 [2020-11-03T07:41:10.385Z] === RUN   TestRenameAnonymousContainer
07:41:10 [2020-11-03T07:41:10.647Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
07:41:10 [2020-11-03T07:41:10.661Z] --- PASS: TestDaemonDNSFallback (7.40s)
07:41:10 [2020-11-03T07:41:10.661Z] === RUN   TestInspectNetwork
07:41:10 [2020-11-03T07:41:10.976Z] --- PASS: TestServiceUpdateConfigs (15.91s)
07:41:10 [2020-11-03T07:41:10.976Z] === RUN   TestServiceUpdateNetwork
07:41:12 [2020-11-03T07:41:12.059Z] 4612f6d0b889: Pull complete
07:41:13 [2020-11-03T07:41:13.200Z] --- PASS: TestRenameAnonymousContainer (2.56s)
07:41:13 [2020-11-03T07:41:13.200Z] === RUN   TestRenameContainerWithSameName
07:41:13 [2020-11-03T07:41:13.774Z] --- PASS: TestRenameContainerWithSameName (0.68s)
07:41:13 [2020-11-03T07:41:13.774Z] === RUN   TestRenameContainerWithLinkedContainer
07:41:14 [2020-11-03T07:41:14.038Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
07:41:15 [2020-11-03T07:41:15.429Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
07:41:15 [2020-11-03T07:41:15.429Z] --- PASS: TestRenameContainerWithLinkedContainer (1.62s)
07:41:15 [2020-11-03T07:41:15.429Z] === RUN   TestResize
07:41:15 [2020-11-03T07:41:15.948Z] === RUN   TestInspectNetwork/full_network_id
07:41:15 [2020-11-03T07:41:15.948Z] === RUN   TestInspectNetwork/partial_network_id
07:41:15 [2020-11-03T07:41:15.948Z] === RUN   TestInspectNetwork/network_name
07:41:15 [2020-11-03T07:41:15.948Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
07:41:16 [2020-11-03T07:41:16.004Z] --- PASS: TestResize (0.78s)
07:41:16 [2020-11-03T07:41:16.004Z] === RUN   TestResizeWithInvalidSize
07:41:16 [2020-11-03T07:41:16.949Z] --- PASS: TestResizeWithInvalidSize (0.77s)
07:41:16 [2020-11-03T07:41:16.949Z] === RUN   TestResizeWhenContainerNotStarted
07:41:17 [2020-11-03T07:41:17.523Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s)
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:41:17 [2020-11-03T07:41:17.523Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:41:18 [2020-11-03T07:41:18.099Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
07:41:18 [2020-11-03T07:41:18.361Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
07:41:18 [2020-11-03T07:41:18.434Z] --- PASS: TestBuildWithHugeFile (54.74s)
07:41:18 [2020-11-03T07:41:18.434Z] === RUN   TestBuildWithEmptyDockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:41:18 [2020-11-03T07:41:18.434Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
07:41:18 [2020-11-03T07:41:18.434Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s)
07:41:18 [2020-11-03T07:41:18.434Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s)
07:41:18 [2020-11-03T07:41:18.434Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s)
07:41:18 [2020-11-03T07:41:18.434Z] === RUN   TestBuildPreserveOwnership
07:41:18 [2020-11-03T07:41:18.434Z] === RUN   TestBuildPreserveOwnership/copy_from
07:41:18 [2020-11-03T07:41:18.623Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
07:41:18 [2020-11-03T07:41:18.886Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
07:41:19 [2020-11-03T07:41:19.071Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
07:41:19 [2020-11-03T07:41:19.148Z] === RUN   TestDockerSuite/TestBuildAddTar
07:41:19 [2020-11-03T07:41:19.410Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
07:41:20 [2020-11-03T07:41:20.150Z] --- PASS: TestInspectNetwork (9.52s)
07:41:20 [2020-11-03T07:41:20.150Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
07:41:20 [2020-11-03T07:41:20.150Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
07:41:20 [2020-11-03T07:41:20.150Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
07:41:20 [2020-11-03T07:41:20.150Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
07:41:20 [2020-11-03T07:41:20.150Z] === RUN   TestRunContainerWithBridgeNone
07:41:20 [2020-11-03T07:41:20.356Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:41:20 [2020-11-03T07:41:20.599Z] --- PASS: TestBuildPreserveOwnership (3.92s)
07:41:20 [2020-11-03T07:41:20.599Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.57s)
07:41:20 [2020-11-03T07:41:20.599Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s)
07:41:20 [2020-11-03T07:41:20.599Z] === RUN   TestBuildPlatformInvalid
07:41:20 [2020-11-03T07:41:20.599Z] --- PASS: TestBuildPlatformInvalid (0.12s)
07:41:20 [2020-11-03T07:41:20.599Z] PASS
07:41:20 [2020-11-03T07:41:20.599Z] 
07:41:20 [2020-11-03T07:41:20.599Z] === Skipped
07:41:20 [2020-11-03T07:41:20.599Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
07:41:20 [2020-11-03T07:41:20.599Z]     build_session_test.go:25: TODO: BuildKit
07:41:20 [2020-11-03T07:41:20.599Z] 
07:41:20 [2020-11-03T07:41:20.599Z] 
07:41:20 [2020-11-03T07:41:20.599Z] DONE 32 tests, 1 skipped in 93.678s
07:41:20 [2020-11-03T07:41:20.599Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
07:41:20 [2020-11-03T07:41:20.599Z] ++ 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
07:41:20 [2020-11-03T07:41:20.599Z] ++ set -e
07:41:20 [2020-11-03T07:41:20.599Z] ++ '[' -n 0 ']'
07:41:20 [2020-11-03T07:41:20.599Z] ++ set -x
07:41:20 [2020-11-03T07:41:20.599Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build 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
07:41:20 [2020-11-03T07:41:20.599Z] INFO: Testing against a local daemon
07:41:20 [2020-11-03T07:41:20.599Z] === RUN   TestConfigInspect
07:41:20 [2020-11-03T07:41:20.618Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:41:21 [2020-11-03T07:41:21.564Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
07:41:22 [2020-11-03T07:41:22.063Z] --- PASS: TestRunContainerWithBridgeNone (2.46s)
07:41:22 [2020-11-03T07:41:22.063Z] === RUN   TestNetworkInvalidJSON
07:41:22 [2020-11-03T07:41:22.063Z] === RUN   TestNetworkInvalidJSON//networks/create
07:41:22 [2020-11-03T07:41:22.063Z] === PAUSE TestNetworkInvalidJSON//networks/create
07:41:22 [2020-11-03T07:41:22.063Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
07:41:22 [2020-11-03T07:41:22.063Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
07:41:22 [2020-11-03T07:41:22.063Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
07:41:22 [2020-11-03T07:41:22.063Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
07:41:22 [2020-11-03T07:41:22.063Z] === CONT  TestNetworkInvalidJSON//networks/create
07:41:22 [2020-11-03T07:41:22.063Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
07:41:22 [2020-11-03T07:41:22.063Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
07:41:22 [2020-11-03T07:41:22.063Z] --- PASS: TestNetworkInvalidJSON (0.03s)
07:41:22 [2020-11-03T07:41:22.063Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
07:41:22 [2020-11-03T07:41:22.063Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
07:41:22 [2020-11-03T07:41:22.063Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
07:41:22 [2020-11-03T07:41:22.063Z] === RUN   TestHostIPv4BridgeLabel
07:41:22 [2020-11-03T07:41:22.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:41:22 [2020-11-03T07:41:22.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:41:22 [2020-11-03T07:41:22.687Z] --- PASS: TestConfigInspect (1.98s)
07:41:22 [2020-11-03T07:41:22.687Z] === RUN   TestConfigList
07:41:23 [2020-11-03T07:41:23.005Z] --- PASS: TestHostIPv4BridgeLabel (0.81s)
07:41:23 [2020-11-03T07:41:23.005Z] === RUN   TestDaemonRestartWithLiveRestore
07:41:23 [2020-11-03T07:41:23.453Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
07:41:24 [2020-11-03T07:41:24.390Z] --- PASS: TestDaemonRestartWithLiveRestore (1.44s)
07:41:24 [2020-11-03T07:41:24.390Z] === RUN   TestDaemonDefaultNetworkPools
07:41:24 [2020-11-03T07:41:24.399Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:41:24 [2020-11-03T07:41:24.399Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:41:24 [2020-11-03T07:41:24.784Z] --- PASS: TestConfigList (1.92s)
07:41:24 [2020-11-03T07:41:24.784Z] === RUN   TestConfigsCreateAndDelete
07:41:25 [2020-11-03T07:41:25.344Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
07:41:25 [2020-11-03T07:41:25.775Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s)
07:41:25 [2020-11-03T07:41:25.775Z] === RUN   TestDaemonRestartWithExistingNetwork
07:41:26 [2020-11-03T07:41:26.320Z] --- PASS: TestServiceUpdateNetwork (16.48s)
07:41:26 [2020-11-03T07:41:26.320Z] === RUN   TestServiceUpdatePidsLimit
07:41:26 [2020-11-03T07:41:26.642Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
07:41:26 [2020-11-03T07:41:26.865Z] --- PASS: TestConfigsCreateAndDelete (1.93s)
07:41:26 [2020-11-03T07:41:26.865Z] === RUN   TestConfigsUpdate
07:41:27 [2020-11-03T07:41:27.263Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:41:27 [2020-11-03T07:41:27.263Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
07:41:27 [2020-11-03T07:41:27.524Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:41:27 [2020-11-03T07:41:27.678Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
07:41:27 [2020-11-03T07:41:27.688Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.93s)
07:41:27 [2020-11-03T07:41:27.688Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
07:41:28 [2020-11-03T07:41:28.098Z] === RUN   TestDockerSuite/TestBuildAddTarXz
07:41:28 [2020-11-03T07:41:28.384Z] --- PASS: TestConfigsUpdate (1.91s)
07:41:28 [2020-11-03T07:41:28.384Z] === RUN   TestTemplatedConfig
07:41:29 [2020-11-03T07:41:29.085Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
07:41:30 [2020-11-03T07:41:30.055Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
07:41:30 [2020-11-03T07:41:30.233Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.44s)
07:41:30 [2020-11-03T07:41:30.233Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
07:41:30 [2020-11-03T07:41:30.805Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.91s)
07:41:30 [2020-11-03T07:41:30.805Z] === RUN   TestServiceWithPredefinedNetwork
07:41:31 [2020-11-03T07:41:31.129Z] --- PASS: TestTemplatedConfig (2.38s)
07:41:31 [2020-11-03T07:41:31.129Z] === RUN   TestConfigCreateResolve
07:41:31 [2020-11-03T07:41:31.445Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
07:41:31 [2020-11-03T07:41:31.445Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:41:31 [2020-11-03T07:41:31.708Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
07:41:32 [2020-11-03T07:41:32.281Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:41:32 [2020-11-03T07:41:32.651Z] --- PASS: TestConfigCreateResolve (1.86s)
07:41:32 [2020-11-03T07:41:32.652Z] === RUN   TestConfigDaemonLibtrustID
07:41:33 [2020-11-03T07:41:33.288Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
07:41:33 [2020-11-03T07:41:33.288Z] PASS
07:41:33 [2020-11-03T07:41:33.288Z] 
07:41:33 [2020-11-03T07:41:33.288Z] DONE 7 tests in 12.596s
07:41:33 [2020-11-03T07:41:33.288Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
07:41:33 [2020-11-03T07:41:33.288Z] ++ 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
07:41:33 [2020-11-03T07:41:33.288Z] ++ set -e
07:41:33 [2020-11-03T07:41:33.288Z] ++ '[' -n 0 ']'
07:41:33 [2020-11-03T07:41:33.288Z] ++ set -x
07:41:33 [2020-11-03T07:41:33.288Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:41:33 [2020-11-03T07:41:33.288Z] INFO: Testing against a local daemon
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestCheckpoint
07:41:33 [2020-11-03T07:41:33.288Z] --- SKIP: TestCheckpoint (0.00s)
07:41:33 [2020-11-03T07:41:33.288Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestContainerInvalidJSON
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
07:41:33 [2020-11-03T07:41:33.288Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
07:41:33 [2020-11-03T07:41:33.288Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
07:41:33 [2020-11-03T07:41:33.288Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
07:41:33 [2020-11-03T07:41:33.288Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
07:41:33 [2020-11-03T07:41:33.288Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
07:41:33 [2020-11-03T07:41:33.288Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
07:41:33 [2020-11-03T07:41:33.288Z] --- PASS: TestContainerInvalidJSON (0.02s)
07:41:33 [2020-11-03T07:41:33.288Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
07:41:33 [2020-11-03T07:41:33.288Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
07:41:33 [2020-11-03T07:41:33.288Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestCopyFromContainerPathDoesNotExist
07:41:33 [2020-11-03T07:41:33.288Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
07:41:33 [2020-11-03T07:41:33.288Z] === RUN   TestCopyFromContainerPathIsNotDir
07:41:33 [2020-11-03T07:41:33.582Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
07:41:33 [2020-11-03T07:41:33.582Z] === RUN   TestCopyToContainerPathDoesNotExist
07:41:33 [2020-11-03T07:41:33.582Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
07:41:33 [2020-11-03T07:41:33.582Z] === RUN   TestCopyToContainerPathIsNotDir
07:41:33 [2020-11-03T07:41:33.582Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
07:41:33 [2020-11-03T07:41:33.582Z] === RUN   TestCopyFromContainer
07:41:33 [2020-11-03T07:41:33.673Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
07:41:34 [2020-11-03T07:41:34.104Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s)
07:41:34 [2020-11-03T07:41:34.104Z] === RUN   TestServiceRemoveKeepsIngressNetwork
07:41:34 [2020-11-03T07:41:34.104Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
07:41:34 [2020-11-03T07:41:34.104Z]     service_test.go:236: FLAKY_TEST
07:41:34 [2020-11-03T07:41:34.104Z] === RUN   TestServiceWithDataPathPortInit
07:41:34 [2020-11-03T07:41:34.247Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
07:41:34 [2020-11-03T07:41:34.572Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
07:41:34 [2020-11-03T07:41:34.821Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.89s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.94s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.84s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.93s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.98s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.76s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.06s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.28s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.75s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.85s)
07:41:34 [2020-11-03T07:41:34.821Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.73s)
07:41:34 [2020-11-03T07:41:34.821Z] === RUN   TestCgroupNamespacesRun
07:41:35 [2020-11-03T07:41:35.128Z] === RUN   TestCopyFromContainer//
07:41:35 [2020-11-03T07:41:35.129Z] === RUN   TestCopyFromContainer//bar/root
07:41:35 [2020-11-03T07:41:35.129Z] === RUN   TestCopyFromContainer//bar/root/
07:41:35 [2020-11-03T07:41:35.129Z] === RUN   TestCopyFromContainer/bar/quux
07:41:35 [2020-11-03T07:41:35.129Z] === RUN   TestCopyFromContainer/bar/quux/
07:41:35 [2020-11-03T07:41:35.129Z] === RUN   TestCopyFromContainer/bar/quux/baz
07:41:35 [2020-11-03T07:41:35.129Z] === RUN   TestCopyFromContainer/bar/filesymlink
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCopyFromContainer/bar/dirsymlink
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCopyFromContainer/bar/notarget
07:41:35 [2020-11-03T07:41:35.425Z] --- PASS: TestCopyFromContainer (1.94s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer// (0.07s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:41:35 [2020-11-03T07:41:35.425Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:41:35 [2020-11-03T07:41:35.425Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
07:41:35 [2020-11-03T07:41:35.425Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
07:41:35 [2020-11-03T07:41:35.425Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:41:35 [2020-11-03T07:41:35.425Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
07:41:35 [2020-11-03T07:41:35.425Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:41:35 [2020-11-03T07:41:35.425Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
07:41:35 [2020-11-03T07:41:35.425Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
07:41:35 [2020-11-03T07:41:35.425Z] === RUN   TestCreateLinkToNonExistingContainer
07:41:35 [2020-11-03T07:41:35.718Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
07:41:35 [2020-11-03T07:41:35.718Z] === RUN   TestCreateWithInvalidEnv
07:41:35 [2020-11-03T07:41:35.718Z] === RUN   TestCreateWithInvalidEnv/0
07:41:35 [2020-11-03T07:41:35.718Z] === PAUSE TestCreateWithInvalidEnv/0
07:41:35 [2020-11-03T07:41:35.718Z] === RUN   TestCreateWithInvalidEnv/1
07:41:35 [2020-11-03T07:41:35.718Z] === PAUSE TestCreateWithInvalidEnv/1
07:41:35 [2020-11-03T07:41:35.718Z] === RUN   TestCreateWithInvalidEnv/2
07:41:35 [2020-11-03T07:41:35.718Z] === PAUSE TestCreateWithInvalidEnv/2
07:41:35 [2020-11-03T07:41:35.718Z] === CONT  TestCreateWithInvalidEnv/0
07:41:35 [2020-11-03T07:41:35.718Z] === CONT  TestCreateWithInvalidEnv/1
07:41:35 [2020-11-03T07:41:35.718Z] === CONT  TestCreateWithInvalidEnv/2
07:41:35 [2020-11-03T07:41:35.718Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
07:41:35 [2020-11-03T07:41:35.718Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
07:41:35 [2020-11-03T07:41:35.718Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
07:41:35 [2020-11-03T07:41:35.718Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
07:41:35 [2020-11-03T07:41:35.718Z] === RUN   TestCreateTmpfsMountsTarget
07:41:35 [2020-11-03T07:41:35.718Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
07:41:35 [2020-11-03T07:41:35.718Z] === RUN   TestCreateWithCustomMaskedPaths
07:41:35 [2020-11-03T07:41:35.766Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
07:41:36 [2020-11-03T07:41:36.339Z] --- PASS: TestCgroupNamespacesRun (1.56s)
07:41:36 [2020-11-03T07:41:36.339Z] === RUN   TestCgroupNamespacesRunPrivileged
07:41:37 [2020-11-03T07:41:37.246Z] --- PASS: TestCreateWithCustomMaskedPaths (1.43s)
07:41:37 [2020-11-03T07:41:37.246Z] === RUN   TestCreateWithCustomReadonlyPaths
07:41:37 [2020-11-03T07:41:37.729Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
07:41:37 [2020-11-03T07:41:37.991Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.54s)
07:41:37 [2020-11-03T07:41:37.991Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
07:41:38 [2020-11-03T07:41:38.772Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s)
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateWithInvalidHealthcheckParams
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:41:38 [2020-11-03T07:41:38.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:41:38 [2020-11-03T07:41:38.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:41:38 [2020-11-03T07:41:38.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:41:38 [2020-11-03T07:41:38.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:41:38 [2020-11-03T07:41:38.772Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
07:41:38 [2020-11-03T07:41:38.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
07:41:38 [2020-11-03T07:41:38.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
07:41:38 [2020-11-03T07:41:38.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
07:41:38 [2020-11-03T07:41:38.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s)
07:41:38 [2020-11-03T07:41:38.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
07:41:38 [2020-11-03T07:41:38.772Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
07:41:39 [2020-11-03T07:41:39.409Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s)
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestCreateDifferentPlatform
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestCreateDifferentPlatform/different_os
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
07:41:39 [2020-11-03T07:41:39.409Z] --- PASS: TestCreateDifferentPlatform (0.02s)
07:41:39 [2020-11-03T07:41:39.409Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
07:41:39 [2020-11-03T07:41:39.409Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestCreateVolumesFromNonExistingContainer
07:41:39 [2020-11-03T07:41:39.409Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
07:41:39 [2020-11-03T07:41:39.409Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s)
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestContainerStartOnDaemonRestart
07:41:39 [2020-11-03T07:41:39.409Z] === PAUSE TestContainerStartOnDaemonRestart
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestDaemonRestartIpcMode
07:41:39 [2020-11-03T07:41:39.409Z] === PAUSE TestDaemonRestartIpcMode
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestDaemonHostGatewayIP
07:41:39 [2020-11-03T07:41:39.409Z] === PAUSE TestDaemonHostGatewayIP
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestContainerKillOnDaemonStart
07:41:39 [2020-11-03T07:41:39.409Z] === PAUSE TestContainerKillOnDaemonStart
07:41:39 [2020-11-03T07:41:39.409Z] === RUN   TestDiff
07:41:39 [2020-11-03T07:41:39.910Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.52s)
07:41:39 [2020-11-03T07:41:39.910Z] === RUN   TestCgroupNamespacesRunHostMode
07:41:40 [2020-11-03T07:41:40.045Z] --- PASS: TestDiff (0.49s)
07:41:40 [2020-11-03T07:41:40.045Z] === RUN   TestExecWithCloseStdin
07:41:40 [2020-11-03T07:41:40.681Z] --- PASS: TestExecWithCloseStdin (0.67s)
07:41:40 [2020-11-03T07:41:40.681Z] === RUN   TestExec
07:41:40 [2020-11-03T07:41:40.855Z] === RUN   TestDockerSuite/TestBuildBlankName
07:41:40 [2020-11-03T07:41:40.855Z] --- PASS: TestCgroupNamespacesRunHostMode (1.46s)
07:41:40 [2020-11-03T07:41:40.855Z] === RUN   TestCgroupNamespacesRunPrivateMode
07:41:41 [2020-11-03T07:41:41.316Z] --- PASS: TestExec (0.62s)
07:41:41 [2020-11-03T07:41:41.316Z] === RUN   TestExecUser
07:41:41 [2020-11-03T07:41:41.428Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
07:41:41 [2020-11-03T07:41:41.955Z] --- PASS: TestExecUser (0.61s)
07:41:41 [2020-11-03T07:41:41.955Z] === RUN   TestExportContainerAndImportImage
07:41:42 [2020-11-03T07:41:42.599Z] --- PASS: TestExportContainerAndImportImage (0.79s)
07:41:42 [2020-11-03T07:41:42.599Z] === RUN   TestExportContainerAfterDaemonRestart
07:41:42 [2020-11-03T07:41:42.815Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.54s)
07:41:42 [2020-11-03T07:41:42.815Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
07:41:42 [2020-11-03T07:41:42.815Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
07:41:43 [2020-11-03T07:41:43.083Z] --- PASS: TestServiceUpdatePidsLimit (18.08s)
07:41:43 [2020-11-03T07:41:43.083Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s)
07:41:43 [2020-11-03T07:41:43.083Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.25s)
07:41:43 [2020-11-03T07:41:43.083Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.25s)
07:41:43 [2020-11-03T07:41:43.083Z] PASS
07:41:43 [2020-11-03T07:41:43.083Z] 
07:41:43 [2020-11-03T07:41:43.083Z] === Skipped
07:41:43 [2020-11-03T07:41:43.083Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
07:41:43 [2020-11-03T07:41:43.083Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:41:43 [2020-11-03T07:41:43.083Z] 
07:41:43 [2020-11-03T07:41:43.083Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
07:41:43 [2020-11-03T07:41:43.083Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:41:43 [2020-11-03T07:41:43.083Z] 
07:41:43 [2020-11-03T07:41:43.083Z] 
07:41:43 [2020-11-03T07:41:43.083Z] DONE 27 tests, 2 skipped in 173.280s
07:41:43 [2020-11-03T07:41:43.083Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
07:41:43 [2020-11-03T07:41:43.083Z] ++ 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
07:41:43 [2020-11-03T07:41:43.083Z] ++ set -e
07:41:43 [2020-11-03T07:41:43.083Z] ++ '[' -n 0 ']'
07:41:43 [2020-11-03T07:41:43.083Z] ++ set -x
07:41:43 [2020-11-03T07:41:43.083Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:41:43 [2020-11-03T07:41:43.373Z] INFO: Testing against a local daemon
07:41:43 [2020-11-03T07:41:43.373Z] === RUN   TestSessionCreate
07:41:43 [2020-11-03T07:41:43.373Z] --- PASS: TestSessionCreate (0.02s)
07:41:43 [2020-11-03T07:41:43.373Z] === RUN   TestSessionCreateWithBadUpgrade
07:41:43 [2020-11-03T07:41:43.373Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
07:41:43 [2020-11-03T07:41:43.373Z] PASS
07:41:43 [2020-11-03T07:41:43.373Z] 
07:41:43 [2020-11-03T07:41:43.373Z] DONE 2 tests in 0.284s
07:41:43 [2020-11-03T07:41:43.373Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
07:41:43 [2020-11-03T07:41:43.373Z] ++ 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
07:41:43 [2020-11-03T07:41:43.373Z] ++ set -e
07:41:43 [2020-11-03T07:41:43.373Z] ++ '[' -n 0 ']'
07:41:43 [2020-11-03T07:41:43.373Z] ++ set -x
07:41:43 [2020-11-03T07:41:43.374Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:41:43 [2020-11-03T07:41:43.664Z] INFO: Testing against a local daemon
07:41:43 [2020-11-03T07:41:43.664Z] === RUN   TestCgroupDriverSystemdMemoryLimit
07:41:43 [2020-11-03T07:41:43.664Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
07:41:43 [2020-11-03T07:41:43.664Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:41:43 [2020-11-03T07:41:43.664Z] === RUN   TestEventsExecDie
07:41:44 [2020-11-03T07:41:44.124Z] --- PASS: TestExportContainerAfterDaemonRestart (1.48s)
07:41:44 [2020-11-03T07:41:44.124Z] === RUN   TestHealthCheckWorkdir
07:41:44 [2020-11-03T07:41:44.202Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.56s)
07:41:44 [2020-11-03T07:41:44.202Z] === RUN   TestCgroupNamespacesRunInvalidMode
07:41:44 [2020-11-03T07:41:44.202Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
07:41:44 [2020-11-03T07:41:44.705Z] --- PASS: TestEventsExecDie (0.97s)
07:41:44 [2020-11-03T07:41:44.705Z] === RUN   TestEventsBackwardsCompatible
07:41:44 [2020-11-03T07:41:44.705Z] --- PASS: TestEventsBackwardsCompatible (0.12s)
07:41:44 [2020-11-03T07:41:44.705Z] === RUN   TestInfoBinaryCommits
07:41:44 [2020-11-03T07:41:44.705Z] --- PASS: TestInfoBinaryCommits (0.01s)
07:41:44 [2020-11-03T07:41:44.705Z] === RUN   TestInfoAPIVersioned
07:41:44 [2020-11-03T07:41:44.705Z] --- PASS: TestInfoAPIVersioned (0.01s)
07:41:44 [2020-11-03T07:41:44.705Z] === RUN   TestInfoDiscoveryBackend
07:41:44 [2020-11-03T07:41:44.761Z] --- PASS: TestHealthCheckWorkdir (0.73s)
07:41:44 [2020-11-03T07:41:44.761Z] === RUN   TestHealthKillContainer
07:41:44 [2020-11-03T07:41:44.776Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
07:41:45 [2020-11-03T07:41:45.038Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s)
07:41:45 [2020-11-03T07:41:45.038Z] === RUN   TestCgroupNamespacesRunOlderClient
07:41:45 [2020-11-03T07:41:45.337Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
07:41:45 [2020-11-03T07:41:45.337Z] === RUN   TestInfoDiscoveryInvalidAdvertise
07:41:45 [2020-11-03T07:41:45.983Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
07:41:46 [2020-11-03T07:41:46.369Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
07:41:46 [2020-11-03T07:41:46.369Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
07:41:46 [2020-11-03T07:41:46.556Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.67s)
07:41:46 [2020-11-03T07:41:46.556Z] === RUN   TestKernelTCPMemory
07:41:46 [2020-11-03T07:41:46.659Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
07:41:46 [2020-11-03T07:41:46.659Z] === RUN   TestInfoAPI
07:41:46 [2020-11-03T07:41:46.950Z] --- PASS: TestInfoAPI (0.02s)
07:41:46 [2020-11-03T07:41:46.950Z] === RUN   TestInfoAPIWarnings
07:41:47 [2020-11-03T07:41:47.544Z] --- PASS: TestHealthKillContainer (2.61s)
07:41:47 [2020-11-03T07:41:47.544Z] === RUN   TestInspectCpusetInConfigPre120
07:41:47 [2020-11-03T07:41:47.837Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
07:41:47 [2020-11-03T07:41:47.837Z] === RUN   TestIpcModeNone
07:41:47 [2020-11-03T07:41:47.946Z] --- PASS: TestKernelTCPMemory (1.06s)
07:41:47 [2020-11-03T07:41:47.946Z] === RUN   TestNISDomainname
07:41:48 [2020-11-03T07:41:48.481Z] --- PASS: TestIpcModeNone (0.61s)
07:41:48 [2020-11-03T07:41:48.481Z] === RUN   TestIpcModePrivate
07:41:48 [2020-11-03T07:41:48.520Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
07:41:48 [2020-11-03T07:41:48.782Z] --- PASS: TestNISDomainname (1.06s)
07:41:48 [2020-11-03T07:41:48.782Z] === RUN   TestHostnameDnsResolution
07:41:49 [2020-11-03T07:41:49.123Z] --- PASS: TestIpcModePrivate (0.61s)
07:41:49 [2020-11-03T07:41:49.123Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
07:41:49 [2020-11-03T07:41:49.123Z] === RUN   TestIpcModeShareable
07:41:49 [2020-11-03T07:41:49.762Z] --- PASS: TestIpcModeShareable (0.62s)
07:41:49 [2020-11-03T07:41:49.762Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
07:41:49 [2020-11-03T07:41:49.762Z] === RUN   TestAPIIpcModeShareableAndContainer
07:41:50 [2020-11-03T07:41:50.171Z] --- PASS: TestHostnameDnsResolution (1.41s)
07:41:50 [2020-11-03T07:41:50.171Z] === RUN   TestStats
07:41:50 [2020-11-03T07:41:50.746Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
07:41:51 [2020-11-03T07:41:51.007Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
07:41:51 [2020-11-03T07:41:51.839Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s)
07:41:51 [2020-11-03T07:41:51.839Z] === RUN   TestAPIIpcModeHost
07:41:52 [2020-11-03T07:41:52.141Z] --- PASS: TestAPIIpcModeHost (0.49s)
07:41:52 [2020-11-03T07:41:52.141Z] === RUN   TestDaemonIpcModeShareable
07:41:52 [2020-11-03T07:41:52.214Z] --- PASS: TestServiceWithDataPathPortInit (17.98s)
07:41:52 [2020-11-03T07:41:52.214Z] === RUN   TestServiceWithDefaultAddressPoolInit
07:41:52 [2020-11-03T07:41:52.927Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
07:41:52 [2020-11-03T07:41:52.927Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
07:41:53 [2020-11-03T07:41:53.189Z] --- PASS: TestStats (2.90s)
07:41:53 [2020-11-03T07:41:53.189Z] === RUN   TestStopContainerWithTimeout
07:41:53 [2020-11-03T07:41:53.189Z] === RUN   TestStopContainerWithTimeout/0
07:41:53 [2020-11-03T07:41:53.189Z] === PAUSE TestStopContainerWithTimeout/0
07:41:53 [2020-11-03T07:41:53.189Z] === RUN   TestStopContainerWithTimeout/1
07:41:53 [2020-11-03T07:41:53.189Z] === PAUSE TestStopContainerWithTimeout/1
07:41:53 [2020-11-03T07:41:53.189Z] === RUN   TestStopContainerWithTimeout/3
07:41:53 [2020-11-03T07:41:53.189Z] === PAUSE TestStopContainerWithTimeout/3
07:41:53 [2020-11-03T07:41:53.189Z] === RUN   TestStopContainerWithTimeout/-1
07:41:53 [2020-11-03T07:41:53.189Z] === PAUSE TestStopContainerWithTimeout/-1
07:41:53 [2020-11-03T07:41:53.189Z] === CONT  TestStopContainerWithTimeout/0
07:41:53 [2020-11-03T07:41:53.189Z] === CONT  TestStopContainerWithTimeout/-1
07:41:53 [2020-11-03T07:41:53.667Z] --- PASS: TestDaemonIpcModeShareable (1.42s)
07:41:53 [2020-11-03T07:41:53.667Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
07:41:53 [2020-11-03T07:41:53.667Z] === RUN   TestDaemonIpcModePrivate
07:41:54 [2020-11-03T07:41:54.134Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
07:41:54 [2020-11-03T07:41:54.395Z] === CONT  TestStopContainerWithTimeout/3
07:41:55 [2020-11-03T07:41:55.199Z] --- PASS: TestDaemonIpcModePrivate (1.36s)
07:41:55 [2020-11-03T07:41:55.199Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
07:41:55 [2020-11-03T07:41:55.199Z] === RUN   TestDaemonIpcModePrivateFromConfig
07:41:56 [2020-11-03T07:41:56.254Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.39s)
07:41:56 [2020-11-03T07:41:56.254Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
07:41:56 [2020-11-03T07:41:56.254Z] === RUN   TestDaemonIpcModeShareableFromConfig
07:41:56 [2020-11-03T07:41:56.317Z] === CONT  TestStopContainerWithTimeout/1
07:41:57 [2020-11-03T07:41:57.783Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.41s)
07:41:57 [2020-11-03T07:41:57.783Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
07:41:57 [2020-11-03T07:41:57.783Z] === RUN   TestIpcModeOlderClient
07:41:57 [2020-11-03T07:41:57.783Z] === PAUSE TestIpcModeOlderClient
07:41:57 [2020-11-03T07:41:57.783Z] === RUN   TestKillContainerInvalidSignal
07:41:58 [2020-11-03T07:41:58.237Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
07:41:58 [2020-11-03T07:41:58.237Z] --- PASS: TestStopContainerWithTimeout (0.03s)
07:41:58 [2020-11-03T07:41:58.237Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
07:41:58 [2020-11-03T07:41:58.237Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.19s)
07:41:58 [2020-11-03T07:41:58.237Z]     --- PASS: TestStopContainerWithTimeout/3 (3.06s)
07:41:58 [2020-11-03T07:41:58.237Z]     --- PASS: TestStopContainerWithTimeout/1 (2.04s)
07:41:58 [2020-11-03T07:41:58.237Z] === RUN   TestDeleteDevicemapper
07:41:58 [2020-11-03T07:41:58.237Z] --- SKIP: TestDeleteDevicemapper (0.00s)
07:41:58 [2020-11-03T07:41:58.237Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:41:58 [2020-11-03T07:41:58.237Z] === RUN   TestStopContainerWithRestartPolicyAlways
07:41:58 [2020-11-03T07:41:58.418Z] --- PASS: TestKillContainerInvalidSignal (0.53s)
07:41:58 [2020-11-03T07:41:58.418Z] === RUN   TestKillContainer
07:41:58 [2020-11-03T07:41:58.418Z] === RUN   TestKillContainer/no_signal
07:41:58 [2020-11-03T07:41:58.716Z] === RUN   TestKillContainer/non_killing_signal
07:41:59 [2020-11-03T07:41:59.355Z] === RUN   TestKillContainer/killing_signal
07:41:59 [2020-11-03T07:41:59.995Z] --- PASS: TestKillContainer (1.66s)
07:41:59 [2020-11-03T07:41:59.995Z]     --- PASS: TestKillContainer/no_signal (0.53s)
07:41:59 [2020-11-03T07:41:59.995Z]     --- PASS: TestKillContainer/non_killing_signal (0.39s)
07:41:59 [2020-11-03T07:41:59.995Z]     --- PASS: TestKillContainer/killing_signal (0.51s)
07:41:59 [2020-11-03T07:41:59.995Z] === RUN   TestKillWithStopSignalAndRestartPolicies
07:41:59 [2020-11-03T07:41:59.995Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
07:42:00 [2020-11-03T07:42:00.634Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
07:42:00 [2020-11-03T07:42:00.932Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s)
07:42:00 [2020-11-03T07:42:00.932Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s)
07:42:00 [2020-11-03T07:42:00.932Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s)
07:42:00 [2020-11-03T07:42:00.932Z] === RUN   TestKillStoppedContainer
07:42:01 [2020-11-03T07:42:01.232Z] --- PASS: TestKillStoppedContainer (0.07s)
07:42:01 [2020-11-03T07:42:01.232Z] === RUN   TestKillStoppedContainerAPIPre120
07:42:01 [2020-11-03T07:42:01.232Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
07:42:01 [2020-11-03T07:42:01.232Z] === RUN   TestKillDifferentUserContainer
07:42:01 [2020-11-03T07:42:01.545Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.81s)
07:42:01 [2020-11-03T07:42:01.545Z] === RUN   TestUpdateMemory
07:42:01 [2020-11-03T07:42:01.545Z] --- SKIP: TestUpdateMemory (0.00s)
07:42:01 [2020-11-03T07:42:01.545Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
07:42:01 [2020-11-03T07:42:01.545Z] === RUN   TestUpdateCPUQuota
07:42:01 [2020-11-03T07:42:01.877Z] --- PASS: TestKillDifferentUserContainer (0.49s)
07:42:01 [2020-11-03T07:42:01.877Z] === RUN   TestInspectOomKilledTrue
07:42:02 [2020-11-03T07:42:02.214Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.10s)
07:42:02 [2020-11-03T07:42:02.214Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:r3m8k95a0na82er0ip292s8qd Created:2020-11-03 07:41:53.764577419 +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[1b1a5bb7a3b5c18deb29ff9ad23848f81da5ba65195e3d8350ee3f86fa197e65:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ksuwhp5qlzojm3v8laf718lx2 EndpointID:4f00514c28e1a33b103ac13879ea119ce5cadc3df7b481903354cb63f393f5fb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:349ea4c3572c6047c0a677f7e4d17f97ae964b56b5ecef3381078a163b590b94 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:d5882d807358 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ksuwhp5qlzojm3v8laf718lx2 EndpointID:4f00514c28e1a33b103ac13879ea119ce5cadc3df7b481903354cb63f393f5fb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
07:42:02 [2020-11-03T07:42:02.214Z] PASS
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] === Skipped
07:42:02 [2020-11-03T07:42:02.214Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
07:42:02 [2020-11-03T07:42:02.214Z]     service_test.go:236: FLAKY_TEST
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] DONE 23 tests, 1 skipped in 60.413s
07:42:02 [2020-11-03T07:42:02.214Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
07:42:02 [2020-11-03T07:42:02.214Z] ++ 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
07:42:02 [2020-11-03T07:42:02.214Z] ++ set -e
07:42:02 [2020-11-03T07:42:02.214Z] ++ '[' -n 0 ']'
07:42:02 [2020-11-03T07:42:02.214Z] ++ set -x
07:42:02 [2020-11-03T07:42:02.214Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:42:02 [2020-11-03T07:42:02.214Z] INFO: Testing against a local daemon
07:42:02 [2020-11-03T07:42:02.214Z] === RUN   TestDockerNetworkIpvlanPersistance
07:42:02 [2020-11-03T07:42:02.214Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
07:42:02 [2020-11-03T07:42:02.214Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:42:02 [2020-11-03T07:42:02.214Z] === RUN   TestDockerNetworkIpvlan
07:42:02 [2020-11-03T07:42:02.214Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
07:42:02 [2020-11-03T07:42:02.214Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:42:02 [2020-11-03T07:42:02.214Z] PASS
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] === Skipped
07:42:02 [2020-11-03T07:42:02.214Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
07:42:02 [2020-11-03T07:42:02.214Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
07:42:02 [2020-11-03T07:42:02.214Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] 
07:42:02 [2020-11-03T07:42:02.214Z] DONE 2 tests, 2 skipped in 0.194s
07:42:02 [2020-11-03T07:42:02.214Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
07:42:02 [2020-11-03T07:42:02.214Z] ++ 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
07:42:02 [2020-11-03T07:42:02.214Z] ++ set -e
07:42:02 [2020-11-03T07:42:02.214Z] ++ '[' -n 0 ']'
07:42:02 [2020-11-03T07:42:02.214Z] ++ set -x
07:42:02 [2020-11-03T07:42:02.214Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:42:02 [2020-11-03T07:42:02.214Z] INFO: Testing against a local daemon
07:42:02 [2020-11-03T07:42:02.214Z] === RUN   TestDockerNetworkMacvlanPersistance
07:42:02 [2020-11-03T07:42:02.519Z] --- PASS: TestInspectOomKilledTrue (0.93s)
07:42:02 [2020-11-03T07:42:02.519Z] === RUN   TestInspectOomKilledFalse
07:42:03 [2020-11-03T07:42:03.159Z] --- PASS: TestInspectOomKilledFalse (0.52s)
07:42:03 [2020-11-03T07:42:03.159Z] === RUN   TestLinksEtcHostsContentMatch
07:42:03 [2020-11-03T07:42:03.464Z] --- PASS: TestUpdateCPUQuota (2.02s)
07:42:03 [2020-11-03T07:42:03.464Z] === RUN   TestUpdatePidsLimit
07:42:03 [2020-11-03T07:42:03.464Z] === RUN   TestUpdatePidsLimit/update_from_none
07:42:03 [2020-11-03T07:42:03.470Z] --- PASS: TestLinksEtcHostsContentMatch (0.43s)
07:42:03 [2020-11-03T07:42:03.470Z] === RUN   TestLinksContainerNames
07:42:03 [2020-11-03T07:42:03.726Z] === RUN   TestUpdatePidsLimit/no_change
07:42:03 [2020-11-03T07:42:03.988Z] === RUN   TestUpdatePidsLimit/update_lower
07:42:04 [2020-11-03T07:42:04.128Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.22s)
07:42:04 [2020-11-03T07:42:04.128Z] === RUN   TestDockerNetworkMacvlan
07:42:04 [2020-11-03T07:42:04.515Z] --- PASS: TestLinksContainerNames (1.05s)
07:42:04 [2020-11-03T07:42:04.515Z] === RUN   TestLogsFollowTailEmpty
07:42:04 [2020-11-03T07:42:04.562Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
07:42:05 [2020-11-03T07:42:05.072Z] === RUN   TestDockerNetworkMacvlan/Subinterface
07:42:05 [2020-11-03T07:42:05.136Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
07:42:05 [2020-11-03T07:42:05.163Z] --- PASS: TestLogsFollowTailEmpty (0.56s)
07:42:05 [2020-11-03T07:42:05.163Z] === RUN   TestContainerNetworkMountsNoChown
07:42:05 [2020-11-03T07:42:05.398Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestInfoAPIWarnings (16.26s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestInfoDebug
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestInfoDebug (0.53s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestInfoInsecureRegistries
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestInfoInsecureRegistries (0.53s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestInfoRegistryMirrors
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestInfoRegistryMirrors (0.52s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestLoginFailsWithBadCredentials
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestPingCacheHeaders
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestPingCacheHeaders (0.01s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestPingGet
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestPingGet (0.02s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestPingHead
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestPingHead (0.01s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestVersion
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestVersion (0.02s)
07:42:05 [2020-11-03T07:42:05.584Z] PASS
07:42:05 [2020-11-03T07:42:05.584Z] 
07:42:05 [2020-11-03T07:42:05.584Z] === Skipped
07:42:05 [2020-11-03T07:42:05.584Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
07:42:05 [2020-11-03T07:42:05.584Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:42:05 [2020-11-03T07:42:05.584Z] 
07:42:05 [2020-11-03T07:42:05.584Z] 
07:42:05 [2020-11-03T07:42:05.584Z] DONE 18 tests, 1 skipped in 21.563s
07:42:05 [2020-11-03T07:42:05.584Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
07:42:05 [2020-11-03T07:42:05.584Z] ++ 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
07:42:05 [2020-11-03T07:42:05.584Z] ++ set -e
07:42:05 [2020-11-03T07:42:05.584Z] ++ '[' -n 0 ']'
07:42:05 [2020-11-03T07:42:05.584Z] ++ set -x
07:42:05 [2020-11-03T07:42:05.584Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:42:05 [2020-11-03T07:42:05.584Z] INFO: Testing against a local daemon
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestVolumesCreateAndList
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestVolumesCreateAndList (0.02s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestVolumesRemove
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestVolumesRemove (0.13s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestVolumesInspect
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestVolumesInspect (0.01s)
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestVolumesInvalidJSON
07:42:05 [2020-11-03T07:42:05.584Z] === RUN   TestVolumesInvalidJSON//volumes/create
07:42:05 [2020-11-03T07:42:05.584Z] === PAUSE TestVolumesInvalidJSON//volumes/create
07:42:05 [2020-11-03T07:42:05.584Z] === CONT  TestVolumesInvalidJSON//volumes/create
07:42:05 [2020-11-03T07:42:05.584Z] --- PASS: TestVolumesInvalidJSON (0.01s)
07:42:05 [2020-11-03T07:42:05.584Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
07:42:05 [2020-11-03T07:42:05.584Z] PASS
07:42:05 [2020-11-03T07:42:05.584Z] 
07:42:05 [2020-11-03T07:42:05.584Z] DONE 5 tests in 0.377s
07:42:05 [2020-11-03T07:42:05.584Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
07:42:05 [2020-11-03T07:42:05.584Z] ++++ cat bundles/test-integration/docker.pid
07:42:05 [2020-11-03T07:42:05.584Z] +++ kill 12086
07:42:05 [2020-11-03T07:42:05.806Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s)
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/default
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/default
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/private
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/private
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rprivate
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rprivate
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/slave
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/slave
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rslave
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rslave
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/shared
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/shared
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rshared
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rshared
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/default
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/shared
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rslave
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rshared
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/default/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rshared/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/shared/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/default/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/default/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rslave/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/default/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/default/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/default/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/shared/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rslave/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/shared/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rshared/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/shared/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rprivate
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/slave
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/slave/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/slave/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/slave/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/slave/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/private
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/private/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/private/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/private/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/private/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/private/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === RUN   TestMountDaemonRoot/private/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/default/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rslave/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/default/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/default/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/default/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/shared/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/slave/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rslave/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rshared/bind_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/private/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/shared/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/slave/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rshared/mount_root
07:42:05 [2020-11-03T07:42:05.806Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
07:42:05 [2020-11-03T07:42:05.972Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
07:42:06 [2020-11-03T07:42:06.101Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
07:42:06 [2020-11-03T07:42:06.101Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
07:42:06 [2020-11-03T07:42:06.101Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
07:42:06 [2020-11-03T07:42:06.101Z] === CONT  TestMountDaemonRoot/private/bind_subpath
07:42:06 [2020-11-03T07:42:06.101Z] === CONT  TestMountDaemonRoot/private/bind_root
07:42:06 [2020-11-03T07:42:06.101Z] === CONT  TestMountDaemonRoot/private/mount_subpath
07:42:06 [2020-11-03T07:42:06.101Z] --- PASS: TestMountDaemonRoot (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
07:42:06 [2020-11-03T07:42:06.101Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
07:42:06 [2020-11-03T07:42:06.101Z] === RUN   TestContainerBindMountNonRecursive
07:42:06 [2020-11-03T07:42:06.455Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
07:42:07 [2020-11-03T07:42:07.090Z] +++ /etc/init.d/apparmor stop
07:42:07 [2020-11-03T07:42:07.090Z] Leaving: AppArmorNo profiles have been unloaded.
07:42:07 [2020-11-03T07:42:07.090Z] 
07:42:07 [2020-11-03T07:42:07.090Z] Unloading profiles will leave already running processes permanently
07:42:07 [2020-11-03T07:42:07.090Z] unconfined, which can lead to unexpected situations.
07:42:07 [2020-11-03T07:42:07.090Z] 
07:42:07 [2020-11-03T07:42:07.090Z] To set a process to complain mode, use the command line tool
07:42:07 [2020-11-03T07:42:07.090Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
07:42:07 [2020-11-03T07:42:07.090Z] +++ true
07:42:07 [2020-11-03T07:42:07.090Z] exiting test-integration
07:42:07 [2020-11-03T07:42:07.090Z] ++ exit 0
07:42:07 [2020-11-03T07:42:07.090Z] 
07:42:07 [2020-11-03T07:42:07.360Z] --- PASS: TestUpdatePidsLimit (3.98s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.44s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/no_change (0.44s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.49s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.50s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s)
07:42:07 [2020-11-03T07:42:07.360Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s)
07:42:07 [2020-11-03T07:42:07.360Z] === RUN   TestUpdateRestartPolicy
07:42:07 [2020-11-03T07:42:07.397Z] === RUN   TestDockerNetworkMacvlan/NilParent
07:42:07 [2020-11-03T07:42:07.623Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
07:42:07 [2020-11-03T07:42:07.626Z] --- PASS: TestContainerBindMountNonRecursive (1.31s)
07:42:07 [2020-11-03T07:42:07.626Z] === RUN   TestNetworkNat
07:42:07 [2020-11-03T07:42:07.920Z] --- PASS: TestNetworkNat (0.56s)
07:42:07 [2020-11-03T07:42:07.920Z] === RUN   TestNetworkLocalhostTCPNat
07:42:08 [2020-11-03T07:42:08.560Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s)
07:42:08 [2020-11-03T07:42:08.560Z] === RUN   TestNetworkLoopbackNat
Post stage
[Pipeline] junit
07:42:08 [2020-11-03T07:42:08.783Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
07:42:09 [2020-11-03T07:42:09.671Z] + echo Ensuring container killed.
07:42:09 [2020-11-03T07:42:09.671Z] Ensuring container killed.
07:42:09 [2020-11-03T07:42:09.671Z] + docker rm -vf docker-pr2
07:42:09 [2020-11-03T07:42:09.671Z] Error: No such container: docker-pr2
07:42:09 [2020-11-03T07:42:09.671Z] + true
[Pipeline] sh
07:42:10 [2020-11-03T07:42:10.049Z] + echo Chowning /workspace to jenkins user
07:42:10 [2020-11-03T07:42:10.049Z] Chowning /workspace to jenkins user
07:42:10 [2020-11-03T07:42:10.049Z] + id -u
07:42:10 [2020-11-03T07:42:10.049Z] + id -g
07:42:10 [2020-11-03T07:42:10.049Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41626:/workspace busybox chown -R 1001:1001 /workspace
07:42:10 [2020-11-03T07:42:10.049Z] Unable to find image 'busybox:latest' locally
07:42:10 [2020-11-03T07:42:10.177Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
07:42:10 [2020-11-03T07:42:10.439Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
07:42:10 [2020-11-03T07:42:10.705Z] === RUN   TestDockerNetworkMacvlan/InternalMode
07:42:10 [2020-11-03T07:42:10.749Z] latest: Pulling from library/busybox
07:42:11 [2020-11-03T07:42:11.014Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
07:42:11 [2020-11-03T07:42:11.380Z] 393d6a917252: Pulling fs layer
07:42:11 [2020-11-03T07:42:11.380Z] 393d6a917252: Verifying Checksum
07:42:11 [2020-11-03T07:42:11.380Z] 393d6a917252: Download complete
07:42:11 [2020-11-03T07:42:11.544Z] --- PASS: TestNetworkLoopbackNat (2.73s)
07:42:11 [2020-11-03T07:42:11.544Z] === RUN   TestPause
07:42:11 [2020-11-03T07:42:11.838Z] --- PASS: TestPause (0.58s)
07:42:11 [2020-11-03T07:42:11.838Z] === RUN   TestPauseFailsOnWindowsServerContainers
07:42:11 [2020-11-03T07:42:11.838Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
07:42:11 [2020-11-03T07:42:11.838Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:42:11 [2020-11-03T07:42:11.838Z] === RUN   TestPauseStopPausedContainer
07:42:12 [2020-11-03T07:42:12.489Z] 393d6a917252: Pull complete
07:42:12 [2020-11-03T07:42:12.489Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
07:42:12 [2020-11-03T07:42:12.489Z] Status: Downloaded newer image for busybox:latest
07:42:12 [2020-11-03T07:42:12.595Z] --- PASS: TestPauseStopPausedContainer (0.60s)
07:42:12 [2020-11-03T07:42:12.595Z] === RUN   TestPsFilter
07:42:12 [2020-11-03T07:42:12.595Z] --- PASS: TestPsFilter (0.15s)
07:42:12 [2020-11-03T07:42:12.595Z] === RUN   TestRemoveContainerWithRemovedVolume
07:42:13 [2020-11-03T07:42:13.262Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.55s)
07:42:13 [2020-11-03T07:42:13.262Z] === RUN   TestRemoveContainerWithVolume
07:42:13 [2020-11-03T07:42:13.569Z] --- PASS: TestRemoveContainerWithVolume (0.56s)
07:42:13 [2020-11-03T07:42:13.569Z] === RUN   TestRemoveContainerRunning
07:42:13 [2020-11-03T07:42:13.618Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
07:42:14 [2020-11-03T07:42:14.446Z] + bundleName=s390x-integration
07:42:14 [2020-11-03T07:42:14.446Z] + echo Creating s390x-integration-bundles.tar.gz
07:42:14 [2020-11-03T07:42:14.446Z] Creating s390x-integration-bundles.tar.gz
07:42:14 [2020-11-03T07:42:14.446Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
07:42:14 [2020-11-03T07:42:14.446Z] + xargs tar -czf s390x-integration-bundles.tar.gz
07:42:14 [2020-11-03T07:42:14.815Z] Created binary: bundles/binary-daemon/dockerd-dev
07:42:14 [2020-11-03T07:42:14.815Z] Copying nested executables into bundles/binary-daemon
07:42:14 [2020-11-03T07:42:14.815Z] 
[Pipeline] archiveArtifacts
07:42:14 [2020-11-03T07:42:14.903Z] Archiving artifacts
07:42:14 [2020-11-03T07:42:14.910Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
07:42:14 [2020-11-03T07:42:14.987Z] --- PASS: TestRemoveContainerRunning (0.57s)
07:42:14 [2020-11-03T07:42:14.988Z] === RUN   TestRemoveContainerForceRemoveRunning
07:42:14 [2020-11-03T07:42:14.988Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s)
07:42:14 [2020-11-03T07:42:14.988Z] === RUN   TestRemoveInvalidContainer
07:42:14 [2020-11-03T07:42:14.988Z] --- PASS: TestRemoveInvalidContainer (0.01s)
07:42:14 [2020-11-03T07:42:14.988Z] === RUN   TestRenameLinkedContainer
07:42:15 [2020-11-03T07:42:15.398Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
07:42:15 [2020-11-03T07:42:15.581Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
07:42:15 [2020-11-03T07:42:15.581Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
[Pipeline] }
[Pipeline] // stage
07:42:15 [2020-11-03T07:42:15.783Z] + make clean
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
07:42:15 [2020-11-03T07:42:15.843Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
07:42:16 [2020-11-03T07:42:16.099Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/make.sh cross
07:42:16 [2020-11-03T07:42:16.359Z] 
07:42:16 [2020-11-03T07:42:16.480Z] docker volume rm -f docker-dev-cache
07:42:16 [2020-11-03T07:42:16.480Z] docker-dev-cache
[Pipeline] deleteDir
07:42:16 [2020-11-03T07:42:16.618Z] Removing bundles/
07:42:16 [2020-11-03T07:42:16.618Z] 
07:42:16 [2020-11-03T07:42:16.618Z] ---> Making bundle: cross (in bundles/cross)
07:42:16 [2020-11-03T07:42:16.618Z] Cross building: bundles/cross/linux/amd64
07:42:16 [2020-11-03T07:42:16.618Z] Building: bundles/cross/linux/amd64/dockerd-dev
07:42:16 [2020-11-03T07:42:16.618Z] GOOS="linux" GOARCH="amd64" GOARM=""
07:42:17 [2020-11-03T07:42:17.701Z] --- PASS: TestRenameLinkedContainer (2.14s)
07:42:17 [2020-11-03T07:42:17.701Z] === RUN   TestRenameStoppedContainer
07:42:17 [2020-11-03T07:42:17.701Z] --- PASS: TestRenameStoppedContainer (0.57s)
07:42:17 [2020-11-03T07:42:17.701Z] === RUN   TestRenameRunningContainerAndReuse
[Pipeline] }
[Pipeline] // withEnv
07:42:17 [2020-11-03T07:42:17.761Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
07:42:17 [2020-11-03T07:42:17.761Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
07:42:18 [2020-11-03T07:42:18.894Z] --- PASS: TestRenameRunningContainerAndReuse (1.11s)
07:42:18 [2020-11-03T07:42:18.894Z] === RUN   TestRenameInvalidName
07:42:19 [2020-11-03T07:42:19.479Z] --- PASS: TestRenameInvalidName (0.53s)
07:42:19 [2020-11-03T07:42:19.479Z] === RUN   TestRenameAnonymousContainer
07:42:19 [2020-11-03T07:42:19.678Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
07:42:19 [2020-11-03T07:42:19.678Z] --- PASS: TestUpdateRestartPolicy (12.54s)
07:42:19 [2020-11-03T07:42:19.678Z] === RUN   TestUpdateRestartWithAutoRemove
07:42:20 [2020-11-03T07:42:20.625Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s)
07:42:20 [2020-11-03T07:42:20.625Z] === RUN   TestWaitNonBlocked
07:42:20 [2020-11-03T07:42:20.625Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
07:42:20 [2020-11-03T07:42:20.625Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
07:42:20 [2020-11-03T07:42:20.625Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
07:42:20 [2020-11-03T07:42:20.625Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
07:42:20 [2020-11-03T07:42:20.625Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
07:42:20 [2020-11-03T07:42:20.625Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
07:42:21 [2020-11-03T07:42:21.440Z] --- PASS: TestRenameAnonymousContainer (2.01s)
07:42:21 [2020-11-03T07:42:21.440Z] === RUN   TestRenameContainerWithSameName
07:42:21 [2020-11-03T07:42:21.493Z] === RUN   TestDockerNetworkMacvlan/Addressing
07:42:22 [2020-11-03T07:42:22.000Z] --- PASS: TestRenameContainerWithSameName (0.53s)
07:42:22 [2020-11-03T07:42:22.000Z] === RUN   TestRenameContainerWithLinkedContainer
07:42:22 [2020-11-03T07:42:22.014Z] --- PASS: TestWaitNonBlocked (0.03s)
07:42:22 [2020-11-03T07:42:22.014Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s)
07:42:22 [2020-11-03T07:42:22.014Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s)
07:42:22 [2020-11-03T07:42:22.014Z] === RUN   TestWaitBlocked
07:42:22 [2020-11-03T07:42:22.014Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
07:42:22 [2020-11-03T07:42:22.014Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
07:42:22 [2020-11-03T07:42:22.014Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
07:42:22 [2020-11-03T07:42:22.014Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
07:42:22 [2020-11-03T07:42:22.014Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
07:42:22 [2020-11-03T07:42:22.014Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
07:42:22 [2020-11-03T07:42:22.436Z] --- PASS: TestDockerNetworkMacvlan (18.56s)
07:42:22 [2020-11-03T07:42:22.436Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
07:42:22 [2020-11-03T07:42:22.436Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
07:42:22 [2020-11-03T07:42:22.436Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.13s)
07:42:22 [2020-11-03T07:42:22.436Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.06s)
07:42:22 [2020-11-03T07:42:22.436Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.89s)
07:42:22 [2020-11-03T07:42:22.436Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s)
07:42:22 [2020-11-03T07:42:22.436Z] PASS
07:42:22 [2020-11-03T07:42:22.436Z] 
07:42:22 [2020-11-03T07:42:22.436Z] DONE 8 tests in 20.934s
07:42:22 [2020-11-03T07:42:22.436Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
07:42:22 [2020-11-03T07:42:22.436Z] ++ 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
07:42:22 [2020-11-03T07:42:22.436Z] ++ set -e
07:42:22 [2020-11-03T07:42:22.436Z] ++ '[' -n 0 ']'
07:42:22 [2020-11-03T07:42:22.436Z] ++ set -x
07:42:22 [2020-11-03T07:42:22.436Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:42:22 [2020-11-03T07:42:22.436Z] testing: warning: no tests to run
07:42:22 [2020-11-03T07:42:22.436Z] PASS
07:42:22 [2020-11-03T07:42:22.436Z] 
07:42:22 [2020-11-03T07:42:22.436Z] DONE 0 tests in 0.027s
07:42:22 [2020-11-03T07:42:22.436Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
07:42:22 [2020-11-03T07:42:22.436Z] ++ 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
07:42:22 [2020-11-03T07:42:22.436Z] ++ set -e
07:42:22 [2020-11-03T07:42:22.436Z] ++ '[' -n 0 ']'
07:42:22 [2020-11-03T07:42:22.436Z] ++ set -x
07:42:22 [2020-11-03T07:42:22.436Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:42:22 [2020-11-03T07:42:22.697Z] INFO: Testing against a local daemon
07:42:22 [2020-11-03T07:42:22.697Z] === RUN   TestAuthZPluginAllowRequest
07:42:22 [2020-11-03T07:42:22.989Z] --- PASS: TestRenameContainerWithLinkedContainer (1.12s)
07:42:22 [2020-11-03T07:42:22.989Z] === RUN   TestResize
07:42:23 [2020-11-03T07:42:23.373Z] --- PASS: TestResize (0.54s)
07:42:23 [2020-11-03T07:42:23.373Z] === RUN   TestResizeWithInvalidSize
07:42:23 [2020-11-03T07:42:23.402Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
07:42:23 [2020-11-03T07:42:23.402Z] --- PASS: TestWaitBlocked (0.02s)
07:42:23 [2020-11-03T07:42:23.402Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.45s)
07:42:23 [2020-11-03T07:42:23.402Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.50s)
07:42:23 [2020-11-03T07:42:23.402Z] === CONT  TestContainerStartOnDaemonRestart
07:42:23 [2020-11-03T07:42:23.402Z] === CONT  TestIpcModeOlderClient
07:42:23 [2020-11-03T07:42:23.402Z] --- PASS: TestIpcModeOlderClient (0.08s)
07:42:23 [2020-11-03T07:42:23.402Z] === CONT  TestContainerKillOnDaemonStart
07:42:24 [2020-11-03T07:42:24.070Z] --- PASS: TestResizeWithInvalidSize (0.54s)
07:42:24 [2020-11-03T07:42:24.070Z] === RUN   TestResizeWhenContainerNotStarted
07:42:24 [2020-11-03T07:42:24.409Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s)
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
07:42:24 [2020-11-03T07:42:24.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
07:42:24 [2020-11-03T07:42:24.612Z] --- PASS: TestAuthZPluginAllowRequest (1.78s)
07:42:24 [2020-11-03T07:42:24.612Z] === RUN   TestAuthZPluginTLS
07:42:25 [2020-11-03T07:42:25.183Z] --- PASS: TestAuthZPluginTLS (0.69s)
07:42:25 [2020-11-03T07:42:25.183Z] === RUN   TestAuthZPluginDenyRequest
07:42:25 [2020-11-03T07:42:25.320Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
07:42:25 [2020-11-03T07:42:25.321Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
07:42:25 [2020-11-03T07:42:25.753Z] --- PASS: TestAuthZPluginDenyRequest (0.66s)
07:42:25 [2020-11-03T07:42:25.753Z] === RUN   TestAuthZPluginAPIDenyResponse
07:42:26 [2020-11-03T07:42:26.265Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
07:42:26 [2020-11-03T07:42:26.325Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s)
07:42:26 [2020-11-03T07:42:26.325Z] === RUN   TestAuthZPluginDenyResponse
07:42:26 [2020-11-03T07:42:26.517Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
07:42:26 [2020-11-03T07:42:26.517Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
07:42:27 [2020-11-03T07:42:27.197Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
07:42:27 [2020-11-03T07:42:27.197Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
07:42:27 [2020-11-03T07:42:27.209Z] --- PASS: TestContainerStartOnDaemonRestart (3.81s)
07:42:27 [2020-11-03T07:42:27.209Z] === CONT  TestDaemonHostGatewayIP
07:42:27 [2020-11-03T07:42:27.266Z] --- PASS: TestAuthZPluginDenyResponse (0.68s)
07:42:27 [2020-11-03T07:42:27.266Z] === RUN   TestAuthZPluginAllowEventStream
07:42:27 [2020-11-03T07:42:27.471Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
07:42:27 [2020-11-03T07:42:27.733Z] === RUN   TestDockerSuite/TestBuildCacheAdd
07:42:28 [2020-11-03T07:42:28.258Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
07:42:28 [2020-11-03T07:42:28.679Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
07:42:28 [2020-11-03T07:42:28.905Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
07:42:29 [2020-11-03T07:42:29.181Z] --- PASS: TestAuthZPluginAllowEventStream (1.87s)
07:42:29 [2020-11-03T07:42:29.181Z] === RUN   TestAuthZPluginErrorResponse
07:42:29 [2020-11-03T07:42:29.548Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
07:42:29 [2020-11-03T07:42:29.624Z] === RUN   TestDockerSuite/TestBuildCacheFrom
07:42:29 [2020-11-03T07:42:29.752Z] --- PASS: TestAuthZPluginErrorResponse (0.72s)
07:42:29 [2020-11-03T07:42:29.752Z] === RUN   TestAuthZPluginErrorRequest
07:42:29 [2020-11-03T07:42:29.846Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
07:42:30 [2020-11-03T07:42:30.324Z] --- PASS: TestAuthZPluginErrorRequest (0.65s)
07:42:30 [2020-11-03T07:42:30.324Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
07:42:30 [2020-11-03T07:42:30.569Z] --- PASS: TestDaemonHostGatewayIP (3.43s)
07:42:30 [2020-11-03T07:42:30.569Z] === CONT  TestDaemonRestartIpcMode
07:42:31 [2020-11-03T07:42:31.266Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.72s)
07:42:31 [2020-11-03T07:42:31.266Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
07:42:32 [2020-11-03T07:42:32.625Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.91s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.92s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.59s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.90s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.21s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.51s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s)
07:42:32 [2020-11-03T07:42:32.625Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.92s)
07:42:32 [2020-11-03T07:42:32.625Z] === RUN   TestCgroupNamespacesRun
07:42:33 [2020-11-03T07:42:33.812Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s)
07:42:33 [2020-11-03T07:42:33.812Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
07:42:34 [2020-11-03T07:42:34.167Z] --- PASS: TestCgroupNamespacesRun (1.38s)
07:42:34 [2020-11-03T07:42:34.167Z] === RUN   TestCgroupNamespacesRunPrivileged
07:42:34 [2020-11-03T07:42:34.783Z] --- PASS: TestDaemonRestartIpcMode (3.59s)
07:42:35 [2020-11-03T07:42:35.234Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.36s)
07:42:35 [2020-11-03T07:42:35.234Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
07:42:35 [2020-11-03T07:42:35.728Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
07:42:36 [2020-11-03T07:42:36.356Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.54s)
07:42:36 [2020-11-03T07:42:36.356Z] === RUN   TestAuthZPluginHeader
07:42:36 [2020-11-03T07:42:36.762Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s)
07:42:36 [2020-11-03T07:42:36.762Z] === RUN   TestCgroupNamespacesRunHostMode
07:42:36 [2020-11-03T07:42:36.927Z] --- PASS: TestAuthZPluginHeader (1.04s)
07:42:36 [2020-11-03T07:42:36.927Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
07:42:36 [2020-11-03T07:42:36.927Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
07:42:36 [2020-11-03T07:42:36.927Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:36 [2020-11-03T07:42:36.927Z] === RUN   TestAuthZPluginV2Disable
07:42:36 [2020-11-03T07:42:36.927Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
07:42:36 [2020-11-03T07:42:36.927Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:36 [2020-11-03T07:42:36.927Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
07:42:36 [2020-11-03T07:42:36.927Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
07:42:36 [2020-11-03T07:42:36.927Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:36 [2020-11-03T07:42:36.927Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
07:42:36 [2020-11-03T07:42:36.927Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
07:42:36 [2020-11-03T07:42:36.927Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:36 [2020-11-03T07:42:36.927Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
07:42:37 [2020-11-03T07:42:37.117Z] --- PASS: TestContainerKillOnDaemonStart (13.59s)
07:42:37 [2020-11-03T07:42:37.117Z] PASS
07:42:37 [2020-11-03T07:42:37.117Z] 
07:42:37 [2020-11-03T07:42:37.117Z] === Skipped
07:42:37 [2020-11-03T07:42:37.117Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
07:42:37 [2020-11-03T07:42:37.117Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:42:37 [2020-11-03T07:42:37.117Z] 
07:42:37 [2020-11-03T07:42:37.117Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
07:42:37 [2020-11-03T07:42:37.117Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:42:37 [2020-11-03T07:42:37.117Z] 
07:42:37 [2020-11-03T07:42:37.117Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
07:42:37 [2020-11-03T07:42:37.117Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:42:37 [2020-11-03T07:42:37.117Z] 
07:42:37 [2020-11-03T07:42:37.117Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
07:42:37 [2020-11-03T07:42:37.117Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:42:37 [2020-11-03T07:42:37.117Z] 
07:42:37 [2020-11-03T07:42:37.117Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
07:42:37 [2020-11-03T07:42:37.117Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:42:37 [2020-11-03T07:42:37.117Z] 
07:42:37 [2020-11-03T07:42:37.117Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
07:42:37 [2020-11-03T07:42:37.117Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
07:42:37 [2020-11-03T07:42:37.118Z] 
07:42:37 [2020-11-03T07:42:37.118Z] 
07:42:37 [2020-11-03T07:42:37.118Z] DONE 193 tests, 6 skipped in 147.404s
07:42:37 [2020-11-03T07:42:37.118Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
07:42:37 [2020-11-03T07:42:37.118Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
07:42:37 [2020-11-03T07:42:37.118Z] ++ set -e
07:42:37 [2020-11-03T07:42:37.118Z] ++ '[' -n 0 ']'
07:42:37 [2020-11-03T07:42:37.118Z] ++ set -x
07:42:37 [2020-11-03T07:42:37.118Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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
07:42:37 [2020-11-03T07:42:37.118Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
07:42:37 [2020-11-03T07:42:37.118Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
07:42:37 [2020-11-03T07:42:37.118Z] INFO: Testing against a local daemon
07:42:37 [2020-11-03T07:42:37.118Z] === RUN   TestCommitInheritsEnv
07:42:37 [2020-11-03T07:42:37.691Z] --- PASS: TestCommitInheritsEnv (0.51s)
07:42:37 [2020-11-03T07:42:37.691Z] === RUN   TestImportExtremelyLargeImageWorks
07:42:37 [2020-11-03T07:42:37.691Z] === PAUSE TestImportExtremelyLargeImageWorks
07:42:37 [2020-11-03T07:42:37.691Z] === RUN   TestImagesFilterMultiReference
07:42:37 [2020-11-03T07:42:37.691Z] --- PASS: TestImagesFilterMultiReference (0.09s)
07:42:37 [2020-11-03T07:42:37.691Z] === RUN   TestImagePullPlatformInvalid
07:42:37 [2020-11-03T07:42:37.850Z] --- PASS: TestCgroupNamespacesRunHostMode (1.41s)
07:42:37 [2020-11-03T07:42:37.850Z] === RUN   TestCgroupNamespacesRunPrivateMode
07:42:37 [2020-11-03T07:42:37.953Z] --- PASS: TestImagePullPlatformInvalid (0.06s)
07:42:37 [2020-11-03T07:42:37.953Z] === RUN   TestRemoveImageOrphaning
07:42:37 [2020-11-03T07:42:37.953Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
07:42:38 [2020-11-03T07:42:38.526Z] --- PASS: TestRemoveImageOrphaning (0.50s)
07:42:38 [2020-11-03T07:42:38.526Z] === RUN   TestRemoveImageGarbageCollector
07:42:39 [2020-11-03T07:42:39.100Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
07:42:39 [2020-11-03T07:42:39.425Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s)
07:42:39 [2020-11-03T07:42:39.425Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
07:42:40 [2020-11-03T07:42:40.488Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
07:42:40 [2020-11-03T07:42:40.750Z] --- PASS: TestRemoveImageGarbageCollector (2.50s)
07:42:40 [2020-11-03T07:42:40.750Z] === RUN   TestTagUnprefixedRepoByNameOrName
07:42:41 [2020-11-03T07:42:41.012Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
07:42:41 [2020-11-03T07:42:41.012Z] === RUN   TestTagInvalidReference
07:42:41 [2020-11-03T07:42:41.012Z] --- PASS: TestTagInvalidReference (0.04s)
07:42:41 [2020-11-03T07:42:41.012Z] === RUN   TestTagValidPrefixedRepo
07:42:41 [2020-11-03T07:42:41.012Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
07:42:41 [2020-11-03T07:42:41.012Z] === RUN   TestTagExistedNameWithoutForce
07:42:41 [2020-11-03T07:42:41.012Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
07:42:41 [2020-11-03T07:42:41.012Z] === RUN   TestTagOfficialNames
07:42:41 [2020-11-03T07:42:41.107Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.44s)
07:42:41 [2020-11-03T07:42:41.107Z] === RUN   TestCgroupNamespacesRunInvalidMode
07:42:41 [2020-11-03T07:42:41.274Z] --- PASS: TestTagOfficialNames (0.08s)
07:42:41 [2020-11-03T07:42:41.274Z] === RUN   TestTagMatchesDigest
07:42:41 [2020-11-03T07:42:41.274Z] --- PASS: TestTagMatchesDigest (0.03s)
07:42:41 [2020-11-03T07:42:41.274Z] === CONT  TestImportExtremelyLargeImageWorks
07:42:41 [2020-11-03T07:42:41.839Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s)
07:42:41 [2020-11-03T07:42:41.839Z] === RUN   TestCgroupNamespacesRunOlderClient
07:42:42 [2020-11-03T07:42:42.217Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
07:42:42 [2020-11-03T07:42:42.965Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.45s)
07:42:42 [2020-11-03T07:42:42.965Z] === RUN   TestKernelTCPMemory
07:42:43 [2020-11-03T07:42:43.651Z] --- PASS: TestKernelTCPMemory (0.62s)
07:42:43 [2020-11-03T07:42:43.651Z] === RUN   TestNISDomainname
07:42:44 [2020-11-03T07:42:44.308Z] --- PASS: TestNISDomainname (0.67s)
07:42:44 [2020-11-03T07:42:44.308Z] === RUN   TestHostnameDnsResolution
07:42:44 [2020-11-03T07:42:44.769Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
07:42:44 [2020-11-03T07:42:44.769Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
07:42:45 [2020-11-03T07:42:45.256Z] --- PASS: TestHostnameDnsResolution (0.83s)
07:42:45 [2020-11-03T07:42:45.256Z] === RUN   TestStats
07:42:47 [2020-11-03T07:42:47.319Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
07:42:47 [2020-11-03T07:42:47.608Z] --- PASS: TestStats (2.54s)
07:42:47 [2020-11-03T07:42:47.608Z] === RUN   TestStopContainerWithTimeout
07:42:47 [2020-11-03T07:42:47.608Z] === RUN   TestStopContainerWithTimeout/0
07:42:47 [2020-11-03T07:42:47.608Z] === PAUSE TestStopContainerWithTimeout/0
07:42:47 [2020-11-03T07:42:47.608Z] === RUN   TestStopContainerWithTimeout/1
07:42:47 [2020-11-03T07:42:47.608Z] === PAUSE TestStopContainerWithTimeout/1
07:42:47 [2020-11-03T07:42:47.608Z] === RUN   TestStopContainerWithTimeout/3
07:42:47 [2020-11-03T07:42:47.608Z] === PAUSE TestStopContainerWithTimeout/3
07:42:47 [2020-11-03T07:42:47.608Z] === RUN   TestStopContainerWithTimeout/-1
07:42:47 [2020-11-03T07:42:47.608Z] === PAUSE TestStopContainerWithTimeout/-1
07:42:47 [2020-11-03T07:42:47.608Z] === CONT  TestStopContainerWithTimeout/0
07:42:47 [2020-11-03T07:42:47.608Z] === CONT  TestStopContainerWithTimeout/-1
07:42:47 [2020-11-03T07:42:47.608Z] === CONT  TestStopContainerWithTimeout/3
07:42:47 [2020-11-03T07:42:47.609Z] === CONT  TestStopContainerWithTimeout/1
07:42:47 [2020-11-03T07:42:47.892Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
07:42:47 [2020-11-03T07:42:47.892Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
07:42:47 [2020-11-03T07:42:47.892Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
07:42:48 [2020-11-03T07:42:48.465Z] === RUN   TestDockerSuite/TestBuildClearCmd
07:42:49 [2020-11-03T07:42:49.040Z] === RUN   TestDockerSuite/TestBuildCmd
07:42:49 [2020-11-03T07:42:49.613Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
07:42:49 [2020-11-03T07:42:49.873Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
07:42:50 [2020-11-03T07:42:50.446Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
07:42:50 [2020-11-03T07:42:50.446Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
07:42:51 [2020-11-03T07:42:51.184Z] --- PASS: TestStopContainerWithTimeout (0.02s)
07:42:51 [2020-11-03T07:42:51.184Z]     --- PASS: TestStopContainerWithTimeout/0 (1.00s)
07:42:51 [2020-11-03T07:42:51.184Z]     --- PASS: TestStopContainerWithTimeout/1 (1.95s)
07:42:51 [2020-11-03T07:42:51.184Z]     --- PASS: TestStopContainerWithTimeout/3 (2.59s)
07:42:51 [2020-11-03T07:42:51.184Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.01s)
07:42:51 [2020-11-03T07:42:51.184Z] === RUN   TestDeleteDevicemapper
07:42:51 [2020-11-03T07:42:51.184Z] --- SKIP: TestDeleteDevicemapper (0.00s)
07:42:51 [2020-11-03T07:42:51.184Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:42:51 [2020-11-03T07:42:51.184Z] === RUN   TestStopContainerWithRestartPolicyAlways
07:42:51 [2020-11-03T07:42:51.834Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
07:42:51 [2020-11-03T07:42:51.834Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
07:42:52 [2020-11-03T07:42:52.704Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.83s)
07:42:52 [2020-11-03T07:42:52.705Z] === RUN   TestUpdateMemory
07:42:53 [2020-11-03T07:42:53.344Z] --- PASS: TestUpdateMemory (0.69s)
07:42:53 [2020-11-03T07:42:53.344Z] === RUN   TestUpdateCPUQuota
07:42:54 [2020-11-03T07:42:54.387Z] --- PASS: TestUpdateCPUQuota (0.85s)
07:42:54 [2020-11-03T07:42:54.387Z] === RUN   TestUpdatePidsLimit
07:42:54 [2020-11-03T07:42:54.387Z] === RUN   TestUpdatePidsLimit/update_from_none
07:42:54 [2020-11-03T07:42:54.387Z] === RUN   TestUpdatePidsLimit/no_change
07:42:54 [2020-11-03T07:42:54.683Z] === RUN   TestUpdatePidsLimit/update_lower
07:42:54 [2020-11-03T07:42:54.978Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
07:42:55 [2020-11-03T07:42:55.041Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.19s)
07:42:55 [2020-11-03T07:42:55.041Z] PASS
07:42:55 [2020-11-03T07:42:55.041Z] 
07:42:55 [2020-11-03T07:42:55.041Z] === Skipped
07:42:55 [2020-11-03T07:42:55.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
07:42:55 [2020-11-03T07:42:55.041Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:55 [2020-11-03T07:42:55.041Z] 
07:42:55 [2020-11-03T07:42:55.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
07:42:55 [2020-11-03T07:42:55.041Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:55 [2020-11-03T07:42:55.041Z] 
07:42:55 [2020-11-03T07:42:55.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
07:42:55 [2020-11-03T07:42:55.041Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:55 [2020-11-03T07:42:55.041Z] 
07:42:55 [2020-11-03T07:42:55.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
07:42:55 [2020-11-03T07:42:55.041Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:42:55 [2020-11-03T07:42:55.041Z] 
07:42:55 [2020-11-03T07:42:55.041Z] 
07:42:55 [2020-11-03T07:42:55.041Z] DONE 17 tests, 4 skipped in 32.659s
07:42:55 [2020-11-03T07:42:55.041Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
07:42:55 [2020-11-03T07:42:55.041Z] ++ 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
07:42:55 [2020-11-03T07:42:55.041Z] ++ set -e
07:42:55 [2020-11-03T07:42:55.041Z] ++ '[' -n 0 ']'
07:42:55 [2020-11-03T07:42:55.041Z] ++ set -x
07:42:55 [2020-11-03T07:42:55.041Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:42:55 [2020-11-03T07:42:55.273Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
07:42:55 [2020-11-03T07:42:55.273Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
07:42:55 [2020-11-03T07:42:55.302Z] INFO: Testing against a local daemon
07:42:55 [2020-11-03T07:42:55.302Z] === RUN   TestPluginInvalidJSON
07:42:55 [2020-11-03T07:42:55.302Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:42:55 [2020-11-03T07:42:55.302Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:42:55 [2020-11-03T07:42:55.302Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:42:55 [2020-11-03T07:42:55.302Z] --- PASS: TestPluginInvalidJSON (0.03s)
07:42:55 [2020-11-03T07:42:55.302Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
07:42:55 [2020-11-03T07:42:55.302Z] === RUN   TestPluginInstall
07:42:55 [2020-11-03T07:42:55.302Z] === RUN   TestPluginInstall/no_auth
07:42:55 [2020-11-03T07:42:55.569Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
07:42:56 [2020-11-03T07:42:56.621Z] --- PASS: TestUpdatePidsLimit (2.38s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.27s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s)
07:42:56 [2020-11-03T07:42:56.621Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
07:42:56 [2020-11-03T07:42:56.621Z] === RUN   TestUpdateRestartPolicy
07:42:57 [2020-11-03T07:42:57.132Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
07:42:57 [2020-11-03T07:42:57.706Z] === RUN   TestDockerSuite/TestBuildConditionalCache
07:42:57 [2020-11-03T07:42:57.846Z] time="2020-11-03T07:42:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:42:57 [2020-11-03T07:42:57.846Z] time="2020-11-03T07:42:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e7d48e7113d4b5e7399979ca7d73fb32c6a8bf8902ec88c5c92520eccf0e9f7" mediatype=application/vnd.docker.plugin.v1+json size=522
07:42:57 [2020-11-03T07:42:57.846Z] time="2020-11-03T07:42:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:42:57 [2020-11-03T07:42:57.846Z] time="2020-11-03T07:42:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e7d48e7113d4b5e7399979ca7d73fb32c6a8bf8902ec88c5c92520eccf0e9f7" mediatype=application/vnd.docker.plugin.v1+json size=522
07:42:58 [2020-11-03T07:42:58.107Z] === RUN   TestPluginInstall/with_htpasswd
07:42:59 [2020-11-03T07:42:59.049Z] time="2020-11-03T07:42:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:42:59 [2020-11-03T07:42:59.049Z] time="2020-11-03T07:42:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:81babdcd7b31bdef31aa6cde8a3e01600133f3b39f3059579bd3de5bcaa1fb64" mediatype=application/vnd.docker.plugin.v1+json size=522
07:42:59 [2020-11-03T07:42:59.049Z] time="2020-11-03T07:42:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:42:59 [2020-11-03T07:42:59.049Z] time="2020-11-03T07:42:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:81babdcd7b31bdef31aa6cde8a3e01600133f3b39f3059579bd3de5bcaa1fb64" mediatype=application/vnd.docker.plugin.v1+json size=522
07:42:59 [2020-11-03T07:42:59.094Z] === RUN   TestDockerSuite/TestBuildContChar
07:42:59 [2020-11-03T07:42:59.310Z] === RUN   TestPluginInstall/with_insecure
07:43:00 [2020-11-03T07:43:00.522Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
07:43:00 [2020-11-03T07:43:00.694Z] time="2020-11-03T07:43:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:43:00 [2020-11-03T07:43:00.694Z] time="2020-11-03T07:43:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f6d16576a2f4cbd633f9feed6b7905f030f0581aad68d77df833f4c2522c279" mediatype=application/vnd.docker.plugin.v1+json size=522
07:43:00 [2020-11-03T07:43:00.694Z] time="2020-11-03T07:43:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:43:00 [2020-11-03T07:43:00.694Z] time="2020-11-03T07:43:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f6d16576a2f4cbd633f9feed6b7905f030f0581aad68d77df833f4c2522c279" mediatype=application/vnd.docker.plugin.v1+json size=522
07:43:00 [2020-11-03T07:43:00.955Z] --- PASS: TestPluginInstall (5.67s)
07:43:00 [2020-11-03T07:43:00.955Z]     --- PASS: TestPluginInstall/no_auth (2.73s)
07:43:00 [2020-11-03T07:43:00.955Z]     --- PASS: TestPluginInstall/with_htpasswd (1.18s)
07:43:00 [2020-11-03T07:43:00.955Z]     --- PASS: TestPluginInstall/with_insecure (1.76s)
07:43:00 [2020-11-03T07:43:00.955Z]         plugin_test.go:157: [d5bcab1ab8513] daemon is not started
07:43:00 [2020-11-03T07:43:00.955Z] PASS
07:43:00 [2020-11-03T07:43:00.955Z] 
07:43:00 [2020-11-03T07:43:00.955Z] DONE 6 tests in 5.888s
07:43:00 [2020-11-03T07:43:00.955Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
07:43:00 [2020-11-03T07:43:00.955Z] ++ 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
07:43:00 [2020-11-03T07:43:00.955Z] ++ set -e
07:43:00 [2020-11-03T07:43:00.955Z] ++ '[' -n 0 ']'
07:43:00 [2020-11-03T07:43:00.955Z] ++ set -x
07:43:00 [2020-11-03T07:43:00.955Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:43:01 [2020-11-03T07:43:01.216Z] INFO: Testing against a local daemon
07:43:01 [2020-11-03T07:43:01.216Z] === RUN   TestExternalGraphDriver
07:43:01 [2020-11-03T07:43:01.476Z] === RUN   TestExternalGraphDriver/json
07:43:03 [2020-11-03T07:43:03.081Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
07:43:03 [2020-11-03T07:43:03.654Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
07:43:03 [2020-11-03T07:43:03.915Z] === RUN   TestDockerSuite/TestBuildContextCleanup
07:43:04 [2020-11-03T07:43:04.022Z] === RUN   TestExternalGraphDriver/spec
07:43:04 [2020-11-03T07:43:04.488Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
07:43:04 [2020-11-03T07:43:04.750Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
07:43:05 [2020-11-03T07:43:05.323Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
07:43:05 [2020-11-03T07:43:05.585Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
07:43:06 [2020-11-03T07:43:06.568Z] === RUN   TestExternalGraphDriver/pull
07:43:08 [2020-11-03T07:43:08.896Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
07:43:09 [2020-11-03T07:43:09.478Z] --- PASS: TestUpdateRestartPolicy (11.29s)
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestUpdateRestartWithAutoRemove
07:43:09 [2020-11-03T07:43:09.479Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s)
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestWaitNonBlocked
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
07:43:09 [2020-11-03T07:43:09.479Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
07:43:09 [2020-11-03T07:43:09.479Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
07:43:09 [2020-11-03T07:43:09.479Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
07:43:09 [2020-11-03T07:43:09.479Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
07:43:09 [2020-11-03T07:43:09.479Z] --- PASS: TestWaitNonBlocked (0.02s)
07:43:09 [2020-11-03T07:43:09.479Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s)
07:43:09 [2020-11-03T07:43:09.479Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s)
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestWaitBlocked
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
07:43:09 [2020-11-03T07:43:09.479Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
07:43:09 [2020-11-03T07:43:09.479Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
07:43:09 [2020-11-03T07:43:09.479Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
07:43:09 [2020-11-03T07:43:09.479Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
07:43:09 [2020-11-03T07:43:09.479Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
07:43:09 [2020-11-03T07:43:09.868Z] --- PASS: TestExternalGraphDriver (8.09s)
07:43:09 [2020-11-03T07:43:09.868Z]     --- PASS: TestExternalGraphDriver/json (2.55s)
07:43:09 [2020-11-03T07:43:09.868Z]     --- PASS: TestExternalGraphDriver/spec (2.75s)
07:43:09 [2020-11-03T07:43:09.868Z]     --- PASS: TestExternalGraphDriver/pull (2.66s)
07:43:09 [2020-11-03T07:43:09.868Z] === RUN   TestGraphdriverPluginV2
07:43:09 [2020-11-03T07:43:09.868Z] --- SKIP: TestGraphdriverPluginV2 (0.12s)
07:43:09 [2020-11-03T07:43:09.868Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:43:09 [2020-11-03T07:43:09.868Z] PASS
07:43:09 [2020-11-03T07:43:09.868Z] 
07:43:09 [2020-11-03T07:43:09.868Z] === Skipped
07:43:09 [2020-11-03T07:43:09.868Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.12s)
07:43:09 [2020-11-03T07:43:09.868Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:43:09 [2020-11-03T07:43:09.868Z] 
07:43:09 [2020-11-03T07:43:09.868Z] 
07:43:09 [2020-11-03T07:43:09.868Z] DONE 5 tests, 1 skipped in 8.392s
07:43:09 [2020-11-03T07:43:09.868Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
07:43:09 [2020-11-03T07:43:09.868Z] ++ 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
07:43:09 [2020-11-03T07:43:09.868Z] ++ set -e
07:43:09 [2020-11-03T07:43:09.868Z] ++ '[' -n 0 ']'
07:43:09 [2020-11-03T07:43:09.868Z] ++ set -x
07:43:09 [2020-11-03T07:43:09.868Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:43:09 [2020-11-03T07:43:09.868Z] INFO: Testing against a local daemon
07:43:09 [2020-11-03T07:43:09.868Z] === RUN   TestContinueAfterPluginCrash
07:43:09 [2020-11-03T07:43:09.868Z] === PAUSE TestContinueAfterPluginCrash
07:43:09 [2020-11-03T07:43:09.868Z] === RUN   TestReadPluginNoRead
07:43:09 [2020-11-03T07:43:09.868Z] === PAUSE TestReadPluginNoRead
07:43:09 [2020-11-03T07:43:09.868Z] === RUN   TestDaemonStartWithLogOpt
07:43:09 [2020-11-03T07:43:09.868Z] === PAUSE TestDaemonStartWithLogOpt
07:43:09 [2020-11-03T07:43:09.868Z] === CONT  TestContinueAfterPluginCrash
07:43:09 [2020-11-03T07:43:09.868Z] === CONT  TestDaemonStartWithLogOpt
07:43:09 [2020-11-03T07:43:09.868Z] === CONT  TestReadPluginNoRead
07:43:10 [2020-11-03T07:43:10.121Z] --- PASS: TestWaitBlocked (0.03s)
07:43:10 [2020-11-03T07:43:10.121Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.90s)
07:43:10 [2020-11-03T07:43:10.121Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.94s)
07:43:10 [2020-11-03T07:43:10.121Z] === CONT  TestContainerStartOnDaemonRestart
07:43:10 [2020-11-03T07:43:10.121Z] === CONT  TestContainerKillOnDaemonStart
07:43:10 [2020-11-03T07:43:10.121Z] === CONT  TestIpcModeOlderClient
07:43:10 [2020-11-03T07:43:10.121Z] === CONT  TestDaemonRestartIpcMode
07:43:10 [2020-11-03T07:43:10.417Z] --- PASS: TestIpcModeOlderClient (0.16s)
07:43:10 [2020-11-03T07:43:10.417Z] === CONT  TestDaemonHostGatewayIP
07:43:13 [2020-11-03T07:43:13.113Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
07:43:14 [2020-11-03T07:43:14.016Z] --- PASS: TestContainerStartOnDaemonRestart (4.01s)
07:43:14 [2020-11-03T07:43:14.084Z] === RUN   TestReadPluginNoRead/disabled_caching
07:43:14 [2020-11-03T07:43:14.347Z] --- PASS: TestDaemonStartWithLogOpt (4.85s)
07:43:14 [2020-11-03T07:43:14.663Z] --- PASS: TestDaemonHostGatewayIP (4.25s)
07:43:14 [2020-11-03T07:43:14.663Z] --- PASS: TestDaemonRestartIpcMode (4.54s)
07:43:15 [2020-11-03T07:43:15.732Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
07:43:17 [2020-11-03T07:43:17.330Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
07:43:17 [2020-11-03T07:43:17.593Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
07:43:17 [2020-11-03T07:43:17.645Z] === RUN   TestReadPluginNoRead/default
07:43:17 [2020-11-03T07:43:17.855Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
07:43:18 [2020-11-03T07:43:18.430Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
07:43:19 [2020-11-03T07:43:19.557Z] --- PASS: TestReadPluginNoRead (9.79s)
07:43:19 [2020-11-03T07:43:19.557Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.90s)
07:43:19 [2020-11-03T07:43:19.557Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.77s)
07:43:19 [2020-11-03T07:43:19.557Z]     --- PASS: TestReadPluginNoRead/default (1.86s)
07:43:19 [2020-11-03T07:43:19.557Z]     read_test.go:92: [d5e65d7b80b84] daemon is not started
07:43:19 [2020-11-03T07:43:19.817Z] --- PASS: TestContinueAfterPluginCrash (10.20s)
07:43:19 [2020-11-03T07:43:19.817Z] PASS
07:43:19 [2020-11-03T07:43:19.817Z] 
07:43:19 [2020-11-03T07:43:19.817Z] DONE 6 tests in 10.351s
07:43:19 [2020-11-03T07:43:19.817Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
07:43:19 [2020-11-03T07:43:19.817Z] ++ 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
07:43:19 [2020-11-03T07:43:19.817Z] ++ set -e
07:43:19 [2020-11-03T07:43:19.817Z] ++ '[' -n 0 ']'
07:43:19 [2020-11-03T07:43:19.817Z] ++ set -x
07:43:19 [2020-11-03T07:43:19.817Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:43:19 [2020-11-03T07:43:19.817Z] testing: warning: no tests to run
07:43:19 [2020-11-03T07:43:19.817Z] PASS
07:43:19 [2020-11-03T07:43:19.817Z] 
07:43:19 [2020-11-03T07:43:19.817Z] DONE 0 tests in 0.056s
07:43:19 [2020-11-03T07:43:19.817Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
07:43:19 [2020-11-03T07:43:19.817Z] ++ 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
07:43:19 [2020-11-03T07:43:19.817Z] ++ set -e
07:43:19 [2020-11-03T07:43:19.817Z] ++ '[' -n 0 ']'
07:43:19 [2020-11-03T07:43:19.817Z] ++ set -x
07:43:19 [2020-11-03T07:43:19.817Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:43:20 [2020-11-03T07:43:20.078Z] INFO: Testing against a local daemon
07:43:20 [2020-11-03T07:43:20.078Z] === RUN   TestPluginWithDevMounts
07:43:20 [2020-11-03T07:43:20.078Z] === PAUSE TestPluginWithDevMounts
07:43:20 [2020-11-03T07:43:20.078Z] === CONT  TestPluginWithDevMounts
07:43:22 [2020-11-03T07:43:22.620Z] --- PASS: TestPluginWithDevMounts (2.19s)
07:43:22 [2020-11-03T07:43:22.620Z] PASS
07:43:22 [2020-11-03T07:43:22.620Z] 
07:43:22 [2020-11-03T07:43:22.620Z] DONE 1 tests in 2.362s
07:43:22 [2020-11-03T07:43:22.620Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
07:43:22 [2020-11-03T07:43:22.621Z] ++ 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
07:43:22 [2020-11-03T07:43:22.621Z] ++ set -e
07:43:22 [2020-11-03T07:43:22.621Z] ++ '[' -n 0 ']'
07:43:22 [2020-11-03T07:43:22.621Z] ++ set -x
07:43:22 [2020-11-03T07:43:22.621Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:43:22 [2020-11-03T07:43:22.621Z] INFO: Testing against a local daemon
07:43:22 [2020-11-03T07:43:22.621Z] === RUN   TestSecretInspect
07:43:22 [2020-11-03T07:43:22.642Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
07:43:22 [2020-11-03T07:43:22.642Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
07:43:23 [2020-11-03T07:43:23.211Z] --- PASS: TestContainerKillOnDaemonStart (12.78s)
07:43:23 [2020-11-03T07:43:23.211Z] PASS
07:43:23 [2020-11-03T07:43:23.211Z] 
07:43:23 [2020-11-03T07:43:23.211Z] === Skipped
07:43:23 [2020-11-03T07:43:23.211Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
07:43:23 [2020-11-03T07:43:23.211Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:43:23 [2020-11-03T07:43:23.211Z] 
07:43:23 [2020-11-03T07:43:23.211Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
07:43:23 [2020-11-03T07:43:23.211Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
07:43:23 [2020-11-03T07:43:23.211Z] 
07:43:23 [2020-11-03T07:43:23.211Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
07:43:23 [2020-11-03T07:43:23.211Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
07:43:23 [2020-11-03T07:43:23.211Z] 
07:43:23 [2020-11-03T07:43:23.211Z] 
07:43:23 [2020-11-03T07:43:23.211Z] DONE 193 tests, 3 skipped in 109.677s
07:43:23 [2020-11-03T07:43:23.211Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
07:43:23 [2020-11-03T07:43:23.211Z] ++ 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
07:43:23 [2020-11-03T07:43:23.211Z] ++ set -e
07:43:23 [2020-11-03T07:43:23.211Z] ++ '[' -n 0 ']'
07:43:23 [2020-11-03T07:43:23.211Z] ++ set -x
07:43:23 [2020-11-03T07:43:23.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=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 GOCACHE=/root/.cache/go-build 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
07:43:23 [2020-11-03T07:43:23.211Z] INFO: Testing against a local daemon
07:43:23 [2020-11-03T07:43:23.211Z] === RUN   TestCommitInheritsEnv
07:43:23 [2020-11-03T07:43:23.211Z] --- PASS: TestCommitInheritsEnv (0.33s)
07:43:23 [2020-11-03T07:43:23.211Z] === RUN   TestImportExtremelyLargeImageWorks
07:43:23 [2020-11-03T07:43:23.211Z] === PAUSE TestImportExtremelyLargeImageWorks
07:43:23 [2020-11-03T07:43:23.211Z] === RUN   TestImagesFilterMultiReference
07:43:23 [2020-11-03T07:43:23.510Z] --- PASS: TestImagesFilterMultiReference (0.05s)
07:43:23 [2020-11-03T07:43:23.510Z] === RUN   TestImagePullPlatformInvalid
07:43:23 [2020-11-03T07:43:23.510Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
07:43:23 [2020-11-03T07:43:23.510Z] === RUN   TestRemoveImageOrphaning
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestRemoveImageOrphaning (0.34s)
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestRemoveImageGarbageCollector
07:43:23 [2020-11-03T07:43:23.812Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
07:43:23 [2020-11-03T07:43:23.812Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestTagUnprefixedRepoByNameOrName
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestTagInvalidReference
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestTagInvalidReference (0.03s)
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestTagValidPrefixedRepo
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestTagExistedNameWithoutForce
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestTagOfficialNames
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestTagOfficialNames (0.04s)
07:43:23 [2020-11-03T07:43:23.812Z] === RUN   TestTagMatchesDigest
07:43:23 [2020-11-03T07:43:23.812Z] --- PASS: TestTagMatchesDigest (0.02s)
07:43:23 [2020-11-03T07:43:23.812Z] === CONT  TestImportExtremelyLargeImageWorks
07:43:23 [2020-11-03T07:43:23.848Z] 406ffb8432a7: Pull complete
07:43:23 [2020-11-03T07:43:23.848Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce
07:43:23 [2020-11-03T07:43:23.848Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
07:43:23 [2020-11-03T07:43:23.848Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
07:43:23 [2020-11-03T07:43:23.848Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
07:43:23 [2020-11-03T07:43:23.848Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1518'
07:43:23 [2020-11-03T07:43:23.848Z] WARN: Skipping validation tests
07:43:23 [2020-11-03T07:43:23.848Z] INFO: Running unit tests at 11/03/2020 07:43:10...
07:43:23 [2020-11-03T07:43:23.848Z] INFO: make.ps1 starting at 11/03/2020 07:43:14
07:43:23 [2020-11-03T07:43:23.848Z] INFO: Git commit (c208f03fbd) assumed from DOCKER_GITCOMMIT environment variable
07:43:23 [2020-11-03T07:43:23.848Z] INFO: Invoking autogen...
07:43:23 [2020-11-03T07:43:23.848Z] INFO: Running unit tests...
07:43:24 [2020-11-03T07:43:24.825Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --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/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/profiles/seccomp github.com/docker/docker/quota 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
07:43:25 [2020-11-03T07:43:25.200Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
07:43:25 [2020-11-03T07:43:25.931Z] --- PASS: TestSecretInspect (3.29s)
07:43:25 [2020-11-03T07:43:25.931Z] === RUN   TestSecretList
07:43:26 [2020-11-03T07:43:26.590Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
07:43:27 [2020-11-03T07:43:27.979Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
07:43:27 [2020-11-03T07:43:27.979Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
07:43:27 [2020-11-03T07:43:27.979Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
07:43:27 [2020-11-03T07:43:27.979Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
07:43:27 [2020-11-03T07:43:27.979Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
07:43:28 [2020-11-03T07:43:28.241Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
07:43:29 [2020-11-03T07:43:29.230Z] --- PASS: TestSecretList (3.31s)
07:43:29 [2020-11-03T07:43:29.230Z] === RUN   TestSecretsCreateAndDelete
07:43:32 [2020-11-03T07:43:32.453Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
07:43:32 [2020-11-03T07:43:32.453Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
07:43:32 [2020-11-03T07:43:32.528Z] --- PASS: TestSecretsCreateAndDelete (3.35s)
07:43:32 [2020-11-03T07:43:32.528Z] === RUN   TestSecretsUpdate
07:43:33 [2020-11-03T07:43:33.432Z] ?   	github.com/docker/docker/api	[no test files]
07:43:34 [2020-11-03T07:43:34.370Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
07:43:35 [2020-11-03T07:43:35.828Z] --- PASS: TestSecretsUpdate (3.28s)
07:43:35 [2020-11-03T07:43:35.828Z] === RUN   TestTemplatedSecret
07:43:36 [2020-11-03T07:43:36.922Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
07:43:37 [2020-11-03T07:43:37.494Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
07:43:38 [2020-11-03T07:43:38.111Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
07:43:38 [2020-11-03T07:43:38.111Z] Copying nested executables into bundles/cross/linux/amd64
07:43:38 [2020-11-03T07:43:38.111Z] Cross building: bundles/cross/windows/amd64
07:43:38 [2020-11-03T07:43:38.370Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
07:43:38 [2020-11-03T07:43:38.370Z] GOOS="windows" GOARCH="amd64" GOARM=""
07:43:39 [2020-11-03T07:43:39.129Z] --- PASS: TestTemplatedSecret (3.52s)
07:43:39 [2020-11-03T07:43:39.129Z] === RUN   TestSecretCreateResolve
07:43:39 [2020-11-03T07:43:39.413Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
07:43:39 [2020-11-03T07:43:39.674Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
07:43:42 [2020-11-03T07:43:42.426Z] --- PASS: TestSecretCreateResolve (3.26s)
07:43:42 [2020-11-03T07:43:42.426Z] PASS
07:43:42 [2020-11-03T07:43:42.426Z] 
07:43:42 [2020-11-03T07:43:42.426Z] DONE 6 tests in 20.179s
07:43:42 [2020-11-03T07:43:42.426Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
07:43:42 [2020-11-03T07:43:42.426Z] ++ 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
07:43:42 [2020-11-03T07:43:42.426Z] ++ set -e
07:43:42 [2020-11-03T07:43:42.426Z] ++ '[' -n 0 ']'
07:43:42 [2020-11-03T07:43:42.426Z] ++ set -x
07:43:42 [2020-11-03T07:43:42.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 GOCACHE=/root/.cache/go-build 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
07:43:42 [2020-11-03T07:43:42.687Z] INFO: Testing against a local daemon
07:43:42 [2020-11-03T07:43:42.687Z] === RUN   TestServiceCreateInit
07:43:42 [2020-11-03T07:43:42.687Z] === RUN   TestServiceCreateInit/daemonInitDisabled
07:43:43 [2020-11-03T07:43:43.886Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
07:43:44 [2020-11-03T07:43:44.459Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
07:43:45 [2020-11-03T07:43:45.032Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
07:43:45 [2020-11-03T07:43:45.293Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
07:43:45 [2020-11-03T07:43:45.554Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
07:43:47 [2020-11-03T07:43:47.972Z] === RUN   TestServiceCreateInit/daemonInitEnabled
07:43:48 [2020-11-03T07:43:48.290Z] === RUN   TestMiddlewares
07:43:48 [2020-11-03T07:43:48.290Z] --- PASS: TestMiddlewares (0.00s)
07:43:48 [2020-11-03T07:43:48.290Z] PASS
07:43:48 [2020-11-03T07:43:48.290Z] coverage: 9.0% of statements
07:43:48 [2020-11-03T07:43:48.290Z] ok  	github.com/docker/docker/api/server	0.199s	coverage: 9.0% of statements
07:43:50 [2020-11-03T07:43:50.904Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
07:43:51 [2020-11-03T07:43:51.477Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
07:43:52 [2020-11-03T07:43:52.050Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
07:43:52 [2020-11-03T07:43:52.178Z] --- PASS: TestServiceCreateInit (9.60s)
07:43:52 [2020-11-03T07:43:52.178Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.99s)
07:43:52 [2020-11-03T07:43:52.178Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.58s)
07:43:52 [2020-11-03T07:43:52.178Z] === RUN   TestCreateServiceMultipleTimes
07:43:52 [2020-11-03T07:43:52.312Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
07:43:52 [2020-11-03T07:43:52.573Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
07:43:53 [2020-11-03T07:43:53.519Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
07:43:54 [2020-11-03T07:43:54.092Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
07:43:57 [2020-11-03T07:43:57.400Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
07:43:57 [2020-11-03T07:43:57.400Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
07:43:57 [2020-11-03T07:43:57.974Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
07:43:58 [2020-11-03T07:43:58.236Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
07:43:58 [2020-11-03T07:43:58.236Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
07:43:59 [2020-11-03T07:43:59.625Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
07:44:01 [2020-11-03T07:44:01.013Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
07:44:01 [2020-11-03T07:44:01.013Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
07:44:02 [2020-11-03T07:44:02.403Z] === RUN   TestDockerSuite/TestBuildDockerignore
07:44:02 [2020-11-03T07:44:02.978Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
07:44:07 [2020-11-03T07:44:07.191Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
07:44:08 [2020-11-03T07:44:08.137Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
07:44:13 [2020-11-03T07:44:13.434Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
07:44:13 [2020-11-03T07:44:13.434Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
07:44:14 [2020-11-03T07:44:14.154Z] --- PASS: TestCreateServiceMultipleTimes (18.98s)
07:44:14 [2020-11-03T07:44:14.154Z] === RUN   TestCreateServiceConflict
07:44:14 [2020-11-03T07:44:14.414Z] --- PASS: TestCreateServiceConflict (3.17s)
07:44:14 [2020-11-03T07:44:14.414Z] === RUN   TestCreateServiceMaxReplicas
07:44:14 [2020-11-03T07:44:14.822Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
07:44:16 [2020-11-03T07:44:16.213Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
07:44:18 [2020-11-03T07:44:18.132Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
07:44:18 [2020-11-03T07:44:18.618Z] --- PASS: TestCreateServiceMaxReplicas (3.64s)
07:44:18 [2020-11-03T07:44:18.618Z] === RUN   TestCreateWithDuplicateNetworkNames
07:44:19 [2020-11-03T07:44:19.524Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
07:44:22 [2020-11-03T07:44:22.094Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
07:44:22 [2020-11-03T07:44:22.667Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
07:44:23 [2020-11-03T07:44:23.240Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
07:44:23 [2020-11-03T07:44:23.813Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
07:44:25 [2020-11-03T07:44:25.732Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
07:44:25 [2020-11-03T07:44:25.732Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
07:44:28 [2020-11-03T07:44:28.285Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
07:44:29 [2020-11-03T07:44:29.230Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
07:44:30 [2020-11-03T07:44:30.176Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
07:44:30 [2020-11-03T07:44:30.176Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
07:44:30 [2020-11-03T07:44:30.176Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
07:44:33 [2020-11-03T07:44:33.519Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.88s)
07:44:33 [2020-11-03T07:44:33.519Z] === RUN   TestCreateServiceSecretFileMode
07:44:34 [2020-11-03T07:44:34.446Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
07:44:35 [2020-11-03T07:44:35.024Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
07:44:35 [2020-11-03T07:44:35.974Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
07:44:36 [2020-11-03T07:44:36.818Z] --- PASS: TestCreateServiceSecretFileMode (3.48s)
07:44:36 [2020-11-03T07:44:36.818Z] === RUN   TestCreateServiceConfigFileMode
07:44:37 [2020-11-03T07:44:37.892Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
07:44:38 [2020-11-03T07:44:38.154Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
07:44:39 [2020-11-03T07:44:39.044Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
07:44:39 [2020-11-03T07:44:39.044Z] === RUN   TestBoolValue
07:44:39 [2020-11-03T07:44:39.044Z] --- PASS: TestBoolValue (0.00s)
07:44:39 [2020-11-03T07:44:39.044Z] === RUN   TestBoolValueOrDefault
07:44:39 [2020-11-03T07:44:39.044Z] --- PASS: TestBoolValueOrDefault (0.00s)
07:44:39 [2020-11-03T07:44:39.044Z] === RUN   TestInt64ValueOrZero
07:44:39 [2020-11-03T07:44:39.044Z] --- PASS: TestInt64ValueOrZero (0.00s)
07:44:39 [2020-11-03T07:44:39.044Z] === RUN   TestInt64ValueOrDefault
07:44:39 [2020-11-03T07:44:39.044Z] --- PASS: TestInt64ValueOrDefault (0.00s)
07:44:39 [2020-11-03T07:44:39.044Z] === RUN   TestInt64ValueOrDefaultWithError
07:44:39 [2020-11-03T07:44:39.044Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
07:44:39 [2020-11-03T07:44:39.044Z] === RUN   TestJsonContentType
07:44:39 [2020-11-03T07:44:39.045Z] --- PASS: TestJsonContentType (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z] PASS
07:44:39 [2020-11-03T07:44:39.045Z] coverage: 14.7% of statements
07:44:39 [2020-11-03T07:44:39.045Z] ok  	github.com/docker/docker/api/server/httputils	0.106s	coverage: 14.7% of statements
07:44:39 [2020-11-03T07:44:39.045Z] === RUN   TestMaskSecretKeys
07:44:39 [2020-11-03T07:44:39.045Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
07:44:39 [2020-11-03T07:44:39.045Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
07:44:39 [2020-11-03T07:44:39.045Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
07:44:39 [2020-11-03T07:44:39.045Z] --- PASS: TestMaskSecretKeys (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z] === RUN   TestVersionMiddlewareVersion
07:44:39 [2020-11-03T07:44:39.045Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
07:44:39 [2020-11-03T07:44:39.045Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
07:44:39 [2020-11-03T07:44:39.045Z] PASS
07:44:39 [2020-11-03T07:44:39.045Z] coverage: 37.7% of statements
07:44:39 [2020-11-03T07:44:39.045Z] ok  	github.com/docker/docker/api/server/middleware	0.200s	coverage: 37.7% of statements
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
07:44:39 [2020-11-03T07:44:39.045Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
07:44:40 [2020-11-03T07:44:40.079Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
07:44:40 [2020-11-03T07:44:40.121Z] --- PASS: TestCreateServiceConfigFileMode (3.41s)
07:44:40 [2020-11-03T07:44:40.121Z] === RUN   TestCreateServiceSysctls
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestStrSliceMarshalJSON
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestStrSliceUnmarshalJSON
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestStrSliceUnmarshalString
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestStrSliceUnmarshalSlice
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] PASS
07:44:40 [2020-11-03T07:44:40.594Z] coverage: 90.0% of statements
07:44:40 [2020-11-03T07:44:40.594Z] ok  	github.com/docker/docker/api/types/strslice	0.083s	coverage: 90.0% of statements
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestToJSON
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestToJSON (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestToParamWithVersion
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestToParamWithVersion (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestFromJSON
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestFromJSON (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestEmpty
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestEmpty (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestArgsMatchKVListEmptySources
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestArgsMatchKVList
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestArgsMatchKVList (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestArgsMatch
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestArgsMatch (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestAdd
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestAdd (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestDel
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestDel (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestLen
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestLen (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestExactMatch
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestExactMatch (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestOnlyOneExactMatch
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestOnlyOneExactMatch (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestContains
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestContains (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestValidate
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestValidate (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestWalkValues
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestWalkValues (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestFuzzyMatch
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestFuzzyMatch (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestClone
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestClone (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] PASS
07:44:40 [2020-11-03T07:44:40.594Z] coverage: 92.2% of statements
07:44:40 [2020-11-03T07:44:40.594Z] ok  	github.com/docker/docker/api/types/filters	0.076s	coverage: 92.2% of statements
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestAdjustForAPIVersion
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestAdjustForAPIVersion (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] PASS
07:44:40 [2020-11-03T07:44:40.594Z] coverage: 5.7% of statements
07:44:40 [2020-11-03T07:44:40.594Z] ok  	github.com/docker/docker/api/server/router/swarm	0.188s	coverage: 5.7% of statements
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestDurationToSecondsString
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestDurationToSecondsString (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestGetTimestamp
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/container	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/events	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/image	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/network	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestGetTimestamp (0.13s)
07:44:40 [2020-11-03T07:44:40.594Z] === RUN   TestParseTimestamps
07:44:40 [2020-11-03T07:44:40.594Z] --- PASS: TestParseTimestamps (0.00s)
07:44:40 [2020-11-03T07:44:40.594Z] PASS
07:44:40 [2020-11-03T07:44:40.594Z] coverage: 100.0% of statements
07:44:40 [2020-11-03T07:44:40.594Z] ok  	github.com/docker/docker/api/types/time	0.295s	coverage: 100.0% of statements
07:44:41 [2020-11-03T07:44:41.569Z] === RUN   TestCompareVersion
07:44:41 [2020-11-03T07:44:41.569Z] --- PASS: TestCompareVersion (0.00s)
07:44:41 [2020-11-03T07:44:41.569Z] PASS
07:44:41 [2020-11-03T07:44:41.569Z] coverage: 75.0% of statements
07:44:41 [2020-11-03T07:44:41.569Z] ok  	github.com/docker/docker/api/types/versions	0.051s	coverage: 75.0% of statements
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
07:44:41 [2020-11-03T07:44:41.569Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
07:44:41 [2020-11-03T07:44:41.997Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
07:44:42 [2020-11-03T07:44:42.543Z] === RUN   TestReadAll
07:44:42 [2020-11-03T07:44:42.543Z] --- PASS: TestReadAll (0.00s)
07:44:42 [2020-11-03T07:44:42.543Z] PASS
07:44:42 [2020-11-03T07:44:42.543Z] coverage: 96.8% of statements
07:44:42 [2020-11-03T07:44:42.543Z] ok  	github.com/docker/docker/builder/dockerignore	0.450s	coverage: 96.8% of statements
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
07:44:43 [2020-11-03T07:44:43.518Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
07:44:43 [2020-11-03T07:44:43.518Z] --- PASS: TestParseRemoteURL (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.518Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.519Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.519Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
07:44:43 [2020-11-03T07:44:43.519Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
07:44:43 [2020-11-03T07:44:43.519Z] === RUN   TestCloneArgsSmartHttp
07:44:43 [2020-11-03T07:44:43.519Z] --- PASS: TestCloneArgsSmartHttp (0.12s)
07:44:43 [2020-11-03T07:44:43.519Z] === RUN   TestCloneArgsDumbHttp
07:44:43 [2020-11-03T07:44:43.519Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
07:44:43 [2020-11-03T07:44:43.519Z] === RUN   TestCloneArgsGit
07:44:43 [2020-11-03T07:44:43.519Z] --- PASS: TestCloneArgsGit (0.00s)
07:44:43 [2020-11-03T07:44:43.519Z] === RUN   TestCheckoutGit
07:44:44 [2020-11-03T07:44:44.325Z] --- PASS: TestCreateServiceSysctls (4.23s)
07:44:44 [2020-11-03T07:44:44.325Z] === RUN   TestCreateServiceCapabilities
07:44:45 [2020-11-03T07:44:45.305Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestProcessNoDockerignore
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestProcessNoDockerignore (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestProcessShouldLeaveAllFiles
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestDetectContentType
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestDetectContentType (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestSelectAcceptableMIME
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestSelectAcceptableMIME (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestInspectEmptyResponse
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestInspectEmptyResponse (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestInspectResponseBinary
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestInspectResponseBinary (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestResponseUnsupportedContentType
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestInspectResponseTextSimple
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestInspectResponseTextSimple (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestInspectResponseEmptyContentType
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestUnknownContentLength
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestUnknownContentLength (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestDownloadRemote
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestGetAllAllowed
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestGetAllAllowed (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestGetAllMeta
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestGetAllMeta (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestWarnOnUnusedBuildArgs
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestIsUnreferencedBuiltin
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestIsExistingDirectory
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestIsExistingDirectory (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestGetFilenameForDownload
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestDownloadRemote (0.09s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestGetWithStatusError
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestGetFilenameForDownload (0.00s)
07:44:46 [2020-11-03T07:44:46.439Z] === RUN   TestEnv2Variables
07:44:46 [2020-11-03T07:44:46.439Z] --- PASS: TestEnv2Variables (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestEnvValueWithExistingRunConfigEnv
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestMaintainer
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestMaintainer (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestLabel
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestLabel (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestFromScratch
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestFromScratch (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestFromWithArg
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestFromWithArg (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestFromWithArgButBuildArgsNotGiven
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestFromWithUndefinedArg
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestFromWithUndefinedArg (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestFromMultiStageWithNamedStage
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestOnbuild
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestOnbuild (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestWorkdir
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestWorkdir (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestCmd
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestCmd (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestHealthcheckNone
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestHealthcheckNone (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestGetWithStatusError (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestHealthcheckCmd
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestHealthcheckCmd (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestCloseRootDirectory
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestEntrypoint
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestEntrypoint (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestExpose
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestExpose (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestUser
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestUser (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestVolume
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestVolume (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestStopSignal
07:44:46 [2020-11-03T07:44:46.440Z] --- SKIP: TestStopSignal (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z]     dispatchers_test.go:376: Windows does not support stopsignal
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestArg
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestArg (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestShell
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestShell (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestPrependEnvOnCmd
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestPrependEnvOnCmd (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestRunWithBuildArgs
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestRunWithBuildArgs (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestRunIgnoresHealthcheck
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestNormalizeWorkdir
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestNormalizeWorkdir (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/ADD_multiple_files_to_file
07:44:46 [2020-11-03T07:44:46.440Z] --- SKIP: TestCloseRootDirectory (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestHashFile
07:44:46 [2020-11-03T07:44:46.440Z] --- SKIP: TestHashFile (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestHashSubdir
07:44:46 [2020-11-03T07:44:46.440Z] --- SKIP: TestHashSubdir (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestRemoveDirectory
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
07:44:46 [2020-11-03T07:44:46.440Z] --- SKIP: TestRemoveDirectory (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:44:46 [2020-11-03T07:44:46.440Z] PASS
07:44:46 [2020-11-03T07:44:46.440Z] coverage: 9.2% of statements
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestEnable
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestEnable (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDisable
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestDisable (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestEnabled
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestEnabled (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] PASS
07:44:46 [2020-11-03T07:44:46.440Z] coverage: 100.0% of statements
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/COPY_multiple_files_to_file
07:44:46 [2020-11-03T07:44:46.440Z] ok  	github.com/docker/docker/cli/debug	0.048s	coverage: 100.0% of statements
07:44:46 [2020-11-03T07:44:46.440Z] ok  	github.com/docker/docker/builder/remotecontext	0.850s	coverage: 9.2% of statements
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/COPY_wildcard_no_files
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDispatch/COPY_url
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestDispatch (0.08s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z]     --- PASS: TestDispatch/COPY_url (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestAddScratchImageAddsToMounts
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestAddFromScratchPopulatesPlatform
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestImageSourceGetAddsToMounts
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestEmptyDockerfile
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestEmptyDockerfile (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestSymlinkDockerfile
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestSymlinkDockerfile (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDockerfileOutsideTheBuildContext
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestNonExistingDockerfile
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestNonExistingDockerfile (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestCopyRunConfig
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestCopyRunConfig (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestDeepCopyRunConfig
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestDeepCopyRunConfig (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestExportImage
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestExportImage (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] === RUN   TestNormalizeDest
07:44:46 [2020-11-03T07:44:46.440Z] --- PASS: TestNormalizeDest (0.00s)
07:44:46 [2020-11-03T07:44:46.440Z] PASS
07:44:46 [2020-11-03T07:44:46.440Z] coverage: 46.3% of statements
07:44:46 [2020-11-03T07:44:46.440Z] ok  	github.com/docker/docker/builder/dockerfile	0.637s	coverage: 46.3% of statements
07:44:47 [2020-11-03T07:44:47.222Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
07:44:47 [2020-11-03T07:44:47.626Z] --- PASS: TestCreateServiceCapabilities (3.37s)
07:44:47 [2020-11-03T07:44:47.626Z] === RUN   TestInspect
07:44:49 [2020-11-03T07:44:49.772Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
07:44:49 [2020-11-03T07:44:49.772Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
07:44:50 [2020-11-03T07:44:50.935Z] --- PASS: TestInspect (3.53s)
07:44:50 [2020-11-03T07:44:50.935Z] === RUN   TestCreateJob
07:44:51 [2020-11-03T07:44:51.690Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
07:44:51 [2020-11-03T07:44:51.690Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
07:44:52 [2020-11-03T07:44:52.637Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
07:44:54 [2020-11-03T07:44:54.026Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
07:44:55 [2020-11-03T07:44:55.250Z] --- PASS: TestCreateJob (4.33s)
07:44:55 [2020-11-03T07:44:55.250Z] === RUN   TestReplicatedJob
07:44:57 [2020-11-03T07:44:57.331Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointCreateError
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointCreate
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointDeleteError
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointDeleteError (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointDelete
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointDelete (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointListError
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointListError (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointList
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointList (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestCheckpointListContainerNotFound
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNewClientWithOpsFromEnv
07:44:58 [2020-11-03T07:44:58.859Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s)
07:44:58 [2020-11-03T07:44:58.859Z]     client_test.go:23: runtime.GOOS == "windows"
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestGetAPIPath
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestGetAPIPath (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestParseHostURL
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestParseHostURL (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNegotiateAPIVersionEmpty
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNegotiateAPIVersion
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNegotiateAPIVersion (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNegotiateAPVersionOverride
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNegotiateAPIVersionAutomatic
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestClientRedirect
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestClientRedirect (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigCreateUnsupported
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigCreateUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigCreateError
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigCreate
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigInspectNotFound
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigInspectNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigInspectUnsupported
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigInspectUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigInspectError
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigInspectConfigNotFound
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigInspect
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.859Z] === RUN   TestConfigListUnsupported
07:44:58 [2020-11-03T07:44:58.859Z] --- PASS: TestConfigListUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigListError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigListError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigList
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigList (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigRemoveUnsupported
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigRemoveError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigRemove
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigUpdateUnsupported
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigUpdateError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigUpdateError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestConfigUpdate
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestConfigUpdate (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerCommitError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerCommitError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerCommit
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerCommit (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStatPathError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStatPathError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStatPathNotFoundError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStatPathNoHeaderError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStatPath
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStatPath (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyToContainerError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyToContainerError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyToContainerNotFoundError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyToContainerNotStatusOKError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyToContainer
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyToContainer (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyFromContainerError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyFromContainerError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyFromContainerNotFoundError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyFromContainerNotStatusOKError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyFromContainerNoHeaderError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestCopyFromContainer
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestCopyFromContainer (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerCreateError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerCreateImageNotFound
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerCreateWithName
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerCreateWithName (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerCreateAutoRemove
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerDiffError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerDiffError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerDiff
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerDiff (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecCreateError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecCreate
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecStartError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecStartError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecStart
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecStart (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecInspectError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecInspect
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExportError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExportError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExport
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExport (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerInspectError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerInspectContainerNotFound
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerInspect
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerInspectNode
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerInspectNode (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerKillError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerKillError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerKill
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerKill (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerListError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerListError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerList
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerList (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerLogsNotFoundError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerLogsError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerLogsError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerLogs
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerLogs (0.15s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerPauseError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerPauseError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerPause
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerPause (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainersPruneError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainersPruneError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainersPrune
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainersPrune (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRemoveError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRemoveNotFoundError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRemove
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRenameError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRenameError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRename
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRename (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerResizeError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerResizeError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecResizeError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecResizeError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerResize
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerResize (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerExecResize
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerExecResize (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRestartError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRestartError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerRestart
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerRestart (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStartError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStartError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStart
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStart (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStatsError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStatsError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStats
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStats (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStopError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStopError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerStop
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerStop (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerTopError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerTopError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerTop
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerTop (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerUnpauseError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerUnpauseError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerUnpause
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerUnpause (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerUpdateError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerUpdateError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerUpdate
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerUpdate (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerWaitError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerWaitError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestContainerWait
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestContainerWait (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestDiskUsageError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestDiskUsageError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestDiskUsage
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestDiskUsage (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestDistributionInspectUnsupported
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestDistributionInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestEventsErrorInOptions
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestEventsErrorInOptions (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestEventsErrorFromServer
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestEventsErrorFromServer (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestEvents
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestEvents (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestTLSCloseWriter
07:44:58 [2020-11-03T07:44:58.860Z] === PAUSE TestTLSCloseWriter
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageBuildError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageBuildError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageBuild
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageBuild (0.02s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestGetDockerOS
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestGetDockerOS (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageCreateError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageCreate
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageHistoryError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageHistoryError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageHistory
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageHistory (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageImportError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageImportError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageImport
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageImport (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageInspectError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageInspectImageNotFound
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageInspectImageNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageInspect
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageListError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageListError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageList
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageList (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageListApiBefore125
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageListApiBefore125 (0.01s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageLoadError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageLoadError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageLoad
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageLoad (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagesPruneError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagesPruneError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagesPrune
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagesPrune (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullReferenceParseError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullReferenceParseError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullAnyError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullAnyError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullStatusUnauthorizedError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullWithPrivilegedFuncNoError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePullWithoutErrors
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePullWithoutErrors (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushReferenceError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushReferenceError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushAnyError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushAnyError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushStatusUnauthorizedError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithPrivilegedFuncNoError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithoutErrors
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImagePushWithoutErrors (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageRemoveError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageRemoveImageNotFound
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageRemove
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSaveError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSaveError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSave
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSave (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSearchAnyError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSearchAnyError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSearchStatusUnauthorizedError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageSearchWithoutErrors
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageTagError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageTagError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageTagInvalidReference
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageTagInvalidReference (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageTagInvalidSourceImageName
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageTagHexSource
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageTagHexSource (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestImageTag
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestImageTag (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestInfoServerError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestInfoServerError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestInfoInvalidResponseJSONError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestInfo
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestInfo (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestNetworkConnectError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestNetworkConnectError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestNetworkConnect
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestNetworkConnect (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestNetworkCreateError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestNetworkCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestNetworkCreate
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestNetworkCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.860Z] === RUN   TestNetworkDisconnectError
07:44:58 [2020-11-03T07:44:58.860Z] --- PASS: TestNetworkDisconnectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkDisconnect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkDisconnect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkInspectNotFoundError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworksPruneError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworksPruneError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworksPrune
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworksPrune (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkRemoveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNetworkRemove
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNetworkRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeInspectNodeNotFound
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeRemoveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeRemove
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeUpdateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeUpdateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestNodeUpdate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestNodeUpdate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestOptionWithTimeout
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestOptionWithTimeout (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingFail
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPingFail (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingWithError
07:44:58 [2020-11-03T07:44:58.861Z] 2020/11/03 07:44:58 RoundTripper returned a response & error; ignoring response
07:44:58 [2020-11-03T07:44:58.861Z] 2020/11/03 07:44:58 RoundTripper returned a response & error; ignoring response
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPingWithError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingSuccess
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPingSuccess (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingHeadFallback
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingHeadFallback/OK
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingHeadFallback/Internal_Server_Error
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingHeadFallback/Not_Found
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPingHeadFallback (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginDisableError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginDisableError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginDisable
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginDisable (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginEnableError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginEnableError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginEnable
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginEnable (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginPushError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginPushError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginPush
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginPush (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginRemoveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginRemove
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginSetError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginSetError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPluginSet
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPluginSet (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSetHostHeader
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSetHostHeader (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestPlainTextError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestPlainTextError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestInfiniteError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestInfiniteError (0.01s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretCreateUnsupported
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretCreateUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretCreateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretCreate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretInspectUnsupported
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretInspectUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretInspectSecretNotFound
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretListUnsupported
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretListUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretRemoveUnsupported
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretRemoveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretRemove
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretUpdateUnsupported
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretUpdateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretUpdateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSecretUpdate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSecretUpdate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceCreateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceCreate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceCreateCompatiblePlatforms
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceCreateDigestPinning
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceInspectServiceNotFound
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceLogsError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceLogsError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceLogs
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceLogs (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceRemoveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceRemoveNotFoundError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceRemove
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceUpdateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceUpdateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestServiceUpdate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestServiceUpdate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmGetUnlockKeyError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmGetUnlockKey
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmInitError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmInitError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmInit
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmInit (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmJoinError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmJoinError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmJoin
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmJoin (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmLeaveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmLeaveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmLeave
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmLeave (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmUnlockError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmUnlockError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmUnlock
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmUnlock (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmUpdateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmUpdateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestSwarmUpdate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestSwarmUpdate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestTaskInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestTaskInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestTaskInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestTaskInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestTaskInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestTaskListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestTaskListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestTaskList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestTaskList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeCreateError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeCreateError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeCreate
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeCreate (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeInspectError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeInspectError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeInspectNotFound
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeInspectNotFound (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeInspectWithEmptyID
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeInspect
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeInspect (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeListError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeListError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeList
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeList (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeRemoveError
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeRemoveError (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === RUN   TestVolumeRemove
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestVolumeRemove (0.00s)
07:44:58 [2020-11-03T07:44:58.861Z] === CONT  TestTLSCloseWriter
07:44:58 [2020-11-03T07:44:58.861Z] --- PASS: TestTLSCloseWriter (0.01s)
07:44:58 [2020-11-03T07:44:58.861Z] PASS
07:44:58 [2020-11-03T07:44:58.861Z] coverage: 74.9% of statements
07:44:58 [2020-11-03T07:44:58.861Z] ok  	github.com/docker/docker/client	0.716s	coverage: 74.9% of statements
07:44:59 [2020-11-03T07:44:59.827Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
07:44:59 [2020-11-03T07:44:59.827Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
07:44:59 [2020-11-03T07:44:59.827Z] remote: Enumerating objects: 2, done.
07:44:59 [2020-11-03T07:44:59.827Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
07:44:59 [2020-11-03T07:44:59.827Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
07:44:59 [2020-11-03T07:44:59.827Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
07:44:59 [2020-11-03T07:44:59.827Z] 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.
07:44:59 [2020-11-03T07:44:59.827Z] Building: bundles/cross/windows/amd64/containerutility.exe
07:44:59 [2020-11-03T07:44:59.827Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
07:45:00 [2020-11-03T07:45:00.170Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/test/unit
07:45:01 [2020-11-03T07:45:01.833Z] --- PASS: TestReplicatedJob (6.55s)
07:45:01 [2020-11-03T07:45:01.833Z] === RUN   TestUpdateReplicatedJob
07:45:02 [2020-11-03T07:45:02.713Z] ?   	github.com/docker/docker/api	[no test files]
07:45:05 [2020-11-03T07:45:05.482Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
07:45:06 [2020-11-03T07:45:06.040Z] --- PASS: TestUpdateReplicatedJob (3.80s)
07:45:06 [2020-11-03T07:45:06.040Z] === RUN   TestServiceListWithStatuses
07:45:06 [2020-11-03T07:45:06.040Z] --- SKIP: TestServiceListWithStatuses (0.00s)
07:45:06 [2020-11-03T07:45:06.040Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:45:06 [2020-11-03T07:45:06.040Z] === RUN   TestDockerNetworkConnectAlias
07:45:08 [2020-11-03T07:45:08.791Z] === RUN   TestDockerSuite/TestBuildDotDotFile
07:45:09 [2020-11-03T07:45:09.053Z] === RUN   TestDockerSuite/TestBuildEOLInLine
07:45:12 [2020-11-03T07:45:12.624Z] --- PASS: TestDockerNetworkConnectAlias (6.65s)
07:45:12 [2020-11-03T07:45:12.624Z] === RUN   TestDockerNetworkReConnect
07:45:13 [2020-11-03T07:45:13.395Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
07:45:13 [2020-11-03T07:45:13.657Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
07:45:13 [2020-11-03T07:45:13.918Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
07:45:14 [2020-11-03T07:45:14.181Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
07:45:15 [2020-11-03T07:45:15.129Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
07:45:15 [2020-11-03T07:45:15.391Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
07:45:15 [2020-11-03T07:45:15.966Z] === RUN   TestDockerSuite/TestBuildEntrypoint
07:45:16 [2020-11-03T07:45:16.228Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
07:45:16 [2020-11-03T07:45:16.590Z] --- PASS: TestCheckoutGit (32.06s)
07:45:16 [2020-11-03T07:45:16.590Z] === RUN   TestValidGitTransport
07:45:16 [2020-11-03T07:45:16.590Z] --- PASS: TestValidGitTransport (0.00s)
07:45:16 [2020-11-03T07:45:16.590Z] === RUN   TestGitInvalidRef
07:45:16 [2020-11-03T07:45:16.590Z] --- PASS: TestGitInvalidRef (0.20s)
07:45:16 [2020-11-03T07:45:16.590Z] PASS
07:45:16 [2020-11-03T07:45:16.590Z] coverage: 86.3% of statements
07:45:16 [2020-11-03T07:45:16.590Z] ok  	github.com/docker/docker/builder/remotecontext/git	32.601s	coverage: 86.3% of statements
07:45:16 [2020-11-03T07:45:16.590Z] ?   	github.com/docker/docker/cli	[no test files]
07:45:16 [2020-11-03T07:45:16.590Z] ?   	github.com/docker/docker/cli/config	[no test files]
07:45:16 [2020-11-03T07:45:16.801Z] === RUN   TestDockerDaemonSuite/TestShmSize
07:45:17 [2020-11-03T07:45:17.601Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 9.0% of statements
07:45:17 [2020-11-03T07:45:17.910Z] --- PASS: TestDockerNetworkReConnect (5.03s)
07:45:17 [2020-11-03T07:45:17.911Z] === RUN   TestServicePlugin
07:45:17 [2020-11-03T07:45:17.911Z] --- SKIP: TestServicePlugin (0.00s)
07:45:17 [2020-11-03T07:45:17.911Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:45:17 [2020-11-03T07:45:17.911Z] === RUN   TestServiceUpdateLabel
07:45:18 [2020-11-03T07:45:18.723Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
07:45:18 [2020-11-03T07:45:18.723Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
07:45:20 [2020-11-03T07:45:20.641Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
07:45:21 [2020-11-03T07:45:21.212Z] --- PASS: TestServiceUpdateLabel (3.26s)
07:45:21 [2020-11-03T07:45:21.212Z] === RUN   TestServiceUpdateSecrets
07:45:21 [2020-11-03T07:45:21.214Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
07:45:21 [2020-11-03T07:45:21.476Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
07:45:22 [2020-11-03T07:45:22.420Z] === RUN   TestDockerSuite/TestBuildEnv
07:45:23 [2020-11-03T07:45:23.695Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliConfigWithTLS
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliConfigWithConflicts
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliWithConflictingLabels
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestConfigureDaemonLogs
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestConfigureDaemonLogs (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestCommonOptionsInstallFlags
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
07:45:23 [2020-11-03T07:45:23.696Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
07:45:23 [2020-11-03T07:45:23.696Z] PASS
07:45:23 [2020-11-03T07:45:23.696Z] coverage: 18.5% of statements
07:45:23 [2020-11-03T07:45:23.696Z] ok  	github.com/docker/docker/cmd/dockerd	0.697s	coverage: 18.5% of statements
07:45:23 [2020-11-03T07:45:23.810Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
07:45:25 [2020-11-03T07:45:25.197Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestContainerStopSignal
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestContainerStopSignal (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestContainerStopTimeout
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestContainerStopTimeout (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestContainerSecretReferenceDestTarget
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestContainerLogPathSetForJSONFileLogger
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestContainerLogPathSetForRingLogger
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestReplaceAndAppendEnvVars
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestNewMemoryStore
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestNewMemoryStore (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestAddContainers
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestAddContainers (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestGetContainer
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestGetContainer (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestDeleteContainer
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestDeleteContainer (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestListContainers
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestListContainers (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestFirstContainer
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestFirstContainer (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestApplyAllContainer
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestApplyAllContainer (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestIsValidHealthString
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestIsValidHealthString (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestStateRunStop
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestStateRunStop (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestStateTimeoutWait
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestStateTimeoutWait (0.13s)
07:45:25 [2020-11-03T07:45:25.242Z]     state_test.go:141: Stop callback fired
07:45:25 [2020-11-03T07:45:25.242Z]     state_test.go:165: Stop callback fired
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestIsValidStateString
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestIsValidStateString (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestViewSaveDelete
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestViewSaveDelete (0.04s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestViewAll
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestViewAll (0.02s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestViewGet
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestViewGet (0.01s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestNames
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestNames (0.00s)
07:45:25 [2020-11-03T07:45:25.242Z] === RUN   TestViewWithHealthCheck
07:45:25 [2020-11-03T07:45:25.242Z] --- PASS: TestViewWithHealthCheck (0.01s)
07:45:25 [2020-11-03T07:45:25.242Z] PASS
07:45:25 [2020-11-03T07:45:25.242Z] coverage: 41.6% of statements
07:45:25 [2020-11-03T07:45:25.242Z] ok  	github.com/docker/docker/container	0.497s	coverage: 41.6% of statements
07:45:25 [2020-11-03T07:45:25.242Z] ?   	github.com/docker/docker/container/stream	[no test files]
07:45:25 [2020-11-03T07:45:25.242Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
07:45:25 [2020-11-03T07:45:25.242Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
07:45:25 [2020-11-03T07:45:25.242Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
07:45:26 [2020-11-03T07:45:26.143Z] === RUN   TestDockerSuite/TestBuildEnvUsage
07:45:27 [2020-11-03T07:45:27.433Z] === RUN   TestPrepare
07:45:27 [2020-11-03T07:45:27.433Z] --- PASS: TestPrepare (0.00s)
07:45:27 [2020-11-03T07:45:27.433Z] === RUN   TestStart
07:45:27 [2020-11-03T07:45:27.433Z] --- PASS: TestStart (0.00s)
07:45:27 [2020-11-03T07:45:27.433Z] === RUN   TestWaitCancel
07:45:27 [2020-11-03T07:45:27.433Z] --- PASS: TestWaitCancel (0.00s)
07:45:27 [2020-11-03T07:45:27.433Z] === RUN   TestWaitDisabled
07:45:27 [2020-11-03T07:45:27.433Z] --- PASS: TestWaitDisabled (0.00s)
07:45:27 [2020-11-03T07:45:27.433Z] === RUN   TestWaitEnabled
07:45:27 [2020-11-03T07:45:27.433Z] --- PASS: TestWaitEnabled (0.00s)
07:45:27 [2020-11-03T07:45:27.433Z] === RUN   TestRemove
07:45:27 [2020-11-03T07:45:27.433Z] --- PASS: TestRemove (0.00s)
07:45:27 [2020-11-03T07:45:27.433Z] PASS
07:45:27 [2020-11-03T07:45:27.433Z] coverage: 65.3% of statements
07:45:27 [2020-11-03T07:45:27.433Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.302s	coverage: 65.3% of statements
07:45:27 [2020-11-03T07:45:27.533Z] --- PASS: TestDockerDaemonSuite (360.27s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.39s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.89s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.44s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.34s)
07:45:27 [2020-11-03T07:45:27.533Z]         docker_cli_daemon_test.go:1454: [db92f1e55a4d9] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d11845147902b] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.15s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.55s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [df48a88e8502f] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.39s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.97s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.30s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.35s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.39s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.45s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.39s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [ddbe87154c593] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [db5ccd7339d3f] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.56s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [dadb3d2e30520] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.50s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.55s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.68s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.62s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [da1e62611a287] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.09s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.20s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.79s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
07:45:27 [2020-11-03T07:45:27.533Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d81ca4761c693] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.41s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.58s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.50s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.86s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d41a3daca05b8] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.28s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d7491c5ed5098] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.25s)
07:45:27 [2020-11-03T07:45:27.533Z]         docker_cli_daemon_plugins_test.go:79: [dd75996b911d6] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.89s)
07:45:27 [2020-11-03T07:45:27.533Z]         docker_cli_daemon_plugins_test.go:169: [d4f90f6604cb9] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.80s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d5e96d6128e51] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.08s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.87s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.85s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.77s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.93s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.15s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.38s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.86s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [dfc3a7007677c] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.02s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.54s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.15s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.37s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.66s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.28s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d55125f385066] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.80s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.49s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.73s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.25s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.64s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.21s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
07:45:27 [2020-11-03T07:45:27.533Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d82a01ce71f49] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
07:45:27 [2020-11-03T07:45:27.533Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [df52faa593265] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.87s)
07:45:27 [2020-11-03T07:45:27.533Z]         check_test.go:309: [d8d72026542c0] daemon is not started
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.08s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.55s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.38s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (5.13s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.24s)
07:45:27 [2020-11-03T07:45:27.533Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.39s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.79s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.72s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d217315b14ea2] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.23s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.74s)
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_plugins_test.go:105: [dc0cdaa09d17d] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.99s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d60332401f0e5] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.58s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.68s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.16s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.25s)
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode private set from config
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from config
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode host set from config
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from config
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from config
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode private set from cli
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from cli
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode host set from cli
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from cli
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from cli
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d83853dbcd361] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.14s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d8a4b5b45897c] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.60s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.15s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d6636f71780e9] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.16s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.83s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.26s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d81146141fc0f] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.72s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.44s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.02s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.71s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d599e09abe3ee] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.92s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [d9d1f3e2cfb13] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.22s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.33s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.95s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.83s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.14s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.45s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.35s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.53s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.32s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.44s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.94s)
07:45:27 [2020-11-03T07:45:27.534Z]         docker_cli_daemon_test.go:2549: [dfdb9c02a91c1] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.78s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.87s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.74s)
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s)
07:45:27 [2020-11-03T07:45:27.534Z]         check_test.go:309: [dbbdbfb2bda02] daemon is not started
07:45:27 [2020-11-03T07:45:27.534Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.82s)
07:45:27 [2020-11-03T07:45:27.534Z] === RUN   TestDockerSwarmSuite
07:45:27 [2020-11-03T07:45:27.534Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestNewListSecretsFilters
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestNewListSecretsFilters (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestNewListConfigsFilters
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestNewListConfigsFilters (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] PASS
07:45:30 [2020-11-03T07:45:30.357Z] coverage: 0.5% of statements
07:45:30 [2020-11-03T07:45:30.357Z] ok  	github.com/docker/docker/daemon/cluster	0.879s	coverage: 0.5% of statements
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCContainerRuntime
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation/empty
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation/default
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation/process
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertFromGRPCIsolation
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertFromGRPCIsolation/default
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertFromGRPCIsolation/process
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
07:45:30 [2020-11-03T07:45:30.357Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCCredentialSpec
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
07:45:30 [2020-11-03T07:45:30.357Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCConfigs
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCConfigs/file
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCConfigs
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCConfigs/file
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
07:45:30 [2020-11-03T07:45:30.819Z] === RUN   TestServiceConvertToGRPCConfigs/none
07:45:30 [2020-11-03T07:45:30.819Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
07:45:30 [2020-11-03T07:45:30.819Z] PASS
07:45:30 [2020-11-03T07:45:30.819Z] coverage: 35.9% of statements
07:45:30 [2020-11-03T07:45:30.819Z] ok  	github.com/docker/docker/daemon/cluster/convert	1.080s	coverage: 35.9% of statements
07:45:30 [2020-11-03T07:45:30.842Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
07:45:34 [2020-11-03T07:45:34.152Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
07:45:34 [2020-11-03T07:45:34.152Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
07:45:35 [2020-11-03T07:45:35.531Z] === RUN   TestDiscoveryOptsErrors
07:45:35 [2020-11-03T07:45:35.531Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
07:45:35 [2020-11-03T07:45:35.531Z] === RUN   TestDiscoveryOpts
07:45:35 [2020-11-03T07:45:35.531Z] --- PASS: TestDiscoveryOpts (0.00s)
07:45:35 [2020-11-03T07:45:35.531Z] PASS
07:45:35 [2020-11-03T07:45:35.531Z] coverage: 30.0% of statements
07:45:35 [2020-11-03T07:45:35.531Z] ok  	github.com/docker/docker/daemon/discovery	0.174s	coverage: 30.0% of statements
07:45:36 [2020-11-03T07:45:36.114Z] --- PASS: TestServiceUpdateSecrets (15.29s)
07:45:36 [2020-11-03T07:45:36.114Z] === RUN   TestServiceUpdateConfigs
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestBuilderGC
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestBuilderGC (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationNotFound
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonBrokenConfiguration
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestParseClusterAdvertiseSettings
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestFindConfigurationConflicts
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestFindConfigurationConflicts (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeConflicts
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeConcurrent
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeConcurrentError
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestFindConfigurationConflictsWithMergedValues
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestValidateConfigurationErrors (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_label
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_dns
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_dns-search
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_max-download-attempts
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestValidateConfiguration/with_node_generic_resources
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestValidateConfiguration (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestModifiedDiscoverySettings
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestReloadSetConfigFileNotExist
07:45:36 [2020-11-03T07:45:36.507Z] time="2020-11-03T07:45:36Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestReloadDefaultConfigNotExist
07:45:36 [2020-11-03T07:45:36.507Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestReloadBadDefaultConfig
07:45:36 [2020-11-03T07:45:36.507Z] time="2020-11-03T07:45:36Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-984367603"
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestReloadWithConflictingLabels
07:45:36 [2020-11-03T07:45:36.507Z] time="2020-11-03T07:45:36Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-453202102"
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestReloadWithDuplicateLabels
07:45:36 [2020-11-03T07:45:36.507Z] time="2020-11-03T07:45:36Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-855867549"
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] === RUN   TestDaemonConfigurationMerge
07:45:36 [2020-11-03T07:45:36.507Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
07:45:36 [2020-11-03T07:45:36.507Z] PASS
07:45:36 [2020-11-03T07:45:36.507Z] coverage: 79.7% of statements
07:45:36 [2020-11-03T07:45:36.507Z] ok  	github.com/docker/docker/daemon/config	0.777s	coverage: 79.7% of statements
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestVerifyNetworkingConfig
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestGetContainer
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestGetContainer (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestValidContainerNames
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestValidContainerNames (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestContainerInitDNS
07:45:38 [2020-11-03T07:45:38.053Z] --- SKIP: TestContainerInitDNS (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z]     daemon_test.go:147: root required
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestMerge
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestMerge (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestValidateContainerIsolation
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestValidateContainerIsolation (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestFindNetworkErrorType
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestFindNetworkErrorType (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestEnsureServicesExist
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestEnsureServicesExist (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestEnsureServicesExistErrors
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestContainerDelete
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestContainerDelete (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestContainerDoubleDelete
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestContainerDoubleDelete (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestLogContainerEventCopyLabels
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestLogContainerEventWithAttributes
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestNoneHealthcheck
07:45:38 [2020-11-03T07:45:38.053Z] --- PASS: TestNoneHealthcheck (0.00s)
07:45:38 [2020-11-03T07:45:38.053Z] === RUN   TestHealthStates
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:37Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] time="2020-11-03T07:45:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestHealthStates (0.10s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestMaskURLCredentials
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestMaskURLCredentials (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestGetInspectData
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestGetInspectData (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestFillLicense
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestFillLicense (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestListInvalidFilter
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestListInvalidFilter (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestNameFilter
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestNameFilter (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestDaemonReloadLabels
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestDaemonReloadLabels (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestDaemonReloadMirrors
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestDaemonReloadMirrors (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestDaemonReloadInsecureRegistries
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestDaemonReloadNotAffectOthers
07:45:38 [2020-11-03T07:45:38.515Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
07:45:38 [2020-11-03T07:45:38.515Z] === RUN   TestDaemonDiscoveryReload
07:45:39 [2020-11-03T07:45:39.464Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestWaitNodeAttachment
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestEventsLog
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestEventsLog (0.00s)
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestEventsLogTimeout
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestEventsLogTimeout (0.00s)
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestLogEvents
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestLogEvents (0.05s)
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestLoadBufferedEvents
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestLoadBufferedEvents (0.11s)
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestLoadBufferedEventsOnlyFromPast
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
07:45:39 [2020-11-03T07:45:39.489Z] === RUN   TestIgnoreBufferedWhenNoTimes
07:45:39 [2020-11-03T07:45:39.489Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
07:45:39 [2020-11-03T07:45:39.489Z] PASS
07:45:39 [2020-11-03T07:45:39.489Z] coverage: 50.0% of statements
07:45:39 [2020-11-03T07:45:39.489Z] ok  	github.com/docker/docker/daemon/events	1.490s	coverage: 50.0% of statements
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestWaitNodeAttachment (0.40s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestIsolationConversion
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestIsolationConversion/default
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestIsolationConversion/process
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestIsolationConversion/hyperv
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestIsolationConversion (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestIsolationConversion/default (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestIsolationConversion/process (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestContainerLabels
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestContainerLabels (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestCredentialSpecConversion
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestCredentialSpecConversion/none
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestCredentialSpecConversion/config
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestCredentialSpecConversion/file
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestCredentialSpecConversion/registry
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestCredentialSpecConversion (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestControllerValidateMountBind
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestControllerValidateMountBind (0.01s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestControllerValidateMountVolume
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestControllerValidateMountVolume (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestControllerValidateMountTarget
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestControllerValidateMountTarget (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestControllerValidateMountTmpfs
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestControllerValidateMountInvalidType
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] === RUN   TestControllerValidateMountNamedPipe
07:45:39 [2020-11-03T07:45:39.952Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
07:45:39 [2020-11-03T07:45:39.952Z] PASS
07:45:39 [2020-11-03T07:45:39.952Z] coverage: 11.3% of statements
07:45:39 [2020-11-03T07:45:39.952Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	2.986s	coverage: 11.3% of statements
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s)
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
07:45:40 [2020-11-03T07:45:40.414Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
07:45:40 [2020-11-03T07:45:40.414Z]     reload_test.go:520: root required
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s)
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.05s)
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s)
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
07:45:40 [2020-11-03T07:45:40.414Z] === RUN   TestParseVolumesFrom
07:45:40 [2020-11-03T07:45:40.414Z] --- PASS: TestParseVolumesFrom (0.00s)
07:45:40 [2020-11-03T07:45:40.414Z] PASS
07:45:40 [2020-11-03T07:45:40.414Z] coverage: 9.1% of statements
07:45:40 [2020-11-03T07:45:40.414Z] ok  	github.com/docker/docker/daemon	3.831s	coverage: 9.1% of statements
07:45:40 [2020-11-03T07:45:40.414Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
07:45:40 [2020-11-03T07:45:40.414Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
07:45:40 [2020-11-03T07:45:40.414Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
07:45:40 [2020-11-03T07:45:40.414Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
07:45:41 [2020-11-03T07:45:41.389Z] === RUN   TestLinkNaming
07:45:41 [2020-11-03T07:45:41.389Z] --- PASS: TestLinkNaming (0.00s)
07:45:41 [2020-11-03T07:45:41.389Z] === RUN   TestLinkNew
07:45:41 [2020-11-03T07:45:41.389Z] --- PASS: TestLinkNew (0.00s)
07:45:41 [2020-11-03T07:45:41.389Z] === RUN   TestLinkEnv
07:45:41 [2020-11-03T07:45:41.389Z] --- PASS: TestLinkEnv (0.00s)
07:45:41 [2020-11-03T07:45:41.389Z] === RUN   TestLinkMultipleEnv
07:45:41 [2020-11-03T07:45:41.389Z] --- PASS: TestLinkMultipleEnv (0.00s)
07:45:41 [2020-11-03T07:45:41.389Z] === RUN   TestLinkPortRangeEnv
07:45:41 [2020-11-03T07:45:41.389Z] --- PASS: TestLinkPortRangeEnv (0.00s)
07:45:41 [2020-11-03T07:45:41.389Z] PASS
07:45:41 [2020-11-03T07:45:41.389Z] coverage: 93.0% of statements
07:45:41 [2020-11-03T07:45:41.389Z] ok  	github.com/docker/docker/daemon/links	0.043s	coverage: 93.0% of statements
07:45:41 [2020-11-03T07:45:41.894Z] === RUN   TestIsEmptyDir
07:45:41 [2020-11-03T07:45:41.894Z] --- PASS: TestIsEmptyDir (0.00s)
07:45:41 [2020-11-03T07:45:41.894Z] PASS
07:45:41 [2020-11-03T07:45:41.894Z] coverage: 2.3% of statements
07:45:41 [2020-11-03T07:45:41.894Z] ok  	github.com/docker/docker/daemon/graphdriver	0.266s	coverage: 2.3% of statements
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
07:45:41 [2020-11-03T07:45:41.894Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
07:45:44 [2020-11-03T07:45:44.086Z] === RUN   TestAdapterReadLogs
07:45:44 [2020-11-03T07:45:44.086Z] --- PASS: TestAdapterReadLogs (0.00s)
07:45:44 [2020-11-03T07:45:44.086Z] === RUN   TestCopier
07:45:44 [2020-11-03T07:45:44.086Z] --- PASS: TestCopier (0.00s)
07:45:44 [2020-11-03T07:45:44.086Z] === RUN   TestCopierLongLines
07:45:44 [2020-11-03T07:45:44.086Z] --- PASS: TestCopierLongLines (0.00s)
07:45:44 [2020-11-03T07:45:44.086Z] === RUN   TestCopierSlow
07:45:44 [2020-11-03T07:45:44.086Z] --- PASS: TestCopierSlow (0.31s)
07:45:44 [2020-11-03T07:45:44.086Z] === RUN   TestCopierWithSized
07:45:44 [2020-11-03T07:45:44.086Z] --- PASS: TestCopierWithSized (0.00s)
07:45:44 [2020-11-03T07:45:44.086Z] === RUN   TestCopierWithPartial
07:45:44 [2020-11-03T07:45:44.086Z] --- PASS: TestCopierWithPartial (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestRingLogger
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestRingLogger (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestRingCap
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestRingCap (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestRingClose
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestRingClose (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestRingDrain
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestRingDrain (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] PASS
07:45:44 [2020-11-03T07:45:44.548Z] coverage: 41.2% of statements
07:45:44 [2020-11-03T07:45:44.548Z] ok  	github.com/docker/docker/daemon/logger	0.502s	coverage: 41.2% of statements
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/defaults
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/invalid_create_group
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/invalid_flush_interval
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/flush_interval_at_15
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestNewStreamConfig (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewAWSLogsClientUserAgentHandler
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestNewAWSLogsClientRegionDetect
07:45:44 [2020-11-03T07:45:44.548Z] time="2020-11-03T07:45:44Z" level=info msg="Trying to get region from EC2 Metadata"
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCreateSuccess
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCreateSuccess (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCreateLogGroupSuccess
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCreateError
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCreateError (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCreateAlreadyExists
07:45:44 [2020-11-03T07:45:44.548Z] time="2020-11-03T07:45:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCreateAlreadyExists (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestLogClosed
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestLogClosed (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestLogBlocking
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestLogBlocking (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestLogNonBlockingBufferEmpty
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestLogNonBlockingBufferFull
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestPublishBatchSuccess
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestPublishBatchSuccess (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestPublishBatchError
07:45:44 [2020-11-03T07:45:44.548Z] time="2020-11-03T07:45:44Z" level=error msg=Error
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestPublishBatchError (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestPublishBatchInvalidSeqSuccess
07:45:44 [2020-11-03T07:45:44.548Z] time="2020-11-03T07:45:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestPublishBatchAlreadyAccepted
07:45:44 [2020-11-03T07:45:44.548Z] time="2020-11-03T07:45:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
07:45:44 [2020-11-03T07:45:44.548Z] time="2020-11-03T07:45:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchSimple
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchSimple (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchTicker
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchTicker (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchMultilinePattern
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestCollectBatchClose
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestCollectBatchClose (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen/0/Hello
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen/2/🙃
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen/3/����
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen/4/He��o
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestEffectiveLen/5/
07:45:44 [2020-11-03T07:45:44.548Z] --- PASS: TestEffectiveLen (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestFindValidSplit
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestFindValidSplit/0/
07:45:44 [2020-11-03T07:45:44.548Z] === RUN   TestFindValidSplit/1/Hello
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestFindValidSplit/2/Hello
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestFindValidSplit/3/Hello
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestFindValidSplit/4/🙃
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestFindValidSplit/5/🙃
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestFindValidSplit/6/a�
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestFindValidSplit/7/a�
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestFindValidSplit (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: 
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: 
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: Hello
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: 
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: He
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: llo
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: 
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: Hello
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: 
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: 🙃
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: 🙃
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: 
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: a
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: �
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1044: a�
07:45:45 [2020-11-03T07:45:45.011Z]         cloudwatchlogs_test.go:1045: 
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestProcessEventEmoji
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestProcessEventEmoji (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCollectBatchLineSplit
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCollectBatchLineSplit (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCollectBatchLineSplitWithBinary
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCollectBatchMaxEvents
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCollectBatchMaxTotalBytes
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCollectBatchWithDuplicateTimestamps
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsMultilinePattern
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestCreateTagSuccess
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestCreateTagSuccess (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] PASS
07:45:45 [2020-11-03T07:45:45.011Z] coverage: 77.8% of statements
07:45:45 [2020-11-03T07:45:45.011Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.537s	coverage: 77.8% of statements
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestSearchRegistryForImagesErrors
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] === RUN   TestSearchRegistryForImages
07:45:45 [2020-11-03T07:45:45.011Z] --- PASS: TestSearchRegistryForImages (0.00s)
07:45:45 [2020-11-03T07:45:45.011Z] PASS
07:45:45 [2020-11-03T07:45:45.011Z] coverage: 4.9% of statements
07:45:45 [2020-11-03T07:45:45.011Z] ok  	github.com/docker/docker/daemon/images	0.351s	coverage: 4.9% of statements
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
07:45:45 [2020-11-03T07:45:45.011Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestJSONFileLogger
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestJSONFileLogger (0.00s)
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestJSONFileLoggerWithTags
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestJSONFileLoggerWithOpts
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestJSONFileLoggerWithLabelsEnv
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestEncodeDecode
07:45:45 [2020-11-03T07:45:45.986Z] === PAUSE TestEncodeDecode
07:45:45 [2020-11-03T07:45:45.986Z] === CONT  TestEncodeDecode
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestEncodeDecode (0.12s)
07:45:45 [2020-11-03T07:45:45.986Z] PASS
07:45:45 [2020-11-03T07:45:45.986Z] coverage: 61.6% of statements
07:45:45 [2020-11-03T07:45:45.986Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.469s	coverage: 61.6% of statements
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestJSONLogsMarshalJSONBuf
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s)
07:45:45 [2020-11-03T07:45:45.986Z] === RUN   TestFastTimeMarshalJSON
07:45:45 [2020-11-03T07:45:45.986Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
07:45:45 [2020-11-03T07:45:45.986Z] PASS
07:45:45 [2020-11-03T07:45:45.986Z] coverage: 87.2% of statements
07:45:45 [2020-11-03T07:45:45.986Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.236s	coverage: 87.2% of statements
07:45:47 [2020-11-03T07:45:47.532Z] === RUN   TestWriteLog
07:45:47 [2020-11-03T07:45:47.532Z] === PAUSE TestWriteLog
07:45:47 [2020-11-03T07:45:47.532Z] === RUN   TestReadLog
07:45:47 [2020-11-03T07:45:47.532Z] === PAUSE TestReadLog
07:45:47 [2020-11-03T07:45:47.532Z] === CONT  TestWriteLog
07:45:47 [2020-11-03T07:45:47.532Z] --- PASS: TestWriteLog (0.00s)
07:45:47 [2020-11-03T07:45:47.532Z] === CONT  TestReadLog
07:45:47 [2020-11-03T07:45:47.532Z] === RUN   TestReadLog/tail_exact
07:45:47 [2020-11-03T07:45:47.532Z] === RUN   TestReadLog/tail_less_than_available
07:45:47 [2020-11-03T07:45:47.532Z] === RUN   TestReadLog/tail_more_than_available
07:45:47 [2020-11-03T07:45:47.532Z] --- PASS: TestReadLog (0.14s)
07:45:47 [2020-11-03T07:45:47.532Z]     --- PASS: TestReadLog/tail_exact (0.12s)
07:45:47 [2020-11-03T07:45:47.532Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
07:45:47 [2020-11-03T07:45:47.532Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
07:45:47 [2020-11-03T07:45:47.532Z] PASS
07:45:47 [2020-11-03T07:45:47.532Z] coverage: 75.2% of statements
07:45:47 [2020-11-03T07:45:47.532Z] ok  	github.com/docker/docker/daemon/logger/local	0.364s	coverage: 75.2% of statements
07:45:47 [2020-11-03T07:45:47.532Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestOpenFileDelete
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestOpenFileDelete (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestOpenFileRename
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestOpenFileRename (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestParseLogTagDefaultTag
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestParseLogTag
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestParseLogTag (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestParseLogTagEmptyTag
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestTailFiles
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestTailFiles (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestFollowLogsConsumerGone
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestFollowLogsProducerGone
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestFollowLogsProducerGone (0.00s)
07:45:47 [2020-11-03T07:45:47.995Z]     logfile_test.go:226: messages sent: 4098, received: 4098
07:45:47 [2020-11-03T07:45:47.995Z]     logfile_test.go:173: logDecode() closed after sending 4098 messages
07:45:47 [2020-11-03T07:45:47.995Z] === RUN   TestCheckCapacityAndRotate
07:45:47 [2020-11-03T07:45:47.995Z] --- PASS: TestCheckCapacityAndRotate (0.02s)
07:45:47 [2020-11-03T07:45:47.995Z] PASS
07:45:47 [2020-11-03T07:45:47.995Z] coverage: 35.9% of statements
07:45:47 [2020-11-03T07:45:47.995Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.181s	coverage: 35.9% of statements
07:45:49 [2020-11-03T07:45:49.026Z] === RUN   TestLog
07:45:49 [2020-11-03T07:45:49.026Z] --- PASS: TestLog (0.01s)
07:45:49 [2020-11-03T07:45:49.026Z] PASS
07:45:49 [2020-11-03T07:45:49.026Z] coverage: 33.3% of statements
07:45:49 [2020-11-03T07:45:49.026Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.341s	coverage: 33.3% of statements
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestValidateLogOpt
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestValidateLogOpt (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestNewMissedConfig
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestNewMissedConfig (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestNewMissedUrl
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestNewMissedUrl (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestNewMissedToken
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestNewMissedToken (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestNewWithProxy
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestNewWithProxy (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestDefault
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestDefault (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestInlineFormatWithNonDefaultOptions
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestJsonFormat
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestJsonFormat (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestRawFormat
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestRawFormat (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestRawFormatWithLabels
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestRawFormatWithLabels (0.03s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestRawFormatWithoutTag
07:45:49 [2020-11-03T07:45:49.491Z] --- PASS: TestRawFormatWithoutTag (0.00s)
07:45:49 [2020-11-03T07:45:49.491Z] === RUN   TestBatching
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestNewParse
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestNewParse (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] PASS
07:45:49 [2020-11-03T07:45:49.954Z] coverage: 8.3% of statements
07:45:49 [2020-11-03T07:45:49.954Z] ok  	github.com/docker/docker/daemon/logger/templates	0.320s	coverage: 8.3% of statements
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestBatching (0.40s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestFrequency
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestParseLogFormat
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestParseLogFormat (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestValidateLogOptEmpty
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestValidateLogOptEmpty (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestValidateSyslogAddress
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestValidateSyslogAddress (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestParseAddressDefaultPort
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestParseAddressDefaultPort (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestValidateSyslogFacility
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestValidateSyslogFacility (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestValidateLogOptSyslogFormat
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestValidateLogOpt
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestValidateLogOpt (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] PASS
07:45:49 [2020-11-03T07:45:49.954Z] coverage: 46.8% of statements
07:45:49 [2020-11-03T07:45:49.954Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.178s	coverage: 46.8% of statements
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestFrequency (0.18s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestOneMessagePerRequest
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestOneMessagePerRequest (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestVerify
07:45:49 [2020-11-03T07:45:49.954Z] --- PASS: TestVerify (0.00s)
07:45:49 [2020-11-03T07:45:49.954Z] === RUN   TestSkipVerify
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] --- PASS: TestSkipVerify (0.58s)
07:45:50 [2020-11-03T07:45:50.450Z] === RUN   TestBufferMaximum
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.377838\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.377838\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] --- PASS: TestBufferMaximum (0.00s)
07:45:50 [2020-11-03T07:45:50.450Z] === RUN   TestServerAlwaysDown
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.380835\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.380835\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.380835\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.381834\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] time="2020-11-03T07:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604389550.381834\",\"host\":\"f006aaa3c761\"}'"
07:45:50 [2020-11-03T07:45:50.450Z] --- PASS: TestServerAlwaysDown (0.00s)
07:45:50 [2020-11-03T07:45:50.450Z] === RUN   TestCannotSendAfterClose
07:45:50 [2020-11-03T07:45:50.450Z] --- PASS: TestCannotSendAfterClose (0.00s)
07:45:50 [2020-11-03T07:45:50.450Z] === RUN   TestDeadlockOnBlockedEndpoint
07:45:51 [2020-11-03T07:45:51.996Z] time="2020-11-03T07:45:51Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
07:45:51 [2020-11-03T07:45:51.996Z] time="2020-11-03T07:45:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"f006aaa3c761\"}'"
07:45:51 [2020-11-03T07:45:51.996Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.05s)
07:45:51 [2020-11-03T07:45:51.996Z] PASS
07:45:51 [2020-11-03T07:45:51.996Z] coverage: 82.5% of statements
07:45:51 [2020-11-03T07:45:51.996Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.448s	coverage: 82.5% of statements
07:45:51 [2020-11-03T07:45:51.996Z] ?   	github.com/docker/docker/daemon/names	[no test files]
07:45:51 [2020-11-03T07:45:51.996Z] ?   	github.com/docker/docker/daemon/network	[no test files]
07:45:51 [2020-11-03T07:45:51.996Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestContinueOnError_NonMirrorEndpoint
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestContinueOnError_MirrorEndpoint
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestContinueOnError_NeverContinue
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestContinueOnError_UnnestsErrors
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestFixManifestLayers
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestFixManifestLayers (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestFixManifestLayersBaseLayerParent
07:45:52 [2020-11-03T07:45:52.459Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z]     pull_v2_test.go:73: Needs fixing on Windows
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestFixManifestLayersBadParent
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestValidateManifest
07:45:52 [2020-11-03T07:45:52.459Z] --- SKIP: TestValidateManifest (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z]     pull_v2_test.go:118: Needs fixing on Windows
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestFormatPlatform
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestFormatPlatform (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestGetRepositoryMountCandidates
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestLayerAlreadyExists
07:45:52 [2020-11-03T07:45:52.459Z] --- PASS: TestLayerAlreadyExists (0.00s)
07:45:52 [2020-11-03T07:45:52.459Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
07:45:52 [2020-11-03T07:45:52.459Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
07:45:52 [2020-11-03T07:45:52.459Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
07:45:52 [2020-11-03T07:45:52.459Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
07:45:52 [2020-11-03T07:45:52.459Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
07:45:52 [2020-11-03T07:45:52.459Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
07:45:52 [2020-11-03T07:45:52.459Z] === RUN   TestWhenEmptyAuthConfig
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestV1IDService
07:45:52 [2020-11-03T07:45:52.922Z] --- PASS: TestV1IDService (0.21s)
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestV2MetadataService
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestSuccessfulDownload
07:45:52 [2020-11-03T07:45:52.922Z] --- SKIP: TestSuccessfulDownload (0.00s)
07:45:52 [2020-11-03T07:45:52.922Z]     download_test.go:268: Needs fixing on Windows
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestCancelledDownload
07:45:52 [2020-11-03T07:45:52.922Z] --- PASS: TestCancelledDownload (0.00s)
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestMaxDownloadAttempts
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
07:45:52 [2020-11-03T07:45:52.922Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
07:45:53 [2020-11-03T07:45:53.385Z] time="2020-11-03T07:45:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
07:45:53 [2020-11-03T07:45:53.385Z] time="2020-11-03T07:45:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
07:45:53 [2020-11-03T07:45:53.385Z] time="2020-11-03T07:45:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
07:45:53 [2020-11-03T07:45:53.385Z] time="2020-11-03T07:45:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
07:45:53 [2020-11-03T07:45:53.385Z] --- PASS: TestMaxDownloadAttempts (0.00s)
07:45:53 [2020-11-03T07:45:53.385Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s)
07:45:53 [2020-11-03T07:45:53.385Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s)
07:45:53 [2020-11-03T07:45:53.385Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s)
07:45:53 [2020-11-03T07:45:53.385Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s)
07:45:53 [2020-11-03T07:45:53.385Z] === RUN   TestTransfer
07:45:53 [2020-11-03T07:45:53.385Z] --- PASS: TestTransfer (0.12s)
07:45:53 [2020-11-03T07:45:53.385Z] === RUN   TestConcurrencyLimit
07:45:53 [2020-11-03T07:45:53.847Z] --- PASS: TestV2MetadataService (0.77s)
07:45:53 [2020-11-03T07:45:53.847Z] PASS
07:45:53 [2020-11-03T07:45:53.847Z] coverage: 48.2% of statements
07:45:53 [2020-11-03T07:45:53.847Z] ok  	github.com/docker/docker/distribution/metadata	1.300s	coverage: 48.2% of statements
07:45:53 [2020-11-03T07:45:53.847Z] --- PASS: TestWhenEmptyAuthConfig (1.21s)
07:45:53 [2020-11-03T07:45:53.847Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
07:45:53 [2020-11-03T07:45:53.847Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
07:45:53 [2020-11-03T07:45:53.847Z] === RUN   TestTokenPassThru
07:45:53 [2020-11-03T07:45:53.847Z] --- PASS: TestTokenPassThru (0.00s)
07:45:53 [2020-11-03T07:45:53.847Z] === RUN   TestTokenPassThruDifferentHost
07:45:53 [2020-11-03T07:45:53.847Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
07:45:53 [2020-11-03T07:45:53.847Z] PASS
07:45:53 [2020-11-03T07:45:53.847Z] coverage: 20.1% of statements
07:45:53 [2020-11-03T07:45:53.847Z] ok  	github.com/docker/docker/distribution	1.598s	coverage: 20.1% of statements
07:45:53 [2020-11-03T07:45:53.847Z] --- PASS: TestConcurrencyLimit (0.38s)
07:45:53 [2020-11-03T07:45:53.847Z] === RUN   TestInactiveJobs
07:45:53 [2020-11-03T07:45:53.847Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
07:45:54 [2020-11-03T07:45:54.224Z] --- PASS: TestServiceUpdateConfigs (15.47s)
07:45:54 [2020-11-03T07:45:54.224Z] === RUN   TestServiceUpdateNetwork
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestInactiveJobs (0.45s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestWatchRelease
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestWatchRelease (0.04s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestWatchFinishedTransfer
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestWatchFinishedTransfer (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestDuplicateTransfer
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestDuplicateTransfer (0.04s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestSuccessfulUpload
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestNotFound
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestNotFound (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestConflict
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestConflict (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestForbidden
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestForbidden (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestInvalidParameter
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestInvalidParameter (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestNotImplemented
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestNotImplemented (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestNotModified
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestNotModified (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestUnauthorized
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestUnauthorized (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestUnknown
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestUnknown (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestCancelled
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestCancelled (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestDeadline
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestDeadline (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestDataLoss
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestDataLoss (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestUnavailable
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestUnavailable (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestSystem
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestSystem (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Not_Found
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Bad_Request
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Conflict
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Unauthorized
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Service_Unavailable
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Forbidden
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Not_Modified
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Not_Implemented
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Internal_Server_Error
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
07:45:54 [2020-11-03T07:45:54.309Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
07:45:54 [2020-11-03T07:45:54.309Z] --- PASS: TestFromStatusCode (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
07:45:54 [2020-11-03T07:45:54.309Z] PASS
07:45:54 [2020-11-03T07:45:54.309Z] coverage: 49.4% of statements
07:45:54 [2020-11-03T07:45:54.309Z] ok  	github.com/docker/docker/errdefs	0.122s	coverage: 49.4% of statements
07:45:54 [2020-11-03T07:45:54.390Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
07:45:54 [2020-11-03T07:45:54.390Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
07:45:54 [2020-11-03T07:45:54.390Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
07:45:54 [2020-11-03T07:45:54.772Z] time="2020-11-03T07:45:54Z" level=error msg="Upload failed, retrying: simulating retry"
07:45:54 [2020-11-03T07:45:54.772Z] --- PASS: TestSuccessfulUpload (0.52s)
07:45:54 [2020-11-03T07:45:54.772Z] === RUN   TestCancelledUpload
07:45:54 [2020-11-03T07:45:54.772Z] --- PASS: TestCancelledUpload (0.00s)
07:45:54 [2020-11-03T07:45:54.772Z] PASS
07:45:54 [2020-11-03T07:45:54.772Z] coverage: 77.3% of statements
07:45:54 [2020-11-03T07:45:54.772Z] ok  	github.com/docker/docker/distribution/xfer	2.310s	coverage: 77.3% of statements
07:45:54 [2020-11-03T07:45:54.772Z] ?   	github.com/docker/docker/dockerversion	[no test files]
07:45:55 [2020-11-03T07:45:55.746Z] === RUN   TestCompare
07:45:55 [2020-11-03T07:45:55.746Z] --- PASS: TestCompare (0.00s)
07:45:55 [2020-11-03T07:45:55.746Z] PASS
07:45:55 [2020-11-03T07:45:55.746Z] coverage: 19.2% of statements
07:45:55 [2020-11-03T07:45:55.746Z] ok  	github.com/docker/docker/image/cache	0.185s	coverage: 19.2% of statements
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSGetInvalidData
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSGetInvalidData (0.02s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSInvalidSet
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSInvalidSet (0.02s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSInvalidRoot
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSInvalidRoot (0.01s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSMetadataGetSet
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSMetadataGetSet (0.05s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSInvalidWalker
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSInvalidWalker (0.01s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSGetSet
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSGetSet (0.04s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSGetUnsetKey
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSGetUnsetKey (0.00s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSGetEmptyData
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSGetEmptyData (0.00s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSDelete
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSDelete (0.01s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSWalker
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSWalker (0.01s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestFSWalkerStopOnError
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestFSWalkerStopOnError (0.03s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestNewFromJSON
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestNewFromJSON (0.00s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestNewFromJSONWithInvalidJSON
07:45:56 [2020-11-03T07:45:56.208Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
07:45:56 [2020-11-03T07:45:56.208Z] === RUN   TestMarshalKeyOrder
07:45:56 [2020-11-03T07:45:56.308Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestMarshalKeyOrder (0.00s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestImage
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestImage (0.00s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestImageOSNotEmpty
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestImageOSNotEmpty (0.00s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestNewChildImageFromImageWithRootFS
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestRestore
07:45:56 [2020-11-03T07:45:56.672Z] time="2020-11-03T07:45:56Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestRestore (0.33s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestAddDelete
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestAddDelete (0.11s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestSearchAfterDelete
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestSearchAfterDelete (0.01s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestParentReset
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestMakeV1ConfigFromConfig
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
07:45:56 [2020-11-03T07:45:56.672Z] PASS
07:45:56 [2020-11-03T07:45:56.672Z] coverage: 25.0% of statements
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestParentReset (0.04s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestGetAndSetLastUpdated
07:45:56 [2020-11-03T07:45:56.672Z] ok  	github.com/docker/docker/image/v1	0.190s	coverage: 25.0% of statements
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestGetAndSetLastUpdated (0.01s)
07:45:56 [2020-11-03T07:45:56.672Z] === RUN   TestStoreLen
07:45:56 [2020-11-03T07:45:56.672Z] --- PASS: TestStoreLen (0.07s)
07:45:56 [2020-11-03T07:45:56.672Z] PASS
07:45:56 [2020-11-03T07:45:56.672Z] coverage: 86.4% of statements
07:45:56 [2020-11-03T07:45:56.672Z] ok  	github.com/docker/docker/image	0.996s	coverage: 86.4% of statements
07:45:57 [2020-11-03T07:45:57.134Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
07:45:57 [2020-11-03T07:45:57.134Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
07:45:58 [2020-11-03T07:45:58.680Z] === RUN   TestSerialization
07:45:58 [2020-11-03T07:45:58.681Z] --- PASS: TestSerialization (0.02s)
07:45:58 [2020-11-03T07:45:58.681Z] PASS
07:45:58 [2020-11-03T07:45:58.681Z] coverage: 100.0% of statements
07:45:58 [2020-11-03T07:45:58.681Z] ok  	github.com/docker/docker/libcontainerd/queue	0.174s	coverage: 100.0% of statements
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestEmptyLayer
07:45:58 [2020-11-03T07:45:58.681Z] --- PASS: TestEmptyLayer (0.00s)
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestCommitFailure
07:45:58 [2020-11-03T07:45:58.681Z] --- PASS: TestCommitFailure (0.01s)
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestStartTransactionFailure
07:45:58 [2020-11-03T07:45:58.681Z] --- PASS: TestStartTransactionFailure (0.00s)
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestGetOrphan
07:45:58 [2020-11-03T07:45:58.681Z] --- PASS: TestGetOrphan (0.01s)
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestMountAndRegister
07:45:58 [2020-11-03T07:45:58.681Z] --- PASS: TestMountAndRegister (0.06s)
07:45:58 [2020-11-03T07:45:58.681Z]     layer_test.go:271: Layer size: 14
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestLayerRelease
07:45:58 [2020-11-03T07:45:58.681Z] --- SKIP: TestLayerRelease (0.00s)
07:45:58 [2020-11-03T07:45:58.681Z]     layer_test.go:304: Failing on Windows
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestStoreRestore
07:45:58 [2020-11-03T07:45:58.681Z] --- SKIP: TestStoreRestore (0.00s)
07:45:58 [2020-11-03T07:45:58.681Z]     layer_test.go:353: Failing on Windows
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestTarStreamStability
07:45:58 [2020-11-03T07:45:58.681Z] --- SKIP: TestTarStreamStability (0.00s)
07:45:58 [2020-11-03T07:45:58.681Z]     layer_test.go:468: Failing on Windows
07:45:58 [2020-11-03T07:45:58.681Z] === RUN   TestRegisterExistingLayer
07:45:59 [2020-11-03T07:45:59.145Z] --- PASS: TestRegisterExistingLayer (0.12s)
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestTarStreamVerification
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestTarStreamVerification (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     layer_test.go:697: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestLayerMigration
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestLayerMigration (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     migration_test.go:46: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestLayerMigrationNoTarsplit
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     migration_test.go:182: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestMountInit
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestMountInit (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     mount_test.go:17: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestMountSize
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestMountSize (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     mount_test.go:76: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestMountChanges
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestMountChanges (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     mount_test.go:125: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestMountApply
07:45:59 [2020-11-03T07:45:59.145Z] --- SKIP: TestMountApply (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z]     mount_test.go:212: Failing on Windows
07:45:59 [2020-11-03T07:45:59.145Z] PASS
07:45:59 [2020-11-03T07:45:59.145Z] coverage: 30.1% of statements
07:45:59 [2020-11-03T07:45:59.145Z] ok  	github.com/docker/docker/layer	0.430s	coverage: 30.1% of statements
07:45:59 [2020-11-03T07:45:59.145Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
07:45:59 [2020-11-03T07:45:59.145Z] === RUN   TestEnvironmentParsing
07:45:59 [2020-11-03T07:45:59.145Z] --- PASS: TestEnvironmentParsing (0.00s)
07:45:59 [2020-11-03T07:45:59.145Z] PASS
07:45:59 [2020-11-03T07:45:59.145Z] coverage: 1.0% of statements
07:45:59 [2020-11-03T07:45:59.145Z] ok  	github.com/docker/docker/libcontainerd/local	0.377s	coverage: 1.0% of statements
07:45:59 [2020-11-03T07:45:59.612Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
07:45:59 [2020-11-03T07:45:59.612Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
07:45:59 [2020-11-03T07:45:59.612Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
07:45:59 [2020-11-03T07:45:59.612Z] ?   	github.com/docker/docker/oci	[no test files]
07:45:59 [2020-11-03T07:45:59.612Z] ?   	github.com/docker/docker/oci/caps	[no test files]
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestAddressPoolOpt
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestAddressPoolOpt (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/a
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/something
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/_=a
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/env1=value1
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/_env1=value1
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/env2=value2=value3
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/env3=abc!qwe
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/env_4=value_4
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/PATH
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/=a
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/PATH=
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/PATH=something
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/asd!qwe
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/1asd
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/123
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/some_space
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/__some_space_before
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/some_space_after__
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/=
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateEnv/PaTh
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestValidateEnv (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/a (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/something (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/_=a (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/PATH (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/=a (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/1asd (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/123 (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/some_space (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/= (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestParseHost
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestParseHost (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestParseDockerDaemonHost
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestParseDockerDaemonHost (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestParseTCP
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestParseTCP (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestParseInvalidUnixAddrInvalid
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateExtraHosts
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestValidateExtraHosts (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestIpOptString
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestIpOptString (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestNewIpOptInvalidDefaultVal
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestNewIpOptValidDefaultVal
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestIpOptSetInvalidVal
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateIPAddress
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestValidateIPAddress (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestMapOpts
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestMapOpts (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestListOptsWithoutValidator
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestListOptsWithoutValidator (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestListOptsWithValidator
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestListOptsWithValidator (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateDNSSearch
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestValidateDNSSearch (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_general_format
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_more_than_one_=
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_one_more
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestValidateLabel (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestNamedListOpts
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestNamedListOpts (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestNamedMapOpts
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestNamedMapOpts (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestParseLink
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestParseLink (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestQuotedStringSetWithQuotes
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestQuotedStringSetWithNoQuotes
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] === RUN   TestUlimitOpt
07:45:59 [2020-11-03T07:45:59.612Z] --- PASS: TestUlimitOpt (0.00s)
07:45:59 [2020-11-03T07:45:59.612Z] PASS
07:45:59 [2020-11-03T07:45:59.612Z] coverage: 67.1% of statements
07:45:59 [2020-11-03T07:45:59.612Z] ok  	github.com/docker/docker/opts	0.120s	coverage: 67.1% of statements
07:46:00 [2020-11-03T07:46:00.074Z] === RUN   TestParseVersion
07:46:00 [2020-11-03T07:46:00.074Z] --- PASS: TestParseVersion (0.00s)
07:46:00 [2020-11-03T07:46:00.074Z] PASS
07:46:00 [2020-11-03T07:46:00.074Z] coverage: 52.9% of statements
07:46:00 [2020-11-03T07:46:00.074Z] ok  	github.com/docker/docker/pkg/aaparser	0.042s	coverage: 52.9% of statements
07:46:01 [2020-11-03T07:46:01.050Z] === RUN   TestUnbuffered
07:46:01 [2020-11-03T07:46:01.050Z] --- PASS: TestUnbuffered (0.00s)
07:46:01 [2020-11-03T07:46:01.050Z] === RUN   TestRaceUnbuffered
07:46:01 [2020-11-03T07:46:01.050Z] --- PASS: TestRaceUnbuffered (0.00s)
07:46:01 [2020-11-03T07:46:01.050Z] PASS
07:46:01 [2020-11-03T07:46:01.050Z] coverage: 100.0% of statements
07:46:01 [2020-11-03T07:46:01.050Z] ok  	github.com/docker/docker/pkg/broadcaster	0.120s	coverage: 100.0% of statements
07:46:01 [2020-11-03T07:46:01.512Z] === RUN   TestPeerCertificateMarshalJSON
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[foo]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[bar]_[foo]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[foo_bar]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[qux]_[foo]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[]#01
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[qux]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[foo_bar_qux]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[qux]_[baz]]
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMatch/[[foo_baz]]
07:46:01 [2020-11-03T07:46:01.975Z] --- PASS: TestMatch (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[foo]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[]#01 (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[qux]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z] PASS
07:46:01 [2020-11-03T07:46:01.975Z] coverage: 87.5% of statements
07:46:01 [2020-11-03T07:46:01.975Z] ok  	github.com/docker/docker/pkg/capabilities	0.035s	coverage: 87.5% of statements
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
07:46:01 [2020-11-03T07:46:01.975Z] --- PASS: TestPeerCertificateMarshalJSON (0.28s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestMiddleware
07:46:01 [2020-11-03T07:46:01.975Z] --- PASS: TestMiddleware (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z] === RUN   TestNewResponseModifier
07:46:01 [2020-11-03T07:46:01.975Z] --- PASS: TestNewResponseModifier (0.00s)
07:46:01 [2020-11-03T07:46:01.975Z] PASS
07:46:01 [2020-11-03T07:46:01.975Z] coverage: 26.8% of statements
07:46:01 [2020-11-03T07:46:01.975Z] ok  	github.com/docker/docker/pkg/authorization	0.473s	coverage: 26.8% of statements
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestIsArchivePathDir
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootTarUntar
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootTarUntar (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootUntarWithHugeExcludesList
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootUntarEmptyArchive
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootTarUntarWithSymlink
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootCopyWithTar
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootCopyWithTar (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootCopyFileWithTar
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootUntarPath
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootUntarPath (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestChrootApplyDotDotFile
07:46:02 [2020-11-03T07:46:02.949Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
07:46:02 [2020-11-03T07:46:02.949Z] PASS
07:46:02 [2020-11-03T07:46:02.949Z] coverage: 15.4% of statements
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestIsArchivePathDir (0.10s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestIsArchivePathInvalidFile
07:46:02 [2020-11-03T07:46:02.949Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.118s	coverage: 15.4% of statements
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeEmpty
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeEmpty (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeEmptyFile
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeEmptyFile (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeNonemptyFile
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeNonemptyFile (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeNestedDirectoryEmpty
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestMoveToSubdir
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestMoveToSubdir (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] === RUN   TestSizeNonExistingDirectory
07:46:02 [2020-11-03T07:46:02.949Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
07:46:02 [2020-11-03T07:46:02.949Z] PASS
07:46:02 [2020-11-03T07:46:02.949Z] coverage: 80.0% of statements
07:46:02 [2020-11-03T07:46:02.949Z] ok  	github.com/docker/docker/pkg/directory	0.066s	coverage: 80.0% of statements
07:46:03 [2020-11-03T07:46:03.412Z] --- PASS: TestIsArchivePathInvalidFile (0.12s)
07:46:03 [2020-11-03T07:46:03.412Z] === RUN   TestIsArchivePathTar
07:46:03 [2020-11-03T07:46:03.412Z] --- PASS: TestIsArchivePathTar (0.20s)
07:46:03 [2020-11-03T07:46:03.412Z] === RUN   TestDecompressStreamGzip
07:46:03 [2020-11-03T07:46:03.412Z] --- PASS: TestDecompressStreamGzip (0.11s)
07:46:03 [2020-11-03T07:46:03.412Z] === RUN   TestDecompressStreamBzip2
07:46:03 [2020-11-03T07:46:03.412Z] === RUN   Test
07:46:03 [2020-11-03T07:46:03.412Z] === RUN   Test/TestContainsEntry
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestCreateEntries
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestEntriesDiff
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestEntriesEquality
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestGeneratorNotGenerate
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestGeneratorWithPort
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestGeneratorWithPortNotGenerate
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestNewEntry
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   Test/TestParse
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: Test (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestContainsEntry (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestCreateEntries (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestEntriesDiff (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestEntriesEquality (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestNewEntry (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     --- PASS: Test/TestParse (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] PASS
07:46:03 [2020-11-03T07:46:03.874Z] coverage: 58.3% of statements
07:46:03 [2020-11-03T07:46:03.874Z] ok  	github.com/docker/docker/pkg/discovery	0.132s	coverage: 58.3% of statements
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestDecompressStreamBzip2 (0.11s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestDecompressStreamXz
07:46:03 [2020-11-03T07:46:03.874Z] --- SKIP: TestDecompressStreamXz (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     archive_test.go:133: Xz not present in msys2
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestCompressStreamXzUnsupported
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestCompressStreamBzip2Unsupported
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestCompressStreamInvalid
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestCompressStreamInvalid (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestExtensionInvalid
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestExtensionInvalid (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestExtensionUncompressed
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestExtensionUncompressed (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestExtensionBzip2
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestExtensionBzip2 (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestExtensionGzip
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestExtensionGzip (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestExtensionXz
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestExtensionXz (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestCmdStreamLargeStderr
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestCmdStreamLargeStderr (0.08s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestCmdStreamBad
07:46:03 [2020-11-03T07:46:03.874Z] --- SKIP: TestCmdStreamBad (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z]     archive_test.go:238: Failing on Windows CI machines
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestCmdStreamGood
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestCmdStreamGood (0.07s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestUntarPathWithInvalidDest
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestUntarPathWithInvalidDest (0.05s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestUntarPathWithInvalidSrc
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestUntarPath
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestUntarPath (0.08s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestUntarPathWithDestinationFile
07:46:03 [2020-11-03T07:46:03.874Z] --- PASS: TestUntarPathWithDestinationFile (0.06s)
07:46:03 [2020-11-03T07:46:03.874Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.21s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyWithTarInvalidSrc
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyWithTarSrcFile
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyWithTarSrcFile (0.02s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyWithTarSrcFolder
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyFileWithTarInvalidSrc
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyFileWithTarSrcFolder
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestCopyFileWithTarSrcFile
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   TestTarFiles
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test/TestContent
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test/TestInitialize
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test/TestNew
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test/TestParsingContentsWithComments
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test/TestRegister
07:46:04 [2020-11-03T07:46:04.336Z] === RUN   Test/TestWatch
07:46:04 [2020-11-03T07:46:04.336Z] --- PASS: Test (0.01s)
07:46:04 [2020-11-03T07:46:04.336Z]     --- PASS: Test/TestContent (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z]     --- PASS: Test/TestInitialize (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z]     --- PASS: Test/TestNew (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z]     --- PASS: Test/TestRegister (0.00s)
07:46:04 [2020-11-03T07:46:04.336Z]     --- PASS: Test/TestWatch (0.01s)
07:46:04 [2020-11-03T07:46:04.336Z] PASS
07:46:04 [2020-11-03T07:46:04.336Z] coverage: 92.9% of statements
07:46:04 [2020-11-03T07:46:04.798Z] ok  	github.com/docker/docker/pkg/discovery/file	0.186s	coverage: 92.9% of statements
07:46:05 [2020-11-03T07:46:05.260Z] === RUN   Test
07:46:05 [2020-11-03T07:46:05.260Z] === RUN   Test/TestWatch
07:46:05 [2020-11-03T07:46:05.260Z] --- PASS: Test (0.00s)
07:46:05 [2020-11-03T07:46:05.260Z]     --- PASS: Test/TestWatch (0.00s)
07:46:05 [2020-11-03T07:46:05.260Z] PASS
07:46:05 [2020-11-03T07:46:05.260Z] coverage: 92.3% of statements
07:46:05 [2020-11-03T07:46:05.260Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.137s	coverage: 92.3% of statements
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestInitialize
07:46:05 [2020-11-03T07:46:05.722Z] time="2020-11-03T07:46:05Z" level=info msg="Initializing discovery without TLS"
07:46:05 [2020-11-03T07:46:05.722Z] time="2020-11-03T07:46:05Z" level=info msg="Initializing discovery without TLS"
07:46:05 [2020-11-03T07:46:05.722Z] time="2020-11-03T07:46:05Z" level=info msg="Initializing discovery without TLS"
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestInitializeWithCerts
07:46:05 [2020-11-03T07:46:05.722Z] time="2020-11-03T07:46:05Z" level=info msg="Initializing discovery with TLS"
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestWatch
07:46:05 [2020-11-03T07:46:05.722Z] time="2020-11-03T07:46:05Z" level=info msg="Initializing discovery without TLS"
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestInitialize
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestInitializeWithPattern
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestRegister
07:46:05 [2020-11-03T07:46:05.722Z] === RUN   Test/TestWatch
07:46:05 [2020-11-03T07:46:05.722Z] --- PASS: Test (0.00s)
07:46:05 [2020-11-03T07:46:05.722Z]     --- PASS: Test/TestInitialize (0.00s)
07:46:05 [2020-11-03T07:46:05.722Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
07:46:05 [2020-11-03T07:46:05.722Z]     --- PASS: Test/TestRegister (0.00s)
07:46:05 [2020-11-03T07:46:05.722Z]     --- PASS: Test/TestWatch (0.00s)
07:46:05 [2020-11-03T07:46:05.722Z] PASS
07:46:05 [2020-11-03T07:46:05.722Z] coverage: 93.8% of statements
07:46:05 [2020-11-03T07:46:05.722Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.130s	coverage: 93.8% of statements
07:46:06 [2020-11-03T07:46:06.321Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
07:46:06 [2020-11-03T07:46:06.321Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
07:46:06 [2020-11-03T07:46:06.321Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
07:46:06 [2020-11-03T07:46:06.449Z] --- PASS: TestServiceUpdateNetwork (14.93s)
07:46:06 [2020-11-03T07:46:06.450Z] === RUN   TestServiceUpdatePidsLimit
07:46:06 [2020-11-03T07:46:06.697Z] === RUN   TestPollerAddRemove
07:46:06 [2020-11-03T07:46:06.697Z] --- PASS: TestPollerAddRemove (0.00s)
07:46:06 [2020-11-03T07:46:06.697Z] === RUN   TestPollerEvent
07:46:06 [2020-11-03T07:46:06.697Z] --- SKIP: TestPollerEvent (0.00s)
07:46:06 [2020-11-03T07:46:06.697Z]     poller_test.go:41: No chmod on Windows
07:46:06 [2020-11-03T07:46:06.697Z] === RUN   TestPollerClose
07:46:06 [2020-11-03T07:46:06.697Z] --- PASS: TestPollerClose (0.00s)
07:46:06 [2020-11-03T07:46:06.697Z] PASS
07:46:06 [2020-11-03T07:46:06.697Z] coverage: 36.2% of statements
07:46:06 [2020-11-03T07:46:06.697Z] ok  	github.com/docker/docker/pkg/filenotify	0.131s	coverage: 36.2% of statements
07:46:06 [2020-11-03T07:46:06.895Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCopyFileWithInvalidSrc
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCopyFileWithInvalidDest
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCopyFileWithSameSrcAndDest
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCopyFile
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCopyFile (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
07:46:07 [2020-11-03T07:46:07.672Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z]     fileutils_test.go:134: Needs porting to Windows
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestReadSymlinkedDirectoryToFile
07:46:07 [2020-11-03T07:46:07.672Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z]     fileutils_test.go:180: Needs porting to Windows
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestWildcardMatches
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestWildcardMatches (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestPatternMatches
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestPatternMatches (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestExclusionPatternMatchesPatternBefore
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestPatternMatchesFolderExclusions
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestPatternMatchesFolderWildcardExclusions
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestExclusionPatternMatchesPatternAfter
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestExclusionPatternMatchesWholeDirectory
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestSingleExclamationError
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestSingleExclamationError (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestMatchesWithNoPatterns
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestMatchesWithMalformedPatterns
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestMatches
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestMatches (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCleanPatterns
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCleanPatterns (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCleanPatternsStripEmptyPatterns
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCleanPatternsExceptionFlag
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCleanPatternsErrorSingleException
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCreateIfNotExistsDir
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestCreateIfNotExistsFile
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] === RUN   TestMatch
07:46:07 [2020-11-03T07:46:07.672Z] --- PASS: TestMatch (0.00s)
07:46:07 [2020-11-03T07:46:07.672Z] PASS
07:46:07 [2020-11-03T07:46:07.672Z] coverage: 87.7% of statements
07:46:07 [2020-11-03T07:46:07.672Z] ok  	github.com/docker/docker/pkg/fileutils	0.142s	coverage: 87.7% of statements
07:46:07 [2020-11-03T07:46:07.833Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
07:46:08 [2020-11-03T07:46:08.134Z] === RUN   TestGet
07:46:08 [2020-11-03T07:46:08.134Z] --- PASS: TestGet (0.00s)
07:46:08 [2020-11-03T07:46:08.134Z] === RUN   TestGetShortcutString
07:46:08 [2020-11-03T07:46:08.134Z] --- PASS: TestGetShortcutString (0.00s)
07:46:08 [2020-11-03T07:46:08.134Z] PASS
07:46:08 [2020-11-03T07:46:08.134Z] coverage: 42.9% of statements
07:46:08 [2020-11-03T07:46:08.134Z] ok  	github.com/docker/docker/pkg/homedir	0.237s	coverage: 42.9% of statements
07:46:08 [2020-11-03T07:46:08.814Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
07:46:08 [2020-11-03T07:46:08.814Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: Test (3.14s)
07:46:09 [2020-11-03T07:46:09.110Z]     --- PASS: Test/TestInitialize (0.12s)
07:46:09 [2020-11-03T07:46:09.110Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
07:46:09 [2020-11-03T07:46:09.110Z]     --- PASS: Test/TestWatch (3.01s)
07:46:09 [2020-11-03T07:46:09.110Z] PASS
07:46:09 [2020-11-03T07:46:09.110Z] coverage: 84.1% of statements
07:46:09 [2020-11-03T07:46:09.110Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.398s	coverage: 84.1% of statements
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestCreateIDMapOrder
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestCreateIDMapOrder (0.00s)
07:46:09 [2020-11-03T07:46:09.110Z] PASS
07:46:09 [2020-11-03T07:46:09.110Z] coverage: 7.3% of statements
07:46:09 [2020-11-03T07:46:09.110Z] ok  	github.com/docker/docker/pkg/idtools	0.084s	coverage: 7.3% of statements
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestTarFiles (4.90s)
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestTarUntar
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestTarUntar (0.03s)
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestTarWithOptions
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestTarWithOptions (0.02s)
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestUntarUstarGnuConflict
07:46:09 [2020-11-03T07:46:09.110Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
07:46:09 [2020-11-03T07:46:09.110Z] === RUN   TestUntarInvalidFilenames
07:46:09 [2020-11-03T07:46:09.218Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
07:46:09 [2020-11-03T07:46:09.387Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames441897970\\dest"
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestUntarInvalidFilenames (0.15s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestUntarHardlinkToSymlink
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestUntarInvalidHardlink
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink378989251\\victim\\hello" -> "../victim/hello"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink890423110\\victim\\hello" -> "/../victim/hello"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink291270125\\victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink459946088\\victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink970618535\\victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink997508570\\victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestUntarInvalidHardlink (0.02s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestUntarInvalidSymlink
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink444324721\\dest\\dotdot" -> "../victim/hello"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink546722844\\dest\\slash-dotdot" -> "/../victim/hello"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink839768267\\dest\\loophole-victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink836680622\\dest\\loophole-victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink529306933\\dest\\loophole-victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink815258384\\dest\\loophole-victim" -> "../victim"
07:46:09 [2020-11-03T07:46:09.571Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink123057455\\dest\\dir\\loophole" -> "../../victim"
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestUntarInvalidSymlink (0.04s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestTempArchiveCloseMultipleTimes
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestReplaceFileTarWrapper
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestReplaceFileTarWrapper (0.20s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestPrefixHeaderReadable
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestPrefixHeaderReadable (0.01s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestDisablePigz
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestFixedBufferCap
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestFixedBufferCap (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestFixedBufferLen
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestFixedBufferLen (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestFixedBufferString
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestFixedBufferString (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestFixedBufferWrite
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestFixedBufferWrite (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestFixedBufferRead
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestFixedBufferRead (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestBytesPipeRead
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestBytesPipeRead (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestBytesPipeWrite
07:46:09 [2020-11-03T07:46:09.571Z] --- PASS: TestBytesPipeWrite (0.00s)
07:46:09 [2020-11-03T07:46:09.571Z] === RUN   TestBytesPipeWriteRandomChunks
07:46:09 [2020-11-03T07:46:09.650Z] --- PASS: TestImportExtremelyLargeImageWorks (208.55s)
07:46:09 [2020-11-03T07:46:09.650Z] PASS
07:46:09 [2020-11-03T07:46:09.650Z] 
07:46:09 [2020-11-03T07:46:09.650Z] DONE 12 tests in 212.786s
07:46:09 [2020-11-03T07:46:09.650Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
07:46:09 [2020-11-03T07:46:09.650Z] ++ 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
07:46:09 [2020-11-03T07:46:09.650Z] ++ set -e
07:46:09 [2020-11-03T07:46:09.650Z] ++ '[' -n 0 ']'
07:46:09 [2020-11-03T07:46:09.650Z] ++ set -x
07:46:09 [2020-11-03T07:46:09.650Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:46:09 [2020-11-03T07:46:09.912Z] INFO: Testing against a local daemon
07:46:09 [2020-11-03T07:46:09.912Z] === RUN   TestNetworkCreateDelete
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestDisablePigz (0.13s)
07:46:10 [2020-11-03T07:46:10.034Z]     archive_test.go:1310: Test will not check full path when Pigz not installed
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestPigz
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestPigz (0.11s)
07:46:10 [2020-11-03T07:46:10.034Z]     archive_test.go:1339: Tested whether Pigz is not used, as it not installed
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestCopyFileWithInvalidDest
07:46:10 [2020-11-03T07:46:10.034Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z]     archive_windows_test.go:16: Currently fails
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestCanonicalTarNameForPath
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestCanonicalTarName
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestCanonicalTarName (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChmodTarEntry
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChmodTarEntry (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestHardLinkOrder
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestHardLinkOrder (0.06s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangeString
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangeString (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesWithNoChanges
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesWithNoChanges (0.03s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesWithChanges
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesWithChanges (0.03s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesWithChangesGH13590
07:46:10 [2020-11-03T07:46:10.034Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z]     changes_test.go:192: needs more investigation
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesDirsEmpty
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestStandardLongPath
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestStandardLongPath (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestUNCLongPath
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestUNCLongPath (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] PASS
07:46:10 [2020-11-03T07:46:10.034Z] coverage: 100.0% of statements
07:46:10 [2020-11-03T07:46:10.034Z] ok  	github.com/docker/docker/pkg/longpath	0.084s	coverage: 100.0% of statements
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesDirsEmpty (0.10s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesDirsMutated
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestAtomicWriteToFile
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestAtomicWriteToFile (0.02s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestAtomicWriteSetCommit
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestAtomicWriteSetCancel
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesDirsMutated (0.11s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestApplyLayer
07:46:10 [2020-11-03T07:46:10.034Z] --- SKIP: TestApplyLayer (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z]     changes_test.go:405: needs further investigation
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesSizeWithHardlinks
07:46:10 [2020-11-03T07:46:10.034Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z]     changes_test.go:441: needs further investigation
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesSizeWithNoChanges
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestChangesSize
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestReadCloserWrapperClose
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestReadCloserWrapperClose (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestReaderErrWrapperReadOnError
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestReaderErrWrapperRead
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestReaderErrWrapperRead (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestHashData
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestHashData (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestCancelReadCloser
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestChangesSize (0.00s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestApplyLayerInvalidFilenames
07:46:10 [2020-11-03T07:46:10.034Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames693915875\\dest"
07:46:10 [2020-11-03T07:46:10.034Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
07:46:10 [2020-11-03T07:46:10.034Z] === RUN   TestApplyLayerInvalidHardlink
07:46:10 [2020-11-03T07:46:10.034Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink640337165\\victim\\hello" -> "../victim/hello"
07:46:10 [2020-11-03T07:46:10.034Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink177965832\\victim\\hello" -> "/../victim/hello"
07:46:10 [2020-11-03T07:46:10.173Z] --- PASS: TestNetworkCreateDelete (0.21s)
07:46:10 [2020-11-03T07:46:10.173Z] === RUN   TestDockerNetworkDeletePreferID
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink609576135\\victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink440107386\\victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink872278161\\victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink240528060\\victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
07:46:10 [2020-11-03T07:46:10.496Z] === RUN   TestApplyLayerInvalidSymlink
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink225079019\\dest\\dotdot" -> "../victim/hello"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink879309646\\dest\\slash-dotdot" -> "/../victim/hello"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink076749397\\dest\\loophole-victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink336226736\\dest\\loophole-victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink108139343\\dest\\loophole-victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink782970466\\dest\\loophole-victim" -> "../victim"
07:46:10 [2020-11-03T07:46:10.496Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s)
07:46:10 [2020-11-03T07:46:10.496Z] === RUN   TestApplyLayerWhiteouts
07:46:10 [2020-11-03T07:46:10.496Z] === RUN   TestError
07:46:10 [2020-11-03T07:46:10.496Z] --- PASS: TestError (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/no_progress
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/progress_1
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/some_progress_with_a_start_time
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/some_progress_without_a_start_time
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/with_units
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestProgressString/hide_counts
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestProgressString (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/no_progress (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/progress_1 (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/with_units (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z]     --- PASS: TestProgressString/hide_counts (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestJSONMessageDisplay
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestCancelReadCloser (0.11s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestWriteCloserWrapperClose
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestNopWriteCloser
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestNopWriteCloser (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestNopWriter
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestNopWriter (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestWriteCounter
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestWriteCounter (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] PASS
07:46:10 [2020-11-03T07:46:10.497Z] coverage: 68.4% of statements
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestGenerateEmptyFile
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestGenerateEmptyFile (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestGenerateWithContent
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestGenerateWithContent (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] PASS
07:46:10 [2020-11-03T07:46:10.497Z] ok  	github.com/docker/docker/pkg/ioutils	0.663s	coverage: 68.4% of statements
07:46:10 [2020-11-03T07:46:10.497Z] coverage: 62.7% of statements
07:46:10 [2020-11-03T07:46:10.497Z] ok  	github.com/docker/docker/pkg/archive	7.525s	coverage: 62.7% of statements
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestJSONMessageDisplay (0.13s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestJSONMessageDisplayWithJSONError
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] === RUN   TestDisplayJSONMessagesStream
07:46:10 [2020-11-03T07:46:10.497Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
07:46:10 [2020-11-03T07:46:10.497Z] PASS
07:46:10 [2020-11-03T07:46:10.497Z] coverage: 91.7% of statements
07:46:10 [2020-11-03T07:46:10.497Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.227s	coverage: 91.7% of statements
07:46:10 [2020-11-03T07:46:10.747Z] --- PASS: TestDockerNetworkDeletePreferID (0.60s)
07:46:10 [2020-11-03T07:46:10.747Z] === RUN   TestDaemonDNSFallback
07:46:11 [2020-11-03T07:46:11.471Z] === RUN   TestNameFormat
07:46:11 [2020-11-03T07:46:11.471Z] --- PASS: TestNameFormat (0.00s)
07:46:11 [2020-11-03T07:46:11.471Z] === RUN   TestNameRetries
07:46:11 [2020-11-03T07:46:11.471Z] --- PASS: TestNameRetries (0.00s)
07:46:11 [2020-11-03T07:46:11.471Z] PASS
07:46:11 [2020-11-03T07:46:11.471Z] coverage: 85.7% of statements
07:46:11 [2020-11-03T07:46:11.471Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.231s	coverage: 85.7% of statements
07:46:11 [2020-11-03T07:46:11.471Z] === RUN   TestParseKeyValueOpt
07:46:11 [2020-11-03T07:46:11.471Z] --- PASS: TestParseKeyValueOpt (0.00s)
07:46:11 [2020-11-03T07:46:11.471Z] === RUN   TestParseUintList
07:46:11 [2020-11-03T07:46:11.471Z] --- PASS: TestParseUintList (0.00s)
07:46:11 [2020-11-03T07:46:11.471Z] === RUN   TestParseUintListMaximumLimits
07:46:11 [2020-11-03T07:46:11.471Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
07:46:11 [2020-11-03T07:46:11.471Z] PASS
07:46:11 [2020-11-03T07:46:11.471Z] coverage: 97.0% of statements
07:46:11 [2020-11-03T07:46:11.471Z] ok  	github.com/docker/docker/pkg/parsers	0.055s	coverage: 97.0% of statements
07:46:11 [2020-11-03T07:46:11.934Z] === RUN   TestNewAndRemove
07:46:11 [2020-11-03T07:46:11.934Z] --- PASS: TestNewAndRemove (0.00s)
07:46:11 [2020-11-03T07:46:11.934Z] === RUN   TestRemoveInvalidPath
07:46:11 [2020-11-03T07:46:11.934Z] --- PASS: TestRemoveInvalidPath (0.00s)
07:46:11 [2020-11-03T07:46:11.934Z] PASS
07:46:11 [2020-11-03T07:46:11.934Z] coverage: 82.6% of statements
07:46:11 [2020-11-03T07:46:11.934Z] ok  	github.com/docker/docker/pkg/pidfile	0.050s	coverage: 82.6% of statements
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestParseEmptyInterface
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestParseEmptyInterface (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestParseNonInterfaceType
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestParseNonInterfaceType (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestParseWithOneFunction
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestParseWithOneFunction (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestParseWithMultipleFuncs
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestParseWithUnnamedReturn
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestEmbeddedInterface
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestEmbeddedInterface (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestParsedImports
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestParsedImports (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] === RUN   TestAliasedImports
07:46:12 [2020-11-03T07:46:12.910Z] --- PASS: TestAliasedImports (0.00s)
07:46:12 [2020-11-03T07:46:12.910Z] PASS
07:46:12 [2020-11-03T07:46:12.910Z] coverage: 56.8% of statements
07:46:12 [2020-11-03T07:46:12.910Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.092s	coverage: 56.8% of statements
07:46:13 [2020-11-03T07:46:13.884Z] === RUN   TestFailedConnection
07:46:14 [2020-11-03T07:46:14.346Z] === RUN   TestHTTPTransport
07:46:14 [2020-11-03T07:46:14.346Z] --- PASS: TestHTTPTransport (0.00s)
07:46:14 [2020-11-03T07:46:14.346Z] PASS
07:46:14 [2020-11-03T07:46:14.346Z] coverage: 85.7% of statements
07:46:14 [2020-11-03T07:46:14.346Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.223s	coverage: 85.7% of statements
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestBufioReaderPoolPutAndGet
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestBufioWriterPoolPutAndGet
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] === RUN   TestBufferPoolPutAndGet
07:46:14 [2020-11-03T07:46:14.809Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
07:46:14 [2020-11-03T07:46:14.809Z] PASS
07:46:14 [2020-11-03T07:46:14.809Z] coverage: 88.2% of statements
07:46:14 [2020-11-03T07:46:14.809Z] ok  	github.com/docker/docker/pkg/pools	0.370s	coverage: 88.2% of statements
07:46:15 [2020-11-03T07:46:15.271Z] --- PASS: TestFailedConnection (1.09s)
07:46:15 [2020-11-03T07:46:15.271Z] === RUN   TestFailOnce
07:46:15 [2020-11-03T07:46:15.271Z] 2020/11/03 07:46:14 http: panic serving 127.0.0.1:49219: Plugin not ready
07:46:15 [2020-11-03T07:46:15.271Z] goroutine 10 [running]:
07:46:15 [2020-11-03T07:46:15.271Z] net/http.(*conn).serve.func1(0xc000058b40)
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/net/http/server.go:1795 +0x140
07:46:15 [2020-11-03T07:46:15.271Z] panic(0x849ac0, 0x986830)
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
07:46:15 [2020-11-03T07:46:15.271Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300)
07:46:15 [2020-11-03T07:46:15.271Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
07:46:15 [2020-11-03T07:46:15.271Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300)
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/net/http/server.go:2036 +0x4b
07:46:15 [2020-11-03T07:46:15.271Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300)
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
07:46:15 [2020-11-03T07:46:15.271Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300)
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/net/http/server.go:2831 +0xab
07:46:15 [2020-11-03T07:46:15.271Z] net/http.(*conn).serve(0xc000058b40, 0x99b060, 0xc00004a980)
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/net/http/server.go:1919 +0x87c
07:46:15 [2020-11-03T07:46:15.271Z] created by net/http.(*Server).Serve
07:46:15 [2020-11-03T07:46:15.271Z] 	c:/go/src/net/http/server.go:2957 +0x38b
07:46:15 [2020-11-03T07:46:15.271Z] time="2020-11-03T07:46:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49218/Test.FailOnce: Post http://127.0.0.1:49218/Test.FailOnce: EOF, retrying in 1s"
07:46:15 [2020-11-03T07:46:15.733Z] === RUN   TestOutputOnPrematureClose
07:46:15 [2020-11-03T07:46:15.733Z] --- PASS: TestOutputOnPrematureClose (0.00s)
07:46:15 [2020-11-03T07:46:15.733Z] === RUN   TestCompleteSilently
07:46:15 [2020-11-03T07:46:15.733Z] --- PASS: TestCompleteSilently (0.00s)
07:46:15 [2020-11-03T07:46:15.733Z] PASS
07:46:15 [2020-11-03T07:46:15.733Z] coverage: 75.9% of statements
07:46:15 [2020-11-03T07:46:15.734Z] ok  	github.com/docker/docker/pkg/progress	0.069s	coverage: 75.9% of statements
07:46:15 [2020-11-03T07:46:15.734Z] === RUN   TestSendToOneSub
07:46:15 [2020-11-03T07:46:15.734Z] --- PASS: TestSendToOneSub (0.00s)
07:46:15 [2020-11-03T07:46:15.734Z] === RUN   TestSendToMultipleSubs
07:46:15 [2020-11-03T07:46:15.734Z] --- PASS: TestSendToMultipleSubs (0.00s)
07:46:15 [2020-11-03T07:46:15.734Z] === RUN   TestEvictOneSub
07:46:15 [2020-11-03T07:46:15.734Z] --- PASS: TestEvictOneSub (0.00s)
07:46:15 [2020-11-03T07:46:15.734Z] === RUN   TestClosePublisher
07:46:15 [2020-11-03T07:46:15.734Z] --- PASS: TestClosePublisher (0.00s)
07:46:15 [2020-11-03T07:46:15.734Z] === RUN   TestPubSubRace
07:46:16 [2020-11-03T07:46:16.196Z] --- PASS: TestFailOnce (1.23s)
07:46:16 [2020-11-03T07:46:16.196Z] === RUN   TestEchoInputOutput
07:46:16 [2020-11-03T07:46:16.196Z] --- PASS: TestEchoInputOutput (0.00s)
07:46:16 [2020-11-03T07:46:16.196Z] === RUN   TestBackoff
07:46:16 [2020-11-03T07:46:16.196Z] --- PASS: TestBackoff (0.00s)
07:46:16 [2020-11-03T07:46:16.196Z] === RUN   TestAbortRetry
07:46:16 [2020-11-03T07:46:16.196Z] --- PASS: TestAbortRetry (0.00s)
07:46:16 [2020-11-03T07:46:16.196Z] === RUN   TestClientScheme
07:46:16 [2020-11-03T07:46:16.196Z] --- PASS: TestClientScheme (0.00s)
07:46:16 [2020-11-03T07:46:16.196Z] === RUN   TestNewClientWithTimeout
07:46:16 [2020-11-03T07:46:16.786Z] === RUN   TestRegister
07:46:16 [2020-11-03T07:46:16.786Z] --- PASS: TestRegister (0.00s)
07:46:16 [2020-11-03T07:46:16.786Z] === RUN   TestCommand
07:46:16 [2020-11-03T07:46:16.786Z] --- PASS: TestCommand (0.03s)
07:46:16 [2020-11-03T07:46:16.786Z] === RUN   TestNaiveSelf
07:46:16 [2020-11-03T07:46:16.786Z] --- PASS: TestNaiveSelf (0.02s)
07:46:16 [2020-11-03T07:46:16.786Z] PASS
07:46:16 [2020-11-03T07:46:16.786Z] coverage: 82.4% of statements
07:46:16 [2020-11-03T07:46:16.786Z] ok  	github.com/docker/docker/pkg/reexec	0.111s	coverage: 82.4% of statements
07:46:16 [2020-11-03T07:46:16.786Z] --- PASS: TestPubSubRace (1.05s)
07:46:16 [2020-11-03T07:46:16.786Z] PASS
07:46:16 [2020-11-03T07:46:16.786Z] coverage: 75.0% of statements
07:46:16 [2020-11-03T07:46:16.786Z] ok  	github.com/docker/docker/pkg/pubsub	1.103s	coverage: 75.0% of statements
07:46:16 [2020-11-03T07:46:16.786Z] time="2020-11-03T07:46:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
07:46:17 [2020-11-03T07:46:17.341Z] === RUN   TestDockerSuite/TestBuildExpose
07:46:17 [2020-11-03T07:46:17.350Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
07:46:17 [2020-11-03T07:46:17.602Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestParseSignal
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestParseSignal (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestValidSignalForPlatform
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestValidSignalForPlatform (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] PASS
07:46:17 [2020-11-03T07:46:17.761Z] coverage: 20.3% of statements
07:46:17 [2020-11-03T07:46:17.761Z] ok  	github.com/docker/docker/pkg/signal	0.063s	coverage: 20.3% of statements
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestNewStdWriter
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestNewStdWriter (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestWriteWithUninitializedStdWriter
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestWriteWithNilBytes
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestWriteWithNilBytes (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestWrite
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestWrite (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestWriteWithWriterError
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestWriteWithWriterError (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyWriteAndRead
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyReturnsErrorReadingHeader
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyReturnsErrorReadingFrame
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyDetectsCorruptedFrame
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyWithInvalidInputHeader
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyWithCorruptedPrefix
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyReturnsWriteErrors
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] === RUN   TestStdCopyReturnsErrorFromSystem
07:46:17 [2020-11-03T07:46:17.761Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
07:46:17 [2020-11-03T07:46:17.761Z] PASS
07:46:17 [2020-11-03T07:46:17.761Z] coverage: 100.0% of statements
07:46:17 [2020-11-03T07:46:17.761Z] ok  	github.com/docker/docker/pkg/stdcopy	0.047s	coverage: 100.0% of statements
07:46:17 [2020-11-03T07:46:17.863Z] --- PASS: TestDaemonDNSFallback (7.09s)
07:46:17 [2020-11-03T07:46:17.864Z] === RUN   TestInspectNetwork
07:46:18 [2020-11-03T07:46:18.125Z] === RUN   TestDockerSuite/TestBuildExposeOrder
07:46:18 [2020-11-03T07:46:18.223Z] time="2020-11-03T07:46:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestGenerateRandomID
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestGenerateRandomID (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestShortenId
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestShortenId (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestShortenSha256Id
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestShortenSha256Id (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestShortenIdEmpty
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestShortenIdEmpty (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestShortenIdInvalid
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestShortenIdInvalid (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestIsShortIDNonHex
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestIsShortIDNonHex (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] === RUN   TestIsShortIDNotCorrectSize
07:46:18 [2020-11-03T07:46:18.685Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
07:46:18 [2020-11-03T07:46:18.685Z] PASS
07:46:18 [2020-11-03T07:46:18.685Z] coverage: 70.6% of statements
07:46:18 [2020-11-03T07:46:18.685Z] ok  	github.com/docker/docker/pkg/stringid	0.045s	coverage: 70.6% of statements
07:46:18 [2020-11-03T07:46:18.699Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
07:46:18 [2020-11-03T07:46:18.959Z] === RUN   TestDockerSuite/TestBuildFails
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestRawProgressFormatterFormatStatus
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestRawProgressFormatterFormatProgress
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestFormatStatus
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestFormatStatus (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestFormatError
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestFormatError (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestFormatJSONError
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestFormatJSONError (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestJsonProgressFormatterFormatProgress
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestJsonProgressFormatterFormatStatus
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestNewJSONProgressOutput
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestNewJSONProgressOutput (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestAuxFormatterEmit
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestAuxFormatterEmit (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestStreamWriterStdout
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestStreamWriterStdout (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] === RUN   TestStreamWriterStderr
07:46:19 [2020-11-03T07:46:19.147Z] --- PASS: TestStreamWriterStderr (0.00s)
07:46:19 [2020-11-03T07:46:19.147Z] PASS
07:46:19 [2020-11-03T07:46:19.147Z] coverage: 66.2% of statements
07:46:19 [2020-11-03T07:46:19.147Z] ok  	github.com/docker/docker/pkg/streamformatter	0.064s	coverage: 66.2% of statements
07:46:19 [2020-11-03T07:46:19.531Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
07:46:19 [2020-11-03T07:46:19.531Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
07:46:20 [2020-11-03T07:46:20.122Z] === RUN   TestIsCpusetListAvailable
07:46:20 [2020-11-03T07:46:20.123Z] --- PASS: TestIsCpusetListAvailable (0.00s)
07:46:20 [2020-11-03T07:46:20.123Z] PASS
07:46:20 [2020-11-03T07:46:20.123Z] coverage: 38.2% of statements
07:46:20 [2020-11-03T07:46:20.123Z] ok  	github.com/docker/docker/pkg/sysinfo	0.041s	coverage: 38.2% of statements
07:46:20 [2020-11-03T07:46:20.585Z] time="2020-11-03T07:46:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
07:46:21 [2020-11-03T07:46:21.053Z] === RUN   TestChtimes
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestChtimes (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestChtimesWindows
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestChtimesWindows (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestEnsureRemoveAllNotExist
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestEnsureRemoveAllWithDir
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestEnsureRemoveAllWithFile
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestEnsureRemoveAllWithMount
07:46:21 [2020-11-03T07:46:21.054Z] --- SKIP: TestEnsureRemoveAllWithMount (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z]     rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestHasWin32KSupport
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestHasWin32KSupport (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z]     syscall_windows_test.go:8: win32k: true
07:46:21 [2020-11-03T07:46:21.054Z] PASS
07:46:21 [2020-11-03T07:46:21.054Z] coverage: 12.0% of statements
07:46:21 [2020-11-03T07:46:21.054Z] ok  	github.com/docker/docker/pkg/system	0.067s	coverage: 12.0% of statements
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestTailFile
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestTailFile (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestTailFileManyLines
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestTailFileManyLines (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestTailEmptyFile
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestTailEmptyFile (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestTailNegativeN
07:46:21 [2020-11-03T07:46:21.054Z] --- PASS: TestTailNegativeN (0.00s)
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/4_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/4_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/truncated_last_line
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/truncated_last_line#01
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/truncated_last_line#02
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/single_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/12_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/no_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === CONT  TestNewTailReader/8_byte_delimiter
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.054Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/4_byte_delimiter
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.055Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.519Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.519Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.520Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.520Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.521Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.521Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.522Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
07:46:21 [2020-11-03T07:46:21.523Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
07:46:21 [2020-11-03T07:46:21.523Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
07:46:21 [2020-11-03T07:46:21.523Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.523Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
07:46:21 [2020-11-03T07:46:21.986Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
07:46:21 [2020-11-03T07:46:21.987Z] --- PASS: TestNewTailReader (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.02s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.09s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.05s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.987Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.03s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.02s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.02s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.988Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
07:46:21 [2020-11-03T07:46:21.989Z] PASS
07:46:21 [2020-11-03T07:46:21.989Z] coverage: 88.6% of statements
07:46:21 [2020-11-03T07:46:21.989Z] ok  	github.com/docker/docker/pkg/tailfile	0.482s	coverage: 88.6% of statements
07:46:22 [2020-11-03T07:46:22.081Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
07:46:22 [2020-11-03T07:46:22.081Z] === RUN   TestInspectNetwork/full_network_id
07:46:22 [2020-11-03T07:46:22.081Z] === RUN   TestInspectNetwork/partial_network_id
07:46:22 [2020-11-03T07:46:22.081Z] === RUN   TestInspectNetwork/network_name
07:46:22 [2020-11-03T07:46:22.081Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestTarSumRemoveNonExistent
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestTarSumRemove
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestTarSumRemove (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestSortFileInfoSums
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestSortFileInfoSums (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestNewTarSumForLabelInvalid
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestNewTarSumForLabel
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestNewTarSumForLabel (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestEmptyTar
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestEmptyTar (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestTarSumsReadSize
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestTarSumsReadSize (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestTarSums
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestTarSums (0.08s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestIteration
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestIteration (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestVersionLabelForChecksum
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestVersionLabelForChecksum (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestVersion
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestVersion (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestGetVersion
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestGetVersion (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] === RUN   TestGetVersions
07:46:22 [2020-11-03T07:46:22.451Z] --- PASS: TestGetVersions (0.00s)
07:46:22 [2020-11-03T07:46:22.451Z] PASS
07:46:22 [2020-11-03T07:46:22.451Z] coverage: 89.3% of statements
07:46:22 [2020-11-03T07:46:22.653Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
07:46:22 [2020-11-03T07:46:22.653Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
07:46:22 [2020-11-03T07:46:22.913Z] ok  	github.com/docker/docker/pkg/tarsum	0.234s	coverage: 89.3% of statements
07:46:22 [2020-11-03T07:46:22.913Z] testing: warning: no tests to run
07:46:22 [2020-11-03T07:46:22.913Z] PASS
07:46:22 [2020-11-03T07:46:22.913Z] coverage: [no statements]
07:46:22 [2020-11-03T07:46:22.913Z] ok  	github.com/docker/docker/pkg/term/windows	0.047s	coverage: [no statements] [no tests to run]
07:46:22 [2020-11-03T07:46:22.913Z] === RUN   TestTruncIndex
07:46:22 [2020-11-03T07:46:22.913Z] --- PASS: TestTruncIndex (0.10s)
07:46:22 [2020-11-03T07:46:22.913Z] PASS
07:46:22 [2020-11-03T07:46:22.913Z] coverage: 91.5% of statements
07:46:22 [2020-11-03T07:46:22.913Z] ok  	github.com/docker/docker/pkg/truncindex	0.138s	coverage: 91.5% of statements
07:46:23 [2020-11-03T07:46:23.375Z] === RUN   TestIsGIT
07:46:23 [2020-11-03T07:46:23.375Z] --- PASS: TestIsGIT (0.00s)
07:46:23 [2020-11-03T07:46:23.375Z] === RUN   TestIsTransport
07:46:23 [2020-11-03T07:46:23.375Z] --- PASS: TestIsTransport (0.00s)
07:46:23 [2020-11-03T07:46:23.375Z] PASS
07:46:23 [2020-11-03T07:46:23.375Z] coverage: 100.0% of statements
07:46:23 [2020-11-03T07:46:23.375Z] ok  	github.com/docker/docker/pkg/urlutil	0.095s	coverage: 100.0% of statements
07:46:23 [2020-11-03T07:46:23.375Z] === RUN   TestVersionInfo
07:46:23 [2020-11-03T07:46:23.375Z] --- PASS: TestVersionInfo (0.00s)
07:46:23 [2020-11-03T07:46:23.375Z] === RUN   TestAppendVersions
07:46:23 [2020-11-03T07:46:23.375Z] --- PASS: TestAppendVersions (0.00s)
07:46:23 [2020-11-03T07:46:23.375Z] PASS
07:46:23 [2020-11-03T07:46:23.376Z] coverage: 88.9% of statements
07:46:23 [2020-11-03T07:46:23.376Z] ok  	github.com/docker/docker/pkg/useragent	0.034s	coverage: 88.9% of statements
07:46:23 [2020-11-03T07:46:23.597Z] === RUN   TestDockerSuite/TestBuildForceRm
07:46:23 [2020-11-03T07:46:23.930Z] --- PASS: TestServiceUpdatePidsLimit (17.56s)
07:46:23 [2020-11-03T07:46:23.930Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s)
07:46:23 [2020-11-03T07:46:23.930Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
07:46:23 [2020-11-03T07:46:23.930Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s)
07:46:23 [2020-11-03T07:46:23.930Z] PASS
07:46:23 [2020-11-03T07:46:23.930Z] 
07:46:23 [2020-11-03T07:46:23.930Z] === Skipped
07:46:23 [2020-11-03T07:46:23.930Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
07:46:23 [2020-11-03T07:46:23.930Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:46:23 [2020-11-03T07:46:23.930Z] 
07:46:23 [2020-11-03T07:46:23.930Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
07:46:23 [2020-11-03T07:46:23.930Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:46:23 [2020-11-03T07:46:23.930Z] 
07:46:23 [2020-11-03T07:46:23.930Z] 
07:46:23 [2020-11-03T07:46:23.930Z] DONE 27 tests, 2 skipped in 161.376s
07:46:23 [2020-11-03T07:46:23.930Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
07:46:23 [2020-11-03T07:46:23.930Z] ++ 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
07:46:23 [2020-11-03T07:46:23.930Z] ++ set -e
07:46:23 [2020-11-03T07:46:23.930Z] ++ '[' -n 0 ']'
07:46:23 [2020-11-03T07:46:23.930Z] ++ set -x
07:46:23 [2020-11-03T07:46:23.930Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:46:24 [2020-11-03T07:46:24.193Z] INFO: Testing against a local daemon
07:46:24 [2020-11-03T07:46:24.193Z] === RUN   TestSessionCreate
07:46:24 [2020-11-03T07:46:24.193Z] --- PASS: TestSessionCreate (0.05s)
07:46:24 [2020-11-03T07:46:24.193Z] === RUN   TestSessionCreateWithBadUpgrade
07:46:24 [2020-11-03T07:46:24.193Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
07:46:24 [2020-11-03T07:46:24.193Z] PASS
07:46:24 [2020-11-03T07:46:24.193Z] 
07:46:24 [2020-11-03T07:46:24.193Z] DONE 2 tests in 0.277s
07:46:24 [2020-11-03T07:46:24.193Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
07:46:24 [2020-11-03T07:46:24.193Z] ++ 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
07:46:24 [2020-11-03T07:46:24.193Z] ++ set -e
07:46:24 [2020-11-03T07:46:24.193Z] ++ '[' -n 0 ']'
07:46:24 [2020-11-03T07:46:24.193Z] ++ set -x
07:46:24 [2020-11-03T07:46:24.193Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:46:24 [2020-11-03T07:46:24.454Z] INFO: Testing against a local daemon
07:46:24 [2020-11-03T07:46:24.454Z] === RUN   TestCgroupDriverSystemdMemoryLimit
07:46:24 [2020-11-03T07:46:24.454Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
07:46:24 [2020-11-03T07:46:24.454Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:46:24 [2020-11-03T07:46:24.454Z] === RUN   TestEventsExecDie
07:46:24 [2020-11-03T07:46:24.985Z] === RUN   TestDockerSuite/TestBuildFromGit
07:46:25 [2020-11-03T07:46:25.394Z] --- PASS: TestEventsExecDie (0.86s)
07:46:25 [2020-11-03T07:46:25.394Z] === RUN   TestEventsBackwardsCompatible
07:46:25 [2020-11-03T07:46:25.394Z] --- PASS: TestEventsBackwardsCompatible (0.13s)
07:46:25 [2020-11-03T07:46:25.394Z] === RUN   TestInfoBinaryCommits
07:46:25 [2020-11-03T07:46:25.394Z] --- PASS: TestInfoBinaryCommits (0.05s)
07:46:25 [2020-11-03T07:46:25.394Z] === RUN   TestInfoAPIVersioned
07:46:25 [2020-11-03T07:46:25.394Z] --- PASS: TestInfoAPIVersioned (0.02s)
07:46:25 [2020-11-03T07:46:25.394Z] === RUN   TestInfoDiscoveryBackend
07:46:25 [2020-11-03T07:46:25.566Z] === RUN   TestNewSettable
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestNewSettable (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestIsSettable
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestIsSettable (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestUpdateSettingsEnv
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestUpdateSettingsEnv (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] PASS
07:46:25 [2020-11-03T07:46:25.567Z] coverage: 20.1% of statements
07:46:25 [2020-11-03T07:46:25.567Z] ok  	github.com/docker/docker/plugin/v2	0.149s	coverage: 20.1% of statements
07:46:25 [2020-11-03T07:46:25.567Z] time="2020-11-03T07:46:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestValidatePrivileges
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestValidatePrivileges (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestFilterByCapNeg
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestFilterByCapNeg (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestFilterByCapPos
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestFilterByCapPos (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestStoreGetPluginNotMatchCapRefs
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] PASS
07:46:25 [2020-11-03T07:46:25.567Z] coverage: 12.0% of statements
07:46:25 [2020-11-03T07:46:25.567Z] ok  	github.com/docker/docker/plugin	0.328s	coverage: 12.0% of statements
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestLoad
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestLoad (0.00s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestSave
07:46:25 [2020-11-03T07:46:25.567Z] --- PASS: TestSave (0.04s)
07:46:25 [2020-11-03T07:46:25.567Z] === RUN   TestAddDeleteGet
07:46:25 [2020-11-03T07:46:25.966Z] --- PASS: TestInfoDiscoveryBackend (0.63s)
07:46:25 [2020-11-03T07:46:25.966Z] === RUN   TestInfoDiscoveryInvalidAdvertise
07:46:26 [2020-11-03T07:46:26.029Z] --- PASS: TestAddDeleteGet (0.04s)
07:46:26 [2020-11-03T07:46:26.029Z] === RUN   TestInvalidTags
07:46:26 [2020-11-03T07:46:26.029Z] --- PASS: TestInvalidTags (0.00s)
07:46:26 [2020-11-03T07:46:26.029Z] PASS
07:46:26 [2020-11-03T07:46:26.029Z] coverage: 84.4% of statements
07:46:26 [2020-11-03T07:46:26.029Z] ok  	github.com/docker/docker/reference	0.457s	coverage: 84.4% of statements
07:46:26 [2020-11-03T07:46:26.373Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
07:46:26 [2020-11-03T07:46:26.373Z] --- PASS: TestInspectNetwork (8.59s)
07:46:26 [2020-11-03T07:46:26.373Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
07:46:26 [2020-11-03T07:46:26.373Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
07:46:26 [2020-11-03T07:46:26.373Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
07:46:26 [2020-11-03T07:46:26.373Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
07:46:26 [2020-11-03T07:46:26.373Z] === RUN   TestRunContainerWithBridgeNone
07:46:26 [2020-11-03T07:46:26.373Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
07:46:26 [2020-11-03T07:46:26.907Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
07:46:26 [2020-11-03T07:46:26.907Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
07:46:27 [2020-11-03T07:46:27.317Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestRestartManagerTimeout
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestRestartManagerTimeout (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestRestartManagerTimeoutReset
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] PASS
07:46:27 [2020-11-03T07:46:27.575Z] coverage: 50.9% of statements
07:46:27 [2020-11-03T07:46:27.575Z] ok  	github.com/docker/docker/restartmanager	0.087s	coverage: 50.9% of statements
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestHeaderSimpleErrors
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestHeaderTooMuchFailures
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestReaderWithReadError
07:46:27 [2020-11-03T07:46:27.575Z] time="2020-11-03T07:46:27Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestReader
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestReader (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] === RUN   TestResumableRequestReaderWithInitialResponse
07:46:27 [2020-11-03T07:46:27.575Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
07:46:27 [2020-11-03T07:46:27.575Z] PASS
07:46:27 [2020-11-03T07:46:27.575Z] coverage: 100.0% of statements
07:46:27 [2020-11-03T07:46:27.575Z] ok  	github.com/docker/docker/registry/resumable	0.518s	coverage: 100.0% of statements
07:46:27 [2020-11-03T07:46:27.848Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.77s)
07:46:27 [2020-11-03T07:46:27.848Z] === RUN   TestInfoAPI
07:46:27 [2020-11-03T07:46:27.848Z] --- PASS: TestInfoAPI (0.05s)
07:46:27 [2020-11-03T07:46:27.848Z] === RUN   TestInfoAPIWarnings
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestResolveAuthConfigIndexServer
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestResolveAuthConfigFullURL
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestLoadAllowNondistributableArtifacts
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestValidateMirror
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestValidateMirror (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestLoadInsecureRegistries
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestDecodeContainerConfig
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestDecodeContainerConfig (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestDecodeContainerConfigIsolation
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestValidatePrivileged
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestValidatePrivileged (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] PASS
07:46:28 [2020-11-03T07:46:28.549Z] coverage: 52.2% of statements
07:46:28 [2020-11-03T07:46:28.549Z] ok  	github.com/docker/docker/runconfig	0.089s	coverage: 52.2% of statements
07:46:28 [2020-11-03T07:46:28.549Z] time="2020-11-03T07:46:28Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
07:46:28 [2020-11-03T07:46:28.549Z] time="2020-11-03T07:46:28Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
07:46:28 [2020-11-03T07:46:28.549Z] time="2020-11-03T07:46:28Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestLoadInsecureRegistries (0.13s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestNewServiceConfig
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestNewServiceConfig (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestValidateIndexName
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestValidateIndexName (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestValidateIndexNameWithError
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestValidateIndexNameWithError (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestEndpointParse
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestEndpointParse (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestEndpointParseInvalid
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestEndpointParseInvalid (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestValidateEndpoint
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestValidateEndpoint (0.01s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestPing
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestPing (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestPingRegistryEndpoint
07:46:28 [2020-11-03T07:46:28.549Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestEndpoint
07:46:28 [2020-11-03T07:46:28.549Z] --- SKIP: TestEndpoint (0.01s)
07:46:28 [2020-11-03T07:46:28.549Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestParseRepositoryInfo
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestParseRepositoryInfo (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestNewIndexInfo
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestNewIndexInfo (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestMirrorEndpointLookup
07:46:28 [2020-11-03T07:46:28.549Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestSearchRepositories
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestSearchRepositories (0.01s)
07:46:28 [2020-11-03T07:46:28.549Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
07:46:28 [2020-11-03T07:46:28.549Z]         Host: 127.0.0.1:49238
07:46:28 [2020-11-03T07:46:28.549Z]         User-Agent: docker test client
07:46:28 [2020-11-03T07:46:28.549Z]         Authorization: Token fake-token
07:46:28 [2020-11-03T07:46:28.549Z]         X-Docker-Token: true
07:46:28 [2020-11-03T07:46:28.549Z]         Accept-Encoding: gzip
07:46:28 [2020-11-03T07:46:28.549Z]         
07:46:28 [2020-11-03T07:46:28.549Z]         
07:46:28 [2020-11-03T07:46:28.549Z]     registry_test.go:730: HTTP/1.1 200 OK
07:46:28 [2020-11-03T07:46:28.549Z]         Connection: close
07:46:28 [2020-11-03T07:46:28.549Z]         Content-Length: 144
07:46:28 [2020-11-03T07:46:28.549Z]         Cache-Control: no-cache
07:46:28 [2020-11-03T07:46:28.549Z]         Content-Type: application/json
07:46:28 [2020-11-03T07:46:28.549Z]         Date: Tue, 03 Nov 2020 07:46:28 GMT
07:46:28 [2020-11-03T07:46:28.549Z]         Expires: -1
07:46:28 [2020-11-03T07:46:28.549Z]         Pragma: no-cache
07:46:28 [2020-11-03T07:46:28.549Z]         Server: docker-tests/mock
07:46:28 [2020-11-03T07:46:28.549Z]         X-Docker-Registry-Config: mock
07:46:28 [2020-11-03T07:46:28.549Z]         X-Docker-Registry-Version: 0.0.0
07:46:28 [2020-11-03T07:46:28.549Z]         
07:46:28 [2020-11-03T07:46:28.549Z]         
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestTrustedLocation
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestTrustedLocation (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestAllowNondistributableArtifacts
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] === RUN   TestIsSecureIndex
07:46:28 [2020-11-03T07:46:28.549Z] --- PASS: TestIsSecureIndex (0.00s)
07:46:28 [2020-11-03T07:46:28.549Z] PASS
07:46:28 [2020-11-03T07:46:28.549Z] coverage: 49.9% of statements
07:46:28 [2020-11-03T07:46:28.549Z] ok  	github.com/docker/docker/registry	0.382s	coverage: 49.9% of statements
07:46:28 [2020-11-03T07:46:28.704Z] --- PASS: TestRunContainerWithBridgeNone (2.05s)
07:46:28 [2020-11-03T07:46:28.704Z] === RUN   TestNetworkInvalidJSON
07:46:28 [2020-11-03T07:46:28.704Z] === RUN   TestNetworkInvalidJSON//networks/create
07:46:28 [2020-11-03T07:46:28.704Z] === PAUSE TestNetworkInvalidJSON//networks/create
07:46:28 [2020-11-03T07:46:28.704Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
07:46:28 [2020-11-03T07:46:28.704Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
07:46:28 [2020-11-03T07:46:28.704Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
07:46:28 [2020-11-03T07:46:28.704Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
07:46:28 [2020-11-03T07:46:28.704Z] === CONT  TestNetworkInvalidJSON//networks/create
07:46:28 [2020-11-03T07:46:28.704Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
07:46:28 [2020-11-03T07:46:28.704Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
07:46:28 [2020-11-03T07:46:28.704Z] --- PASS: TestNetworkInvalidJSON (0.03s)
07:46:28 [2020-11-03T07:46:28.704Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
07:46:28 [2020-11-03T07:46:28.704Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
07:46:28 [2020-11-03T07:46:28.704Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
07:46:28 [2020-11-03T07:46:28.704Z] === RUN   TestHostIPv4BridgeLabel
07:46:28 [2020-11-03T07:46:28.966Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
07:46:28 [2020-11-03T07:46:28.966Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
07:46:28 [2020-11-03T07:46:28.966Z] === RUN   TestDaemonRestartWithLiveRestore
07:46:29 [2020-11-03T07:46:29.012Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
07:46:29 [2020-11-03T07:46:29.012Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
07:46:29 [2020-11-03T07:46:29.012Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
07:46:29 [2020-11-03T07:46:29.012Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
07:46:29 [2020-11-03T07:46:29.012Z] PASS
07:46:29 [2020-11-03T07:46:29.012Z] coverage: 62.5% of statements
07:46:29 [2020-11-03T07:46:29.012Z] ok  	github.com/docker/docker/testutil	0.074s	coverage: 62.5% of statements
07:46:29 [2020-11-03T07:46:29.921Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
07:46:29 [2020-11-03T07:46:29.921Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
07:46:30 [2020-11-03T07:46:30.183Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
07:46:30 [2020-11-03T07:46:30.183Z] === RUN   TestDaemonDefaultNetworkPools
07:46:31 [2020-11-03T07:46:31.127Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
07:46:31 [2020-11-03T07:46:31.127Z] === RUN   TestDaemonRestartWithExistingNetwork
07:46:31 [2020-11-03T07:46:31.701Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestGetDriver
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestGetDriver (0.00s)
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestVolumeRequestError
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestVolumeRequestError (0.01s)
07:46:31 [2020-11-03T07:46:31.938Z] PASS
07:46:31 [2020-11-03T07:46:31.938Z] coverage: 36.1% of statements
07:46:31 [2020-11-03T07:46:31.938Z] ok  	github.com/docker/docker/volume/drivers	0.207s	coverage: 36.1% of statements
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestGetAddress
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestGetAddress (0.00s)
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestRemove
07:46:31 [2020-11-03T07:46:31.938Z] --- SKIP: TestRemove (0.00s)
07:46:31 [2020-11-03T07:46:31.938Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestInitializeWithVolumes
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestInitializeWithVolumes (0.00s)
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestCreate
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestCreate (0.01s)
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestValidateName
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestValidateName (0.00s)
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestCreateWithOpts
07:46:31 [2020-11-03T07:46:31.938Z] --- SKIP: TestCreateWithOpts (0.00s)
07:46:31 [2020-11-03T07:46:31.938Z]     local_test.go:181: runtime.GOOS == "windows"
07:46:31 [2020-11-03T07:46:31.938Z] === RUN   TestRelaodNoOpts
07:46:31 [2020-11-03T07:46:31.938Z] --- PASS: TestRelaodNoOpts (0.01s)
07:46:31 [2020-11-03T07:46:31.938Z] PASS
07:46:31 [2020-11-03T07:46:31.938Z] coverage: 39.6% of statements
07:46:31 [2020-11-03T07:46:31.938Z] ok  	github.com/docker/docker/volume/local	0.159s	coverage: 39.6% of statements
07:46:32 [2020-11-03T07:46:32.274Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s)
07:46:32 [2020-11-03T07:46:32.274Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
07:46:32 [2020-11-03T07:46:32.401Z] === RUN   TestConvertTmpfsOptions
07:46:32 [2020-11-03T07:46:32.401Z] --- PASS: TestConvertTmpfsOptions (0.00s)
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:49: data="mode=700,size=1m"
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:49: data="ro"
07:46:32 [2020-11-03T07:46:32.401Z] === RUN   TestParseMountRaw
07:46:32 [2020-11-03T07:46:32.401Z] --- PASS: TestParseMountRaw (0.03s)
07:46:32 [2020-11-03T07:46:32.401Z] === RUN   TestParseMountRawSplit
07:46:32 [2020-11-03T07:46:32.401Z] --- PASS: TestParseMountRawSplit (0.00s)
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 0
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 1
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 2
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 3
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 4
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 5
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 6
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 7
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 8
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 0
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 1
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 2
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 3
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 4
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 5
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 6
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 7
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 8
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 9
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 10
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 11
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 12
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 0
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 1
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 2
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 3
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 4
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 5
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 6
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 7
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 8
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 9
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 10
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:390: case 11
07:46:32 [2020-11-03T07:46:32.401Z] === RUN   TestParseMountSpec
07:46:32 [2020-11-03T07:46:32.401Z] --- PASS: TestParseMountSpec (0.00s)
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:455: case 0
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:455: case 1
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:455: case 2
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:455: case 3
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:455: case 4
07:46:32 [2020-11-03T07:46:32.401Z]     parser_test.go:455: case 5
07:46:32 [2020-11-03T07:46:32.401Z] === RUN   TestParseMountSpecBindWithFileinfoError
07:46:32 [2020-11-03T07:46:32.401Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
07:46:32 [2020-11-03T07:46:32.401Z] === RUN   TestValidateMount
07:46:32 [2020-11-03T07:46:32.401Z] --- PASS: TestValidateMount (0.00s)
07:46:32 [2020-11-03T07:46:32.401Z] PASS
07:46:32 [2020-11-03T07:46:32.401Z] coverage: 66.2% of statements
07:46:32 [2020-11-03T07:46:32.401Z] ok  	github.com/docker/docker/volume/mounts	0.112s	coverage: 66.2% of statements
07:46:33 [2020-11-03T07:46:33.218Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
07:46:33 [2020-11-03T07:46:33.791Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.50s)
07:46:33 [2020-11-03T07:46:33.791Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestSetGetMeta
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestSetGetMeta
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestRestore
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestRestore
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestServiceCreate
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestServiceCreate
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestServiceList
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestServiceList
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestServiceRemove
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestServiceRemove
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestServiceGet
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestServiceGet
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestServicePrune
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestServicePrune
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestCreate
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestCreate
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestRemove
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestRemove
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestList
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestList
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFindByDriver
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFindByDriver
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFindByReferenced
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFindByReferenced
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestDerefMultipleOfSameRef
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestDerefMultipleOfSameRef
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestDefererencePluginOnCreateError
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestDefererencePluginOnCreateError
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestRefDerefRemove
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestRefDerefRemove
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestGet
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestGet
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestGetWithReference
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestGetWithReference
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_nil_list
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_nil_list
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_empty_list
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_empty_list
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_filter_some
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_filter_some
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_filter_middle
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_filter_middle
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_filter_middle_and_last
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFilterFunc/test_filter_first_and_last
07:46:33 [2020-11-03T07:46:33.948Z] === PAUSE TestFilterFunc/test_filter_first_and_last
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_nil_list
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_filter_first_and_last
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_filter_some
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_filter_middle_and_last
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_empty_list
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFilterFunc/test_filter_middle
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestFilterFunc (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestSetGetMeta
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFindByReferenced
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestGetWithReference
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestDefererencePluginOnCreateError
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestSetGetMeta (0.02s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestGet
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestFindByReferenced (0.03s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestRefDerefRemove
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestGetWithReference (0.06s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestDerefMultipleOfSameRef
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestGet (0.05s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestServicePrune
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestRefDerefRemove (0.05s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestFindByDriver
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.07s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestList
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestDerefMultipleOfSameRef (0.05s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestRemove
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestNewClientWithTimeout (17.83s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestClientStream
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestClientStream (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestClientSendFile
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestClientSendFile (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestClientWithRequestTimeout
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestFindByDriver (0.05s)
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestClientWithRequestTimeout (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFileSpecPlugin
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestCreate
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestFileSpecPlugin (0.01s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFileJSONSpecPlugin
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestPluginAddHandler
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestPluginAddHandler (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestPluginWaitBadPlugin
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
07:46:33 [2020-11-03T07:46:33.948Z] === RUN   TestGet
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestList (0.04s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestServiceList
07:46:33 [2020-11-03T07:46:33.948Z] time="2020-11-03T07:46:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestCreate (0.02s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestServiceGet
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestRemove (0.04s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestServiceRemove
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestServiceGet (0.09s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestServiceCreate
07:46:33 [2020-11-03T07:46:33.948Z] time="2020-11-03T07:46:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestServiceRemove (0.09s)
07:46:33 [2020-11-03T07:46:33.948Z] === CONT  TestRestore
07:46:33 [2020-11-03T07:46:33.948Z] --- PASS: TestServiceList (0.10s)
07:46:33 [2020-11-03T07:46:33.948Z] time="2020-11-03T07:46:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
07:46:34 [2020-11-03T07:46:34.364Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
07:46:34 [2020-11-03T07:46:34.364Z] === RUN   TestServiceWithPredefinedNetwork
07:46:34 [2020-11-03T07:46:34.410Z] time="2020-11-03T07:46:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
07:46:34 [2020-11-03T07:46:34.410Z] --- PASS: TestServiceCreate (0.02s)
07:46:34 [2020-11-03T07:46:34.410Z] time="2020-11-03T07:46:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
07:46:34 [2020-11-03T07:46:34.410Z] time="2020-11-03T07:46:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
07:46:34 [2020-11-03T07:46:34.410Z] --- PASS: TestRestore (0.03s)
07:46:34 [2020-11-03T07:46:34.410Z] --- PASS: TestServicePrune (0.19s)
07:46:34 [2020-11-03T07:46:34.410Z] PASS
07:46:34 [2020-11-03T07:46:34.410Z] coverage: 70.3% of statements
07:46:34 [2020-11-03T07:46:34.410Z] ok  	github.com/docker/docker/volume/service	0.416s	coverage: 70.3% of statements
07:46:34 [2020-11-03T07:46:34.626Z] === RUN   TestDockerSuite/TestBuildHistory
07:46:34 [2020-11-03T07:46:34.872Z] time="2020-11-03T07:46:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
07:46:37 [2020-11-03T07:46:37.061Z] time="2020-11-03T07:46:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
07:46:37 [2020-11-03T07:46:37.934Z] --- PASS: TestServiceWithPredefinedNetwork (3.10s)
07:46:37 [2020-11-03T07:46:37.934Z] === RUN   TestServiceRemoveKeepsIngressNetwork
07:46:37 [2020-11-03T07:46:37.934Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
07:46:37 [2020-11-03T07:46:37.934Z]     service_test.go:236: FLAKY_TEST
07:46:37 [2020-11-03T07:46:37.934Z] === RUN   TestServiceWithDataPathPortInit
07:46:38 [2020-11-03T07:46:38.879Z] === RUN   TestDockerSuite/TestBuildIidFile
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/server/httputils	0.016s	coverage: 14.7% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/server/middleware	0.009s	coverage: 37.7% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/container	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/events	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/image	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/network	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 75.0% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/builder/dockerignore	0.008s	coverage: 96.8% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/builder/dockerfile	0.223s	coverage: 48.0% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/builder/remotecontext	0.084s	coverage: 13.6% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.577s	coverage: 86.3% of statements
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/cli	[no test files]
07:46:39 [2020-11-03T07:46:39.063Z] ?   	github.com/docker/docker/cli/config	[no test files]
07:46:39 [2020-11-03T07:46:39.141Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
07:46:39 [2020-11-03T07:46:39.716Z] === RUN   TestDockerSuite/TestBuildInheritance
07:46:40 [2020-11-03T07:46:40.290Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
07:46:40 [2020-11-03T07:46:40.863Z] === RUN   TestDockerSuite/TestBuildInvalidTag
07:46:40 [2020-11-03T07:46:40.863Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
07:46:41 [2020-11-03T07:46:41.600Z] ok  	github.com/docker/docker/client	0.165s	coverage: 75.4% of statements
07:46:41 [2020-11-03T07:46:41.768Z] time="2020-11-03T07:46:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
07:46:41 [2020-11-03T07:46:41.807Z] === RUN   TestDockerSuite/TestBuildLabel
07:46:41 [2020-11-03T07:46:41.807Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
07:46:42 [2020-11-03T07:46:42.382Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
07:46:42 [2020-11-03T07:46:42.643Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
07:46:42 [2020-11-03T07:46:42.905Z] === RUN   TestDockerSuite/TestBuildLabels
07:46:43 [2020-11-03T07:46:43.166Z] === RUN   TestDockerSuite/TestBuildLabelsCache
07:46:43 [2020-11-03T07:46:43.429Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
07:46:44 [2020-11-03T07:46:44.002Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
07:46:44 [2020-11-03T07:46:44.002Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
07:46:45 [2020-11-03T07:46:45.953Z] --- PASS: TestInfoAPIWarnings (16.66s)
07:46:45 [2020-11-03T07:46:45.953Z] === RUN   TestInfoDebug
07:46:45 [2020-11-03T07:46:45.953Z] --- PASS: TestInfoDebug (0.64s)
07:46:45 [2020-11-03T07:46:45.953Z] === RUN   TestInfoInsecureRegistries
07:46:45 [2020-11-03T07:46:45.953Z] --- PASS: TestInfoInsecureRegistries (0.65s)
07:46:45 [2020-11-03T07:46:45.953Z] === RUN   TestInfoRegistryMirrors
07:46:46 [2020-11-03T07:46:46.435Z] --- PASS: TestImportExtremelyLargeImageWorks (193.58s)
07:46:46 [2020-11-03T07:46:46.435Z] PASS
07:46:46 [2020-11-03T07:46:46.435Z] 
07:46:46 [2020-11-03T07:46:46.435Z] === Skipped
07:46:46 [2020-11-03T07:46:46.435Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
07:46:46 [2020-11-03T07:46:46.435Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:46:46 [2020-11-03T07:46:46.435Z] 
07:46:46 [2020-11-03T07:46:46.435Z] 
07:46:46 [2020-11-03T07:46:46.435Z] DONE 12 tests, 1 skipped in 194.590s
07:46:46 [2020-11-03T07:46:46.435Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
07:46:46 [2020-11-03T07:46:46.435Z] ++ 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
07:46:46 [2020-11-03T07:46:46.435Z] ++ set -e
07:46:46 [2020-11-03T07:46:46.435Z] ++ '[' -n 0 ']'
07:46:46 [2020-11-03T07:46:46.435Z] ++ set -x
07:46:46 [2020-11-03T07:46:46.435Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:46:46 [2020-11-03T07:46:46.435Z] INFO: Testing against a local daemon
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestNetworkCreateDelete
07:46:46 [2020-11-03T07:46:46.435Z] --- PASS: TestNetworkCreateDelete (0.18s)
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestDockerNetworkDeletePreferID
07:46:46 [2020-11-03T07:46:46.435Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestDaemonDNSFallback
07:46:46 [2020-11-03T07:46:46.435Z] --- PASS: TestDaemonDNSFallback (1.61s)
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestInspectNetwork
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestInspectNetwork/full_network_id
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestInspectNetwork/partial_network_id
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestInspectNetwork/network_name
07:46:46 [2020-11-03T07:46:46.435Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
07:46:46 [2020-11-03T07:46:46.523Z] --- PASS: TestInfoRegistryMirrors (0.64s)
07:46:46 [2020-11-03T07:46:46.523Z] === RUN   TestLoginFailsWithBadCredentials
07:46:46 [2020-11-03T07:46:46.784Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s)
07:46:46 [2020-11-03T07:46:46.784Z] === RUN   TestPingCacheHeaders
07:46:46 [2020-11-03T07:46:46.784Z] --- PASS: TestPingCacheHeaders (0.05s)
07:46:46 [2020-11-03T07:46:46.784Z] === RUN   TestPingGet
07:46:46 [2020-11-03T07:46:46.784Z] --- PASS: TestPingGet (0.03s)
07:46:46 [2020-11-03T07:46:46.784Z] === RUN   TestPingHead
07:46:46 [2020-11-03T07:46:46.784Z] --- PASS: TestPingHead (0.05s)
07:46:46 [2020-11-03T07:46:46.784Z] === RUN   TestVersion
07:46:47 [2020-11-03T07:46:47.044Z] --- PASS: TestVersion (0.05s)
07:46:47 [2020-11-03T07:46:47.044Z] PASS
07:46:47 [2020-11-03T07:46:47.044Z] 
07:46:47 [2020-11-03T07:46:47.044Z] === Skipped
07:46:47 [2020-11-03T07:46:47.044Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
07:46:47 [2020-11-03T07:46:47.044Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:46:47 [2020-11-03T07:46:47.044Z] 
07:46:47 [2020-11-03T07:46:47.044Z] 
07:46:47 [2020-11-03T07:46:47.044Z] DONE 18 tests, 1 skipped in 22.739s
07:46:47 [2020-11-03T07:46:47.044Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
07:46:47 [2020-11-03T07:46:47.044Z] ++ 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
07:46:47 [2020-11-03T07:46:47.044Z] ++ set -e
07:46:47 [2020-11-03T07:46:47.044Z] ++ '[' -n 0 ']'
07:46:47 [2020-11-03T07:46:47.044Z] ++ set -x
07:46:47 [2020-11-03T07:46:47.044Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:46:47 [2020-11-03T07:46:47.044Z] INFO: Testing against a local daemon
07:46:47 [2020-11-03T07:46:47.044Z] === RUN   TestVolumesCreateAndList
07:46:47 [2020-11-03T07:46:47.044Z] --- PASS: TestVolumesCreateAndList (0.04s)
07:46:47 [2020-11-03T07:46:47.044Z] === RUN   TestVolumesRemove
07:46:47 [2020-11-03T07:46:47.076Z] --- PASS: TestInspectNetwork (7.04s)
07:46:47 [2020-11-03T07:46:47.076Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
07:46:47 [2020-11-03T07:46:47.077Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
07:46:47 [2020-11-03T07:46:47.077Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
07:46:47 [2020-11-03T07:46:47.077Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
07:46:47 [2020-11-03T07:46:47.077Z] === RUN   TestRunContainerWithBridgeNone
07:46:47 [2020-11-03T07:46:47.304Z] --- PASS: TestVolumesRemove (0.12s)
07:46:47 [2020-11-03T07:46:47.304Z] === RUN   TestVolumesInspect
07:46:47 [2020-11-03T07:46:47.304Z] --- PASS: TestVolumesInspect (0.03s)
07:46:47 [2020-11-03T07:46:47.304Z] === RUN   TestVolumesInvalidJSON
07:46:47 [2020-11-03T07:46:47.304Z] === RUN   TestVolumesInvalidJSON//volumes/create
07:46:47 [2020-11-03T07:46:47.304Z] === PAUSE TestVolumesInvalidJSON//volumes/create
07:46:47 [2020-11-03T07:46:47.304Z] === CONT  TestVolumesInvalidJSON//volumes/create
07:46:47 [2020-11-03T07:46:47.304Z] --- PASS: TestVolumesInvalidJSON (0.03s)
07:46:47 [2020-11-03T07:46:47.304Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
07:46:47 [2020-11-03T07:46:47.304Z] PASS
07:46:47 [2020-11-03T07:46:47.304Z] 
07:46:47 [2020-11-03T07:46:47.304Z] DONE 5 tests in 0.372s
07:46:47 [2020-11-03T07:46:47.304Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
07:46:47 [2020-11-03T07:46:47.309Z] === RUN   TestDockerSuite/TestBuildLastModified
07:46:47 [2020-11-03T07:46:47.565Z] ++++ cat bundles/test-integration/docker.pid
07:46:47 [2020-11-03T07:46:47.565Z] +++ kill 13678
07:46:48 [2020-11-03T07:46:48.867Z] --- PASS: TestGet (15.00s)
07:46:48 [2020-11-03T07:46:48.867Z] === RUN   TestPluginWithNoManifest
07:46:48 [2020-11-03T07:46:48.867Z] --- PASS: TestPluginWithNoManifest (0.00s)
07:46:48 [2020-11-03T07:46:48.867Z] === RUN   TestGetAll
07:46:48 [2020-11-03T07:46:48.867Z] --- PASS: TestGetAll (0.00s)
07:46:48 [2020-11-03T07:46:48.867Z] PASS
07:46:48 [2020-11-03T07:46:48.867Z] coverage: 73.4% of statements
07:46:48 [2020-11-03T07:46:48.867Z] ok  	github.com/docker/docker/pkg/plugins	35.488s	coverage: 73.4% of statements
07:46:48 [2020-11-03T07:46:48.947Z] +++ /etc/init.d/apparmor stop
07:46:48 [2020-11-03T07:46:48.947Z] Leaving: AppArmorNo profiles have been unloaded.
07:46:48 [2020-11-03T07:46:48.947Z] 
07:46:48 [2020-11-03T07:46:48.947Z] Unloading profiles will leave already running processes permanently
07:46:48 [2020-11-03T07:46:48.947Z] unconfined, which can lead to unexpected situations.
07:46:48 [2020-11-03T07:46:48.947Z] 
07:46:48 [2020-11-03T07:46:48.947Z] To set a process to complain mode, use the command line tool
07:46:48 [2020-11-03T07:46:48.947Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
07:46:48 [2020-11-03T07:46:48.947Z] +++ true
07:46:48 [2020-11-03T07:46:48.947Z] exiting test-integration
07:46:48 [2020-11-03T07:46:48.947Z] ++ exit 0
07:46:48 [2020-11-03T07:46:48.947Z] 
07:46:49 [2020-11-03T07:46:49.159Z] --- PASS: TestRunContainerWithBridgeNone (1.84s)
07:46:49 [2020-11-03T07:46:49.159Z] === RUN   TestNetworkInvalidJSON
07:46:49 [2020-11-03T07:46:49.159Z] === RUN   TestNetworkInvalidJSON//networks/create
07:46:49 [2020-11-03T07:46:49.159Z] === PAUSE TestNetworkInvalidJSON//networks/create
07:46:49 [2020-11-03T07:46:49.159Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
07:46:49 [2020-11-03T07:46:49.159Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
07:46:49 [2020-11-03T07:46:49.159Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
07:46:49 [2020-11-03T07:46:49.159Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
07:46:49 [2020-11-03T07:46:49.159Z] === CONT  TestNetworkInvalidJSON//networks/create
07:46:49 [2020-11-03T07:46:49.159Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
07:46:49 [2020-11-03T07:46:49.159Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
07:46:49 [2020-11-03T07:46:49.159Z] --- PASS: TestNetworkInvalidJSON (0.03s)
07:46:49 [2020-11-03T07:46:49.159Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
07:46:49 [2020-11-03T07:46:49.159Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
07:46:49 [2020-11-03T07:46:49.159Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
07:46:49 [2020-11-03T07:46:49.159Z] === RUN   TestHostIPv4BridgeLabel
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/pkg/term	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/quota	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/rootless	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/testutil/request	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/volume	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
07:46:49 [2020-11-03T07:46:49.329Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
07:46:49 [2020-11-03T07:46:49.498Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
07:46:49 [2020-11-03T07:46:49.498Z] === RUN   TestDaemonRestartWithLiveRestore
07:46:50 [2020-11-03T07:46:50.548Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
07:46:50 [2020-11-03T07:46:50.548Z] === RUN   TestDaemonDefaultNetworkPools
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === Skipped
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     dispatchers_test.go:376: Windows does not support stopsignal
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
07:46:50 [2020-11-03T07:46:50.875Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s)
07:46:50 [2020-11-03T07:46:50.875Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s)
07:46:50 [2020-11-03T07:46:50.875Z]     client_test.go:23: runtime.GOOS == "windows"
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     daemon_test.go:147: root required
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     reload_test.go:520: root required
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     pull_v2_test.go:73: Needs fixing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     pull_v2_test.go:118: Needs fixing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     download_test.go:268: Needs fixing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     layer_test.go:304: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     layer_test.go:353: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     layer_test.go:468: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     layer_test.go:697: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     migration_test.go:46: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     migration_test.go:182: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     mount_test.go:17: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     mount_test.go:76: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     mount_test.go:125: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     mount_test.go:212: Failing on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:133: Xz not present in msys2
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:238: Failing on Windows CI machines
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_windows_test.go:16: Currently fails
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     changes_test.go:192: needs more investigation
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     changes_test.go:405: needs further investigation
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     changes_test.go:441: needs further investigation
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     poller_test.go:41: No chmod on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     fileutils_test.go:134: Needs porting to Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     fileutils_test.go:180: Needs porting to Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s)
07:46:50 [2020-11-03T07:46:50.875Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
07:46:50 [2020-11-03T07:46:50.875Z]     local_test.go:181: runtime.GOOS == "windows"
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] 
07:46:50 [2020-11-03T07:46:50.875Z] DONE 1769 tests, 46 skipped in 205.739s
07:46:50 [2020-11-03T07:46:50.875Z] INFO: make.ps1 ended at 11/03/2020 07:46:50
07:46:51 [2020-11-03T07:46:51.190Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s)
07:46:51 [2020-11-03T07:46:51.190Z] === RUN   TestDaemonRestartWithExistingNetwork
Post stage
[Pipeline] junit
07:46:51 [2020-11-03T07:46:51.504Z] Recording test results
07:46:51 [2020-11-03T07:46:51.521Z] === RUN   TestDockerSuite/TestBuildLineBreak
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
07:46:52 [2020-11-03T07:46:52.335Z] + echo Ensuring container killed.
07:46:52 [2020-11-03T07:46:52.336Z] Ensuring container killed.
07:46:52 [2020-11-03T07:46:52.336Z] + docker rm -vf docker-pr2
07:46:52 [2020-11-03T07:46:52.336Z] Error: No such container: docker-pr2
07:46:52 [2020-11-03T07:46:52.336Z] + true
[Pipeline] sh
07:46:52 [2020-11-03T07:46:52.626Z] + echo Chowning /workspace to jenkins user
07:46:52 [2020-11-03T07:46:52.626Z] Chowning /workspace to jenkins user
07:46:52 [2020-11-03T07:46:52.626Z] + id -u
07:46:52 [2020-11-03T07:46:52.626Z] + id -g
07:46:52 [2020-11-03T07:46:52.626Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41626:/workspace busybox chown -R 1000:1000 /workspace
07:46:52 [2020-11-03T07:46:52.626Z] Unable to find image 'busybox:latest' locally
07:46:52 [2020-11-03T07:46:52.706Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
07:46:52 [2020-11-03T07:46:52.706Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
07:46:53 [2020-11-03T07:46:53.067Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
07:46:53 [2020-11-03T07:46:53.067Z] INFO: Unit tests ended at 11/03/2020 07:46:52. Duration:00:03:41.9023429
07:46:53 [2020-11-03T07:46:53.067Z] INFO: Building busybox
07:46:53 [2020-11-03T07:46:53.067Z] Sending build context to Docker daemon   5.12kB
07:46:53 [2020-11-03T07:46:53.067Z] 
07:46:53 [2020-11-03T07:46:53.067Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
07:46:53 [2020-11-03T07:46:53.067Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
07:46:53 [2020-11-03T07:46:53.067Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
07:46:53 [2020-11-03T07:46:53.067Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
07:46:53 [2020-11-03T07:46:53.067Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
07:46:53 [2020-11-03T07:46:53.067Z]  ---> 71d3f266f3af
07:46:53 [2020-11-03T07:46:53.067Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
07:46:53 [2020-11-03T07:46:53.067Z]  ---> Running in df83e8b05199
07:46:53 [2020-11-03T07:46:53.199Z] latest: Pulling from library/busybox
07:46:53 [2020-11-03T07:46:53.199Z] 5dce72bf4214: Pulling fs layer
07:46:53 [2020-11-03T07:46:53.469Z] 5dce72bf4214: Verifying Checksum
07:46:53 [2020-11-03T07:46:53.469Z] 5dce72bf4214: Download complete
07:46:53 [2020-11-03T07:46:53.469Z] 5dce72bf4214: Pull complete
07:46:53 [2020-11-03T07:46:53.469Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
07:46:53 [2020-11-03T07:46:53.469Z] Status: Downloaded newer image for busybox:latest
07:46:53 [2020-11-03T07:46:53.751Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s)
07:46:53 [2020-11-03T07:46:53.751Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
07:46:54 [2020-11-03T07:46:54.071Z] --- PASS: TestServiceWithDataPathPortInit (16.38s)
07:46:54 [2020-11-03T07:46:54.071Z] === RUN   TestServiceWithDefaultAddressPoolInit
07:46:54 [2020-11-03T07:46:54.332Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
07:46:54 [2020-11-03T07:46:54.332Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
07:46:54 [2020-11-03T07:46:54.402Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
07:46:54 [2020-11-03T07:46:54.402Z] === RUN   TestServiceWithPredefinedNetwork
07:46:54 [2020-11-03T07:46:54.594Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
07:46:54 [2020-11-03T07:46:54.594Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
07:46:54 [2020-11-03T07:46:54.855Z] === RUN   TestDockerSuite/TestBuildMaintainer
07:46:54 [2020-11-03T07:46:54.855Z] === RUN   TestDockerSuite/TestBuildMissingArgs
07:46:56 [2020-11-03T07:46:56.480Z] --- PASS: TestServiceWithPredefinedNetwork (2.09s)
07:46:56 [2020-11-03T07:46:56.480Z] === RUN   TestServiceRemoveKeepsIngressNetwork
07:46:56 [2020-11-03T07:46:56.480Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
07:46:56 [2020-11-03T07:46:56.480Z]     service_test.go:236: FLAKY_TEST
07:46:56 [2020-11-03T07:46:56.480Z] === RUN   TestServiceWithDataPathPortInit
07:46:56 [2020-11-03T07:46:56.774Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
07:46:57 [2020-11-03T07:46:57.080Z] + bundleName=arm64-integration
07:46:57 [2020-11-03T07:46:57.080Z] + echo Creating arm64-integration-bundles.tar.gz
07:46:57 [2020-11-03T07:46:57.080Z] Creating arm64-integration-bundles.tar.gz
07:46:57 [2020-11-03T07:46:57.080Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
07:46:57 [2020-11-03T07:46:57.080Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
07:46:57 [2020-11-03T07:46:57.355Z] Archiving artifacts
07:46:58 [2020-11-03T07:46:58.189Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
07:46:58 [2020-11-03T07:46:58.908Z] Removing intermediate container df83e8b05199
07:46:58 [2020-11-03T07:46:58.908Z]  ---> fc755e7d6f4a
07:46:58 [2020-11-03T07:46:58.908Z] Step 7/13 : ARG BUSYBOX_VERSION
07:46:58 [2020-11-03T07:46:58.908Z]  ---> Running in 4627b953bd94
07:46:58 [2020-11-03T07:46:58.908Z] Removing intermediate container 4627b953bd94
07:46:58 [2020-11-03T07:46:58.908Z]  ---> 1757f3780e11
07:46:58 [2020-11-03T07:46:58.908Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
07:46:58 [2020-11-03T07:46:58.908Z]  ---> Running in 8adfc6ad8cb9
07:46:58 [2020-11-03T07:46:58.908Z] Removing intermediate container 8adfc6ad8cb9
07:46:58 [2020-11-03T07:46:58.908Z]  ---> 2c47dcc6769e
07:46:58 [2020-11-03T07:46:58.908Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
07:46:59 [2020-11-03T07:46:59.257Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
07:46:59 [2020-11-03T07:46:59.601Z] + make clean
07:46:59 [2020-11-03T07:46:59.882Z] 
07:47:00 [2020-11-03T07:47:00.172Z] docker volume rm -f docker-dev-cache
07:47:00 [2020-11-03T07:47:00.172Z] docker-dev-cache
[Pipeline] deleteDir
07:47:00 [2020-11-03T07:47:00.343Z]  ---> 053f4da36bd6
07:47:00 [2020-11-03T07:47:00.343Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
07:47:00 [2020-11-03T07:47:00.343Z]  ---> Running in 92a64cb1b457
07:47:00 [2020-11-03T07:47:00.738Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
07:47:00 [2020-11-03T07:47:00.738Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
07:47:01 [2020-11-03T07:47:01.312Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
07:47:01 [2020-11-03T07:47:01.885Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.11s)
07:47:01 [2020-11-03T07:47:01.885Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:c5mv9yz3gpbfwncrwn1qceh6l Created:2020-11-03 07:46:55.311172146 +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[a0a7abcd3d0cdcf2f81b17aca22438c3b4f721616297d08f51b0b42360ad497b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bjr7on48bosb5soxd8y13w0pv EndpointID:0083121e90826982cd3973c96cf5ff6361d546853a8d693fd36274c51fef0a5c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:06edcc005718badff5182f215a4bc61dd6d4a56bf00945fbc5d279dd71f0ea14 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:0499ae9cb396 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bjr7on48bosb5soxd8y13w0pv EndpointID:0083121e90826982cd3973c96cf5ff6361d546853a8d693fd36274c51fef0a5c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
07:47:01 [2020-11-03T07:47:01.885Z] PASS
07:47:01 [2020-11-03T07:47:01.885Z] 
07:47:01 [2020-11-03T07:47:01.885Z] === Skipped
07:47:01 [2020-11-03T07:47:01.885Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
07:47:01 [2020-11-03T07:47:01.885Z]     service_test.go:236: FLAKY_TEST
07:47:01 [2020-11-03T07:47:01.885Z] 
07:47:01 [2020-11-03T07:47:01.885Z] 
07:47:01 [2020-11-03T07:47:01.885Z] DONE 23 tests, 1 skipped in 52.147s
07:47:01 [2020-11-03T07:47:01.885Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
07:47:01 [2020-11-03T07:47:01.885Z] ++ 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
07:47:01 [2020-11-03T07:47:01.885Z] ++ set -e
07:47:01 [2020-11-03T07:47:01.885Z] ++ '[' -n 0 ']'
07:47:01 [2020-11-03T07:47:01.885Z] ++ set -x
07:47:01 [2020-11-03T07:47:01.885Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:47:02 [2020-11-03T07:47:02.147Z] INFO: Testing against a local daemon
07:47:02 [2020-11-03T07:47:02.147Z] === RUN   TestDockerNetworkIpvlanPersistance
07:47:02 [2020-11-03T07:47:02.147Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
07:47:02 [2020-11-03T07:47:02.147Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:02 [2020-11-03T07:47:02.147Z] === RUN   TestDockerNetworkIpvlan
07:47:02 [2020-11-03T07:47:02.147Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
07:47:02 [2020-11-03T07:47:02.147Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:02 [2020-11-03T07:47:02.147Z] PASS
07:47:02 [2020-11-03T07:47:02.147Z] 
07:47:02 [2020-11-03T07:47:02.147Z] === Skipped
07:47:02 [2020-11-03T07:47:02.147Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
07:47:02 [2020-11-03T07:47:02.147Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:02 [2020-11-03T07:47:02.147Z] 
07:47:02 [2020-11-03T07:47:02.147Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
07:47:02 [2020-11-03T07:47:02.147Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:02 [2020-11-03T07:47:02.147Z] 
07:47:02 [2020-11-03T07:47:02.147Z] 
07:47:02 [2020-11-03T07:47:02.147Z] DONE 2 tests, 2 skipped in 0.158s
07:47:02 [2020-11-03T07:47:02.147Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
07:47:02 [2020-11-03T07:47:02.147Z] ++ 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
07:47:02 [2020-11-03T07:47:02.147Z] ++ set -e
07:47:02 [2020-11-03T07:47:02.147Z] ++ '[' -n 0 ']'
07:47:02 [2020-11-03T07:47:02.147Z] ++ set -x
07:47:02 [2020-11-03T07:47:02.147Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:47:02 [2020-11-03T07:47:02.147Z] INFO: Testing against a local daemon
07:47:02 [2020-11-03T07:47:02.147Z] === RUN   TestDockerNetworkMacvlanPersistance
07:47:04 [2020-11-03T07:47:04.064Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s)
07:47:04 [2020-11-03T07:47:04.064Z] === RUN   TestDockerNetworkMacvlan
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
07:47:04 [2020-11-03T07:47:04.639Z] === RUN   TestDockerNetworkMacvlan/Subinterface
07:47:05 [2020-11-03T07:47:05.583Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
07:47:06 [2020-11-03T07:47:06.528Z] === RUN   TestDockerNetworkMacvlan/NilParent
07:47:09 [2020-11-03T07:47:09.080Z] === RUN   TestDockerNetworkMacvlan/InternalMode
07:47:09 [2020-11-03T07:47:09.341Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
07:47:11 [2020-11-03T07:47:11.259Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
07:47:11 [2020-11-03T07:47:11.866Z] --- PASS: TestServiceWithDataPathPortInit (13.76s)
07:47:11 [2020-11-03T07:47:11.866Z] === RUN   TestServiceWithDefaultAddressPoolInit
07:47:12 [2020-11-03T07:47:12.211Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
07:47:12 [2020-11-03T07:47:12.770Z] Removing intermediate container 92a64cb1b457
07:47:12 [2020-11-03T07:47:12.770Z]  ---> 0c9a0fa1cca8
07:47:12 [2020-11-03T07:47:12.770Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
07:47:12 [2020-11-03T07:47:12.770Z]  ---> Running in a847de82f5b4
07:47:12 [2020-11-03T07:47:12.770Z] 
07:47:12 [2020-11-03T07:47:12.770Z] SUCCESS: Specified value was saved.
07:47:13 [2020-11-03T07:47:13.609Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
07:47:15 [2020-11-03T07:47:15.529Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
07:47:15 [2020-11-03T07:47:15.529Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
07:47:15 [2020-11-03T07:47:15.689Z] Removing intermediate container a847de82f5b4
07:47:15 [2020-11-03T07:47:15.689Z]  ---> bb6d173c6ecf
07:47:15 [2020-11-03T07:47:15.689Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
07:47:15 [2020-11-03T07:47:15.689Z]  ---> Running in c011a0042f57
07:47:15 [2020-11-03T07:47:15.791Z] === RUN   TestDockerNetworkMacvlan/Addressing
07:47:17 [2020-11-03T07:47:17.180Z] --- PASS: TestDockerNetworkMacvlan (13.35s)
07:47:17 [2020-11-03T07:47:17.180Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
07:47:17 [2020-11-03T07:47:17.180Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
07:47:17 [2020-11-03T07:47:17.180Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s)
07:47:17 [2020-11-03T07:47:17.180Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.32s)
07:47:17 [2020-11-03T07:47:17.180Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.46s)
07:47:17 [2020-11-03T07:47:17.180Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.94s)
07:47:17 [2020-11-03T07:47:17.180Z] PASS
07:47:17 [2020-11-03T07:47:17.180Z] 
07:47:17 [2020-11-03T07:47:17.180Z] DONE 8 tests in 14.956s
07:47:17 [2020-11-03T07:47:17.180Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
07:47:17 [2020-11-03T07:47:17.180Z] ++ 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
07:47:17 [2020-11-03T07:47:17.180Z] ++ set -e
07:47:17 [2020-11-03T07:47:17.180Z] ++ '[' -n 0 ']'
07:47:17 [2020-11-03T07:47:17.180Z] ++ set -x
07:47:17 [2020-11-03T07:47:17.180Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:47:17 [2020-11-03T07:47:17.180Z] testing: warning: no tests to run
07:47:17 [2020-11-03T07:47:17.180Z] PASS
07:47:17 [2020-11-03T07:47:17.180Z] 
07:47:17 [2020-11-03T07:47:17.180Z] DONE 0 tests in 0.034s
07:47:17 [2020-11-03T07:47:17.180Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
07:47:17 [2020-11-03T07:47:17.180Z] ++ 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
07:47:17 [2020-11-03T07:47:17.180Z] ++ set -e
07:47:17 [2020-11-03T07:47:17.180Z] ++ '[' -n 0 ']'
07:47:17 [2020-11-03T07:47:17.180Z] ++ set -x
07:47:17 [2020-11-03T07:47:17.180Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:47:17 [2020-11-03T07:47:17.442Z] INFO: Testing against a local daemon
07:47:17 [2020-11-03T07:47:17.442Z] === RUN   TestAuthZPluginAllowRequest
07:47:17 [2020-11-03T07:47:17.505Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s)
07:47:17 [2020-11-03T07:47:17.505Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0et8ifpt0wxz29dn3n94mk636 Created:2020-11-03 07:47:11.160654736 +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[a1a76fcebeec148cd62b5eaa50e7943f60dfbf8ac113d753c75abf02cda340c2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zijjfi8tem8klmkhfg72vl023 EndpointID:464ee59c3e93507b13b02f8cf2a6e340a82e04af782903a59567bbbc51a05c7e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f4d424e310cdd8a134b9f029a7639d09b343661e7dea379a25907d63196df8ae 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:0e0310c70fb8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zijjfi8tem8klmkhfg72vl023 EndpointID:464ee59c3e93507b13b02f8cf2a6e340a82e04af782903a59567bbbc51a05c7e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
07:47:17 [2020-11-03T07:47:17.505Z] PASS
07:47:17 [2020-11-03T07:47:17.505Z] 
07:47:17 [2020-11-03T07:47:17.505Z] === Skipped
07:47:17 [2020-11-03T07:47:17.505Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
07:47:17 [2020-11-03T07:47:17.505Z]     service_test.go:236: FLAKY_TEST
07:47:17 [2020-11-03T07:47:17.505Z] 
07:47:17 [2020-11-03T07:47:17.505Z] 
07:47:17 [2020-11-03T07:47:17.505Z] DONE 23 tests, 1 skipped in 39.481s
07:47:17 [2020-11-03T07:47:17.505Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
07:47:17 [2020-11-03T07:47:17.505Z] ++ 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
07:47:17 [2020-11-03T07:47:17.505Z] ++ set -e
07:47:17 [2020-11-03T07:47:17.505Z] ++ '[' -n 0 ']'
07:47:17 [2020-11-03T07:47:17.505Z] ++ set -x
07:47:17 [2020-11-03T07:47:17.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build 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
07:47:17 [2020-11-03T07:47:17.505Z] INFO: Testing against a local daemon
07:47:17 [2020-11-03T07:47:17.505Z] === RUN   TestDockerNetworkIpvlanPersistance
07:47:17 [2020-11-03T07:47:17.505Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
07:47:17 [2020-11-03T07:47:17.505Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:17 [2020-11-03T07:47:17.505Z] === RUN   TestDockerNetworkIpvlan
07:47:17 [2020-11-03T07:47:17.505Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
07:47:17 [2020-11-03T07:47:17.506Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:17 [2020-11-03T07:47:17.506Z] PASS
07:47:17 [2020-11-03T07:47:17.506Z] 
07:47:17 [2020-11-03T07:47:17.506Z] === Skipped
07:47:17 [2020-11-03T07:47:17.506Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
07:47:17 [2020-11-03T07:47:17.506Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:17 [2020-11-03T07:47:17.506Z] 
07:47:17 [2020-11-03T07:47:17.506Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
07:47:17 [2020-11-03T07:47:17.506Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
07:47:17 [2020-11-03T07:47:17.506Z] 
07:47:17 [2020-11-03T07:47:17.506Z] 
07:47:17 [2020-11-03T07:47:17.506Z] DONE 2 tests, 2 skipped in 0.076s
07:47:17 [2020-11-03T07:47:17.506Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
07:47:17 [2020-11-03T07:47:17.506Z] ++ 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
07:47:17 [2020-11-03T07:47:17.506Z] ++ set -e
07:47:17 [2020-11-03T07:47:17.506Z] ++ '[' -n 0 ']'
07:47:17 [2020-11-03T07:47:17.506Z] ++ set -x
07:47:17 [2020-11-03T07:47:17.506Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:47:17 [2020-11-03T07:47:17.506Z] INFO: Testing against a local daemon
07:47:17 [2020-11-03T07:47:17.506Z] === RUN   TestDockerNetworkMacvlanPersistance
07:47:18 [2020-11-03T07:47:18.549Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s)
07:47:18 [2020-11-03T07:47:18.549Z] === RUN   TestDockerNetworkMacvlan
07:47:18 [2020-11-03T07:47:18.830Z] --- PASS: TestAuthZPluginAllowRequest (1.51s)
07:47:18 [2020-11-03T07:47:18.830Z] === RUN   TestAuthZPluginTLS
07:47:19 [2020-11-03T07:47:19.402Z] --- PASS: TestAuthZPluginTLS (0.56s)
07:47:19 [2020-11-03T07:47:19.402Z] === RUN   TestAuthZPluginDenyRequest
07:47:19 [2020-11-03T07:47:19.402Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
07:47:19 [2020-11-03T07:47:19.446Z] Cannot create a file when that file already exists.
07:47:19 [2020-11-03T07:47:19.589Z] === RUN   TestDockerNetworkMacvlan/Subinterface
07:47:19 [2020-11-03T07:47:19.975Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
07:47:19 [2020-11-03T07:47:19.975Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
07:47:19 [2020-11-03T07:47:19.975Z] === RUN   TestAuthZPluginAPIDenyResponse
07:47:20 [2020-11-03T07:47:20.240Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
07:47:20 [2020-11-03T07:47:20.549Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
07:47:20 [2020-11-03T07:47:20.549Z] === RUN   TestAuthZPluginDenyResponse
07:47:21 [2020-11-03T07:47:21.121Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
07:47:21 [2020-11-03T07:47:21.121Z] === RUN   TestAuthZPluginAllowEventStream
07:47:21 [2020-11-03T07:47:21.287Z] === RUN   TestDockerNetworkMacvlan/NilParent
07:47:21 [2020-11-03T07:47:21.383Z] === RUN   TestDockerSuite/TestBuildMultipleTags
07:47:21 [2020-11-03T07:47:21.643Z] === RUN   TestDockerSuite/TestBuildNetContainer
07:47:22 [2020-11-03T07:47:22.589Z] --- PASS: TestAuthZPluginAllowEventStream (1.47s)
07:47:22 [2020-11-03T07:47:22.589Z] === RUN   TestAuthZPluginErrorResponse
07:47:23 [2020-11-03T07:47:23.161Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
07:47:23 [2020-11-03T07:47:23.161Z] === RUN   TestAuthZPluginErrorRequest
07:47:23 [2020-11-03T07:47:23.389Z] === RUN   TestDockerNetworkMacvlan/InternalMode
07:47:23 [2020-11-03T07:47:23.423Z] === RUN   TestDockerSuite/TestBuildNetNone
07:47:23 [2020-11-03T07:47:23.685Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
07:47:23 [2020-11-03T07:47:23.685Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
07:47:23 [2020-11-03T07:47:23.945Z] === RUN   TestDockerSuite/TestBuildNoContext
07:47:24 [2020-11-03T07:47:24.207Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
07:47:24 [2020-11-03T07:47:24.207Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
07:47:24 [2020-11-03T07:47:24.780Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
07:47:25 [2020-11-03T07:47:25.389Z] Removing intermediate container c011a0042f57
07:47:25 [2020-11-03T07:47:25.389Z]  ---> 7c3b108ad888
07:47:25 [2020-11-03T07:47:25.389Z] Step 13/13 : CMD ["sh"]
07:47:25 [2020-11-03T07:47:25.389Z]  ---> Running in ac6836dc6498
07:47:25 [2020-11-03T07:47:25.472Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
07:47:25 [2020-11-03T07:47:25.749Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
07:47:25 [2020-11-03T07:47:25.851Z] Removing intermediate container ac6836dc6498
07:47:25 [2020-11-03T07:47:25.851Z]  ---> 88d8eb300725
07:47:25 [2020-11-03T07:47:25.851Z] Successfully built 88d8eb300725
07:47:25 [2020-11-03T07:47:25.851Z] Successfully tagged busybox:latest
07:47:25 [2020-11-03T07:47:25.851Z] INFO: Docker images of the daemon under test
07:47:25 [2020-11-03T07:47:25.851Z] 
07:47:25 [2020-11-03T07:47:25.851Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
07:47:25 [2020-11-03T07:47:25.851Z] busybox                                latest              88d8eb300725        Less than a second ago   5.17GB
07:47:25 [2020-11-03T07:47:25.851Z] microsoft/windowsservercore            latest              71d3f266f3af        4 weeks ago              5.1GB
07:47:25 [2020-11-03T07:47:25.851Z] mcr.microsoft.com/windows/servercore   ltsc2019            71d3f266f3af        4 weeks ago              5.1GB
07:47:25 [2020-11-03T07:47:25.851Z] 
07:47:25 [2020-11-03T07:47:25.851Z] INFO: Running integration tests at 11/03/2020 07:47:25...
07:47:25 [2020-11-03T07:47:25.851Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
07:47:25 [2020-11-03T07:47:25.851Z] INFO: Integration API tests being run from the host:
07:47:25 [2020-11-03T07:47:25.851Z] INFO: make.ps1 starting at 11/03/2020 07:47:25
07:47:26 [2020-11-03T07:47:26.015Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.91s)
07:47:26 [2020-11-03T07:47:26.015Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
07:47:26 [2020-11-03T07:47:26.825Z] Running D:\gopath\src\github.com\docker\docker\integration\build
07:47:26 [2020-11-03T07:47:26.962Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
07:47:27 [2020-11-03T07:47:27.536Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
07:47:27 [2020-11-03T07:47:27.536Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
07:47:27 [2020-11-03T07:47:27.799Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s)
07:47:27 [2020-11-03T07:47:27.799Z] === RUN   TestAuthZPluginHeader
07:47:28 [2020-11-03T07:47:28.062Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
07:47:28 [2020-11-03T07:47:28.287Z] ok  	github.com/docker/docker/cmd/dockerd	0.075s	coverage: 29.1% of statements
07:47:28 [2020-11-03T07:47:28.287Z] ok  	github.com/docker/docker/container	0.125s	coverage: 34.4% of statements
07:47:28 [2020-11-03T07:47:28.287Z] ?   	github.com/docker/docker/container/stream	[no test files]
07:47:28 [2020-11-03T07:47:28.287Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
07:47:28 [2020-11-03T07:47:28.287Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
07:47:28 [2020-11-03T07:47:28.287Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
07:47:28 [2020-11-03T07:47:28.324Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
07:47:28 [2020-11-03T07:47:28.585Z] --- PASS: TestAuthZPluginHeader (0.82s)
07:47:28 [2020-11-03T07:47:28.585Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
07:47:29 [2020-11-03T07:47:29.043Z] === RUN   TestDockerNetworkMacvlan/Addressing
07:47:29 [2020-11-03T07:47:29.158Z] === RUN   TestDockerSuite/TestBuildOnBuild
07:47:30 [2020-11-03T07:47:30.091Z] --- PASS: TestDockerNetworkMacvlan (11.28s)
07:47:30 [2020-11-03T07:47:30.092Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
07:47:30 [2020-11-03T07:47:30.092Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
07:47:30 [2020-11-03T07:47:30.092Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.93s)
07:47:30 [2020-11-03T07:47:30.092Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s)
07:47:30 [2020-11-03T07:47:30.092Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.30s)
07:47:30 [2020-11-03T07:47:30.092Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s)
07:47:30 [2020-11-03T07:47:30.092Z] PASS
07:47:30 [2020-11-03T07:47:30.092Z] 
07:47:30 [2020-11-03T07:47:30.092Z] DONE 8 tests in 12.753s
07:47:30 [2020-11-03T07:47:30.092Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
07:47:30 [2020-11-03T07:47:30.092Z] ++ 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
07:47:30 [2020-11-03T07:47:30.092Z] ++ set -e
07:47:30 [2020-11-03T07:47:30.092Z] ++ '[' -n 0 ']'
07:47:30 [2020-11-03T07:47:30.092Z] ++ set -x
07:47:30 [2020-11-03T07:47:30.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=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 GOCACHE=/root/.cache/go-build 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
07:47:30 [2020-11-03T07:47:30.092Z] testing: warning: no tests to run
07:47:30 [2020-11-03T07:47:30.092Z] PASS
07:47:30 [2020-11-03T07:47:30.092Z] 
07:47:30 [2020-11-03T07:47:30.092Z] DONE 0 tests in 0.012s
07:47:30 [2020-11-03T07:47:30.092Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
07:47:30 [2020-11-03T07:47:30.092Z] ++ 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
07:47:30 [2020-11-03T07:47:30.092Z] ++ set -e
07:47:30 [2020-11-03T07:47:30.092Z] ++ '[' -n 0 ']'
07:47:30 [2020-11-03T07:47:30.092Z] ++ set -x
07:47:30 [2020-11-03T07:47:30.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=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 GOCACHE=/root/.cache/go-build 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
07:47:30 [2020-11-03T07:47:30.092Z] INFO: Testing against a local daemon
07:47:30 [2020-11-03T07:47:30.092Z] === RUN   TestAuthZPluginAllowRequest
07:47:30 [2020-11-03T07:47:30.547Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
07:47:30 [2020-11-03T07:47:30.808Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
07:47:31 [2020-11-03T07:47:31.609Z] --- PASS: TestAuthZPluginAllowRequest (1.34s)
07:47:31 [2020-11-03T07:47:31.609Z] === RUN   TestAuthZPluginTLS
07:47:31 [2020-11-03T07:47:31.906Z] --- PASS: TestAuthZPluginTLS (0.56s)
07:47:31 [2020-11-03T07:47:31.906Z] === RUN   TestAuthZPluginDenyRequest
07:47:32 [2020-11-03T07:47:32.547Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
07:47:32 [2020-11-03T07:47:32.547Z] === RUN   TestAuthZPluginAPIDenyResponse
07:47:32 [2020-11-03T07:47:32.843Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
07:47:32 [2020-11-03T07:47:32.843Z] === RUN   TestAuthZPluginDenyResponse
07:47:33 [2020-11-03T07:47:33.360Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
07:47:33 [2020-11-03T07:47:33.360Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
07:47:33 [2020-11-03T07:47:33.360Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.65s)
07:47:33 [2020-11-03T07:47:33.360Z] === RUN   TestAuthZPluginV2Disable
07:47:33 [2020-11-03T07:47:33.489Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
07:47:33 [2020-11-03T07:47:33.489Z] === RUN   TestAuthZPluginAllowEventStream
07:47:33 [2020-11-03T07:47:33.562Z] ok  	github.com/docker/docker/daemon/cluster	0.062s	coverage: 0.5% of statements
07:47:34 [2020-11-03T07:47:34.749Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
07:47:34 [2020-11-03T07:47:34.943Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
07:47:35 [2020-11-03T07:47:35.019Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s)
07:47:35 [2020-11-03T07:47:35.019Z] === RUN   TestAuthZPluginErrorResponse
07:47:35 [2020-11-03T07:47:35.314Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
07:47:35 [2020-11-03T07:47:35.314Z] === RUN   TestAuthZPluginErrorRequest
07:47:35 [2020-11-03T07:47:35.951Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
07:47:35 [2020-11-03T07:47:35.951Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
07:47:36 [2020-11-03T07:47:36.590Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
07:47:36 [2020-11-03T07:47:36.590Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
07:47:36 [2020-11-03T07:47:36.927Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
07:47:37 [2020-11-03T07:47:37.305Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
07:47:37 [2020-11-03T07:47:37.305Z] --- PASS: TestAuthZPluginV2Disable (4.04s)
07:47:37 [2020-11-03T07:47:37.305Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
07:47:38 [2020-11-03T07:47:38.249Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
07:47:38 [2020-11-03T07:47:38.685Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s)
07:47:38 [2020-11-03T07:47:38.685Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
07:47:39 [2020-11-03T07:47:39.215Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
07:47:39 [2020-11-03T07:47:39.477Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
07:47:40 [2020-11-03T07:47:40.199Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s)
07:47:40 [2020-11-03T07:47:40.199Z] === RUN   TestAuthZPluginHeader
07:47:40 [2020-11-03T07:47:40.837Z] --- PASS: TestAuthZPluginHeader (0.86s)
07:47:40 [2020-11-03T07:47:40.837Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
07:47:40 [2020-11-03T07:47:40.837Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
07:47:40 [2020-11-03T07:47:40.837Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:40 [2020-11-03T07:47:40.837Z] === RUN   TestAuthZPluginV2Disable
07:47:40 [2020-11-03T07:47:40.837Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
07:47:40 [2020-11-03T07:47:40.837Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:40 [2020-11-03T07:47:40.837Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
07:47:40 [2020-11-03T07:47:40.837Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
07:47:40 [2020-11-03T07:47:40.837Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:40 [2020-11-03T07:47:40.837Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
07:47:40 [2020-11-03T07:47:40.837Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
07:47:40 [2020-11-03T07:47:40.837Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:40 [2020-11-03T07:47:40.837Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
07:47:40 [2020-11-03T07:47:40.865Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.24s)
07:47:40 [2020-11-03T07:47:40.865Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
07:47:41 [2020-11-03T07:47:41.810Z] === RUN   TestDockerSuite/TestBuildPATH
07:47:44 [2020-11-03T07:47:44.360Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
07:47:44 [2020-11-03T07:47:44.622Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
07:47:46 [2020-11-03T07:47:46.011Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
07:47:46 [2020-11-03T07:47:46.905Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.439s	coverage: 14.1% of statements
07:47:46 [2020-11-03T07:47:46.905Z] ok  	github.com/docker/docker/daemon	12.214s	coverage: 17.2% of statements
07:47:46 [2020-11-03T07:47:46.905Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
07:47:46 [2020-11-03T07:47:46.905Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
07:47:47 [2020-11-03T07:47:47.474Z] ok  	github.com/docker/docker/daemon/config	0.071s	coverage: 81.8% of statements
07:47:47 [2020-11-03T07:47:47.734Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
07:47:48 [2020-11-03T07:47:48.673Z] ok  	github.com/docker/docker/daemon/events	0.070s	coverage: 50.0% of statements
07:47:48 [2020-11-03T07:47:48.673Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
07:47:48 [2020-11-03T07:47:48.673Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
07:47:49 [2020-11-03T07:47:49.243Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
07:47:52 [2020-11-03T07:47:52.537Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.477s	coverage: 73.1% of statements
07:47:52 [2020-11-03T07:47:52.537Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.017s	coverage: 2.9% of statements
07:47:52 [2020-11-03T07:47:52.602Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.76s)
07:47:52 [2020-11-03T07:47:52.602Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
07:47:53 [2020-11-03T07:47:53.477Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.473s	coverage: 56.2% of statements
07:47:53 [2020-11-03T07:47:53.546Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
07:47:56 [2020-11-03T07:47:56.034Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.017s	coverage: 1.8% of statements
07:47:56 [2020-11-03T07:47:56.854Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
07:47:56 [2020-11-03T07:47:56.940Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:47:56 [2020-11-03T07:47:56.940Z] INFO: Testing against a local daemon
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithSession
07:47:56 [2020-11-03T07:47:56.940Z] --- SKIP: TestBuildWithSession (0.00s)
07:47:56 [2020-11-03T07:47:56.940Z]     build_session_test.go:25: TODO: BuildKit
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildSquashParent
07:47:56 [2020-11-03T07:47:56.940Z] --- SKIP: TestBuildSquashParent (0.00s)
07:47:56 [2020-11-03T07:47:56.940Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:47:56 [2020-11-03T07:47:56.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:47:56 [2020-11-03T07:47:56.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:47:56 [2020-11-03T07:47:56.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:47:56 [2020-11-03T07:47:56.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:47:56 [2020-11-03T07:47:56.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:47:56 [2020-11-03T07:47:56.940Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:47:56 [2020-11-03T07:47:56.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:47:56 [2020-11-03T07:47:56.940Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
07:47:56 [2020-11-03T07:47:56.940Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
07:47:56 [2020-11-03T07:47:56.940Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
07:47:56 [2020-11-03T07:47:56.940Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
07:47:57 [2020-11-03T07:47:57.415Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.529s	coverage: 46.2% of statements
07:47:57 [2020-11-03T07:47:57.415Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
07:47:57 [2020-11-03T07:47:57.799Z] === RUN   TestDockerSuite/TestBuildRm
07:47:57 [2020-11-03T07:47:57.984Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.369s	coverage: 49.5% of statements
07:47:59 [2020-11-03T07:47:59.446Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s)
07:47:59 [2020-11-03T07:47:59.446Z] PASS
07:47:59 [2020-11-03T07:47:59.446Z] 
07:47:59 [2020-11-03T07:47:59.446Z] === Skipped
07:47:59 [2020-11-03T07:47:59.446Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
07:47:59 [2020-11-03T07:47:59.446Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:59 [2020-11-03T07:47:59.446Z] 
07:47:59 [2020-11-03T07:47:59.446Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
07:47:59 [2020-11-03T07:47:59.446Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:59 [2020-11-03T07:47:59.446Z] 
07:47:59 [2020-11-03T07:47:59.446Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
07:47:59 [2020-11-03T07:47:59.446Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:59 [2020-11-03T07:47:59.446Z] 
07:47:59 [2020-11-03T07:47:59.446Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
07:47:59 [2020-11-03T07:47:59.446Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:47:59 [2020-11-03T07:47:59.446Z] 
07:47:59 [2020-11-03T07:47:59.446Z] 
07:47:59 [2020-11-03T07:47:59.446Z] DONE 17 tests, 4 skipped in 27.721s
07:47:59 [2020-11-03T07:47:59.446Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
07:47:59 [2020-11-03T07:47:59.446Z] ++ 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
07:47:59 [2020-11-03T07:47:59.446Z] ++ set -e
07:47:59 [2020-11-03T07:47:59.446Z] ++ '[' -n 0 ']'
07:47:59 [2020-11-03T07:47:59.446Z] ++ set -x
07:47:59 [2020-11-03T07:47:59.446Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:47:59 [2020-11-03T07:47:59.446Z] INFO: Testing against a local daemon
07:47:59 [2020-11-03T07:47:59.446Z] === RUN   TestPluginInvalidJSON
07:47:59 [2020-11-03T07:47:59.446Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:47:59 [2020-11-03T07:47:59.446Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:47:59 [2020-11-03T07:47:59.446Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:47:59 [2020-11-03T07:47:59.446Z] --- PASS: TestPluginInvalidJSON (0.03s)
07:47:59 [2020-11-03T07:47:59.446Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
07:47:59 [2020-11-03T07:47:59.446Z] === RUN   TestPluginInstall
07:47:59 [2020-11-03T07:47:59.446Z] === RUN   TestPluginInstall/no_auth
07:47:59 [2020-11-03T07:47:59.446Z] time="2020-11-03T07:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:47:59 [2020-11-03T07:47:59.446Z] time="2020-11-03T07:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e015123c4077aab652b74097f0d9255c3b9bc7d917145d3df9ffc20ae616a1ec" mediatype=application/vnd.docker.plugin.v1+json size=522
07:47:59 [2020-11-03T07:47:59.446Z] time="2020-11-03T07:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:47:59 [2020-11-03T07:47:59.446Z] time="2020-11-03T07:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e015123c4077aab652b74097f0d9255c3b9bc7d917145d3df9ffc20ae616a1ec" mediatype=application/vnd.docker.plugin.v1+json size=522
07:47:59 [2020-11-03T07:47:59.715Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
07:47:59 [2020-11-03T07:47:59.740Z] === RUN   TestPluginInstall/with_htpasswd
07:47:59 [2020-11-03T07:47:59.892Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.017s	coverage: 58.0% of statements
07:47:59 [2020-11-03T07:47:59.892Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.589s	coverage: 57.7% of statements
07:47:59 [2020-11-03T07:47:59.892Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
07:47:59 [2020-11-03T07:47:59.892Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
07:48:00 [2020-11-03T07:48:00.288Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
07:48:00 [2020-11-03T07:48:00.381Z] time="2020-11-03T07:48:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:00 [2020-11-03T07:48:00.381Z] time="2020-11-03T07:48:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c7e47dd043ce5e84501840b84778740b1a27fee624b41027ccfb701877a0d0e5" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:00 [2020-11-03T07:48:00.381Z] time="2020-11-03T07:48:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:00 [2020-11-03T07:48:00.381Z] time="2020-11-03T07:48:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c7e47dd043ce5e84501840b84778740b1a27fee624b41027ccfb701877a0d0e5" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:00 [2020-11-03T07:48:00.677Z] === RUN   TestPluginInstall/with_insecure
07:48:01 [2020-11-03T07:48:01.232Z] === RUN   TestDockerSuite/TestBuildScratchCopy
07:48:01 [2020-11-03T07:48:01.493Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
07:48:01 [2020-11-03T07:48:01.719Z] time="2020-11-03T07:48:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:01 [2020-11-03T07:48:01.719Z] time="2020-11-03T07:48:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0cf18069de9cc90e86841294540553362a3c276022dfefec14958f066cd003ab" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:01 [2020-11-03T07:48:01.719Z] time="2020-11-03T07:48:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:01 [2020-11-03T07:48:01.719Z] time="2020-11-03T07:48:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0cf18069de9cc90e86841294540553362a3c276022dfefec14958f066cd003ab" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:01 [2020-11-03T07:48:01.810Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
07:48:02 [2020-11-03T07:48:02.026Z] --- PASS: TestPluginInstall (4.33s)
07:48:02 [2020-11-03T07:48:02.026Z]     --- PASS: TestPluginInstall/no_auth (2.02s)
07:48:02 [2020-11-03T07:48:02.026Z]     --- PASS: TestPluginInstall/with_htpasswd (0.94s)
07:48:02 [2020-11-03T07:48:02.026Z]     --- PASS: TestPluginInstall/with_insecure (1.37s)
07:48:02 [2020-11-03T07:48:02.026Z]         plugin_test.go:157: [d599ee6c1ba64] daemon is not started
07:48:02 [2020-11-03T07:48:02.026Z] PASS
07:48:02 [2020-11-03T07:48:02.026Z] 
07:48:02 [2020-11-03T07:48:02.026Z] DONE 6 tests in 4.427s
07:48:02 [2020-11-03T07:48:02.026Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
07:48:02 [2020-11-03T07:48:02.026Z] ++ 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
07:48:02 [2020-11-03T07:48:02.026Z] ++ set -e
07:48:02 [2020-11-03T07:48:02.026Z] ++ '[' -n 0 ']'
07:48:02 [2020-11-03T07:48:02.026Z] ++ set -x
07:48:02 [2020-11-03T07:48:02.026Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:02 [2020-11-03T07:48:02.026Z] INFO: Testing against a local daemon
07:48:02 [2020-11-03T07:48:02.026Z] === RUN   TestExternalGraphDriver
07:48:02 [2020-11-03T07:48:02.066Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
07:48:02 [2020-11-03T07:48:02.319Z] === RUN   TestExternalGraphDriver/json
07:48:02 [2020-11-03T07:48:02.640Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
07:48:02 [2020-11-03T07:48:02.764Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
07:48:03 [2020-11-03T07:48:03.332Z] ok  	github.com/docker/docker/daemon/images	0.019s	coverage: 4.9% of statements
07:48:03 [2020-11-03T07:48:03.332Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
07:48:03 [2020-11-03T07:48:03.332Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
07:48:03 [2020-11-03T07:48:03.583Z] === RUN   TestDockerSuite/TestBuildShellInherited
07:48:04 [2020-11-03T07:48:04.155Z] === RUN   TestDockerSuite/TestBuildShellMultiple
07:48:04 [2020-11-03T07:48:04.393Z] === RUN   TestExternalGraphDriver/spec
07:48:04 [2020-11-03T07:48:04.712Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 41.0% of statements
07:48:05 [2020-11-03T07:48:05.609Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
07:48:05 [2020-11-03T07:48:05.651Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.149s	coverage: 77.4% of statements
07:48:05 [2020-11-03T07:48:05.651Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
07:48:05 [2020-11-03T07:48:05.651Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
07:48:05 [2020-11-03T07:48:05.944Z] === RUN   TestExternalGraphDriver/pull
07:48:06 [2020-11-03T07:48:06.220Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.024s	coverage: 67.0% of statements
07:48:06 [2020-11-03T07:48:06.652Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
07:48:06 [2020-11-03T07:48:06.705Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
07:48:06 [2020-11-03T07:48:06.705Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
07:48:06 [2020-11-03T07:48:06.966Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
07:48:06 [2020-11-03T07:48:06.966Z] === RUN   TestDockerSuite/TestBuildSpaces
07:48:07 [2020-11-03T07:48:07.159Z] ok  	github.com/docker/docker/daemon/logger/journald	0.011s	coverage: 23.9% of statements
07:48:07 [2020-11-03T07:48:07.228Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
07:48:07 [2020-11-03T07:48:07.728Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
07:48:07 [2020-11-03T07:48:07.728Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
07:48:08 [2020-11-03T07:48:08.185Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
07:48:08 [2020-11-03T07:48:08.185Z] === RUN   TestDockerSuite/TestBuildStderr
07:48:08 [2020-11-03T07:48:08.758Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
07:48:09 [2020-11-03T07:48:09.020Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s)
07:48:09 [2020-11-03T07:48:09.020Z] PASS
07:48:09 [2020-11-03T07:48:09.020Z] 
07:48:09 [2020-11-03T07:48:09.020Z] DONE 17 tests in 51.863s
07:48:09 [2020-11-03T07:48:09.020Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
07:48:09 [2020-11-03T07:48:09.020Z] ++ 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
07:48:09 [2020-11-03T07:48:09.020Z] ++ set -e
07:48:09 [2020-11-03T07:48:09.020Z] ++ '[' -n 0 ']'
07:48:09 [2020-11-03T07:48:09.020Z] ++ set -x
07:48:09 [2020-11-03T07:48:09.020Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:09 [2020-11-03T07:48:09.108Z] ok  	github.com/docker/docker/daemon/logger/local	0.014s	coverage: 75.2% of statements
07:48:09 [2020-11-03T07:48:09.109Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
07:48:09 [2020-11-03T07:48:09.281Z] INFO: Testing against a local daemon
07:48:09 [2020-11-03T07:48:09.281Z] === RUN   TestPluginInvalidJSON
07:48:09 [2020-11-03T07:48:09.281Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:48:09 [2020-11-03T07:48:09.281Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:48:09 [2020-11-03T07:48:09.281Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:48:09 [2020-11-03T07:48:09.281Z] --- PASS: TestPluginInvalidJSON (0.02s)
07:48:09 [2020-11-03T07:48:09.281Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
07:48:09 [2020-11-03T07:48:09.281Z] === RUN   TestPluginInstall
07:48:09 [2020-11-03T07:48:09.281Z] === RUN   TestPluginInstall/no_auth
07:48:09 [2020-11-03T07:48:09.368Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.033s	coverage: 37.7% of statements
07:48:10 [2020-11-03T07:48:10.225Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
07:48:10 [2020-11-03T07:48:10.748Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 33.3% of statements
07:48:11 [2020-11-03T07:48:11.522Z] --- PASS: TestExternalGraphDriver (8.41s)
07:48:11 [2020-11-03T07:48:11.522Z]     --- PASS: TestExternalGraphDriver/json (1.82s)
07:48:11 [2020-11-03T07:48:11.522Z]     --- PASS: TestExternalGraphDriver/spec (1.80s)
07:48:11 [2020-11-03T07:48:11.522Z]     --- PASS: TestExternalGraphDriver/pull (4.68s)
07:48:11 [2020-11-03T07:48:11.522Z] === RUN   TestGraphdriverPluginV2
07:48:11 [2020-11-03T07:48:11.522Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
07:48:11 [2020-11-03T07:48:11.522Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:48:11 [2020-11-03T07:48:11.522Z] PASS
07:48:11 [2020-11-03T07:48:11.522Z] 
07:48:11 [2020-11-03T07:48:11.522Z] === Skipped
07:48:11 [2020-11-03T07:48:11.522Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
07:48:11 [2020-11-03T07:48:11.522Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:48:11 [2020-11-03T07:48:11.522Z] 
07:48:11 [2020-11-03T07:48:11.522Z] 
07:48:11 [2020-11-03T07:48:11.522Z] DONE 5 tests, 1 skipped in 8.544s
07:48:11 [2020-11-03T07:48:11.522Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
07:48:11 [2020-11-03T07:48:11.522Z] ++ 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
07:48:11 [2020-11-03T07:48:11.522Z] ++ set -e
07:48:11 [2020-11-03T07:48:11.522Z] ++ '[' -n 0 ']'
07:48:11 [2020-11-03T07:48:11.522Z] ++ set -x
07:48:11 [2020-11-03T07:48:11.522Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:11 [2020-11-03T07:48:11.522Z] INFO: Testing against a local daemon
07:48:11 [2020-11-03T07:48:11.522Z] === RUN   TestContinueAfterPluginCrash
07:48:11 [2020-11-03T07:48:11.522Z] === PAUSE TestContinueAfterPluginCrash
07:48:11 [2020-11-03T07:48:11.522Z] === RUN   TestReadPluginNoRead
07:48:11 [2020-11-03T07:48:11.522Z] === PAUSE TestReadPluginNoRead
07:48:11 [2020-11-03T07:48:11.522Z] === RUN   TestDaemonStartWithLogOpt
07:48:11 [2020-11-03T07:48:11.522Z] === PAUSE TestDaemonStartWithLogOpt
07:48:11 [2020-11-03T07:48:11.522Z] === CONT  TestContinueAfterPluginCrash
07:48:11 [2020-11-03T07:48:11.522Z] === CONT  TestDaemonStartWithLogOpt
07:48:11 [2020-11-03T07:48:11.522Z] === CONT  TestReadPluginNoRead
07:48:12 [2020-11-03T07:48:12.128Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
07:48:12 [2020-11-03T07:48:12.128Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
07:48:12 [2020-11-03T07:48:12.144Z] time="2020-11-03T07:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:12 [2020-11-03T07:48:12.144Z] time="2020-11-03T07:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ebc3ab3f201ee99dad70bcd2ed4836b7b162ed08fa6f73a7e7029291af15b8c5" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:12 [2020-11-03T07:48:12.144Z] time="2020-11-03T07:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:12 [2020-11-03T07:48:12.144Z] time="2020-11-03T07:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ebc3ab3f201ee99dad70bcd2ed4836b7b162ed08fa6f73a7e7029291af15b8c5" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:12 [2020-11-03T07:48:12.696Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.723s	coverage: 82.5% of statements
07:48:12 [2020-11-03T07:48:12.696Z] ?   	github.com/docker/docker/daemon/names	[no test files]
07:48:12 [2020-11-03T07:48:12.718Z] === RUN   TestDockerSuite/TestBuildStopSignal
07:48:12 [2020-11-03T07:48:12.718Z] === RUN   TestPluginInstall/with_htpasswd
07:48:12 [2020-11-03T07:48:12.956Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
07:48:12 [2020-11-03T07:48:12.956Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
07:48:13 [2020-11-03T07:48:13.663Z] time="2020-11-03T07:48:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:13 [2020-11-03T07:48:13.663Z] time="2020-11-03T07:48:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be4713609ddb79b99c2b26b13798af90f76a7ae311a4d6035cffcfd167cf8643" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:13 [2020-11-03T07:48:13.663Z] time="2020-11-03T07:48:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:13 [2020-11-03T07:48:13.663Z] time="2020-11-03T07:48:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be4713609ddb79b99c2b26b13798af90f76a7ae311a4d6035cffcfd167cf8643" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:14 [2020-11-03T07:48:14.237Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
07:48:14 [2020-11-03T07:48:14.237Z] === RUN   TestPluginInstall/with_insecure
07:48:14 [2020-11-03T07:48:14.862Z] ok  	github.com/docker/docker/distribution/metadata	0.060s	coverage: 48.2% of statements
07:48:15 [2020-11-03T07:48:15.182Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
07:48:15 [2020-11-03T07:48:15.255Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
07:48:15 [2020-11-03T07:48:15.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.64s)
07:48:15 [2020-11-03T07:48:15.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.50s)
07:48:15 [2020-11-03T07:48:15.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.04s)
07:48:15 [2020-11-03T07:48:15.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.22s)
07:48:15 [2020-11-03T07:48:15.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.03s)
07:48:15 [2020-11-03T07:48:15.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.17s)
07:48:15 [2020-11-03T07:48:15.255Z] === RUN   TestBuildMultiStageCopy
07:48:15 [2020-11-03T07:48:15.255Z] === RUN   TestBuildMultiStageCopy/copy_to_root
07:48:15 [2020-11-03T07:48:15.431Z] ok  	github.com/docker/docker/distribution	0.176s	coverage: 21.9% of statements
07:48:15 [2020-11-03T07:48:15.432Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
07:48:15 [2020-11-03T07:48:15.445Z] time="2020-11-03T07:48:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:15 [2020-11-03T07:48:15.445Z] time="2020-11-03T07:48:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a8d9245a780ed8a8c19c3a10abb517bc222612fa5e4285cab374dba20f65b85" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:15 [2020-11-03T07:48:15.445Z] time="2020-11-03T07:48:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
07:48:15 [2020-11-03T07:48:15.445Z] time="2020-11-03T07:48:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a8d9245a780ed8a8c19c3a10abb517bc222612fa5e4285cab374dba20f65b85" mediatype=application/vnd.docker.plugin.v1+json size=522
07:48:16 [2020-11-03T07:48:16.017Z] === RUN   TestDockerSuite/TestBuildTagEvent
07:48:16 [2020-11-03T07:48:16.017Z] --- PASS: TestPluginInstall (6.67s)
07:48:16 [2020-11-03T07:48:16.017Z]     --- PASS: TestPluginInstall/no_auth (3.39s)
07:48:16 [2020-11-03T07:48:16.017Z]     --- PASS: TestPluginInstall/with_htpasswd (1.58s)
07:48:16 [2020-11-03T07:48:16.017Z]     --- PASS: TestPluginInstall/with_insecure (1.70s)
07:48:16 [2020-11-03T07:48:16.017Z]         plugin_test.go:157: [d5596bd89c2e8] daemon is not started
07:48:16 [2020-11-03T07:48:16.017Z] PASS
07:48:16 [2020-11-03T07:48:16.017Z] 
07:48:16 [2020-11-03T07:48:16.017Z] DONE 6 tests in 6.876s
07:48:16 [2020-11-03T07:48:16.017Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
07:48:16 [2020-11-03T07:48:16.017Z] ++ 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
07:48:16 [2020-11-03T07:48:16.017Z] ++ set -e
07:48:16 [2020-11-03T07:48:16.017Z] ++ '[' -n 0 ']'
07:48:16 [2020-11-03T07:48:16.017Z] ++ set -x
07:48:16 [2020-11-03T07:48:16.017Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build 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
07:48:16 [2020-11-03T07:48:16.017Z] INFO: Testing against a local daemon
07:48:16 [2020-11-03T07:48:16.017Z] === RUN   TestExternalGraphDriver
07:48:16 [2020-11-03T07:48:16.027Z] === RUN   TestReadPluginNoRead/default
07:48:16 [2020-11-03T07:48:16.278Z] === RUN   TestExternalGraphDriver/json
07:48:16 [2020-11-03T07:48:16.324Z] --- PASS: TestDaemonStartWithLogOpt (5.56s)
07:48:16 [2020-11-03T07:48:16.539Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
07:48:16 [2020-11-03T07:48:16.811Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 49.4% of statements
07:48:17 [2020-11-03T07:48:17.372Z] === RUN   TestReadPluginNoRead/disabled_caching
07:48:17 [2020-11-03T07:48:17.769Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.4% of statements
07:48:17 [2020-11-03T07:48:17.927Z] === RUN   TestDockerSuite/TestBuildUser
07:48:18 [2020-11-03T07:48:18.189Z] === RUN   TestExternalGraphDriver/spec
07:48:18 [2020-11-03T07:48:18.337Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
07:48:18 [2020-11-03T07:48:18.337Z] ok  	github.com/docker/docker/distribution/xfer	1.886s	coverage: 85.1% of statements
07:48:18 [2020-11-03T07:48:18.337Z] ?   	github.com/docker/docker/dockerversion	[no test files]
07:48:18 [2020-11-03T07:48:18.337Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
07:48:18 [2020-11-03T07:48:18.898Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
07:48:19 [2020-11-03T07:48:19.578Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
07:48:19 [2020-11-03T07:48:19.716Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
07:48:19 [2020-11-03T07:48:19.716Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
07:48:20 [2020-11-03T07:48:20.152Z] === RUN   TestExternalGraphDriver/pull
07:48:20 [2020-11-03T07:48:20.285Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
07:48:20 [2020-11-03T07:48:20.410Z] --- PASS: TestReadPluginNoRead (9.53s)
07:48:20 [2020-11-03T07:48:20.410Z]     --- PASS: TestReadPluginNoRead/default (1.44s)
07:48:20 [2020-11-03T07:48:20.410Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.35s)
07:48:20 [2020-11-03T07:48:20.410Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s)
07:48:20 [2020-11-03T07:48:20.410Z]     read_test.go:92: [d8097b3fa3891] daemon is not started
07:48:21 [2020-11-03T07:48:21.223Z] ok  	github.com/docker/docker/oci	0.006s	coverage: 8.2% of statements
07:48:21 [2020-11-03T07:48:21.448Z] --- PASS: TestContinueAfterPluginCrash (10.67s)
07:48:21 [2020-11-03T07:48:21.448Z] PASS
07:48:21 [2020-11-03T07:48:21.448Z] 
07:48:21 [2020-11-03T07:48:21.448Z] DONE 6 tests in 10.751s
07:48:21 [2020-11-03T07:48:21.448Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
07:48:21 [2020-11-03T07:48:21.448Z] ++ 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
07:48:21 [2020-11-03T07:48:21.448Z] ++ set -e
07:48:21 [2020-11-03T07:48:21.448Z] ++ '[' -n 0 ']'
07:48:21 [2020-11-03T07:48:21.448Z] ++ set -x
07:48:21 [2020-11-03T07:48:21.448Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:21 [2020-11-03T07:48:21.448Z] testing: warning: no tests to run
07:48:21 [2020-11-03T07:48:21.448Z] PASS
07:48:21 [2020-11-03T07:48:21.448Z] 
07:48:21 [2020-11-03T07:48:21.448Z] DONE 0 tests in 0.017s
07:48:21 [2020-11-03T07:48:21.448Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
07:48:21 [2020-11-03T07:48:21.448Z] ++ 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
07:48:21 [2020-11-03T07:48:21.448Z] ++ set -e
07:48:21 [2020-11-03T07:48:21.448Z] ++ '[' -n 0 ']'
07:48:21 [2020-11-03T07:48:21.448Z] ++ set -x
07:48:21 [2020-11-03T07:48:21.448Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:21 [2020-11-03T07:48:21.448Z] INFO: Testing against a local daemon
07:48:21 [2020-11-03T07:48:21.448Z] === RUN   TestPluginWithDevMounts
07:48:21 [2020-11-03T07:48:21.448Z] === PAUSE TestPluginWithDevMounts
07:48:21 [2020-11-03T07:48:21.448Z] === CONT  TestPluginWithDevMounts
07:48:21 [2020-11-03T07:48:21.792Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 67.1% of statements
07:48:22 [2020-11-03T07:48:22.052Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
07:48:22 [2020-11-03T07:48:22.074Z] --- PASS: TestExternalGraphDriver (5.74s)
07:48:22 [2020-11-03T07:48:22.075Z]     --- PASS: TestExternalGraphDriver/json (1.98s)
07:48:22 [2020-11-03T07:48:22.075Z]     --- PASS: TestExternalGraphDriver/spec (1.88s)
07:48:22 [2020-11-03T07:48:22.075Z]     --- PASS: TestExternalGraphDriver/pull (1.68s)
07:48:22 [2020-11-03T07:48:22.075Z] === RUN   TestGraphdriverPluginV2
07:48:22 [2020-11-03T07:48:22.336Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
07:48:23 [2020-11-03T07:48:23.525Z] --- PASS: TestPluginWithDevMounts (1.84s)
07:48:23 [2020-11-03T07:48:23.525Z] PASS
07:48:23 [2020-11-03T07:48:23.525Z] 
07:48:23 [2020-11-03T07:48:23.525Z] DONE 1 tests in 1.909s
07:48:23 [2020-11-03T07:48:23.525Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
07:48:23 [2020-11-03T07:48:23.525Z] ++ 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
07:48:23 [2020-11-03T07:48:23.525Z] ++ set -e
07:48:23 [2020-11-03T07:48:23.525Z] ++ '[' -n 0 ']'
07:48:23 [2020-11-03T07:48:23.525Z] ++ set -x
07:48:23 [2020-11-03T07:48:23.525Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:23 [2020-11-03T07:48:23.525Z] INFO: Testing against a local daemon
07:48:23 [2020-11-03T07:48:23.525Z] === RUN   TestSecretInspect
07:48:23 [2020-11-03T07:48:23.917Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
07:48:23 [2020-11-03T07:48:23.957Z] ok  	github.com/docker/docker/pkg/archive	0.329s	coverage: 77.1% of statements
07:48:24 [2020-11-03T07:48:24.379Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
07:48:24 [2020-11-03T07:48:24.525Z] ok  	github.com/docker/docker/pkg/authorization	0.109s	coverage: 68.3% of statements
07:48:24 [2020-11-03T07:48:24.784Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
07:48:25 [2020-11-03T07:48:25.044Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
07:48:25 [2020-11-03T07:48:25.353Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
07:48:25 [2020-11-03T07:48:25.607Z] --- PASS: TestSecretInspect (1.93s)
07:48:25 [2020-11-03T07:48:25.607Z] === RUN   TestSecretList
07:48:26 [2020-11-03T07:48:26.326Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
07:48:26 [2020-11-03T07:48:26.548Z] --- PASS: TestGraphdriverPluginV2 (4.50s)
07:48:26 [2020-11-03T07:48:26.548Z] PASS
07:48:26 [2020-11-03T07:48:26.548Z] 
07:48:26 [2020-11-03T07:48:26.548Z] DONE 5 tests in 10.391s
07:48:26 [2020-11-03T07:48:26.548Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
07:48:26 [2020-11-03T07:48:26.548Z] ++ 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
07:48:26 [2020-11-03T07:48:26.548Z] ++ set -e
07:48:26 [2020-11-03T07:48:26.548Z] ++ '[' -n 0 ']'
07:48:26 [2020-11-03T07:48:26.548Z] ++ set -x
07:48:26 [2020-11-03T07:48:26.548Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:26 [2020-11-03T07:48:26.548Z] INFO: Testing against a local daemon
07:48:26 [2020-11-03T07:48:26.548Z] === RUN   TestContinueAfterPluginCrash
07:48:26 [2020-11-03T07:48:26.548Z] === PAUSE TestContinueAfterPluginCrash
07:48:26 [2020-11-03T07:48:26.548Z] === RUN   TestReadPluginNoRead
07:48:26 [2020-11-03T07:48:26.548Z] === PAUSE TestReadPluginNoRead
07:48:26 [2020-11-03T07:48:26.548Z] === RUN   TestDaemonStartWithLogOpt
07:48:26 [2020-11-03T07:48:26.548Z] === PAUSE TestDaemonStartWithLogOpt
07:48:26 [2020-11-03T07:48:26.548Z] === CONT  TestContinueAfterPluginCrash
07:48:26 [2020-11-03T07:48:26.548Z] === CONT  TestDaemonStartWithLogOpt
07:48:27 [2020-11-03T07:48:27.300Z] --- PASS: TestBuildMultiStageCopy (12.51s)
07:48:27 [2020-11-03T07:48:27.300Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.64s)
07:48:27 [2020-11-03T07:48:27.300Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.76s)
07:48:27 [2020-11-03T07:48:27.300Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.95s)
07:48:27 [2020-11-03T07:48:27.300Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.96s)
07:48:27 [2020-11-03T07:48:27.300Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.20s)
07:48:27 [2020-11-03T07:48:27.300Z] === RUN   TestBuildMultiStageParentConfig
07:48:27 [2020-11-03T07:48:27.695Z] --- PASS: TestSecretList (1.96s)
07:48:27 [2020-11-03T07:48:27.695Z] === RUN   TestSecretsCreateAndDelete
07:48:28 [2020-11-03T07:48:28.331Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.482s	coverage: 43.2% of statements
07:48:28 [2020-11-03T07:48:28.331Z] ok  	github.com/docker/docker/layer	7.279s	coverage: 68.8% of statements
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/oci/caps	[no test files]
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
07:48:28 [2020-11-03T07:48:28.331Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
07:48:28 [2020-11-03T07:48:28.590Z] ok  	github.com/docker/docker/pkg/directory	0.011s	coverage: 80.0% of statements
07:48:28 [2020-11-03T07:48:28.850Z] ok  	github.com/docker/docker/pkg/discovery	0.005s	coverage: 58.3% of statements
07:48:29 [2020-11-03T07:48:29.222Z] --- PASS: TestSecretsCreateAndDelete (1.95s)
07:48:29 [2020-11-03T07:48:29.222Z] === RUN   TestSecretsUpdate
07:48:29 [2020-11-03T07:48:29.419Z] ok  	github.com/docker/docker/pkg/discovery/file	0.011s	coverage: 92.9% of statements
07:48:29 [2020-11-03T07:48:29.529Z] --- PASS: TestBuildMultiStageParentConfig (1.83s)
07:48:29 [2020-11-03T07:48:29.529Z] === RUN   TestBuildLabelWithTargets
07:48:29 [2020-11-03T07:48:29.529Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
07:48:29 [2020-11-03T07:48:29.529Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
07:48:29 [2020-11-03T07:48:29.529Z] === RUN   TestBuildWithEmptyLayers
07:48:29 [2020-11-03T07:48:29.988Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.008s	coverage: 92.3% of statements
07:48:30 [2020-11-03T07:48:30.509Z] --- PASS: TestBuildWithEmptyLayers (1.25s)
07:48:30 [2020-11-03T07:48:30.509Z] === RUN   TestBuildMultiStageOnBuild
07:48:30 [2020-11-03T07:48:30.557Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
07:48:31 [2020-11-03T07:48:31.125Z] ok  	github.com/docker/docker/pkg/dmesg	0.007s	coverage: 83.3% of statements
07:48:31 [2020-11-03T07:48:31.301Z] --- PASS: TestSecretsUpdate (1.89s)
07:48:31 [2020-11-03T07:48:31.301Z] === RUN   TestTemplatedSecret
07:48:31 [2020-11-03T07:48:31.846Z] --- PASS: TestDaemonStartWithLogOpt (5.25s)
07:48:31 [2020-11-03T07:48:31.846Z] === CONT  TestReadPluginNoRead
07:48:32 [2020-11-03T07:48:32.419Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
07:48:32 [2020-11-03T07:48:32.503Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
07:48:33 [2020-11-03T07:48:33.071Z] ok  	github.com/docker/docker/pkg/fileutils	0.018s	coverage: 89.5% of statements
07:48:33 [2020-11-03T07:48:33.646Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.081s	coverage: 84.1% of statements
07:48:33 [2020-11-03T07:48:33.912Z] ok  	github.com/docker/docker/pkg/fsutils	0.205s	coverage: 85.1% of statements
07:48:33 [2020-11-03T07:48:33.912Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
07:48:34 [2020-11-03T07:48:34.048Z] --- PASS: TestTemplatedSecret (2.42s)
07:48:34 [2020-11-03T07:48:34.048Z] === RUN   TestSecretCreateResolve
07:48:35 [2020-11-03T07:48:35.290Z] ok  	github.com/docker/docker/pkg/idtools	0.559s	coverage: 70.1% of statements
07:48:35 [2020-11-03T07:48:35.290Z] ok  	github.com/docker/docker/pkg/ioutils	0.414s	coverage: 69.3% of statements
07:48:35 [2020-11-03T07:48:35.550Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
07:48:35 [2020-11-03T07:48:35.569Z] --- PASS: TestSecretCreateResolve (1.91s)
07:48:35 [2020-11-03T07:48:35.569Z] PASS
07:48:35 [2020-11-03T07:48:35.569Z] 
07:48:35 [2020-11-03T07:48:35.569Z] DONE 6 tests in 12.126s
07:48:35 [2020-11-03T07:48:35.569Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
07:48:35 [2020-11-03T07:48:35.569Z] ++ 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
07:48:35 [2020-11-03T07:48:35.569Z] ++ set -e
07:48:35 [2020-11-03T07:48:35.569Z] ++ '[' -n 0 ']'
07:48:35 [2020-11-03T07:48:35.569Z] ++ set -x
07:48:35 [2020-11-03T07:48:35.569Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:35 [2020-11-03T07:48:35.569Z] INFO: Testing against a local daemon
07:48:35 [2020-11-03T07:48:35.569Z] === RUN   TestServiceCreateInit
07:48:35 [2020-11-03T07:48:35.569Z] === RUN   TestServiceCreateInit/daemonInitDisabled
07:48:35 [2020-11-03T07:48:35.726Z] === RUN   TestReadPluginNoRead/default
07:48:35 [2020-11-03T07:48:35.810Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
07:48:35 [2020-11-03T07:48:35.810Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
07:48:35 [2020-11-03T07:48:35.810Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
07:48:35 [2020-11-03T07:48:35.810Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
07:48:36 [2020-11-03T07:48:36.070Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
07:48:36 [2020-11-03T07:48:36.070Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
07:48:36 [2020-11-03T07:48:36.329Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
07:48:36 [2020-11-03T07:48:36.588Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.021s	coverage: 60.0% of statements
07:48:36 [2020-11-03T07:48:36.848Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.008s	coverage: 86.7% of statements
07:48:37 [2020-11-03T07:48:37.108Z] ok  	github.com/docker/docker/pkg/pidfile	0.009s	coverage: 82.4% of statements
07:48:37 [2020-11-03T07:48:37.108Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
07:48:37 [2020-11-03T07:48:37.108Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
07:48:37 [2020-11-03T07:48:37.188Z] --- PASS: TestContinueAfterPluginCrash (10.69s)
07:48:37 [2020-11-03T07:48:37.450Z] === RUN   TestDockerSuite/TestBuildVerboseOut
07:48:37 [2020-11-03T07:48:37.712Z] === RUN   TestReadPluginNoRead/disabled_caching
07:48:38 [2020-11-03T07:48:38.046Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
07:48:38 [2020-11-03T07:48:38.285Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
07:48:38 [2020-11-03T07:48:38.547Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
07:48:38 [2020-11-03T07:48:38.614Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
07:48:38 [2020-11-03T07:48:38.873Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
07:48:39 [2020-11-03T07:48:39.122Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
07:48:39 [2020-11-03T07:48:39.132Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
07:48:39 [2020-11-03T07:48:39.384Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
07:48:40 [2020-11-03T07:48:40.047Z] === RUN   TestServiceCreateInit/daemonInitEnabled
07:48:40 [2020-11-03T07:48:40.328Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
07:48:40 [2020-11-03T07:48:40.509Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
07:48:40 [2020-11-03T07:48:40.589Z] --- PASS: TestReadPluginNoRead (8.87s)
07:48:40 [2020-11-03T07:48:40.589Z]     --- PASS: TestReadPluginNoRead/default (1.81s)
07:48:40 [2020-11-03T07:48:40.589Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.47s)
07:48:40 [2020-11-03T07:48:40.589Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s)
07:48:40 [2020-11-03T07:48:40.589Z]     read_test.go:92: [d35574f887259] daemon is not started
07:48:40 [2020-11-03T07:48:40.589Z] PASS
07:48:40 [2020-11-03T07:48:40.589Z] 
07:48:40 [2020-11-03T07:48:40.589Z] DONE 6 tests in 14.285s
07:48:40 [2020-11-03T07:48:40.589Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
07:48:40 [2020-11-03T07:48:40.589Z] ++ 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
07:48:40 [2020-11-03T07:48:40.589Z] ++ set -e
07:48:40 [2020-11-03T07:48:40.589Z] ++ '[' -n 0 ']'
07:48:40 [2020-11-03T07:48:40.589Z] ++ set -x
07:48:40 [2020-11-03T07:48:40.589Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:40 [2020-11-03T07:48:40.769Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
07:48:40 [2020-11-03T07:48:40.851Z] testing: warning: no tests to run
07:48:40 [2020-11-03T07:48:40.851Z] PASS
07:48:40 [2020-11-03T07:48:40.851Z] 
07:48:40 [2020-11-03T07:48:40.851Z] DONE 0 tests in 0.068s
07:48:40 [2020-11-03T07:48:40.851Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
07:48:40 [2020-11-03T07:48:40.851Z] ++ 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
07:48:40 [2020-11-03T07:48:40.851Z] ++ set -e
07:48:40 [2020-11-03T07:48:40.851Z] ++ '[' -n 0 ']'
07:48:40 [2020-11-03T07:48:40.851Z] ++ set -x
07:48:40 [2020-11-03T07:48:40.851Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:40 [2020-11-03T07:48:40.851Z] INFO: Testing against a local daemon
07:48:40 [2020-11-03T07:48:40.851Z] === RUN   TestPluginWithDevMounts
07:48:40 [2020-11-03T07:48:40.851Z] === PAUSE TestPluginWithDevMounts
07:48:40 [2020-11-03T07:48:40.851Z] === CONT  TestPluginWithDevMounts
07:48:41 [2020-11-03T07:48:41.425Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
07:48:41 [2020-11-03T07:48:41.425Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
07:48:41 [2020-11-03T07:48:41.425Z] === RUN   TestDockerSuite/TestBuildWindowsUser
07:48:41 [2020-11-03T07:48:41.425Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
07:48:41 [2020-11-03T07:48:41.425Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
07:48:42 [2020-11-03T07:48:42.814Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
07:48:42 [2020-11-03T07:48:42.814Z] === RUN   TestDockerSuite/TestBuildWithFailure
07:48:42 [2020-11-03T07:48:42.927Z] --- PASS: TestBuildMultiStageOnBuild (11.43s)
07:48:42 [2020-11-03T07:48:42.927Z] === RUN   TestBuildUncleanTarFilenames
07:48:42 [2020-11-03T07:48:42.927Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s)
07:48:42 [2020-11-03T07:48:42.927Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
07:48:42 [2020-11-03T07:48:42.927Z] === RUN   TestBuildMultiStageLayerLeak
07:48:43 [2020-11-03T07:48:43.075Z] --- PASS: TestPluginWithDevMounts (2.01s)
07:48:43 [2020-11-03T07:48:43.075Z] PASS
07:48:43 [2020-11-03T07:48:43.075Z] 
07:48:43 [2020-11-03T07:48:43.075Z] DONE 1 tests in 2.199s
07:48:43 [2020-11-03T07:48:43.075Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
07:48:43 [2020-11-03T07:48:43.075Z] ++ 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
07:48:43 [2020-11-03T07:48:43.075Z] ++ set -e
07:48:43 [2020-11-03T07:48:43.075Z] ++ '[' -n 0 ']'
07:48:43 [2020-11-03T07:48:43.075Z] ++ set -x
07:48:43 [2020-11-03T07:48:43.075Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:43 [2020-11-03T07:48:43.075Z] INFO: Testing against a local daemon
07:48:43 [2020-11-03T07:48:43.075Z] === RUN   TestSecretInspect
07:48:43 [2020-11-03T07:48:43.584Z] --- PASS: TestServiceCreateInit (7.36s)
07:48:43 [2020-11-03T07:48:43.584Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.69s)
07:48:43 [2020-11-03T07:48:43.584Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.65s)
07:48:43 [2020-11-03T07:48:43.584Z] === RUN   TestCreateServiceMultipleTimes
07:48:43 [2020-11-03T07:48:43.647Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
07:48:44 [2020-11-03T07:48:44.055Z] ok  	github.com/docker/docker/pkg/signal	2.401s	coverage: 61.0% of statements
07:48:44 [2020-11-03T07:48:44.055Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
07:48:44 [2020-11-03T07:48:44.221Z] === RUN   TestDockerSuite/TestBuildWithTabs
07:48:44 [2020-11-03T07:48:44.315Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
07:48:44 [2020-11-03T07:48:44.575Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
07:48:44 [2020-11-03T07:48:44.834Z] ok  	github.com/docker/docker/pkg/symlink	0.007s	coverage: 87.7% of statements
07:48:45 [2020-11-03T07:48:45.171Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
07:48:45 [2020-11-03T07:48:45.171Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
07:48:45 [2020-11-03T07:48:45.403Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.9% of statements
07:48:45 [2020-11-03T07:48:45.432Z] --- PASS: TestSecretInspect (2.26s)
07:48:45 [2020-11-03T07:48:45.432Z] === RUN   TestSecretList
07:48:45 [2020-11-03T07:48:45.971Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
07:48:46 [2020-11-03T07:48:46.231Z] ok  	github.com/docker/docker/pkg/tailfile	0.060s	coverage: 88.6% of statements
07:48:46 [2020-11-03T07:48:46.799Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
07:48:47 [2020-11-03T07:48:47.059Z] testing: warning: no tests to run
07:48:47 [2020-11-03T07:48:47.059Z] coverage: [no statements]
07:48:47 [2020-11-03T07:48:47.059Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
07:48:47 [2020-11-03T07:48:47.627Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
07:48:47 [2020-11-03T07:48:47.627Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
07:48:47 [2020-11-03T07:48:47.887Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
07:48:47 [2020-11-03T07:48:47.983Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
07:48:47 [2020-11-03T07:48:47.983Z] --- PASS: TestSecretList (2.30s)
07:48:47 [2020-11-03T07:48:47.983Z] === RUN   TestSecretsCreateAndDelete
07:48:48 [2020-11-03T07:48:48.928Z] === RUN   TestDockerSuite/TestBuildWithVolumes
07:48:49 [2020-11-03T07:48:49.813Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.1% of statements
07:48:49 [2020-11-03T07:48:49.883Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
07:48:50 [2020-11-03T07:48:50.145Z] --- PASS: TestSecretsCreateAndDelete (2.33s)
07:48:50 [2020-11-03T07:48:50.145Z] === RUN   TestSecretsUpdate
07:48:50 [2020-11-03T07:48:50.407Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
07:48:50 [2020-11-03T07:48:50.750Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
07:48:50 [2020-11-03T07:48:50.981Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
07:48:50 [2020-11-03T07:48:50.981Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
07:48:51 [2020-11-03T07:48:51.009Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 85.4% of statements
07:48:51 [2020-11-03T07:48:51.554Z] === RUN   TestDockerSuite/TestBuildXZHost
07:48:52 [2020-11-03T07:48:52.390Z] ok  	github.com/docker/docker/quota	0.262s	coverage: 71.4% of statements
07:48:52 [2020-11-03T07:48:52.649Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 83.7% of statements
07:48:52 [2020-11-03T07:48:52.940Z] --- PASS: TestSecretsUpdate (2.77s)
07:48:52 [2020-11-03T07:48:52.940Z] === RUN   TestTemplatedSecret
07:48:53 [2020-11-03T07:48:53.202Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
07:48:53 [2020-11-03T07:48:53.202Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
07:48:53 [2020-11-03T07:48:53.202Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
07:48:53 [2020-11-03T07:48:53.335Z] --- PASS: TestBuildMultiStageLayerLeak (10.31s)
07:48:53 [2020-11-03T07:48:53.335Z] === RUN   TestBuildWithHugeFile
07:48:53 [2020-11-03T07:48:53.775Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
07:48:54 [2020-11-03T07:48:54.029Z] ok  	github.com/docker/docker/registry	0.059s	coverage: 56.8% of statements
07:48:54 [2020-11-03T07:48:54.598Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
07:48:54 [2020-11-03T07:48:54.722Z] === RUN   TestDockerSuite/TestCommitChange
07:48:54 [2020-11-03T07:48:54.857Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
07:48:55 [2020-11-03T07:48:55.425Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
07:48:55 [2020-11-03T07:48:55.667Z] === RUN   TestDockerSuite/TestCommitChangeLabels
07:48:55 [2020-11-03T07:48:55.929Z] --- PASS: TestTemplatedSecret (3.12s)
07:48:55 [2020-11-03T07:48:55.929Z] === RUN   TestSecretCreateResolve
07:48:55 [2020-11-03T07:48:55.995Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
07:48:56 [2020-11-03T07:48:56.504Z] === RUN   TestDockerSuite/TestCommitHardlink
07:48:56 [2020-11-03T07:48:56.766Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
07:48:58 [2020-11-03T07:48:58.154Z] === RUN   TestDockerSuite/TestCommitNewFile
07:48:58 [2020-11-03T07:48:58.532Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
07:48:58 [2020-11-03T07:48:58.729Z] --- PASS: TestSecretCreateResolve (2.69s)
07:48:58 [2020-11-03T07:48:58.729Z] PASS
07:48:58 [2020-11-03T07:48:58.729Z] 
07:48:58 [2020-11-03T07:48:58.729Z] DONE 6 tests in 15.662s
07:48:58 [2020-11-03T07:48:58.729Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
07:48:58 [2020-11-03T07:48:58.729Z] ++ 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
07:48:58 [2020-11-03T07:48:58.729Z] ++ set -e
07:48:58 [2020-11-03T07:48:58.729Z] ++ '[' -n 0 ']'
07:48:58 [2020-11-03T07:48:58.729Z] ++ set -x
07:48:58 [2020-11-03T07:48:58.729Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:48:58 [2020-11-03T07:48:58.964Z] --- PASS: TestCreateServiceMultipleTimes (15.56s)
07:48:58 [2020-11-03T07:48:58.964Z] === RUN   TestCreateServiceConflict
07:48:58 [2020-11-03T07:48:58.992Z] INFO: Testing against a local daemon
07:48:58 [2020-11-03T07:48:58.992Z] === RUN   TestServiceCreateInit
07:48:58 [2020-11-03T07:48:58.992Z] === RUN   TestServiceCreateInit/daemonInitDisabled
07:48:59 [2020-11-03T07:48:59.472Z] ok  	github.com/docker/docker/volume/local	0.106s	coverage: 76.4% of statements
07:49:00 [2020-11-03T07:49:00.040Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
07:49:00 [2020-11-03T07:49:00.382Z] === RUN   TestDockerSuite/TestCommitPausedContainer
07:49:00 [2020-11-03T07:49:00.483Z] --- PASS: TestCreateServiceConflict (2.00s)
07:49:00 [2020-11-03T07:49:00.483Z] === RUN   TestCreateServiceMaxReplicas
07:49:01 [2020-11-03T07:49:01.326Z] === RUN   TestDockerSuite/TestCommitTTY
07:49:01 [2020-11-03T07:49:01.326Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
07:49:01 [2020-11-03T07:49:01.419Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
07:49:03 [2020-11-03T07:49:03.238Z] --- PASS: TestCreateServiceMaxReplicas (2.50s)
07:49:03 [2020-11-03T07:49:03.238Z] === RUN   TestCreateWithDuplicateNetworkNames
07:49:03 [2020-11-03T07:49:03.268Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
07:49:04 [2020-11-03T07:49:04.214Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
07:49:04 [2020-11-03T07:49:04.476Z] === RUN   TestServiceCreateInit/daemonInitEnabled
07:49:05 [2020-11-03T07:49:05.865Z] === RUN   TestDockerSuite/TestCommitWithoutPause
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
07:49:06 [2020-11-03T07:49:06.811Z] === RUN   TestDockerSuite/TestContainerAPICommit
07:49:08 [2020-11-03T07:49:08.199Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
07:49:09 [2020-11-03T07:49:09.145Z] --- PASS: TestServiceCreateInit (10.32s)
07:49:09 [2020-11-03T07:49:09.145Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.55s)
07:49:09 [2020-11-03T07:49:09.145Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.71s)
07:49:09 [2020-11-03T07:49:09.145Z] === RUN   TestCreateServiceMultipleTimes
07:49:09 [2020-11-03T07:49:09.718Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
07:49:09 [2020-11-03T07:49:09.718Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
07:49:09 [2020-11-03T07:49:09.980Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
07:49:10 [2020-11-03T07:49:10.552Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
07:49:11 [2020-11-03T07:49:11.127Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
07:49:12 [2020-11-03T07:49:12.073Z] === RUN   TestDockerSuite/TestContainerAPICreate
07:49:12 [2020-11-03T07:49:12.647Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
07:49:12 [2020-11-03T07:49:12.647Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
07:49:12 [2020-11-03T07:49:12.647Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
07:49:13 [2020-11-03T07:49:13.591Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
07:49:13 [2020-11-03T07:49:13.591Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
07:49:13 [2020-11-03T07:49:13.591Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
07:49:13 [2020-11-03T07:49:13.591Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
07:49:13 [2020-11-03T07:49:13.591Z] === RUN   TestDockerSuite/TestContainerAPIDelete
07:49:13 [2020-11-03T07:49:13.638Z] ok  	github.com/docker/docker/pkg/plugins	33.623s	coverage: 76.6% of statements
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/pkg/term	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/rootless	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/testutil/request	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/volume	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
07:49:13 [2020-11-03T07:49:13.638Z] 
07:49:13 [2020-11-03T07:49:13.638Z] === Skipped
07:49:13 [2020-11-03T07:49:13.638Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     exec_linux_test.go:18: requires AppArmor to be enabled
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     exec_linux_test.go:38: requires AppArmor to be enabled
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver btrfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver btrfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver btrfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver btrfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver btrfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:73: No driver to put!
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z] time="2020-11-03T07:47:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z] time="2020-11-03T07:47:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z] time="2020-11-03T07:47:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z] time="2020-11-03T07:47:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z] time="2020-11-03T07:47:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: driver not supported
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:73: No driver to put!
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     overlay_test.go:49: Fails to compute changes intermittently
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     overlay_test.go:65: Cannot run test with naive change algorithm
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver zfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver zfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver zfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver zfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:46: Driver zfs not supported
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     graphtest_unix.go:73: No driver to put!
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
07:49:13 [2020-11-03T07:49:13.639Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] 
07:49:13 [2020-11-03T07:49:13.639Z] DONE 2187 tests, 26 skipped in 250.337s
Post stage
[Pipeline] junit
07:49:13 [2020-11-03T07:49:13.655Z] Recording test results
07:49:14 [2020-11-03T07:49:14.166Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
07:49:14 [2020-11-03T07:49:14.562Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41626/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c208f03fbddb4355729c3225bb2550c4d54a2c5e hack/validate/vendor
07:49:15 [2020-11-03T07:49:15.114Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
07:49:15 [2020-11-03T07:49:15.983Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.79s)
07:49:15 [2020-11-03T07:49:15.983Z] === RUN   TestCreateServiceSecretFileMode
07:49:16 [2020-11-03T07:49:16.058Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
07:49:16 [2020-11-03T07:49:16.058Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
07:49:16 [2020-11-03T07:49:16.058Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
07:49:17 [2020-11-03T07:49:17.095Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
07:49:17 [2020-11-03T07:49:17.447Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
07:49:17 [2020-11-03T07:49:17.702Z] + echo Building e2e image
07:49:17 [2020-11-03T07:49:17.702Z] Building e2e image
07:49:17 [2020-11-03T07:49:17.702Z] + docker build --build-arg DOCKER_GITCOMMIT=c208f03fbddb4355729c3225bb2550c4d54a2c5e -t moby-e2e-test -f Dockerfile.e2e .
07:49:17 [2020-11-03T07:49:17.702Z] #2 [internal] load .dockerignore
07:49:17 [2020-11-03T07:49:17.702Z] #2 DONE 0.0s
07:49:17 [2020-11-03T07:49:17.702Z] 
07:49:17 [2020-11-03T07:49:17.702Z] #1 [internal] load build definition from Dockerfile.e2e
07:49:17 [2020-11-03T07:49:17.702Z] #1 transferring dockerfile: 3.21kB done
07:49:17 [2020-11-03T07:49:17.702Z] #1 DONE 0.0s
07:49:17 [2020-11-03T07:49:17.702Z] 
07:49:17 [2020-11-03T07:49:17.702Z] #2 [internal] load .dockerignore
07:49:17 [2020-11-03T07:49:17.702Z] #2 transferring context: 34B done
07:49:17 [2020-11-03T07:49:17.702Z] #2 DONE 0.0s
07:49:17 [2020-11-03T07:49:17.702Z] 
07:49:17 [2020-11-03T07:49:17.702Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine
07:49:17 [2020-11-03T07:49:17.962Z] #4 ...
07:49:17 [2020-11-03T07:49:17.962Z] 
07:49:17 [2020-11-03T07:49:17.962Z] #3 [internal] load metadata for docker.io/library/alpine:3.10
07:49:17 [2020-11-03T07:49:17.962Z] #3 DONE 0.4s
07:49:18 [2020-11-03T07:49:18.069Z] --- PASS: TestCreateServiceSecretFileMode (2.22s)
07:49:18 [2020-11-03T07:49:18.069Z] === RUN   TestCreateServiceConfigFileMode
07:49:18 [2020-11-03T07:49:18.222Z] 
07:49:18 [2020-11-03T07:49:18.222Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine
07:49:18 [2020-11-03T07:49:18.222Z] #4 DONE 0.4s
07:49:18 [2020-11-03T07:49:18.222Z] 
07:49:18 [2020-11-03T07:49:18.222Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
07:49:18 [2020-11-03T07:49:18.222Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 86.57kB / 2.80MB 0.1s
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0B / 282.60kB 0.1s
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done
07:49:18 [2020-11-03T07:49:18.222Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0B / 155B 0.2s
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 0B / 127.34MB 0.2s
07:49:18 [2020-11-03T07:49:18.222Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 0B / 126B 0.2s
07:49:18 [2020-11-03T07:49:18.390Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
07:49:18 [2020-11-03T07:49:18.390Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
07:49:18 [2020-11-03T07:49:18.482Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.2s done
07:49:18 [2020-11-03T07:49:18.482Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done
07:49:18 [2020-11-03T07:49:18.482Z] #14 ...
07:49:18 [2020-11-03T07:49:18.482Z] 
07:49:18 [2020-11-03T07:49:18.482Z] #8 [internal] load build context
07:49:18 [2020-11-03T07:49:18.482Z] #8 transferring context: 860.95kB 0.4s done
07:49:18 [2020-11-03T07:49:18.482Z] #8 DONE 0.5s
07:49:18 [2020-11-03T07:49:18.482Z] 
07:49:18 [2020-11-03T07:49:18.482Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
07:49:18 [2020-11-03T07:49:18.742Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.4s done
07:49:18 [2020-11-03T07:49:18.742Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 11.50MB / 127.34MB 0.6s
07:49:18 [2020-11-03T07:49:18.742Z] #14 ...
07:49:18 [2020-11-03T07:49:18.742Z] 
07:49:18 [2020-11-03T07:49:18.742Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013...
07:49:18 [2020-11-03T07:49:18.742Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done
07:49:18 [2020-11-03T07:49:18.742Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done
07:49:18 [2020-11-03T07:49:18.742Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done
07:49:18 [2020-11-03T07:49:18.742Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done
07:49:18 [2020-11-03T07:49:18.742Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done
07:49:18 [2020-11-03T07:49:18.742Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done
07:49:18 [2020-11-03T07:49:18.742Z] #5 DONE 0.7s
07:49:18 [2020-11-03T07:49:18.742Z] 
07:49:18 [2020-11-03T07:49:18.742Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
07:49:18 [2020-11-03T07:49:18.742Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d
07:49:18 [2020-11-03T07:49:18.964Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
07:49:19 [2020-11-03T07:49:19.002Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 24.82MB / 127.34MB 0.9s
07:49:19 [2020-11-03T07:49:19.002Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.2s done
07:49:19 [2020-11-03T07:49:19.002Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done
07:49:19 [2020-11-03T07:49:19.261Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 40.87MB / 127.34MB 1.1s
07:49:19 [2020-11-03T07:49:19.261Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 66.68MB / 127.34MB 1.3s
07:49:19 [2020-11-03T07:49:19.833Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 85.97MB / 127.34MB 1.6s
07:49:19 [2020-11-03T07:49:19.833Z] #14 ...
07:49:19 [2020-11-03T07:49:19.833Z] 
07:49:19 [2020-11-03T07:49:19.833Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
07:49:19 [2020-11-03T07:49:19.833Z] #6 DONE 1.0s
07:49:19 [2020-11-03T07:49:19.833Z] 
07:49:19 [2020-11-03T07:49:19.833Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
07:49:19 [2020-11-03T07:49:19.833Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 94.62MB / 127.34MB 1.7s
07:49:19 [2020-11-03T07:49:19.910Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
07:49:20 [2020-11-03T07:49:20.092Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 105.22MB / 127.34MB 1.9s
07:49:20 [2020-11-03T07:49:20.092Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 123.12MB / 127.34MB 2.1s
07:49:20 [2020-11-03T07:49:20.152Z] --- PASS: TestCreateServiceConfigFileMode (2.17s)
07:49:20 [2020-11-03T07:49:20.152Z] === RUN   TestCreateServiceSysctls
07:49:20 [2020-11-03T07:49:20.660Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 2.2s done
07:49:20 [2020-11-03T07:49:20.660Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 0.1s
07:49:21 [2020-11-03T07:49:21.298Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
07:49:21 [2020-11-03T07:49:21.559Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
07:49:21 [2020-11-03T07:49:21.559Z] === RUN   TestDockerSuite/TestContainerAPIKill
07:49:22 [2020-11-03T07:49:22.132Z] === RUN   TestDockerSuite/TestContainerAPIPause
07:49:22 [2020-11-03T07:49:22.703Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
07:49:22 [2020-11-03T07:49:22.966Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
07:49:23 [2020-11-03T07:49:23.227Z] === RUN   TestDockerSuite/TestContainerAPIRename
07:49:23 [2020-11-03T07:49:23.489Z] === RUN   TestDockerSuite/TestContainerAPIRestart
07:49:23 [2020-11-03T07:49:23.686Z] --- PASS: TestCreateServiceSysctls (3.01s)
07:49:23 [2020-11-03T07:49:23.686Z] === RUN   TestCreateServiceCapabilities
07:49:24 [2020-11-03T07:49:24.434Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
07:49:25 [2020-11-03T07:49:25.378Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
07:49:25 [2020-11-03T07:49:25.639Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
07:49:25 [2020-11-03T07:49:25.639Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
07:49:25 [2020-11-03T07:49:25.639Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
07:49:25 [2020-11-03T07:49:25.639Z] === RUN   TestDockerSuite/TestContainerAPIStart
07:49:25 [2020-11-03T07:49:25.770Z] --- PASS: TestCreateServiceCapabilities (2.31s)
07:49:25 [2020-11-03T07:49:25.770Z] === RUN   TestInspect
07:49:25 [2020-11-03T07:49:25.901Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
07:49:25 [2020-11-03T07:49:25.943Z] #14 ...
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
07:49:25 [2020-11-03T07:49:25.943Z] #7 0.644 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.810 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.911 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.915 (2/30) Installing ncurses-libs (6.1_p20190518-r2)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.922 (3/30) Installing readline (8.0.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.927 (4/30) Installing bash (5.0.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.949 Executing bash-5.0.0-r0.post-install
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.955 (5/30) Installing ca-certificates (20191127-r2)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.971 (6/30) Installing libgcc (8.3.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.974 (7/30) Installing libstdc++ (8.3.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 1.988 (8/30) Installing binutils (2.32-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.087 (9/30) Installing gmp (6.1.2-r1)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.097 (10/30) Installing isl (0.18-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.118 (11/30) Installing libgomp (8.3.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.122 (12/30) Installing libatomic (8.3.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.124 (13/30) Installing mpfr3 (3.1.5-r1)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.131 (14/30) Installing mpc1 (1.1.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 2.134 (15/30) Installing gcc (8.3.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.020 (16/30) Installing musl-dev (1.1.22-r3)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.130 (17/30) Installing libc-dev (0.7.1-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.132 (18/30) Installing g++ (8.3.0-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.687 (19/30) Installing nghttp2-libs (1.39.2-r1)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.692 (20/30) Installing libcurl (7.66.0-r1)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.700 (21/30) Installing expat (2.2.8-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.704 (22/30) Installing pcre2 (10.33-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.714 (23/30) Installing git (2.22.4-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.918 (24/30) Installing libmnl (1.0.4-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.920 (25/30) Installing libnftnl-libs (1.1.3-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.925 (26/30) Installing iptables (1.8.3-r1)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.958 (27/30) Installing pigz (2.4-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.964 (28/30) Installing tar (1.32-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.972 (29/30) Installing xz-libs (5.2.4-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 3.975 (30/30) Installing xz (5.2.4-r0)
07:49:25 [2020-11-03T07:49:25.943Z] #7 4.199 Executing busybox-1.30.1-r3.trigger
07:49:25 [2020-11-03T07:49:25.943Z] #7 4.203 Executing ca-certificates-20191127-r2.trigger
07:49:25 [2020-11-03T07:49:25.943Z] #7 4.250 OK: 179 MiB in 44 packages
07:49:25 [2020-11-03T07:49:25.943Z] #7 DONE 5.2s
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
07:49:25 [2020-11-03T07:49:25.943Z] #9 DONE 0.1s
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
07:49:25 [2020-11-03T07:49:25.943Z] #10 DONE 0.0s
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
07:49:25 [2020-11-03T07:49:25.943Z] #11 DONE 0.1s
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
07:49:25 [2020-11-03T07:49:25.943Z] #14 ...
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
07:49:25 [2020-11-03T07:49:25.943Z] #12 DONE 0.0s
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
07:49:25 [2020-11-03T07:49:25.943Z] #13 DONE 0.1s
07:49:25 [2020-11-03T07:49:25.943Z] 
07:49:25 [2020-11-03T07:49:25.943Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
07:49:25 [2020-11-03T07:49:25.943Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.1s
07:49:26 [2020-11-03T07:49:26.202Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.8s done
07:49:26 [2020-11-03T07:49:26.462Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done
07:49:26 [2020-11-03T07:49:26.462Z] #14 DONE 8.4s
07:49:26 [2020-11-03T07:49:26.462Z] 
07:49:26 [2020-11-03T07:49:26.462Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
07:49:26 [2020-11-03T07:49:26.870Z] --- PASS: TestCreateServiceMultipleTimes (17.47s)
07:49:26 [2020-11-03T07:49:26.870Z] === RUN   TestCreateServiceConflict
07:49:27 [2020-11-03T07:49:27.029Z] #15 0.382 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
07:49:27 [2020-11-03T07:49:27.871Z] --- PASS: TestInspect (2.47s)
07:49:27 [2020-11-03T07:49:27.871Z] === RUN   TestCreateJob
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.447 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.554 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0)
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.559 (2/54) Installing ncurses-libs (6.2_p20200523-r0)
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.566 (3/54) Installing readline (8.0.4-r0)
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.569 (4/54) Installing bash (5.0.17-r0)
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.581 Executing bash-5.0.17-r0.post-install
07:49:27 [2020-11-03T07:49:27.965Z] #15 1.584 (5/54) Installing linux-headers (5.4.5-r1)
07:49:28 [2020-11-03T07:49:28.224Z] #15 1.663 (6/54) Installing libblkid (2.35.2-r0)
07:49:28 [2020-11-03T07:49:28.224Z] #15 1.668 (7/54) Installing libuuid (2.35.2-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.670 (8/54) Installing btrfs-progs-libs (5.6.1-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.675 (9/54) Installing btrfs-progs-dev (5.6.1-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.679 (10/54) Installing libgcc (9.3.0-r2)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.681 (11/54) Installing libstdc++ (9.3.0-r2)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.693 (12/54) Installing binutils (2.34-r1)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.759 (13/54) Installing libmagic (5.38-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.779 (14/54) Installing file (5.38-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.780 (15/54) Installing gmp (6.2.0-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.786 (16/54) Installing isl (0.18-r0)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.801 (17/54) Installing libgomp (9.3.0-r2)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.803 (18/54) Installing libatomic (9.3.0-r2)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.805 (19/54) Installing libgphobos (9.3.0-r2)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.845 (20/54) Installing mpfr4 (4.0.2-r4)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.851 (21/54) Installing mpc1 (1.1.0-r1)
07:49:28 [2020-11-03T07:49:28.225Z] #15 1.853 (22/54) Installing gcc (9.3.0-r2)
07:49:29 [2020-11-03T07:49:29.163Z] #15 2.690 (23/54) Installing musl-dev (1.1.24-r9)
07:49:29 [2020-11-03T07:49:29.163Z] #15 2.760 (24/54) Installing libc-dev (0.7.2-r3)
07:49:29 [2020-11-03T07:49:29.419Z] --- PASS: TestCreateServiceConflict (2.26s)
07:49:29 [2020-11-03T07:49:29.419Z] === RUN   TestCreateServiceMaxReplicas
07:49:29 [2020-11-03T07:49:29.422Z] #15 2.761 (25/54) Installing g++ (9.3.0-r2)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.168 (26/54) Installing make (4.3-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.172 (27/54) Installing fortify-headers (1.1-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.173 (28/54) Installing patch (2.7.6-r6)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.176 (29/54) Installing build-base (0.5-r2)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.177 (30/54) Installing nghttp2-libs (1.41.0-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.179 (31/54) Installing libcurl (7.69.1-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.186 (32/54) Installing curl (7.69.1-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.189 (33/54) Installing oniguruma (6.9.5-r2)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.195 (34/54) Installing jq (1.6-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.201 (35/54) Installing device-mapper-libs (2.02.186-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.205 (36/54) Installing device-mapper-event-libs (2.02.186-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.207 (37/54) Installing libaio (0.3.112-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.208 (38/54) Installing lvm2-libs (2.02.186-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.235 (39/54) Installing blkid (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.237 (40/54) Installing libcap-ng (0.7.10-r1)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.239 (41/54) Installing setpriv (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.241 (42/54) Installing libmount (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.245 (43/54) Installing libsmartcols (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.249 (44/54) Installing findmnt (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.251 (45/54) Installing mcookie (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.252 (46/54) Installing hexdump (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.254 (47/54) Installing lsblk (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.257 (48/54) Installing libfdisk (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.262 (49/54) Installing sfdisk (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.265 (50/54) Installing cfdisk (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.267 (51/54) Installing util-linux (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.689Z] #15 3.301 (52/54) Installing pkgconf (1.7.2-r0)
07:49:29 [2020-11-03T07:49:29.948Z] #15 3.304 (53/54) Installing util-linux-dev (2.35.2-r0)
07:49:29 [2020-11-03T07:49:29.948Z] #15 3.324 (54/54) Installing lvm2-dev (2.02.186-r1)
07:49:29 [2020-11-03T07:49:29.948Z] #15 3.328 Executing busybox-1.31.1-r16.trigger
07:49:29 [2020-11-03T07:49:29.948Z] #15 3.333 OK: 230 MiB in 69 packages
07:49:30 [2020-11-03T07:49:30.362Z] === RUN   TestDockerSuite/TestContainerAPIStop
07:49:30 [2020-11-03T07:49:30.517Z] #15 DONE 4.1s
07:49:30 [2020-11-03T07:49:30.517Z] 
07:49:30 [2020-11-03T07:49:30.517Z] #16 [base 3/5] RUN mkdir -p /build/
07:49:30 [2020-11-03T07:49:30.936Z] === RUN   TestDockerSuite/TestContainerAPITop
07:49:31 [2020-11-03T07:49:31.085Z] #16 DONE 0.5s
07:49:31 [2020-11-03T07:49:31.085Z] 
07:49:31 [2020-11-03T07:49:31.085Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
07:49:31 [2020-11-03T07:49:31.412Z] --- PASS: TestCreateJob (2.98s)
07:49:31 [2020-11-03T07:49:31.412Z] === RUN   TestReplicatedJob
07:49:31 [2020-11-03T07:49:31.661Z] #17 DONE 0.5s
07:49:31 [2020-11-03T07:49:31.661Z] 
07:49:31 [2020-11-03T07:49:31.661Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
07:49:31 [2020-11-03T07:49:31.661Z] #18 DONE 0.0s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
07:49:31 [2020-11-03T07:49:31.662Z] #22 DONE 0.1s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #31 [builder 1/4] COPY . .
07:49:31 [2020-11-03T07:49:31.662Z] #31 ...
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
07:49:31 [2020-11-03T07:49:31.662Z] #26 DONE 0.1s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
07:49:31 [2020-11-03T07:49:31.662Z] #19 DONE 0.1s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
07:49:31 [2020-11-03T07:49:31.662Z] #23 DONE 0.1s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
07:49:31 [2020-11-03T07:49:31.662Z] #27 DONE 0.1s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
07:49:31 [2020-11-03T07:49:31.662Z] #28 DONE 0.0s
07:49:31 [2020-11-03T07:49:31.662Z] 
07:49:31 [2020-11-03T07:49:31.662Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
07:49:31 [2020-11-03T07:49:31.882Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
07:49:31 [2020-11-03T07:49:31.882Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
07:49:32 [2020-11-03T07:49:32.144Z] === RUN   TestDockerSuite/TestContainerAPIWait
07:49:32 [2020-11-03T07:49:32.717Z] --- PASS: TestCreateServiceMaxReplicas (3.79s)
07:49:32 [2020-11-03T07:49:32.717Z] === RUN   TestCreateWithDuplicateNetworkNames
07:49:35 [2020-11-03T07:49:35.267Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
07:49:35 [2020-11-03T07:49:35.529Z] === RUN   TestDockerSuite/TestContainerNetworkMode
07:49:35 [2020-11-03T07:49:35.861Z] #29 ...
07:49:35 [2020-11-03T07:49:35.861Z] 
07:49:35 [2020-11-03T07:49:35.861Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.852 + RM_GOPATH=0
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.852 + TMP_GOPATH=
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.852 + : /build
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.852 + '[' -z '' ']'
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 ++ mktemp -d
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 + export GOPATH=/tmp/tmp.kDMCBO
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 + GOPATH=/tmp/tmp.kDMCBO
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 + RM_GOPATH=1
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 + case "$(go env GOARCH)" in
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 ++ go env GOARCH
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 + export GO_BUILDMODE=-buildmode=pie
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.859 + GO_BUILDMODE=-buildmode=pie
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 Install docker/cli version 17.06.2-ce from stable
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 ++ dirname ./install.sh
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + dir=.
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + bin=dockercli
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + shift
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + '[' '!' -f ./dockercli.installer ']'
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + . ./dockercli.installer
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 ++ : stable
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 ++ : 17.06.2-ce
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + install_dockercli
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.861 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.862 ++ uname -m
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.862 + arch=x86_64
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.862 + '[' x86_64 '!=' x86_64 ']'
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.862 + url=https://download.docker.com/linux/static
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.866 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:49:35 [2020-11-03T07:49:35.861Z] #24 0.866 + tar -xz docker/docker
07:49:35 [2020-11-03T07:49:35.861Z] #24 3.526 + mkdir -p /build
07:49:35 [2020-11-03T07:49:35.861Z] #24 3.529 + mv docker/docker /build/
07:49:35 [2020-11-03T07:49:35.861Z] #24 3.530 + rmdir docker
07:49:35 [2020-11-03T07:49:35.861Z] #24 DONE 3.9s
07:49:35 [2020-11-03T07:49:35.861Z] 
07:49:35 [2020-11-03T07:49:35.861Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
07:49:35 [2020-11-03T07:49:35.861Z] #20 2.402 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
07:49:35 [2020-11-03T07:49:35.861Z] #20 2.823 
07:49:35 [2020-11-03T07:49:35.861Z] #20 2.939 
###                                                                        4.6%
##################                                                        25.9%
###############################                                           44.0%
###############################################                           66.5%
##################################################################        91.9%
######################################################################## 100.0%
07:49:35 [2020-11-03T07:49:35.861Z] #20 3.833 
07:49:35 [2020-11-03T07:49:35.861Z] #20 3.945 
##########################                                                37.4%
######################################################################## 100.0%
07:49:36 [2020-11-03T07:49:36.123Z] #20 4.485 
07:49:36 [2020-11-03T07:49:36.383Z] #20 4.621 
##############                                                            19.7%
######################################################################## 100.0%
07:49:36 [2020-11-03T07:49:36.473Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
07:49:36 [2020-11-03T07:49:36.952Z] #20 5.168 
07:49:37 [2020-11-03T07:49:37.017Z] --- PASS: TestReplicatedJob (5.37s)
07:49:37 [2020-11-03T07:49:37.017Z] === RUN   TestUpdateReplicatedJob
07:49:37 [2020-11-03T07:49:37.472Z] #20 5.282 
####                                                                       6.3%
######################                                                    31.1%
###################################                                       49.2%
################################################                          67.5%
###############################################################           88.6%
######################################################################## 100.0%
07:49:37 [2020-11-03T07:49:37.731Z] #20 6.079 
07:49:38 [2020-11-03T07:49:38.255Z] #20 6.191 
##                                                                         3.1%
######                                                                     9.0%
##########                                                                14.2%
#############                                                             19.4%
#################                                                         24.2%
07:49:38 [2020-11-03T07:49:38.255Z] #20 ...
07:49:38 [2020-11-03T07:49:38.255Z] 
07:49:38 [2020-11-03T07:49:38.255Z] #31 [builder 1/4] COPY . .
07:49:38 [2020-11-03T07:49:38.255Z] #31 DONE 6.8s
07:49:38 [2020-11-03T07:49:38.255Z] 
07:49:38 [2020-11-03T07:49:38.255Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
07:49:38 [2020-11-03T07:49:38.255Z] #20 6.191 
##                                                                         3.1%
######                                                                     9.0%
##########                                                                14.2%
#############                                                             19.4%
#################                                                         24.2%
#####################                                                     29.7%
07:49:38 [2020-11-03T07:49:38.255Z] #20 ...
07:49:38 [2020-11-03T07:49:38.255Z] 
07:49:38 [2020-11-03T07:49:38.255Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
07:49:39 [2020-11-03T07:49:39.638Z] #32 DONE 1.4s
07:49:39 [2020-11-03T07:49:39.638Z] 
07:49:39 [2020-11-03T07:49:39.638Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
07:49:39 [2020-11-03T07:49:39.638Z] #20 6.191 
##                                                                         3.1%
######                                                                     9.0%
##########                                                                14.2%
#############                                                             19.4%
#################                                                         24.2%
#####################                                                     29.7%
########################                                                  34.2%
#############################                                             40.3%
################################                                          45.6%
###################################                                       49.1%
########################################                                  55.8%
############################################                              61.4%
###############################################                           66.1%
###################################################                       71.5%
#######################################################                   77.2%
##########################################################                81.6%
##############################################################            87.4%
##################################################################        92.3%
######################################################################    98.2%
######################################################################## 100.0%
07:49:39 [2020-11-03T07:49:39.769Z] --- PASS: TestUpdateReplicatedJob (3.11s)
07:49:39 [2020-11-03T07:49:39.769Z] === RUN   TestServiceListWithStatuses
07:49:39 [2020-11-03T07:49:39.769Z] --- SKIP: TestServiceListWithStatuses (0.00s)
07:49:39 [2020-11-03T07:49:39.769Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:49:39 [2020-11-03T07:49:39.769Z] === RUN   TestDockerNetworkConnectAlias
07:49:39 [2020-11-03T07:49:39.779Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
07:49:39 [2020-11-03T07:49:39.779Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
07:49:40 [2020-11-03T07:49:40.215Z] #20 8.454 
07:49:41 [2020-11-03T07:49:41.179Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
07:49:41 [2020-11-03T07:49:41.596Z] #20 9.586 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:49:41 [2020-11-03T07:49:41.752Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
07:49:41 [2020-11-03T07:49:41.855Z] #20 10.04 
07:49:41 [2020-11-03T07:49:41.855Z] #20 10.13 
######################################################################## 100.0%
07:49:42 [2020-11-03T07:49:42.115Z] #20 10.42 
07:49:42 [2020-11-03T07:49:42.696Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
07:49:43 [2020-11-03T07:49:43.503Z] #20 11.90 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:49:44 [2020-11-03T07:49:44.081Z] #20 12.32 
07:49:44 [2020-11-03T07:49:44.082Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
07:49:44 [2020-11-03T07:49:44.248Z] --- PASS: TestDockerNetworkConnectAlias (4.11s)
07:49:44 [2020-11-03T07:49:44.248Z] === RUN   TestDockerNetworkReConnect
07:49:44 [2020-11-03T07:49:44.341Z] #20 12.56 
                                                                           0.6%
#######################################################                   77.5%
######################################################################## 100.0%
07:49:44 [2020-11-03T07:49:44.601Z] #20 13.00 
07:49:45 [2020-11-03T07:49:45.468Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
07:49:45 [2020-11-03T07:49:45.981Z] #20 14.45 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
07:49:46 [2020-11-03T07:49:46.241Z] #20 14.64 skipping existing c35d46ef359f
07:49:46 [2020-11-03T07:49:46.412Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.67s)
07:49:46 [2020-11-03T07:49:46.412Z] === RUN   TestCreateServiceSecretFileMode
07:49:46 [2020-11-03T07:49:46.673Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
07:49:46 [2020-11-03T07:49:46.810Z] #20 14.98 
07:49:47 [2020-11-03T07:49:47.010Z] --- PASS: TestDockerNetworkReConnect (3.11s)
07:49:47 [2020-11-03T07:49:47.010Z] === RUN   TestServicePlugin
07:49:47 [2020-11-03T07:49:47.010Z] --- SKIP: TestServicePlugin (0.00s)
07:49:47 [2020-11-03T07:49:47.010Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:49:47 [2020-11-03T07:49:47.010Z] === RUN   TestServiceUpdateLabel
07:49:48 [2020-11-03T07:49:48.062Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00090ca00_<nil>}
07:49:48 [2020-11-03T07:49:48.191Z] #20 16.30 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:49:48 [2020-11-03T07:49:48.450Z] #20 16.77 
07:49:48 [2020-11-03T07:49:48.548Z] --- PASS: TestServiceUpdateLabel (1.97s)
07:49:48 [2020-11-03T07:49:48.548Z] === RUN   TestServiceUpdateSecrets
07:49:48 [2020-11-03T07:49:48.710Z] #20 16.86 
######################################################################## 100.0%
07:49:48 [2020-11-03T07:49:48.970Z] #20 17.25 
07:49:48 [2020-11-03T07:49:48.970Z] #20 17.35 Download of images into '/build' complete.
07:49:48 [2020-11-03T07:49:48.970Z] #20 17.36 Use something like the following to load the result into a Docker daemon:
07:49:48 [2020-11-03T07:49:48.970Z] #20 17.36   tar -cC '/build' . | docker load
07:49:49 [2020-11-03T07:49:49.006Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1038854260_/foo_false__<nil>_<nil>_<nil>}
07:49:49 [2020-11-03T07:49:49.006Z] --- PASS: TestCreateServiceSecretFileMode (2.65s)
07:49:49 [2020-11-03T07:49:49.006Z] === RUN   TestCreateServiceConfigFileMode
07:49:49 [2020-11-03T07:49:49.230Z] #20 DONE 17.5s
07:49:49 [2020-11-03T07:49:49.230Z] 
07:49:49 [2020-11-03T07:49:49.230Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
07:49:49 [2020-11-03T07:49:49.230Z] #33 0.857 
07:49:49 [2020-11-03T07:49:49.230Z] #33 1.009 Removing bundles/
07:49:49 [2020-11-03T07:49:49.230Z] #33 1.010 
07:49:49 [2020-11-03T07:49:49.230Z] #33 1.014 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
07:49:49 [2020-11-03T07:49:49.230Z] #33 2.455 Building test suite binary ./integration-cli/test.main
07:49:50 [2020-11-03T07:49:50.393Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1038854260_/foo_true__<nil>_<nil>_<nil>}
07:49:51 [2020-11-03T07:49:51.783Z] --- PASS: TestCreateServiceConfigFileMode (2.80s)
07:49:51 [2020-11-03T07:49:51.783Z] === RUN   TestCreateServiceSysctls
07:49:52 [2020-11-03T07:49:52.044Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3283487555_/foo_false__<nil>_<nil>_<nil>}
07:49:52 [2020-11-03T07:49:52.522Z] #33 ...
07:49:52 [2020-11-03T07:49:52.522Z] 
07:49:52 [2020-11-03T07:49:52.522Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
07:49:53 [2020-11-03T07:49:53.435Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3283487555_/foo_true__<nil>_<nil>_<nil>}
07:49:53 [2020-11-03T07:49:53.462Z] #21 DONE 1.0s
07:49:53 [2020-11-03T07:49:53.462Z] 
07:49:53 [2020-11-03T07:49:53.462Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
07:49:53 [2020-11-03T07:49:53.462Z] #25 DONE 0.1s
07:49:53 [2020-11-03T07:49:53.462Z] 
07:49:53 [2020-11-03T07:49:53.462Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
07:49:54 [2020-11-03T07:49:54.821Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3283487555_/foo_true__0xc00090ca60_<nil>_<nil>}
07:49:54 [2020-11-03T07:49:54.821Z] --- PASS: TestCreateServiceSysctls (2.87s)
07:49:54 [2020-11-03T07:49:54.821Z] === RUN   TestCreateServiceCapabilities
07:49:56 [2020-11-03T07:49:56.208Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00090ca80_<nil>}
07:49:57 [2020-11-03T07:49:57.596Z] --- PASS: TestCreateServiceCapabilities (2.74s)
07:49:57 [2020-11-03T07:49:57.596Z] === RUN   TestInspect
07:49:57 [2020-11-03T07:49:57.596Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00090caa0_<nil>}
07:49:58 [2020-11-03T07:49:58.985Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00090cac0_<nil>}
07:50:00 [2020-11-03T07:50:00.902Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00090cae0_<nil>}
07:50:00 [2020-11-03T07:50:00.902Z] --- PASS: TestInspect (3.16s)
07:50:00 [2020-11-03T07:50:00.902Z] === RUN   TestCreateJob
07:50:02 [2020-11-03T07:50:02.288Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
07:50:03 [2020-11-03T07:50:03.232Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
07:50:03 [2020-11-03T07:50:03.458Z] #33 ...
07:50:03 [2020-11-03T07:50:03.458Z] 
07:50:03 [2020-11-03T07:50:03.458Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
07:50:03 [2020-11-03T07:50:03.458Z] #29 30.79 # github.com/docker/docker/contrib/httpserver
07:50:03 [2020-11-03T07:50:03.458Z] #29 30.79 loadinternal: cannot find runtime/cgo
07:50:03 [2020-11-03T07:50:03.458Z] #29 DONE 31.0s
07:50:03 [2020-11-03T07:50:03.458Z] 
07:50:03 [2020-11-03T07:50:03.458Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
07:50:03 [2020-11-03T07:50:03.458Z] #33 ...
07:50:03 [2020-11-03T07:50:03.458Z] 
07:50:03 [2020-11-03T07:50:03.458Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
07:50:03 [2020-11-03T07:50:03.458Z] #30 DONE 0.1s
07:50:03 [2020-11-03T07:50:03.458Z] 
07:50:03 [2020-11-03T07:50:03.458Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
07:50:03 [2020-11-03T07:50:03.496Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
07:50:03 [2020-11-03T07:50:03.922Z] --- PASS: TestServiceUpdateSecrets (14.26s)
07:50:03 [2020-11-03T07:50:03.922Z] === RUN   TestServiceUpdateConfigs
07:50:04 [2020-11-03T07:50:04.440Z] --- PASS: TestCreateJob (3.58s)
07:50:04 [2020-11-03T07:50:04.440Z] === RUN   TestReplicatedJob
07:50:06 [2020-11-03T07:50:06.360Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
07:50:07 [2020-11-03T07:50:07.748Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
07:50:09 [2020-11-03T07:50:09.666Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
07:50:10 [2020-11-03T07:50:10.613Z] === RUN   TestDockerSuite/TestCopyAndRestart
07:50:11 [2020-11-03T07:50:11.187Z] --- PASS: TestReplicatedJob (6.84s)
07:50:11 [2020-11-03T07:50:11.187Z] === RUN   TestUpdateReplicatedJob
07:50:12 [2020-11-03T07:50:12.132Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
07:50:12 [2020-11-03T07:50:12.132Z] === RUN   TestDockerSuite/TestCpAbsolutePath
07:50:13 [2020-11-03T07:50:13.078Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
07:50:14 [2020-11-03T07:50:14.024Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
07:50:14 [2020-11-03T07:50:14.969Z] === RUN   TestDockerSuite/TestCpFromCaseA
07:50:15 [2020-11-03T07:50:15.543Z] --- PASS: TestUpdateReplicatedJob (4.52s)
07:50:15 [2020-11-03T07:50:15.543Z] === RUN   TestServiceListWithStatuses
07:50:15 [2020-11-03T07:50:15.543Z] --- SKIP: TestServiceListWithStatuses (0.00s)
07:50:15 [2020-11-03T07:50:15.543Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:50:15 [2020-11-03T07:50:15.543Z] === RUN   TestDockerNetworkConnectAlias
07:50:15 [2020-11-03T07:50:15.805Z] === RUN   TestDockerSuite/TestCpFromCaseB
07:50:16 [2020-11-03T07:50:16.751Z] === RUN   TestDockerSuite/TestCpFromCaseC
07:50:17 [2020-11-03T07:50:17.700Z] === RUN   TestDockerSuite/TestCpFromCaseD
07:50:18 [2020-11-03T07:50:18.656Z] === RUN   TestDockerSuite/TestCpFromCaseE
07:50:19 [2020-11-03T07:50:19.286Z] --- PASS: TestServiceUpdateConfigs (14.26s)
07:50:19 [2020-11-03T07:50:19.286Z] === RUN   TestServiceUpdateNetwork
07:50:20 [2020-11-03T07:50:20.046Z] === RUN   TestDockerSuite/TestCpFromCaseF
07:50:21 [2020-11-03T07:50:21.435Z] === RUN   TestDockerSuite/TestCpFromCaseG
07:50:22 [2020-11-03T07:50:22.009Z] --- PASS: TestDockerNetworkConnectAlias (6.39s)
07:50:22 [2020-11-03T07:50:22.009Z] === RUN   TestDockerNetworkReConnect
07:50:22 [2020-11-03T07:50:22.271Z] === RUN   TestDockerSuite/TestCpFromCaseH
07:50:22 [2020-11-03T07:50:22.844Z] === RUN   TestDockerSuite/TestCpFromCaseI
07:50:23 [2020-11-03T07:50:23.790Z] === RUN   TestDockerSuite/TestCpFromCaseJ
07:50:24 [2020-11-03T07:50:24.736Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
07:50:25 [2020-11-03T07:50:25.680Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
07:50:26 [2020-11-03T07:50:26.252Z] --- PASS: TestDockerNetworkReConnect (4.39s)
07:50:26 [2020-11-03T07:50:26.252Z] === RUN   TestServicePlugin
07:50:26 [2020-11-03T07:50:26.513Z] === RUN   TestDockerSuite/TestCpGarbagePath
07:50:27 [2020-11-03T07:50:27.086Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
07:50:27 [2020-11-03T07:50:27.348Z] === RUN   TestDockerSuite/TestCpLocalOnly
07:50:27 [2020-11-03T07:50:27.348Z] === RUN   TestDockerSuite/TestCpNameHasColon
07:50:28 [2020-11-03T07:50:28.294Z] === RUN   TestDockerSuite/TestCpRelativePath
07:50:29 [2020-11-03T07:50:29.239Z] === RUN   TestDockerSuite/TestCpSpecialFiles
07:50:29 [2020-11-03T07:50:29.678Z] --- PASS: TestServiceUpdateNetwork (12.45s)
07:50:29 [2020-11-03T07:50:29.678Z] === RUN   TestServiceUpdatePidsLimit
07:50:30 [2020-11-03T07:50:30.630Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
07:50:30 [2020-11-03T07:50:30.722Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
07:50:31 [2020-11-03T07:50:31.364Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
07:50:31 [2020-11-03T07:50:31.578Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
07:50:32 [2020-11-03T07:50:32.523Z] === RUN   TestDockerSuite/TestCpToCaseA
07:50:33 [2020-11-03T07:50:33.467Z] === RUN   TestDockerSuite/TestCpToCaseB
07:50:34 [2020-11-03T07:50:34.043Z] === RUN   TestDockerSuite/TestCpToCaseC
07:50:35 [2020-11-03T07:50:35.960Z] === RUN   TestDockerSuite/TestCpToCaseD
07:50:38 [2020-11-03T07:50:38.274Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
07:50:39 [2020-11-03T07:50:39.271Z] === RUN   TestDockerSuite/TestCpToCaseE
07:50:41 [2020-11-03T07:50:41.189Z] === RUN   TestDockerSuite/TestCpToCaseF
07:50:41 [2020-11-03T07:50:41.762Z] === RUN   TestDockerSuite/TestCpToCaseG
07:50:45 [2020-11-03T07:50:45.074Z] === RUN   TestDockerSuite/TestCpToCaseH
07:50:46 [2020-11-03T07:50:46.768Z] --- PASS: TestServiceUpdatePidsLimit (15.99s)
07:50:46 [2020-11-03T07:50:46.768Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s)
07:50:46 [2020-11-03T07:50:46.768Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s)
07:50:46 [2020-11-03T07:50:46.768Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s)
07:50:46 [2020-11-03T07:50:46.768Z] PASS
07:50:46 [2020-11-03T07:50:46.768Z] 
07:50:46 [2020-11-03T07:50:46.768Z] === Skipped
07:50:46 [2020-11-03T07:50:46.768Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
07:50:46 [2020-11-03T07:50:46.768Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:50:46 [2020-11-03T07:50:46.768Z] 
07:50:46 [2020-11-03T07:50:46.768Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
07:50:46 [2020-11-03T07:50:46.768Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
07:50:46 [2020-11-03T07:50:46.768Z] 
07:50:46 [2020-11-03T07:50:46.768Z] 
07:50:46 [2020-11-03T07:50:46.768Z] DONE 27 tests, 2 skipped in 130.094s
07:50:46 [2020-11-03T07:50:46.768Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
07:50:46 [2020-11-03T07:50:46.768Z] ++ 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
07:50:46 [2020-11-03T07:50:46.768Z] ++ set -e
07:50:46 [2020-11-03T07:50:46.768Z] ++ '[' -n 0 ']'
07:50:46 [2020-11-03T07:50:46.768Z] ++ set -x
07:50:46 [2020-11-03T07:50:46.769Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:50:46 [2020-11-03T07:50:46.769Z] INFO: Testing against a local daemon
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestSessionCreate
07:50:46 [2020-11-03T07:50:46.769Z] --- PASS: TestSessionCreate (0.04s)
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestSessionCreateWithBadUpgrade
07:50:46 [2020-11-03T07:50:46.769Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
07:50:46 [2020-11-03T07:50:46.769Z] PASS
07:50:46 [2020-11-03T07:50:46.769Z] 
07:50:46 [2020-11-03T07:50:46.769Z] DONE 2 tests in 0.148s
07:50:46 [2020-11-03T07:50:46.769Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
07:50:46 [2020-11-03T07:50:46.769Z] ++ 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
07:50:46 [2020-11-03T07:50:46.769Z] ++ set -e
07:50:46 [2020-11-03T07:50:46.769Z] ++ '[' -n 0 ']'
07:50:46 [2020-11-03T07:50:46.769Z] ++ set -x
07:50:46 [2020-11-03T07:50:46.769Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:50:46 [2020-11-03T07:50:46.769Z] INFO: Testing against a local daemon
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestCgroupDriverSystemdMemoryLimit
07:50:46 [2020-11-03T07:50:46.769Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
07:50:46 [2020-11-03T07:50:46.769Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestEventsExecDie
07:50:46 [2020-11-03T07:50:46.769Z] --- PASS: TestEventsExecDie (0.60s)
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestEventsBackwardsCompatible
07:50:46 [2020-11-03T07:50:46.769Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestInfoBinaryCommits
07:50:46 [2020-11-03T07:50:46.769Z] --- PASS: TestInfoBinaryCommits (0.03s)
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestInfoAPIVersioned
07:50:46 [2020-11-03T07:50:46.769Z] --- PASS: TestInfoAPIVersioned (0.01s)
07:50:46 [2020-11-03T07:50:46.769Z] === RUN   TestInfoDiscoveryBackend
07:50:47 [2020-11-03T07:50:47.087Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
07:50:47 [2020-11-03T07:50:47.087Z] === RUN   TestInfoDiscoveryInvalidAdvertise
07:50:47 [2020-11-03T07:50:47.628Z] === RUN   TestDockerSuite/TestCpToCaseI
07:50:48 [2020-11-03T07:50:48.124Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
07:50:48 [2020-11-03T07:50:48.124Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
07:50:48 [2020-11-03T07:50:48.203Z] === RUN   TestDockerSuite/TestCpToCaseJ
07:50:48 [2020-11-03T07:50:48.758Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
07:50:48 [2020-11-03T07:50:48.758Z] === RUN   TestInfoAPI
07:50:48 [2020-11-03T07:50:48.758Z] --- PASS: TestInfoAPI (0.04s)
07:50:48 [2020-11-03T07:50:48.758Z] === RUN   TestInfoAPIWarnings
07:50:51 [2020-11-03T07:50:51.508Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
07:50:51 [2020-11-03T07:50:51.508Z] === RUN   TestDockerSuite/TestCpToDot
07:50:52 [2020-11-03T07:50:52.080Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
07:50:53 [2020-11-03T07:50:53.023Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
07:50:53 [2020-11-03T07:50:53.970Z] === RUN   TestDockerSuite/TestCpToStdout
07:50:54 [2020-11-03T07:50:54.232Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
07:50:55 [2020-11-03T07:50:55.177Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
07:50:55 [2020-11-03T07:50:55.438Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
07:50:56 [2020-11-03T07:50:56.012Z] === RUN   TestDockerSuite/TestCpVolumePath
07:50:56 [2020-11-03T07:50:56.957Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
07:50:56 [2020-11-03T07:50:56.957Z] === RUN   TestDockerSuite/TestCreateArgs
07:50:56 [2020-11-03T07:50:56.957Z] === RUN   TestDockerSuite/TestCreateByImageID
07:50:57 [2020-11-03T07:50:57.218Z] === RUN   TestDockerSuite/TestCreateEchoStdout
07:50:57 [2020-11-03T07:50:57.814Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
07:50:57 [2020-11-03T07:50:57.814Z] === RUN   TestDockerSuite/TestCreateHostConfig
07:50:57 [2020-11-03T07:50:57.814Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
07:50:58 [2020-11-03T07:50:58.398Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
07:50:58 [2020-11-03T07:50:58.660Z] === RUN   TestDockerSuite/TestCreateLabels
07:50:58 [2020-11-03T07:50:58.660Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
07:50:58 [2020-11-03T07:50:58.922Z] === RUN   TestDockerSuite/TestCreateRM
07:50:58 [2020-11-03T07:50:58.922Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
07:50:58 [2020-11-03T07:50:58.922Z] === RUN   TestDockerSuite/TestCreateStopSignal
07:50:58 [2020-11-03T07:50:58.922Z] === RUN   TestDockerSuite/TestCreateStopTimeout
07:50:59 [2020-11-03T07:50:59.183Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
07:51:00 [2020-11-03T07:51:00.129Z] --- PASS: TestServicePlugin (33.74s)
07:51:00 [2020-11-03T07:51:00.129Z]     plugin_test.go:62: [da81fb2c2934a] joining swarm manager [db97020e6df71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
07:51:00 [2020-11-03T07:51:00.129Z]     plugin_test.go:65: [d7da82b4b3df8] joining swarm manager [db97020e6df71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
07:51:00 [2020-11-03T07:51:00.129Z] === RUN   TestServiceUpdateLabel
07:51:00 [2020-11-03T07:51:00.704Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
07:51:00 [2020-11-03T07:51:00.704Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
07:51:00 [2020-11-03T07:51:00.704Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
07:51:03 [2020-11-03T07:51:03.255Z] --- PASS: TestServiceUpdateLabel (2.78s)
07:51:03 [2020-11-03T07:51:03.255Z] === RUN   TestServiceUpdateSecrets
07:51:03 [2020-11-03T07:51:03.255Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
07:51:06 [2020-11-03T07:51:06.562Z] === RUN   TestDockerSuite/TestCreateWithPortRange
07:51:06 [2020-11-03T07:51:06.562Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
07:51:06 [2020-11-03T07:51:06.562Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
07:51:06 [2020-11-03T07:51:06.562Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
07:51:06 [2020-11-03T07:51:06.562Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
07:51:06 [2020-11-03T07:51:06.562Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
07:51:06 [2020-11-03T07:51:06.822Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestInfoAPIWarnings (16.33s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestInfoDebug
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestInfoDebug (0.54s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestInfoInsecureRegistries
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestInfoInsecureRegistries (0.53s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestInfoRegistryMirrors
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestInfoRegistryMirrors (0.54s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestLoginFailsWithBadCredentials
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestPingCacheHeaders
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestPingCacheHeaders (0.04s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestPingGet
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestPingGet (0.02s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestPingHead
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestPingHead (0.04s)
07:51:07 [2020-11-03T07:51:07.346Z] === RUN   TestVersion
07:51:07 [2020-11-03T07:51:07.346Z] --- PASS: TestVersion (0.03s)
07:51:07 [2020-11-03T07:51:07.346Z] PASS
07:51:07 [2020-11-03T07:51:07.346Z] 
07:51:07 [2020-11-03T07:51:07.346Z] === Skipped
07:51:07 [2020-11-03T07:51:07.346Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
07:51:07 [2020-11-03T07:51:07.346Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:51:07 [2020-11-03T07:51:07.346Z] 
07:51:07 [2020-11-03T07:51:07.346Z] 
07:51:07 [2020-11-03T07:51:07.346Z] DONE 18 tests, 1 skipped in 21.297s
07:51:07 [2020-11-03T07:51:07.346Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
07:51:07 [2020-11-03T07:51:07.346Z] ++ 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
07:51:07 [2020-11-03T07:51:07.346Z] ++ set -e
07:51:07 [2020-11-03T07:51:07.346Z] ++ '[' -n 0 ']'
07:51:07 [2020-11-03T07:51:07.346Z] ++ set -x
07:51:07 [2020-11-03T07:51:07.347Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:51:07 [2020-11-03T07:51:07.347Z] INFO: Testing against a local daemon
07:51:07 [2020-11-03T07:51:07.347Z] === RUN   TestVolumesCreateAndList
07:51:07 [2020-11-03T07:51:07.347Z] --- PASS: TestVolumesCreateAndList (0.03s)
07:51:07 [2020-11-03T07:51:07.347Z] === RUN   TestVolumesRemove
07:51:07 [2020-11-03T07:51:07.347Z] --- PASS: TestVolumesRemove (0.07s)
07:51:07 [2020-11-03T07:51:07.347Z] === RUN   TestVolumesInspect
07:51:07 [2020-11-03T07:51:07.347Z] --- PASS: TestVolumesInspect (0.02s)
07:51:07 [2020-11-03T07:51:07.347Z] === RUN   TestVolumesInvalidJSON
07:51:07 [2020-11-03T07:51:07.347Z] === RUN   TestVolumesInvalidJSON//volumes/create
07:51:07 [2020-11-03T07:51:07.347Z] === PAUSE TestVolumesInvalidJSON//volumes/create
07:51:07 [2020-11-03T07:51:07.347Z] === CONT  TestVolumesInvalidJSON//volumes/create
07:51:07 [2020-11-03T07:51:07.347Z] --- PASS: TestVolumesInvalidJSON (0.02s)
07:51:07 [2020-11-03T07:51:07.347Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
07:51:07 [2020-11-03T07:51:07.347Z] PASS
07:51:07 [2020-11-03T07:51:07.347Z] 
07:51:07 [2020-11-03T07:51:07.347Z] DONE 5 tests in 0.222s
07:51:07 [2020-11-03T07:51:07.347Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
07:51:07 [2020-11-03T07:51:07.641Z] ++++ cat bundles/test-integration/docker.pid
07:51:07 [2020-11-03T07:51:07.642Z] +++ kill 13888
07:51:07 [2020-11-03T07:51:07.768Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
07:51:08 [2020-11-03T07:51:08.340Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
07:51:08 [2020-11-03T07:51:08.678Z] +++ /etc/init.d/apparmor stop
07:51:08 [2020-11-03T07:51:08.679Z] Leaving: AppArmorNo profiles have been unloaded.
07:51:08 [2020-11-03T07:51:08.679Z] 
07:51:08 [2020-11-03T07:51:08.679Z] Unloading profiles will leave already running processes permanently
07:51:08 [2020-11-03T07:51:08.679Z] unconfined, which can lead to unexpected situations.
07:51:08 [2020-11-03T07:51:08.679Z] 
07:51:08 [2020-11-03T07:51:08.679Z] To set a process to complain mode, use the command line tool
07:51:08 [2020-11-03T07:51:08.679Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
07:51:08 [2020-11-03T07:51:08.679Z] +++ true
07:51:08 [2020-11-03T07:51:08.679Z] exiting test-integration
07:51:08 [2020-11-03T07:51:08.679Z] ++ exit 0
07:51:08 [2020-11-03T07:51:08.679Z] 
07:51:09 [2020-11-03T07:51:09.285Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
07:51:09 [2020-11-03T07:51:09.858Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
Post stage
[Pipeline] junit
07:51:10 [2020-11-03T07:51:10.245Z] Recording test results
07:51:10 [2020-11-03T07:51:10.449Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
07:51:10 [2020-11-03T07:51:10.960Z] + echo Ensuring container killed.
07:51:10 [2020-11-03T07:51:10.961Z] Ensuring container killed.
07:51:10 [2020-11-03T07:51:10.961Z] + docker rm -vf docker-pr2
07:51:10 [2020-11-03T07:51:10.961Z] Error: No such container: docker-pr2
07:51:10 [2020-11-03T07:51:10.961Z] + true
[Pipeline] sh
07:51:11 [2020-11-03T07:51:11.023Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
07:51:11 [2020-11-03T07:51:11.350Z] + echo Chowning /workspace to jenkins user
07:51:11 [2020-11-03T07:51:11.350Z] Chowning /workspace to jenkins user
07:51:11 [2020-11-03T07:51:11.350Z] + id -u
07:51:11 [2020-11-03T07:51:11.350Z] + id -g
07:51:11 [2020-11-03T07:51:11.350Z] + docker run --rm -v /home/docker/workspace/moby_PR-41626:/workspace busybox chown -R 1001:1001 /workspace
07:51:11 [2020-11-03T07:51:11.350Z] Unable to find image 'busybox:latest' locally
07:51:11 [2020-11-03T07:51:11.597Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
07:51:11 [2020-11-03T07:51:11.597Z] === RUN   TestDockerSuite/TestDevicePermissions
07:51:11 [2020-11-03T07:51:11.642Z] latest: Pulling from library/busybox
07:51:11 [2020-11-03T07:51:11.937Z] a72ff6653ea1: Pulling fs layer
07:51:11 [2020-11-03T07:51:11.937Z] a72ff6653ea1: Verifying Checksum
07:51:11 [2020-11-03T07:51:11.937Z] a72ff6653ea1: Download complete
07:51:12 [2020-11-03T07:51:12.231Z] a72ff6653ea1: Pull complete
07:51:12 [2020-11-03T07:51:12.231Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
07:51:12 [2020-11-03T07:51:12.231Z] Status: Downloaded newer image for busybox:latest
07:51:12 [2020-11-03T07:51:12.541Z] === RUN   TestDockerSuite/TestDockerFails
07:51:12 [2020-11-03T07:51:12.541Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
07:51:12 [2020-11-03T07:51:12.541Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
07:51:12 [2020-11-03T07:51:12.541Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
07:51:13 [2020-11-03T07:51:13.485Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
07:51:14 [2020-11-03T07:51:14.058Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
07:51:14 [2020-11-03T07:51:14.165Z] + bundleName=ppc64le-integration
07:51:14 [2020-11-03T07:51:14.165Z] + echo Creating ppc64le-integration-bundles.tar.gz
07:51:14 [2020-11-03T07:51:14.165Z] Creating ppc64le-integration-bundles.tar.gz
07:51:14 [2020-11-03T07:51:14.165Z] + 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
07:51:14 [2020-11-03T07:51:14.165Z]  -czf ppc64le-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
07:51:14 [2020-11-03T07:51:14.210Z] Archiving artifacts
07:51:14 [2020-11-03T07:51:14.591Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
07:51:14 [2020-11-03T07:51:14.985Z] + make clean
07:51:15 [2020-11-03T07:51:15.002Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
07:51:15 [2020-11-03T07:51:15.002Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
07:51:15 [2020-11-03T07:51:15.002Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
07:51:15 [2020-11-03T07:51:15.264Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
07:51:15 [2020-11-03T07:51:15.277Z] make: command: Command not found
07:51:15 [2020-11-03T07:51:15.277Z] make: command: Command not found
07:51:15 [2020-11-03T07:51:15.277Z] docker volume rm -f docker-dev-cache
07:51:15 [2020-11-03T07:51:15.277Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
07:51:18 [2020-11-03T07:51:18.570Z] --- PASS: TestServiceUpdateSecrets (15.71s)
07:51:18 [2020-11-03T07:51:18.570Z] === RUN   TestServiceUpdateConfigs
07:51:20 [2020-11-03T07:51:20.565Z] --- PASS: TestBuildWithHugeFile (140.14s)
07:51:20 [2020-11-03T07:51:20.565Z] === RUN   TestBuildWithEmptyDockerfile
07:51:20 [2020-11-03T07:51:20.565Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
07:51:20 [2020-11-03T07:51:20.565Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
07:51:20 [2020-11-03T07:51:20.565Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestBuildPreserveOwnership
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestBuildPlatformInvalid
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestBuildPlatformInvalid (0.06s)
07:51:20 [2020-11-03T07:51:20.566Z] PASS
07:51:20 [2020-11-03T07:51:20.566Z] ok  	github.com/docker/docker/integration/build	199.582s
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === Skipped
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     build_session_test.go:25: TODO: BuildKit
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] DONE 28 tests, 5 skipped in 226.025s
07:51:20 [2020-11-03T07:51:20.566Z] Running D:\gopath\src\github.com\docker\docker\integration\config
07:51:20 [2020-11-03T07:51:20.566Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:51:20 [2020-11-03T07:51:20.566Z] INFO: Testing against a local daemon
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestConfigInspect
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestConfigInspect (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestConfigList
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestConfigList (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestConfigsCreateAndDelete
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestConfigsUpdate
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestConfigsUpdate (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestTemplatedConfig
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestTemplatedConfig (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestConfigCreateResolve
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestConfigCreateResolve (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestConfigDaemonLibtrustID
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
07:51:20 [2020-11-03T07:51:20.566Z] PASS
07:51:20 [2020-11-03T07:51:20.566Z] ok  	github.com/docker/docker/integration/config	0.193s
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === Skipped
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] 
07:51:20 [2020-11-03T07:51:20.566Z] DONE 7 tests, 7 skipped in 2.751s
07:51:20 [2020-11-03T07:51:20.566Z] Running D:\gopath\src\github.com\docker\docker\integration\container
07:51:20 [2020-11-03T07:51:20.566Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:51:20 [2020-11-03T07:51:20.566Z] INFO: Testing against a local daemon
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCheckpoint
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCheckpoint (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestContainerInvalidJSON
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestContainerInvalidJSON (0.03s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCopyFromContainerPathDoesNotExist
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCopyFromContainerPathIsNotDir
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.04s)
07:51:20 [2020-11-03T07:51:20.566Z]     copy_test.go:38: testEnv.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCopyToContainerPathDoesNotExist
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCopyToContainerPathIsNotDir
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s)
07:51:20 [2020-11-03T07:51:20.566Z]     copy_test.go:63: testEnv.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCopyFromContainer
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCopyFromContainer (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateLinkToNonExistingContainer
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidEnv
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidEnv/0
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidEnv/0
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidEnv/1
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidEnv/1
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidEnv/2
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidEnv/2
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidEnv/0
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidEnv/2
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidEnv/1
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateTmpfsMountsTarget
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithCustomMaskedPaths
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithCustomReadonlyPaths
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidHealthcheckParams
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateDifferentPlatform
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateDifferentPlatform/different_os
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCreateDifferentPlatform (0.03s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreateVolumesFromNonExistingContainer
07:51:20 [2020-11-03T07:51:20.566Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
07:51:20 [2020-11-03T07:51:20.566Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestContainerKillOnDaemonStart
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestDiff
07:51:20 [2020-11-03T07:51:20.566Z] --- SKIP: TestDiff (0.00s)
07:51:20 [2020-11-03T07:51:20.566Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
07:51:20 [2020-11-03T07:51:20.566Z] === RUN   TestExecWithCloseStdin
07:51:21 [2020-11-03T07:51:21.120Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
07:51:22 [2020-11-03T07:51:22.112Z] --- PASS: TestExecWithCloseStdin (2.34s)
07:51:22 [2020-11-03T07:51:22.112Z] === RUN   TestExec
07:51:22 [2020-11-03T07:51:22.509Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
07:51:24 [2020-11-03T07:51:24.303Z] --- PASS: TestExec (1.97s)
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestExecUser
07:51:24 [2020-11-03T07:51:24.303Z] --- SKIP: TestExecUser (0.00s)
07:51:24 [2020-11-03T07:51:24.303Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestExportContainerAndImportImage
07:51:24 [2020-11-03T07:51:24.303Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
07:51:24 [2020-11-03T07:51:24.303Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestExportContainerAfterDaemonRestart
07:51:24 [2020-11-03T07:51:24.303Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
07:51:24 [2020-11-03T07:51:24.303Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestHealthCheckWorkdir
07:51:24 [2020-11-03T07:51:24.303Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
07:51:24 [2020-11-03T07:51:24.303Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestHealthKillContainer
07:51:24 [2020-11-03T07:51:24.303Z] --- SKIP: TestHealthKillContainer (0.00s)
07:51:24 [2020-11-03T07:51:24.303Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestInspectCpusetInConfigPre120
07:51:24 [2020-11-03T07:51:24.303Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
07:51:24 [2020-11-03T07:51:24.303Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
07:51:24 [2020-11-03T07:51:24.303Z] === RUN   TestKillContainerInvalidSignal
07:51:24 [2020-11-03T07:51:24.434Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
07:51:25 [2020-11-03T07:51:25.379Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
07:51:25 [2020-11-03T07:51:25.849Z] --- PASS: TestKillContainerInvalidSignal (1.59s)
07:51:25 [2020-11-03T07:51:25.849Z] === RUN   TestKillContainer
07:51:25 [2020-11-03T07:51:25.849Z] === RUN   TestKillContainer/no_signal
07:51:26 [2020-11-03T07:51:26.324Z] === RUN   TestDockerSuite/TestEventsAttach
07:51:26 [2020-11-03T07:51:26.585Z] === RUN   TestDockerSuite/TestEventsCommit
07:51:27 [2020-11-03T07:51:27.395Z] === RUN   TestKillContainer/non_killing_signal
07:51:27 [2020-11-03T07:51:27.395Z] === RUN   TestKillContainer/killing_signal
07:51:27 [2020-11-03T07:51:27.534Z] === RUN   TestDockerSuite/TestEventsContainerEvents
07:51:28 [2020-11-03T07:51:28.107Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
07:51:28 [2020-11-03T07:51:28.368Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
07:51:28 [2020-11-03T07:51:28.941Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
07:51:28 [2020-11-03T07:51:28.941Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
07:51:30 [2020-11-03T07:51:30.330Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
07:51:32 [2020-11-03T07:51:32.247Z] === RUN   TestDockerSuite/TestEventsContainerRestart
07:51:33 [2020-11-03T07:51:33.634Z] --- PASS: TestServiceUpdateConfigs (14.89s)
07:51:33 [2020-11-03T07:51:33.634Z] === RUN   TestServiceUpdateNetwork
07:51:34 [2020-11-03T07:51:34.520Z] --- PASS: TestKillContainer (8.40s)
07:51:34 [2020-11-03T07:51:34.520Z]     --- PASS: TestKillContainer/no_signal (1.57s)
07:51:34 [2020-11-03T07:51:34.520Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
07:51:34 [2020-11-03T07:51:34.520Z]     --- PASS: TestKillContainer/killing_signal (6.79s)
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestKillWithStopSignalAndRestartPolicies
07:51:34 [2020-11-03T07:51:34.520Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestKillStoppedContainer
07:51:34 [2020-11-03T07:51:34.520Z] --- SKIP: TestKillStoppedContainer (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestKillStoppedContainerAPIPre120
07:51:34 [2020-11-03T07:51:34.520Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestKillDifferentUserContainer
07:51:34 [2020-11-03T07:51:34.520Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestInspectOomKilledTrue
07:51:34 [2020-11-03T07:51:34.520Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestInspectOomKilledFalse
07:51:34 [2020-11-03T07:51:34.520Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
07:51:34 [2020-11-03T07:51:34.520Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:51:34 [2020-11-03T07:51:34.520Z] === RUN   TestLogsFollowTailEmpty
07:51:34 [2020-11-03T07:51:34.579Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
07:51:35 [2020-11-03T07:51:35.536Z] --- PASS: TestLogsFollowTailEmpty (1.61s)
07:51:35 [2020-11-03T07:51:35.536Z] === RUN   TestNetworkNat
07:51:35 [2020-11-03T07:51:35.536Z] --- SKIP: TestNetworkNat (0.00s)
07:51:35 [2020-11-03T07:51:35.536Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
07:51:35 [2020-11-03T07:51:35.536Z] === RUN   TestNetworkLocalhostTCPNat
07:51:37 [2020-11-03T07:51:37.139Z] === RUN   TestDockerSuite/TestEventsCopy
07:51:37 [2020-11-03T07:51:37.711Z] === RUN   TestDockerSuite/TestEventsFilterContainer
07:51:37 [2020-11-03T07:51:37.741Z] --- PASS: TestNetworkLocalhostTCPNat (1.95s)
07:51:37 [2020-11-03T07:51:37.741Z] === RUN   TestNetworkLoopbackNat
07:51:37 [2020-11-03T07:51:37.741Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
07:51:37 [2020-11-03T07:51:37.741Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
07:51:37 [2020-11-03T07:51:37.741Z] === RUN   TestPause
07:51:37 [2020-11-03T07:51:37.741Z] --- SKIP: TestPause (0.00s)
07:51:37 [2020-11-03T07:51:37.741Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
07:51:37 [2020-11-03T07:51:37.741Z] === RUN   TestPauseFailsOnWindowsServerContainers
07:51:39 [2020-11-03T07:51:39.099Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
07:51:39 [2020-11-03T07:51:39.292Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.75s)
07:51:39 [2020-11-03T07:51:39.292Z] === RUN   TestPauseStopPausedContainer
07:51:39 [2020-11-03T07:51:39.292Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
07:51:39 [2020-11-03T07:51:39.292Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
07:51:39 [2020-11-03T07:51:39.292Z] === RUN   TestPsFilter
07:51:39 [2020-11-03T07:51:39.810Z] --- PASS: TestPsFilter (0.10s)
07:51:39 [2020-11-03T07:51:39.810Z] === RUN   TestRemoveContainerWithRemovedVolume
07:51:41 [2020-11-03T07:51:41.357Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.93s)
07:51:41 [2020-11-03T07:51:41.357Z] === RUN   TestRemoveContainerWithVolume
07:51:43 [2020-11-03T07:51:43.546Z] --- PASS: TestRemoveContainerWithVolume (2.05s)
07:51:43 [2020-11-03T07:51:43.546Z] === RUN   TestRemoveContainerRunning
07:51:44 [2020-11-03T07:51:44.394Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
07:51:44 [2020-11-03T07:51:44.394Z] === RUN   TestDockerSuite/TestEventsFilterImageName
07:51:45 [2020-11-03T07:51:45.092Z] --- PASS: TestRemoveContainerRunning (1.69s)
07:51:45 [2020-11-03T07:51:45.092Z] === RUN   TestRemoveContainerForceRemoveRunning
07:51:45 [2020-11-03T07:51:45.780Z] === RUN   TestDockerSuite/TestEventsFilterLabels
07:51:46 [2020-11-03T07:51:46.042Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
07:51:46 [2020-11-03T07:51:46.303Z] === RUN   TestDockerSuite/TestEventsFilterType
07:51:46 [2020-11-03T07:51:46.565Z] --- PASS: TestServiceUpdateNetwork (12.97s)
07:51:46 [2020-11-03T07:51:46.565Z] === RUN   TestServiceUpdatePidsLimit
07:51:46 [2020-11-03T07:51:46.826Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
07:51:46 [2020-11-03T07:51:46.826Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
07:51:46 [2020-11-03T07:51:46.826Z] === RUN   TestDockerSuite/TestEventsFilters
07:51:47 [2020-11-03T07:51:47.283Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.65s)
07:51:47 [2020-11-03T07:51:47.283Z] === RUN   TestRemoveInvalidContainer
07:51:47 [2020-11-03T07:51:47.283Z] --- PASS: TestRemoveInvalidContainer (0.02s)
07:51:47 [2020-11-03T07:51:47.283Z] === RUN   TestRenameLinkedContainer
07:51:47 [2020-11-03T07:51:47.283Z] --- SKIP: TestRenameLinkedContainer (0.00s)
07:51:47 [2020-11-03T07:51:47.283Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
07:51:47 [2020-11-03T07:51:47.283Z] === RUN   TestRenameStoppedContainer
07:51:47 [2020-11-03T07:51:47.399Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
07:51:48 [2020-11-03T07:51:48.347Z] === RUN   TestDockerSuite/TestEventsFormat
07:51:48 [2020-11-03T07:51:48.347Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
07:51:48 [2020-11-03T07:51:48.828Z] --- PASS: TestRenameStoppedContainer (1.83s)
07:51:48 [2020-11-03T07:51:48.828Z] === RUN   TestRenameRunningContainerAndReuse
07:51:49 [2020-11-03T07:51:49.300Z] === RUN   TestDockerSuite/TestEventsFormatBadField
07:51:49 [2020-11-03T07:51:49.300Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
07:51:49 [2020-11-03T07:51:49.300Z] === RUN   TestDockerSuite/TestEventsImageImport
07:51:50 [2020-11-03T07:51:50.245Z] === RUN   TestDockerSuite/TestEventsImageLoad
07:51:50 [2020-11-03T07:51:50.506Z] === RUN   TestDockerSuite/TestEventsImagePull
07:51:51 [2020-11-03T07:51:51.078Z] === RUN   TestDockerSuite/TestEventsImageTag
07:51:52 [2020-11-03T07:51:52.463Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
07:51:52 [2020-11-03T07:51:52.463Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
07:51:52 [2020-11-03T07:51:52.463Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
07:51:52 [2020-11-03T07:51:52.463Z] === RUN   TestDockerSuite/TestEventsPluginOps
07:51:52 [2020-11-03T07:51:52.618Z] --- PASS: TestRenameRunningContainerAndReuse (3.51s)
07:51:52 [2020-11-03T07:51:52.618Z] === RUN   TestRenameInvalidName
07:51:53 [2020-11-03T07:51:53.850Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
07:51:54 [2020-11-03T07:51:54.163Z] --- PASS: TestRenameInvalidName (1.71s)
07:51:54 [2020-11-03T07:51:54.163Z] === RUN   TestRenameAnonymousContainer
07:51:54 [2020-11-03T07:51:54.163Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
07:51:54 [2020-11-03T07:51:54.163Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
07:51:54 [2020-11-03T07:51:54.164Z] === RUN   TestRenameContainerWithSameName
07:51:54 [2020-11-03T07:51:54.422Z] === RUN   TestDockerSuite/TestEventsRename
07:51:54 [2020-11-03T07:51:54.978Z] #33 135.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:51:54 [2020-11-03T07:51:54.995Z] === RUN   TestDockerSuite/TestEventsResize
07:51:55 [2020-11-03T07:51:55.256Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
07:51:55 [2020-11-03T07:51:55.517Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
07:51:55 [2020-11-03T07:51:55.708Z] --- PASS: TestRenameContainerWithSameName (1.64s)
07:51:55 [2020-11-03T07:51:55.708Z] === RUN   TestRenameContainerWithLinkedContainer
07:51:55 [2020-11-03T07:51:55.708Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
07:51:55 [2020-11-03T07:51:55.708Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
07:51:55 [2020-11-03T07:51:55.708Z] === RUN   TestResize
07:51:56 [2020-11-03T07:51:56.883Z] #33 137.1 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:51:57 [2020-11-03T07:51:57.256Z] --- PASS: TestResize (1.77s)
07:51:57 [2020-11-03T07:51:57.256Z] === RUN   TestResizeWithInvalidSize
07:51:57 [2020-11-03T07:51:57.256Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
07:51:57 [2020-11-03T07:51:57.256Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
07:51:57 [2020-11-03T07:51:57.256Z] === RUN   TestResizeWhenContainerNotStarted
07:51:58 [2020-11-03T07:51:58.262Z] #33 138.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
07:51:59 [2020-11-03T07:51:59.514Z] --- PASS: TestResizeWhenContainerNotStarted (1.91s)
07:51:59 [2020-11-03T07:51:59.514Z] === RUN   TestDaemonRestartKillContainers
07:51:59 [2020-11-03T07:51:59.514Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
07:51:59 [2020-11-03T07:51:59.514Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
07:51:59 [2020-11-03T07:51:59.514Z] === RUN   TestStats
07:51:59 [2020-11-03T07:51:59.514Z] --- SKIP: TestStats (0.00s)
07:51:59 [2020-11-03T07:51:59.514Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
07:51:59 [2020-11-03T07:51:59.514Z] === RUN   TestStopContainerWithRestartPolicyAlways
07:52:00 [2020-11-03T07:52:00.169Z] #33 140.3 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
07:52:02 [2020-11-03T07:52:02.108Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
07:52:02 [2020-11-03T07:52:02.108Z] === RUN   TestDockerSuite/TestEventsStreaming
07:52:02 [2020-11-03T07:52:02.108Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
07:52:02 [2020-11-03T07:52:02.680Z] --- PASS: TestServiceUpdatePidsLimit (16.32s)
07:52:02 [2020-11-03T07:52:02.680Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s)
07:52:02 [2020-11-03T07:52:02.680Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s)
07:52:02 [2020-11-03T07:52:02.680Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
07:52:02 [2020-11-03T07:52:02.680Z] PASS
07:52:02 [2020-11-03T07:52:02.680Z] 
07:52:02 [2020-11-03T07:52:02.680Z] === Skipped
07:52:02 [2020-11-03T07:52:02.680Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
07:52:02 [2020-11-03T07:52:02.680Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
07:52:02 [2020-11-03T07:52:02.680Z] 
07:52:02 [2020-11-03T07:52:02.680Z] 
07:52:02 [2020-11-03T07:52:02.680Z] DONE 27 tests, 1 skipped in 184.117s
07:52:02 [2020-11-03T07:52:02.680Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
07:52:02 [2020-11-03T07:52:02.680Z] ++ 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
07:52:02 [2020-11-03T07:52:02.680Z] ++ set -e
07:52:02 [2020-11-03T07:52:02.680Z] ++ '[' -n 0 ']'
07:52:02 [2020-11-03T07:52:02.680Z] ++ set -x
07:52:02 [2020-11-03T07:52:02.680Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:52:02 [2020-11-03T07:52:02.942Z] INFO: Testing against a local daemon
07:52:02 [2020-11-03T07:52:02.942Z] === RUN   TestSessionCreate
07:52:02 [2020-11-03T07:52:02.942Z] --- PASS: TestSessionCreate (0.03s)
07:52:02 [2020-11-03T07:52:02.942Z] === RUN   TestSessionCreateWithBadUpgrade
07:52:02 [2020-11-03T07:52:02.942Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
07:52:02 [2020-11-03T07:52:02.942Z] PASS
07:52:02 [2020-11-03T07:52:02.942Z] 
07:52:02 [2020-11-03T07:52:02.942Z] DONE 2 tests in 0.174s
07:52:02 [2020-11-03T07:52:02.942Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
07:52:02 [2020-11-03T07:52:02.942Z] ++ 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
07:52:02 [2020-11-03T07:52:02.942Z] ++ set -e
07:52:02 [2020-11-03T07:52:02.942Z] ++ '[' -n 0 ']'
07:52:02 [2020-11-03T07:52:02.942Z] ++ set -x
07:52:02 [2020-11-03T07:52:02.942Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:52:03 [2020-11-03T07:52:03.204Z] INFO: Testing against a local daemon
07:52:03 [2020-11-03T07:52:03.204Z] === RUN   TestCgroupDriverSystemdMemoryLimit
07:52:03 [2020-11-03T07:52:03.204Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
07:52:03 [2020-11-03T07:52:03.204Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:52:03 [2020-11-03T07:52:03.204Z] === RUN   TestEventsExecDie
07:52:03 [2020-11-03T07:52:03.460Z] #33 143.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
07:52:03 [2020-11-03T07:52:03.777Z] --- PASS: TestEventsExecDie (0.72s)
07:52:03 [2020-11-03T07:52:03.777Z] === RUN   TestEventsBackwardsCompatible
07:52:03 [2020-11-03T07:52:03.777Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
07:52:03 [2020-11-03T07:52:03.777Z] === RUN   TestInfoBinaryCommits
07:52:04 [2020-11-03T07:52:04.029Z] #33 144.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
07:52:04 [2020-11-03T07:52:04.038Z] --- PASS: TestInfoBinaryCommits (0.03s)
07:52:04 [2020-11-03T07:52:04.038Z] === RUN   TestInfoAPIVersioned
07:52:04 [2020-11-03T07:52:04.038Z] --- PASS: TestInfoAPIVersioned (0.01s)
07:52:04 [2020-11-03T07:52:04.038Z] === RUN   TestInfoDiscoveryBackend
07:52:04 [2020-11-03T07:52:04.347Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.72s)
07:52:04 [2020-11-03T07:52:04.347Z] === RUN   TestStopContainerWithTimeout
07:52:04 [2020-11-03T07:52:04.347Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
07:52:04 [2020-11-03T07:52:04.347Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
07:52:04 [2020-11-03T07:52:04.347Z] === RUN   TestUpdateRestartPolicy
07:52:04 [2020-11-03T07:52:04.610Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
07:52:04 [2020-11-03T07:52:04.610Z] === RUN   TestInfoDiscoveryInvalidAdvertise
07:52:04 [2020-11-03T07:52:04.872Z] === RUN   TestDockerSuite/TestEventsTop
07:52:05 [2020-11-03T07:52:05.409Z] #33 145.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
07:52:05 [2020-11-03T07:52:05.445Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
07:52:05 [2020-11-03T07:52:05.445Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
07:52:05 [2020-11-03T07:52:05.445Z] === RUN   TestDockerSuite/TestEventsUntag
07:52:06 [2020-11-03T07:52:06.017Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
07:52:06 [2020-11-03T07:52:06.017Z] === RUN   TestInfoAPI
07:52:06 [2020-11-03T07:52:06.017Z] --- PASS: TestInfoAPI (0.02s)
07:52:06 [2020-11-03T07:52:06.017Z] === RUN   TestInfoAPIWarnings
07:52:06 [2020-11-03T07:52:06.347Z] #33 146.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
07:52:06 [2020-11-03T07:52:06.916Z] #33 147.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
07:52:08 [2020-11-03T07:52:08.296Z] #33 148.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
07:52:08 [2020-11-03T07:52:08.564Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
07:52:09 [2020-11-03T07:52:09.675Z] #33 149.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
07:52:11 [2020-11-03T07:52:11.582Z] #33 151.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
07:52:12 [2020-11-03T07:52:12.962Z] #33 153.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
07:52:13 [2020-11-03T07:52:13.531Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
07:52:13 [2020-11-03T07:52:13.855Z] === RUN   TestDockerSuite/TestExec
07:52:14 [2020-11-03T07:52:14.428Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
07:52:14 [2020-11-03T07:52:14.911Z] #33 155.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
07:52:15 [2020-11-03T07:52:15.002Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
07:52:15 [2020-11-03T07:52:15.574Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
07:52:16 [2020-11-03T07:52:16.146Z] === RUN   TestDockerSuite/TestExecAPIStart
07:52:16 [2020-11-03T07:52:16.291Z] #33 156.3 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
07:52:17 [2020-11-03T07:52:17.106Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
07:52:17 [2020-11-03T07:52:17.671Z] #33 158.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
07:52:17 [2020-11-03T07:52:17.678Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
07:52:18 [2020-11-03T07:52:18.250Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
07:52:18 [2020-11-03T07:52:18.512Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
07:52:19 [2020-11-03T07:52:19.066Z] #33 159.1 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
07:52:19 [2020-11-03T07:52:19.084Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
07:52:19 [2020-11-03T07:52:19.656Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
07:52:20 [2020-11-03T07:52:20.232Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
07:52:20 [2020-11-03T07:52:20.445Z] #33 160.3 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
07:52:21 [2020-11-03T07:52:21.176Z] === RUN   TestDockerSuite/TestExecCgroup
07:52:21 [2020-11-03T07:52:21.382Z] #33 161.6 
07:52:21 [2020-11-03T07:52:21.642Z] #33 DONE 161.7s
07:52:21 [2020-11-03T07:52:21.642Z] 
07:52:21 [2020-11-03T07:52:21.642Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
07:52:22 [2020-11-03T07:52:22.123Z] === RUN   TestDockerSuite/TestExecEnv
07:52:22 [2020-11-03T07:52:22.385Z] --- PASS: TestInfoAPIWarnings (16.34s)
07:52:22 [2020-11-03T07:52:22.385Z] === RUN   TestInfoDebug
07:52:22 [2020-11-03T07:52:22.957Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
07:52:22 [2020-11-03T07:52:22.957Z] --- PASS: TestInfoDebug (0.53s)
07:52:22 [2020-11-03T07:52:22.957Z] === RUN   TestInfoInsecureRegistries
07:52:23 [2020-11-03T07:52:23.030Z] #34 DONE 1.4s
07:52:23 [2020-11-03T07:52:23.531Z] --- PASS: TestInfoInsecureRegistries (0.55s)
07:52:23 [2020-11-03T07:52:23.531Z] === RUN   TestInfoRegistryMirrors
07:52:24 [2020-11-03T07:52:24.106Z] --- PASS: TestInfoRegistryMirrors (0.52s)
07:52:24 [2020-11-03T07:52:24.106Z] === RUN   TestLoginFailsWithBadCredentials
07:52:24 [2020-11-03T07:52:24.106Z] === RUN   TestDockerSuite/TestExecExitStatus
07:52:24 [2020-11-03T07:52:24.106Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s)
07:52:24 [2020-11-03T07:52:24.106Z] === RUN   TestPingCacheHeaders
07:52:24 [2020-11-03T07:52:24.106Z] --- PASS: TestPingCacheHeaders (0.03s)
07:52:24 [2020-11-03T07:52:24.106Z] === RUN   TestPingGet
07:52:24 [2020-11-03T07:52:24.106Z] --- PASS: TestPingGet (0.01s)
07:52:24 [2020-11-03T07:52:24.106Z] === RUN   TestPingHead
07:52:24 [2020-11-03T07:52:24.367Z] --- PASS: TestPingHead (0.05s)
07:52:24 [2020-11-03T07:52:24.367Z] === RUN   TestVersion
07:52:24 [2020-11-03T07:52:24.367Z] --- PASS: TestVersion (0.03s)
07:52:24 [2020-11-03T07:52:24.367Z] PASS
07:52:24 [2020-11-03T07:52:24.367Z] 
07:52:24 [2020-11-03T07:52:24.367Z] === Skipped
07:52:24 [2020-11-03T07:52:24.367Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
07:52:24 [2020-11-03T07:52:24.367Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
07:52:24 [2020-11-03T07:52:24.367Z] 
07:52:24 [2020-11-03T07:52:24.367Z] 
07:52:24 [2020-11-03T07:52:24.367Z] DONE 18 tests, 1 skipped in 21.313s
07:52:24 [2020-11-03T07:52:24.367Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
07:52:24 [2020-11-03T07:52:24.367Z] ++ 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
07:52:24 [2020-11-03T07:52:24.367Z] ++ set -e
07:52:24 [2020-11-03T07:52:24.367Z] ++ '[' -n 0 ']'
07:52:24 [2020-11-03T07:52:24.367Z] ++ set -x
07:52:24 [2020-11-03T07:52:24.368Z] ++ 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 GOCACHE=/root/.cache/go-build 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
07:52:24 [2020-11-03T07:52:24.368Z] INFO: Testing against a local daemon
07:52:24 [2020-11-03T07:52:24.368Z] === RUN   TestVolumesCreateAndList
07:52:24 [2020-11-03T07:52:24.368Z] --- PASS: TestVolumesCreateAndList (0.03s)
07:52:24 [2020-11-03T07:52:24.368Z] === RUN   TestVolumesRemove
07:52:24 [2020-11-03T07:52:24.409Z] 
07:52:24 [2020-11-03T07:52:24.409Z] #35 [runner 12/12] COPY --from=builder       /build/ /
07:52:24 [2020-11-03T07:52:24.630Z] --- PASS: TestVolumesRemove (0.10s)
07:52:24 [2020-11-03T07:52:24.630Z] === RUN   TestVolumesInspect
07:52:24 [2020-11-03T07:52:24.630Z] --- PASS: TestVolumesInspect (0.02s)
07:52:24 [2020-11-03T07:52:24.630Z] === RUN   TestVolumesInvalidJSON
07:52:24 [2020-11-03T07:52:24.630Z] === RUN   TestVolumesInvalidJSON//volumes/create
07:52:24 [2020-11-03T07:52:24.630Z] === PAUSE TestVolumesInvalidJSON//volumes/create
07:52:24 [2020-11-03T07:52:24.630Z] === CONT  TestVolumesInvalidJSON//volumes/create
07:52:24 [2020-11-03T07:52:24.630Z] --- PASS: TestVolumesInvalidJSON (0.02s)
07:52:24 [2020-11-03T07:52:24.630Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
07:52:24 [2020-11-03T07:52:24.630Z] PASS
07:52:24 [2020-11-03T07:52:24.630Z] 
07:52:24 [2020-11-03T07:52:24.630Z] DONE 5 tests in 0.320s
07:52:24 [2020-11-03T07:52:24.630Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
07:52:24 [2020-11-03T07:52:24.892Z] === RUN   TestDockerSuite/TestExecInspectID
07:52:24 [2020-11-03T07:52:24.892Z] ++++ cat bundles/test-integration/docker.pid
07:52:24 [2020-11-03T07:52:24.892Z] +++ kill 5589
07:52:25 [2020-11-03T07:52:25.346Z] #35 DONE 0.9s
07:52:25 [2020-11-03T07:52:25.346Z] 
07:52:25 [2020-11-03T07:52:25.346Z] #36 exporting to image
07:52:25 [2020-11-03T07:52:25.346Z] #36 exporting layers
07:52:25 [2020-11-03T07:52:25.523Z] --- PASS: TestUpdateRestartPolicy (20.94s)
07:52:25 [2020-11-03T07:52:25.523Z] === RUN   TestUpdateRestartWithAutoRemove
07:52:26 [2020-11-03T07:52:26.279Z] +++ /etc/init.d/apparmor stop
07:52:26 [2020-11-03T07:52:26.279Z] Leaving: AppArmorNo profiles have been unloaded.
07:52:26 [2020-11-03T07:52:26.279Z] 
07:52:26 [2020-11-03T07:52:26.279Z] Unloading profiles will leave already running processes permanently
07:52:26 [2020-11-03T07:52:26.279Z] unconfined, which can lead to unexpected situations.
07:52:26 [2020-11-03T07:52:26.279Z] 
07:52:26 [2020-11-03T07:52:26.279Z] To set a process to complain mode, use the command line tool
07:52:26 [2020-11-03T07:52:26.279Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
07:52:26 [2020-11-03T07:52:26.279Z] +++ true
07:52:26 [2020-11-03T07:52:26.279Z] exiting test-integration
07:52:26 [2020-11-03T07:52:26.279Z] ++ exit 0
07:52:26 [2020-11-03T07:52:26.279Z] 
07:52:26 [2020-11-03T07:52:26.498Z] --- PASS: TestUpdateRestartWithAutoRemove (1.63s)
07:52:26 [2020-11-03T07:52:26.498Z] === RUN   TestWaitNonBlocked
07:52:26 [2020-11-03T07:52:26.498Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
07:52:26 [2020-11-03T07:52:26.498Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
07:52:26 [2020-11-03T07:52:26.498Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
07:52:26 [2020-11-03T07:52:26.498Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
07:52:26 [2020-11-03T07:52:26.498Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
07:52:26 [2020-11-03T07:52:26.498Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
07:52:26 [2020-11-03T07:52:26.541Z] === RUN   TestDockerSuite/TestExecInteractive
07:52:26 [2020-11-03T07:52:26.802Z] + for job in $(jobs -p)
07:52:26 [2020-11-03T07:52:26.802Z] + wait 14802
07:52:27 [2020-11-03T07:52:27.375Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
07:52:27 [2020-11-03T07:52:27.970Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
07:52:28 [2020-11-03T07:52:28.542Z] === RUN   TestDockerSuite/TestExecParseError
07:52:28 [2020-11-03T07:52:28.636Z] #36 exporting layers 3.0s done
07:52:28 [2020-11-03T07:52:28.636Z] #36 writing image sha256:8cf419a359f485753c7b502c058d55e0c4d0495410cac039e0f5c4d6f0219798 done
07:52:28 [2020-11-03T07:52:28.636Z] #36 naming to docker.io/library/moby-e2e-test done
07:52:28 [2020-11-03T07:52:28.636Z] #36 DONE 3.0s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
07:52:28 [2020-11-03T07:52:28.804Z] === RUN   TestDockerSuite/TestExecPausedContainer
07:52:28 [2020-11-03T07:52:28.955Z] + echo Ensuring container killed.
07:52:28 [2020-11-03T07:52:28.955Z] Ensuring container killed.
07:52:28 [2020-11-03T07:52:28.955Z] + docker rm -vf docker-pr2
07:52:28 [2020-11-03T07:52:28.955Z] Error: No such container: docker-pr2
07:52:28 [2020-11-03T07:52:28.955Z] + true
[Pipeline] sh
07:52:29 [2020-11-03T07:52:29.239Z] + echo Chowning /workspace to jenkins user
07:52:29 [2020-11-03T07:52:29.239Z] Chowning /workspace to jenkins user
07:52:29 [2020-11-03T07:52:29.239Z] + id -u
07:52:29 [2020-11-03T07:52:29.239Z] + id -g
07:52:29 [2020-11-03T07:52:29.239Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41626:/workspace busybox chown -R 1000:1000 /workspace
07:52:29 [2020-11-03T07:52:29.380Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
07:52:29 [2020-11-03T07:52:29.954Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
07:52:30 [2020-11-03T07:52:30.472Z] + bundleName=unit
07:52:30 [2020-11-03T07:52:30.472Z] + echo Creating unit-bundles.tar.gz
07:52:30 [2020-11-03T07:52:30.472Z] Creating unit-bundles.tar.gz
07:52:30 [2020-11-03T07:52:30.472Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
07:52:30 [2020-11-03T07:52:30.472Z] bundles/junit-report.xml
07:52:30 [2020-11-03T07:52:30.472Z] bundles/go-test-report.json
07:52:30 [2020-11-03T07:52:30.472Z] bundles/profile.out
[Pipeline] archiveArtifacts
07:52:30 [2020-11-03T07:52:30.485Z] Archiving artifacts
07:52:30 [2020-11-03T07:52:30.898Z] === RUN   TestDockerSuite/TestExecSetEnv
07:52:31 [2020-11-03T07:52:31.020Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
07:52:31 [2020-11-03T07:52:31.332Z] + make clean
07:52:31 [2020-11-03T07:52:31.470Z] === RUN   TestDockerSuite/TestExecStartFails
07:52:31 [2020-11-03T07:52:31.591Z] docker volume rm -f docker-dev-cache
07:52:31 [2020-11-03T07:52:31.591Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
07:52:32 [2020-11-03T07:52:32.043Z] === RUN   TestDockerSuite/TestExecStateCleanup
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
07:52:33 [2020-11-03T07:52:33.666Z] --- PASS: TestWaitNonBlocked (0.03s)
07:52:33 [2020-11-03T07:52:33.666Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.41s)
07:52:33 [2020-11-03T07:52:33.666Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.15s)
07:52:33 [2020-11-03T07:52:33.666Z] === RUN   TestWaitBlocked
07:52:33 [2020-11-03T07:52:33.666Z] --- SKIP: TestWaitBlocked (0.00s)
07:52:33 [2020-11-03T07:52:33.666Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
07:52:33 [2020-11-03T07:52:33.666Z] PASS
07:52:33 [2020-11-03T07:52:33.666Z] ok  	github.com/docker/docker/integration/container	75.006s
07:52:33 [2020-11-03T07:52:33.666Z] 
07:52:33 [2020-11-03T07:52:33.666Z] === Skipped
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.04s)
07:52:33 [2020-11-03T07:52:33.667Z]     copy_test.go:38: testEnv.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s)
07:52:33 [2020-11-03T07:52:33.667Z]     copy_test.go:63: testEnv.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
07:52:33 [2020-11-03T07:52:33.667Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
07:52:33 [2020-11-03T07:52:33.667Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
07:52:33 [2020-11-03T07:52:33.667Z] 
07:52:33 [2020-11-03T07:52:33.667Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
07:52:34 [2020-11-03T07:52:34.145Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] 
07:52:34 [2020-11-03T07:52:34.145Z] DONE 88 tests, 37 skipped in 78.227s
07:52:34 [2020-11-03T07:52:34.145Z] Running D:\gopath\src\github.com\docker\docker\integration\image
07:52:36 [2020-11-03T07:52:36.407Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:36 [2020-11-03T07:52:36.407Z] INFO: Testing against a local daemon
07:52:36 [2020-11-03T07:52:36.407Z] === RUN   TestCommitInheritsEnv
07:52:36 [2020-11-03T07:52:36.407Z] --- SKIP: TestCommitInheritsEnv (0.00s)
07:52:36 [2020-11-03T07:52:36.407Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
07:52:36 [2020-11-03T07:52:36.407Z] === RUN   TestImportExtremelyLargeImageWorks
07:52:36 [2020-11-03T07:52:36.407Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
07:52:36 [2020-11-03T07:52:36.407Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
07:52:36 [2020-11-03T07:52:36.407Z] === RUN   TestImagesFilterMultiReference
07:52:36 [2020-11-03T07:52:36.407Z] --- PASS: TestImagesFilterMultiReference (0.10s)
07:52:36 [2020-11-03T07:52:36.407Z] === RUN   TestImagePullPlatformInvalid
07:52:36 [2020-11-03T07:52:36.407Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
07:52:36 [2020-11-03T07:52:36.407Z] === RUN   TestRemoveImageOrphaning
07:52:37 [2020-11-03T07:52:37.382Z] --- PASS: TestRemoveImageOrphaning (0.89s)
07:52:37 [2020-11-03T07:52:37.382Z] === RUN   TestTagUnprefixedRepoByNameOrName
07:52:37 [2020-11-03T07:52:37.382Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
07:52:37 [2020-11-03T07:52:37.382Z] === RUN   TestTagInvalidReference
07:52:37 [2020-11-03T07:52:37.382Z] --- PASS: TestTagInvalidReference (0.03s)
07:52:37 [2020-11-03T07:52:37.382Z] === RUN   TestTagValidPrefixedRepo
07:52:37 [2020-11-03T07:52:37.382Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
07:52:37 [2020-11-03T07:52:37.382Z] === RUN   TestTagExistedNameWithoutForce
07:52:37 [2020-11-03T07:52:37.382Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
07:52:37 [2020-11-03T07:52:37.382Z] === RUN   TestTagOfficialNames
07:52:37 [2020-11-03T07:52:37.845Z] --- PASS: TestTagOfficialNames (0.08s)
07:52:37 [2020-11-03T07:52:37.845Z] === RUN   TestTagMatchesDigest
07:52:37 [2020-11-03T07:52:37.845Z] --- PASS: TestTagMatchesDigest (0.03s)
07:52:37 [2020-11-03T07:52:37.845Z] PASS
07:52:37 [2020-11-03T07:52:37.845Z] ok  	github.com/docker/docker/integration/image	1.513s
07:52:37 [2020-11-03T07:52:37.845Z] 
07:52:37 [2020-11-03T07:52:37.845Z] === Skipped
07:52:37 [2020-11-03T07:52:37.845Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
07:52:37 [2020-11-03T07:52:37.845Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
07:52:37 [2020-11-03T07:52:37.845Z] 
07:52:37 [2020-11-03T07:52:37.845Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
07:52:37 [2020-11-03T07:52:37.845Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
07:52:37 [2020-11-03T07:52:37.845Z] 
07:52:37 [2020-11-03T07:52:37.845Z] 
07:52:37 [2020-11-03T07:52:37.845Z] DONE 11 tests, 2 skipped in 3.834s
07:52:37 [2020-11-03T07:52:37.845Z] Running D:\gopath\src\github.com\docker\docker\integration\network
07:52:40 [2020-11-03T07:52:40.094Z] testing: warning: no tests to run
07:52:40 [2020-11-03T07:52:40.094Z] PASS
07:52:40 [2020-11-03T07:52:40.094Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.109s [no tests to run]
07:52:40 [2020-11-03T07:52:40.094Z] testing: warning: no tests to run
07:52:40 [2020-11-03T07:52:40.094Z] PASS
07:52:40 [2020-11-03T07:52:40.094Z] ok  	github.com/docker/docker/integration/network/macvlan	0.049s [no tests to run]
07:52:40 [2020-11-03T07:52:40.183Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
07:52:41 [2020-11-03T07:52:41.068Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:41 [2020-11-03T07:52:41.068Z] INFO: Testing against a local daemon
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestNetworkCreateDelete
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestNetworkCreateDelete (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDockerNetworkDeletePreferID
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDaemonDNSFallback
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDaemonDNSFallback (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestInspectNetwork
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestInspectNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestRunContainerWithBridgeNone
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestNetworkInvalidJSON
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestNetworkInvalidJSON//networks/create
07:52:41 [2020-11-03T07:52:41.068Z] === PAUSE TestNetworkInvalidJSON//networks/create
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
07:52:41 [2020-11-03T07:52:41.068Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
07:52:41 [2020-11-03T07:52:41.068Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
07:52:41 [2020-11-03T07:52:41.068Z] === CONT  TestNetworkInvalidJSON//networks/create
07:52:41 [2020-11-03T07:52:41.068Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
07:52:41 [2020-11-03T07:52:41.068Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
07:52:41 [2020-11-03T07:52:41.068Z] --- PASS: TestNetworkInvalidJSON (0.03s)
07:52:41 [2020-11-03T07:52:41.068Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
07:52:41 [2020-11-03T07:52:41.068Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestHostIPv4BridgeLabel
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     network_test.go:97: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDaemonRestartWithLiveRestore
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:29: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDaemonDefaultNetworkPools
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:52: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDaemonRestartWithExistingNetwork
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:96: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:130: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:181: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestServiceWithPredefinedNetwork
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:206: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestServiceRemoveKeepsIngressNetwork
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:236: FLAKY_TEST
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestServiceWithDataPathPortInit
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:326: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] === RUN   TestServiceWithDefaultAddressPoolInit
07:52:41 [2020-11-03T07:52:41.068Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:394: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] PASS
07:52:41 [2020-11-03T07:52:41.068Z] ok  	github.com/docker/docker/integration/network	0.202s
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === Skipped
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     network_test.go:97: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:29: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.068Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
07:52:41 [2020-11-03T07:52:41.068Z]     service_test.go:52: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.068Z] 
07:52:41 [2020-11-03T07:52:41.069Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.069Z]     service_test.go:96: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.069Z] 
07:52:41 [2020-11-03T07:52:41.069Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
07:52:41 [2020-11-03T07:52:41.069Z]     service_test.go:130: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.069Z] 
07:52:41 [2020-11-03T07:52:41.069Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
07:52:41 [2020-11-03T07:52:41.069Z]     service_test.go:181: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.069Z] 
07:52:41 [2020-11-03T07:52:41.069Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.069Z]     service_test.go:206: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.069Z] 
07:52:41 [2020-11-03T07:52:41.069Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
07:52:41 [2020-11-03T07:52:41.069Z]     service_test.go:236: FLAKY_TEST
07:52:41 [2020-11-03T07:52:41.069Z] 
07:52:41 [2020-11-03T07:52:41.069Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
07:52:41 [2020-11-03T07:52:41.069Z]     service_test.go:326: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.560Z] 
07:52:41 [2020-11-03T07:52:41.560Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
07:52:41 [2020-11-03T07:52:41.560Z]     service_test.go:394: testEnv.OSType == "windows"
07:52:41 [2020-11-03T07:52:41.560Z] 
07:52:41 [2020-11-03T07:52:41.560Z] 
07:52:41 [2020-11-03T07:52:41.560Z] DONE 19 tests, 15 skipped in 3.458s
07:52:41 [2020-11-03T07:52:41.560Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
07:52:41 [2020-11-03T07:52:41.560Z] testing: warning: no tests to run
07:52:41 [2020-11-03T07:52:41.560Z] PASS
07:52:41 [2020-11-03T07:52:41.560Z] ok  	github.com/docker/docker/integration/network/ipvlan	(cached) [no tests to run]
07:52:41 [2020-11-03T07:52:41.560Z] 
07:52:41 [2020-11-03T07:52:41.560Z] DONE 0 tests in 0.371s
07:52:41 [2020-11-03T07:52:41.560Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
07:52:42 [2020-11-03T07:52:42.022Z] testing: warning: no tests to run
07:52:42 [2020-11-03T07:52:42.022Z] PASS
07:52:42 [2020-11-03T07:52:42.022Z] ok  	github.com/docker/docker/integration/network/macvlan	(cached) [no tests to run]
07:52:42 [2020-11-03T07:52:42.022Z] 
07:52:42 [2020-11-03T07:52:42.022Z] DONE 0 tests in 0.355s
07:52:42 [2020-11-03T07:52:42.022Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
07:52:42 [2020-11-03T07:52:42.747Z] === RUN   TestDockerSuite/TestExecStopNotHanging
07:52:43 [2020-11-03T07:52:43.322Z] === RUN   TestDockerSuite/TestExecTTY
07:52:43 [2020-11-03T07:52:43.897Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
07:52:44 [2020-11-03T07:52:44.220Z] testing: warning: no tests to run
07:52:44 [2020-11-03T07:52:44.220Z] PASS
07:52:44 [2020-11-03T07:52:44.220Z] ok  	github.com/docker/docker/integration/plugin/authz	0.156s [no tests to run]
07:52:44 [2020-11-03T07:52:44.220Z] testing: warning: no tests to run
07:52:44 [2020-11-03T07:52:44.220Z] PASS
07:52:44 [2020-11-03T07:52:44.220Z] ok  	github.com/docker/docker/integration/plugin	0.070s [no tests to run]
07:52:44 [2020-11-03T07:52:44.840Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
07:52:45 [2020-11-03T07:52:45.101Z] === RUN   TestDockerSuite/TestExecUlimits
07:52:46 [2020-11-03T07:52:46.046Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
07:52:46 [2020-11-03T07:52:46.046Z] === RUN   TestDockerSuite/TestExecWithImageUser
07:52:47 [2020-11-03T07:52:47.434Z] === RUN   TestDockerSuite/TestExecWithNoTERM
07:52:48 [2020-11-03T07:52:48.007Z] === RUN   TestDockerSuite/TestExecWithPrivileged
07:52:49 [2020-11-03T07:52:49.395Z] === RUN   TestDockerSuite/TestExecWithTERM
07:52:49 [2020-11-03T07:52:49.656Z] === RUN   TestDockerSuite/TestExecWithUser
07:52:50 [2020-11-03T07:52:50.230Z] === RUN   TestDockerSuite/TestGetContainerStats
07:52:52 [2020-11-03T07:52:52.837Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:52 [2020-11-03T07:52:52.837Z] INFO: Testing against a local daemon
07:52:52 [2020-11-03T07:52:52.837Z] === RUN   TestExternalGraphDriver
07:52:52 [2020-11-03T07:52:52.837Z] --- SKIP: TestExternalGraphDriver (0.00s)
07:52:52 [2020-11-03T07:52:52.837Z]     external_test.go:48: runtime.GOOS == "windows"
07:52:52 [2020-11-03T07:52:52.837Z] === RUN   TestGraphdriverPluginV2
07:52:52 [2020-11-03T07:52:52.837Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
07:52:52 [2020-11-03T07:52:52.837Z]     external_test.go:408: runtime.GOOS == "windows"
07:52:52 [2020-11-03T07:52:52.837Z] PASS
07:52:52 [2020-11-03T07:52:52.837Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.435s
07:52:53 [2020-11-03T07:52:53.301Z] testing: warning: no tests to run
07:52:53 [2020-11-03T07:52:53.301Z] PASS
07:52:53 [2020-11-03T07:52:53.301Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.099s [no tests to run]
07:52:55 [2020-11-03T07:52:55.521Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
07:52:55 [2020-11-03T07:52:55.562Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:55 [2020-11-03T07:52:55.562Z] INFO: Testing against a local daemon
07:52:55 [2020-11-03T07:52:55.562Z] === RUN   TestPluginInvalidJSON
07:52:55 [2020-11-03T07:52:55.562Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:52:55 [2020-11-03T07:52:55.562Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:52:55 [2020-11-03T07:52:55.562Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:52:55 [2020-11-03T07:52:55.562Z] --- PASS: TestPluginInvalidJSON (0.07s)
07:52:55 [2020-11-03T07:52:55.562Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
07:52:55 [2020-11-03T07:52:55.562Z] === RUN   TestPluginInstall
07:52:55 [2020-11-03T07:52:55.562Z] --- SKIP: TestPluginInstall (0.01s)
07:52:55 [2020-11-03T07:52:55.562Z]     plugin_test.go:55: testEnv.OSType == "windows"
07:52:55 [2020-11-03T07:52:55.562Z] PASS
07:52:55 [2020-11-03T07:52:55.562Z] ok  	github.com/docker/docker/integration/plugin/common	0.541s
07:52:56 [2020-11-03T07:52:56.024Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:56 [2020-11-03T07:52:56.024Z] INFO: Testing against a local daemon
07:52:56 [2020-11-03T07:52:56.024Z] === RUN   TestReadPluginNoRead
07:52:56 [2020-11-03T07:52:56.025Z] --- SKIP: TestReadPluginNoRead (0.00s)
07:52:56 [2020-11-03T07:52:56.025Z]     read_test.go:21: no unix domain sockets on Windows
07:52:56 [2020-11-03T07:52:56.025Z] PASS
07:52:56 [2020-11-03T07:52:56.025Z] ok  	github.com/docker/docker/integration/plugin/logging	0.256s
07:52:56 [2020-11-03T07:52:56.025Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
07:52:56 [2020-11-03T07:52:56.025Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
07:52:56 [2020-11-03T07:52:56.491Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:56 [2020-11-03T07:52:56.491Z] INFO: Testing against a local daemon
07:52:56 [2020-11-03T07:52:56.491Z] === RUN   TestPluginWithDevMounts
07:52:56 [2020-11-03T07:52:56.491Z] --- SKIP: TestPluginWithDevMounts (0.00s)
07:52:56 [2020-11-03T07:52:56.491Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
07:52:56 [2020-11-03T07:52:56.491Z] PASS
07:52:56 [2020-11-03T07:52:56.491Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.235s
07:52:56 [2020-11-03T07:52:56.491Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] === Skipped
07:52:57 [2020-11-03T07:52:57.022Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s)
07:52:57 [2020-11-03T07:52:57.022Z]     plugin_test.go:55: testEnv.OSType == "windows"
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
07:52:57 [2020-11-03T07:52:57.022Z]     external_test.go:48: runtime.GOOS == "windows"
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
07:52:57 [2020-11-03T07:52:57.022Z]     external_test.go:408: runtime.GOOS == "windows"
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
07:52:57 [2020-11-03T07:52:57.022Z]     read_test.go:21: no unix domain sockets on Windows
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
07:52:57 [2020-11-03T07:52:57.022Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] 
07:52:57 [2020-11-03T07:52:57.022Z] DONE 7 tests, 5 skipped in 14.789s
07:52:57 [2020-11-03T07:52:57.022Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
07:52:57 [2020-11-03T07:52:57.486Z] testing: warning: no tests to run
07:52:57 [2020-11-03T07:52:57.486Z] PASS
07:52:57 [2020-11-03T07:52:57.486Z] ok  	github.com/docker/docker/integration/plugin/authz	(cached) [no tests to run]
07:52:57 [2020-11-03T07:52:57.486Z] 
07:52:57 [2020-11-03T07:52:57.486Z] DONE 0 tests in 0.373s
07:52:57 [2020-11-03T07:52:57.486Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
07:52:58 [2020-11-03T07:52:58.468Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:58 [2020-11-03T07:52:58.468Z] INFO: Testing against a local daemon
07:52:58 [2020-11-03T07:52:58.468Z] === RUN   TestPluginInvalidJSON
07:52:58 [2020-11-03T07:52:58.468Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
07:52:58 [2020-11-03T07:52:58.468Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
07:52:58 [2020-11-03T07:52:58.468Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
07:52:58 [2020-11-03T07:52:58.468Z] --- PASS: TestPluginInvalidJSON (0.07s)
07:52:58 [2020-11-03T07:52:58.468Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
07:52:58 [2020-11-03T07:52:58.468Z] === RUN   TestPluginInstall
07:52:58 [2020-11-03T07:52:58.468Z] --- SKIP: TestPluginInstall (0.01s)
07:52:58 [2020-11-03T07:52:58.468Z]     plugin_test.go:55: testEnv.OSType == "windows"
07:52:58 [2020-11-03T07:52:58.468Z] PASS
07:52:58 [2020-11-03T07:52:58.468Z] ok  	github.com/docker/docker/integration/plugin/common	(cached)
07:52:58 [2020-11-03T07:52:58.468Z] 
07:52:58 [2020-11-03T07:52:58.468Z] === Skipped
07:52:58 [2020-11-03T07:52:58.468Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s)
07:52:58 [2020-11-03T07:52:58.468Z]     plugin_test.go:55: testEnv.OSType == "windows"
07:52:58 [2020-11-03T07:52:58.468Z] 
07:52:58 [2020-11-03T07:52:58.468Z] 
07:52:58 [2020-11-03T07:52:58.468Z] DONE 3 tests, 1 skipped in 0.961s
07:52:58 [2020-11-03T07:52:58.468Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
07:52:59 [2020-11-03T07:52:59.442Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:52:59 [2020-11-03T07:52:59.442Z] INFO: Testing against a local daemon
07:52:59 [2020-11-03T07:52:59.442Z] === RUN   TestExternalGraphDriver
07:52:59 [2020-11-03T07:52:59.442Z] --- SKIP: TestExternalGraphDriver (0.00s)
07:52:59 [2020-11-03T07:52:59.442Z]     external_test.go:48: runtime.GOOS == "windows"
07:52:59 [2020-11-03T07:52:59.442Z] === RUN   TestGraphdriverPluginV2
07:52:59 [2020-11-03T07:52:59.442Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
07:52:59 [2020-11-03T07:52:59.442Z]     external_test.go:408: runtime.GOOS == "windows"
07:52:59 [2020-11-03T07:52:59.442Z] PASS
07:52:59 [2020-11-03T07:52:59.442Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	(cached)
07:52:59 [2020-11-03T07:52:59.442Z] 
07:52:59 [2020-11-03T07:52:59.442Z] === Skipped
07:52:59 [2020-11-03T07:52:59.442Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
07:52:59 [2020-11-03T07:52:59.442Z]     external_test.go:48: runtime.GOOS == "windows"
07:52:59 [2020-11-03T07:52:59.442Z] 
07:52:59 [2020-11-03T07:52:59.442Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
07:52:59 [2020-11-03T07:52:59.442Z]     external_test.go:408: runtime.GOOS == "windows"
07:52:59 [2020-11-03T07:52:59.442Z] 
07:52:59 [2020-11-03T07:52:59.442Z] 
07:52:59 [2020-11-03T07:52:59.442Z] DONE 2 tests, 2 skipped in 0.960s
07:52:59 [2020-11-03T07:52:59.442Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
07:52:59 [2020-11-03T07:52:59.727Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
07:53:00 [2020-11-03T07:53:00.418Z] testing: warning: no tests to run
07:53:00 [2020-11-03T07:53:00.418Z] PASS
07:53:00 [2020-11-03T07:53:00.418Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
07:53:00 [2020-11-03T07:53:00.418Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:00 [2020-11-03T07:53:00.418Z] INFO: Testing against a local daemon
07:53:00 [2020-11-03T07:53:00.418Z] === RUN   TestReadPluginNoRead
07:53:00 [2020-11-03T07:53:00.419Z] --- SKIP: TestReadPluginNoRead (0.00s)
07:53:00 [2020-11-03T07:53:00.419Z]     read_test.go:21: no unix domain sockets on Windows
07:53:00 [2020-11-03T07:53:00.419Z] PASS
07:53:00 [2020-11-03T07:53:00.419Z] ok  	github.com/docker/docker/integration/plugin/logging	(cached)
07:53:00 [2020-11-03T07:53:00.419Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
07:53:00 [2020-11-03T07:53:00.419Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
07:53:00 [2020-11-03T07:53:00.419Z] 
07:53:00 [2020-11-03T07:53:00.419Z] === Skipped
07:53:00 [2020-11-03T07:53:00.419Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
07:53:00 [2020-11-03T07:53:00.419Z]     read_test.go:21: no unix domain sockets on Windows
07:53:00 [2020-11-03T07:53:00.419Z] 
07:53:00 [2020-11-03T07:53:00.419Z] 
07:53:00 [2020-11-03T07:53:00.419Z] DONE 1 tests, 1 skipped in 1.011s
07:53:00 [2020-11-03T07:53:00.419Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
07:53:01 [2020-11-03T07:53:01.121Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
07:53:01 [2020-11-03T07:53:01.393Z] testing: warning: no tests to run
07:53:01 [2020-11-03T07:53:01.393Z] PASS
07:53:01 [2020-11-03T07:53:01.393Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
07:53:01 [2020-11-03T07:53:01.393Z] 
07:53:01 [2020-11-03T07:53:01.393Z] DONE 0 tests in 0.558s
07:53:01 [2020-11-03T07:53:01.393Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
07:53:01 [2020-11-03T07:53:01.856Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:01 [2020-11-03T07:53:01.856Z] INFO: Testing against a local daemon
07:53:01 [2020-11-03T07:53:01.856Z] === RUN   TestPluginWithDevMounts
07:53:01 [2020-11-03T07:53:01.856Z] --- SKIP: TestPluginWithDevMounts (0.00s)
07:53:01 [2020-11-03T07:53:01.856Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
07:53:01 [2020-11-03T07:53:01.856Z] PASS
07:53:01 [2020-11-03T07:53:01.856Z] ok  	github.com/docker/docker/integration/plugin/volumes	(cached)
07:53:01 [2020-11-03T07:53:01.856Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
07:53:02 [2020-11-03T07:53:02.319Z] 
07:53:02 [2020-11-03T07:53:02.319Z] === Skipped
07:53:02 [2020-11-03T07:53:02.319Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
07:53:02 [2020-11-03T07:53:02.319Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
07:53:02 [2020-11-03T07:53:02.319Z] 
07:53:02 [2020-11-03T07:53:02.319Z] 
07:53:02 [2020-11-03T07:53:02.319Z] DONE 1 tests, 1 skipped in 0.918s
07:53:02 [2020-11-03T07:53:02.319Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
07:53:04 [2020-11-03T07:53:04.522Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:04 [2020-11-03T07:53:04.522Z] INFO: Testing against a local daemon
07:53:04 [2020-11-03T07:53:04.522Z] === RUN   TestSecretInspect
07:53:04 [2020-11-03T07:53:04.522Z] --- SKIP: TestSecretInspect (0.00s)
07:53:04 [2020-11-03T07:53:04.522Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.522Z] === RUN   TestSecretList
07:53:04 [2020-11-03T07:53:04.522Z] --- SKIP: TestSecretList (0.00s)
07:53:04 [2020-11-03T07:53:04.522Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.522Z] === RUN   TestSecretsCreateAndDelete
07:53:04 [2020-11-03T07:53:04.522Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
07:53:04 [2020-11-03T07:53:04.522Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.522Z] === RUN   TestSecretsUpdate
07:53:04 [2020-11-03T07:53:04.522Z] --- SKIP: TestSecretsUpdate (0.00s)
07:53:04 [2020-11-03T07:53:04.522Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.522Z] === RUN   TestTemplatedSecret
07:53:04 [2020-11-03T07:53:04.522Z] --- SKIP: TestTemplatedSecret (0.00s)
07:53:04 [2020-11-03T07:53:04.522Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.522Z] === RUN   TestSecretCreateResolve
07:53:04 [2020-11-03T07:53:04.522Z] --- SKIP: TestSecretCreateResolve (0.00s)
07:53:04 [2020-11-03T07:53:04.522Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
07:53:04 [2020-11-03T07:53:04.522Z] PASS
07:53:04 [2020-11-03T07:53:04.522Z] ok  	github.com/docker/docker/integration/secret	0.170s
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] === Skipped
07:53:04 [2020-11-03T07:53:04.984Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
07:53:04 [2020-11-03T07:53:04.984Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
07:53:04 [2020-11-03T07:53:04.984Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
07:53:04 [2020-11-03T07:53:04.984Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
07:53:04 [2020-11-03T07:53:04.984Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
07:53:04 [2020-11-03T07:53:04.984Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
07:53:04 [2020-11-03T07:53:04.984Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] 
07:53:04 [2020-11-03T07:53:04.984Z] DONE 6 tests, 6 skipped in 2.582s
07:53:04 [2020-11-03T07:53:04.984Z] Running D:\gopath\src\github.com\docker\docker\integration\service
07:53:05 [2020-11-03T07:53:05.329Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
07:53:06 [2020-11-03T07:53:06.274Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
07:53:06 [2020-11-03T07:53:06.274Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
07:53:06 [2020-11-03T07:53:06.274Z] === RUN   TestDockerSuite/TestHealth
07:53:07 [2020-11-03T07:53:07.959Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:07 [2020-11-03T07:53:07.959Z] INFO: Testing against a local daemon
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceCreateInit
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceCreateInit/daemonInitDisabled
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceCreateInit/daemonInitEnabled
07:53:07 [2020-11-03T07:53:07.959Z] --- PASS: TestServiceCreateInit (0.04s)
07:53:07 [2020-11-03T07:53:07.959Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceMultipleTimes
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceConflict
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceConflict (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceMaxReplicas
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateWithDuplicateNetworkNames
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceSecretFileMode
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceConfigFileMode
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceSysctls
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceSysctls (0.03s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateServiceCapabilities
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestInspect
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestInspect (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestCreateJob
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestCreateJob (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestReplicatedJob
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestReplicatedJob (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestUpdateReplicatedJob
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceListWithStatuses
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServiceListWithStatuses (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestDockerNetworkConnectAlias
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestDockerNetworkReConnect
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServicePlugin
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServicePlugin (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceUpdateLabel
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServiceUpdateLabel (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceUpdateSecrets
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceUpdateConfigs
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceUpdateNetwork
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] === RUN   TestServiceUpdatePidsLimit
07:53:07 [2020-11-03T07:53:07.959Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] PASS
07:53:07 [2020-11-03T07:53:07.959Z] ok  	github.com/docker/docker/integration/service	0.348s
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === Skipped
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
07:53:07 [2020-11-03T07:53:07.959Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.959Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
07:53:07 [2020-11-03T07:53:07.959Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.959Z] 
07:53:07 [2020-11-03T07:53:07.960Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
07:53:07 [2020-11-03T07:53:07.960Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.960Z] 
07:53:07 [2020-11-03T07:53:07.960Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
07:53:07 [2020-11-03T07:53:07.960Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
07:53:07 [2020-11-03T07:53:07.960Z] 
07:53:07 [2020-11-03T07:53:07.960Z] 
07:53:07 [2020-11-03T07:53:07.960Z] DONE 24 tests, 23 skipped in 3.299s
07:53:07 [2020-11-03T07:53:07.960Z] Running D:\gopath\src\github.com\docker\docker\integration\session
07:53:10 [2020-11-03T07:53:10.911Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:10 [2020-11-03T07:53:10.911Z] INFO: Testing against a local daemon
07:53:10 [2020-11-03T07:53:10.911Z] === RUN   TestSessionCreate
07:53:10 [2020-11-03T07:53:10.911Z] --- SKIP: TestSessionCreate (0.00s)
07:53:10 [2020-11-03T07:53:10.911Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
07:53:10 [2020-11-03T07:53:10.911Z] === RUN   TestSessionCreateWithBadUpgrade
07:53:10 [2020-11-03T07:53:10.911Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
07:53:10 [2020-11-03T07:53:10.911Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
07:53:10 [2020-11-03T07:53:10.911Z] PASS
07:53:10 [2020-11-03T07:53:10.911Z] ok  	github.com/docker/docker/integration/session	0.212s
07:53:10 [2020-11-03T07:53:10.911Z] 
07:53:10 [2020-11-03T07:53:10.911Z] === Skipped
07:53:10 [2020-11-03T07:53:10.911Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
07:53:10 [2020-11-03T07:53:10.911Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
07:53:10 [2020-11-03T07:53:10.911Z] 
07:53:10 [2020-11-03T07:53:10.911Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
07:53:10 [2020-11-03T07:53:10.911Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
07:53:10 [2020-11-03T07:53:10.911Z] 
07:53:10 [2020-11-03T07:53:10.911Z] 
07:53:10 [2020-11-03T07:53:10.911Z] DONE 2 tests, 2 skipped in 2.600s
07:53:10 [2020-11-03T07:53:10.911Z] Running D:\gopath\src\github.com\docker\docker\integration\system
07:53:13 [2020-11-03T07:53:13.102Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:13 [2020-11-03T07:53:13.102Z] INFO: Testing against a local daemon
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestCgroupDriverSystemdMemoryLimit
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestEventsExecDie
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestEventsExecDie (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestEventsBackwardsCompatible
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestInfoAPI
07:53:13 [2020-11-03T07:53:13.102Z] --- PASS: TestInfoAPI (0.03s)
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestInfoAPIWarnings
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestInfoAPIWarnings (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestInfoDebug
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestInfoDebug (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestInfoInsecureRegistries
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestInfoRegistryMirrors
07:53:13 [2020-11-03T07:53:13.102Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
07:53:13 [2020-11-03T07:53:13.102Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
07:53:13 [2020-11-03T07:53:13.102Z] === RUN   TestLoginFailsWithBadCredentials
07:53:14 [2020-11-03T07:53:14.078Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
07:53:14 [2020-11-03T07:53:14.078Z] === RUN   TestPingCacheHeaders
07:53:14 [2020-11-03T07:53:14.078Z] --- PASS: TestPingCacheHeaders (0.04s)
07:53:14 [2020-11-03T07:53:14.078Z] === RUN   TestPingGet
07:53:14 [2020-11-03T07:53:14.078Z] --- PASS: TestPingGet (0.03s)
07:53:14 [2020-11-03T07:53:14.078Z] === RUN   TestPingHead
07:53:14 [2020-11-03T07:53:14.541Z] --- PASS: TestPingHead (0.03s)
07:53:14 [2020-11-03T07:53:14.541Z] === RUN   TestVersion
07:53:14 [2020-11-03T07:53:14.541Z] --- PASS: TestVersion (0.03s)
07:53:14 [2020-11-03T07:53:14.541Z] PASS
07:53:14 [2020-11-03T07:53:14.541Z] ok  	github.com/docker/docker/integration/system	1.306s
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === Skipped
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
07:53:14 [2020-11-03T07:53:14.541Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] 
07:53:14 [2020-11-03T07:53:14.541Z] DONE 13 tests, 7 skipped in 3.614s
07:53:14 [2020-11-03T07:53:14.541Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
07:53:17 [2020-11-03T07:53:17.460Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:17 [2020-11-03T07:53:17.461Z] INFO: Testing against a local daemon
07:53:17 [2020-11-03T07:53:17.461Z] === RUN   TestVolumesCreateAndList
07:53:17 [2020-11-03T07:53:17.461Z] --- PASS: TestVolumesCreateAndList (0.05s)
07:53:17 [2020-11-03T07:53:17.461Z] === RUN   TestVolumesRemove
07:53:17 [2020-11-03T07:53:17.461Z] --- PASS: TestVolumesRemove (0.07s)
07:53:17 [2020-11-03T07:53:17.461Z] === RUN   TestVolumesInspect
07:53:17 [2020-11-03T07:53:17.461Z] --- PASS: TestVolumesInspect (0.04s)
07:53:17 [2020-11-03T07:53:17.461Z] === RUN   TestVolumesInvalidJSON
07:53:17 [2020-11-03T07:53:17.461Z] === RUN   TestVolumesInvalidJSON//volumes/create
07:53:17 [2020-11-03T07:53:17.461Z] === PAUSE TestVolumesInvalidJSON//volumes/create
07:53:17 [2020-11-03T07:53:17.461Z] === CONT  TestVolumesInvalidJSON//volumes/create
07:53:17 [2020-11-03T07:53:17.461Z] --- PASS: TestVolumesInvalidJSON (0.03s)
07:53:17 [2020-11-03T07:53:17.461Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
07:53:17 [2020-11-03T07:53:17.461Z] PASS
07:53:17 [2020-11-03T07:53:17.461Z] ok  	github.com/docker/docker/integration/volume	0.391s
07:53:17 [2020-11-03T07:53:17.461Z] 
07:53:17 [2020-11-03T07:53:17.461Z] DONE 5 tests in 2.754s
07:53:17 [2020-11-03T07:53:17.461Z] INFO: make.ps1 ended at 11/03/2020 07:53:17
07:53:17 [2020-11-03T07:53:17.461Z] INFO: Integration CLI tests being run from the host:
07:53:17 [2020-11-03T07:53:17.461Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
07:53:27 [2020-11-03T07:53:27.888Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
07:53:27 [2020-11-03T07:53:27.888Z] INFO: Testing against a local daemon
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIErrorJSON
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIImagesDelete
07:53:27 [2020-11-03T07:53:27.888Z] === RUN   TestDockerSuite/TestAPIImagesFilter
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestHistoryExistentImage
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
07:53:28 [2020-11-03T07:53:28.242Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
07:53:28 [2020-11-03T07:53:28.351Z] === RUN   TestDockerSuite/TestAPIImagesHistory
07:53:28 [2020-11-03T07:53:28.503Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
07:53:28 [2020-11-03T07:53:28.813Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
07:53:29 [2020-11-03T07:53:29.275Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
07:53:29 [2020-11-03T07:53:29.447Z] === RUN   TestDockerSuite/TestImagesFormat
07:53:29 [2020-11-03T07:53:29.447Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
07:53:30 [2020-11-03T07:53:30.019Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
07:53:32 [2020-11-03T07:53:32.565Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
07:53:32 [2020-11-03T07:53:32.565Z] === RUN   TestDockerSuite/TestImportBadURL
07:53:32 [2020-11-03T07:53:32.565Z] === RUN   TestDockerSuite/TestImportDisplay
07:53:33 [2020-11-03T07:53:33.954Z] === RUN   TestDockerSuite/TestImportFile
07:53:34 [2020-11-03T07:53:34.899Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
07:53:34 [2020-11-03T07:53:34.899Z] === RUN   TestDockerSuite/TestImportFileWithMessage
07:53:36 [2020-11-03T07:53:36.289Z] === RUN   TestDockerSuite/TestImportGzipped
07:53:37 [2020-11-03T07:53:37.677Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
07:53:38 [2020-11-03T07:53:38.622Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
07:53:39 [2020-11-03T07:53:39.194Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
07:53:39 [2020-11-03T07:53:39.767Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
07:53:40 [2020-11-03T07:53:40.340Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
07:53:40 [2020-11-03T07:53:40.340Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
07:53:40 [2020-11-03T07:53:40.340Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
07:53:40 [2020-11-03T07:53:40.602Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
07:53:41 [2020-11-03T07:53:41.176Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
07:53:41 [2020-11-03T07:53:41.177Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
07:53:41 [2020-11-03T07:53:41.750Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
07:53:42 [2020-11-03T07:53:42.323Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
07:53:42 [2020-11-03T07:53:42.585Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
07:53:43 [2020-11-03T07:53:43.157Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
07:53:43 [2020-11-03T07:53:43.157Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
07:53:44 [2020-11-03T07:53:44.543Z] === RUN   TestDockerSuite/TestInspectAmpersand
07:53:44 [2020-11-03T07:53:44.805Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
07:53:45 [2020-11-03T07:53:45.378Z] === RUN   TestDockerSuite/TestInspectByPrefix
07:53:45 [2020-11-03T07:53:45.378Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
07:53:45 [2020-11-03T07:53:45.967Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
07:53:45 [2020-11-03T07:53:45.967Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
07:53:46 [2020-11-03T07:53:46.542Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
07:53:47 [2020-11-03T07:53:47.115Z] === RUN   TestDockerSuite/TestInspectDefault
07:53:47 [2020-11-03T07:53:47.687Z] === RUN   TestDockerSuite/TestInspectHistory
07:53:48 [2020-11-03T07:53:48.259Z] === RUN   TestDockerSuite/TestInspectImage
07:53:48 [2020-11-03T07:53:48.259Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
07:53:48 [2020-11-03T07:53:48.259Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
07:53:48 [2020-11-03T07:53:48.259Z] === RUN   TestDockerSuite/TestInspectInt64
07:53:48 [2020-11-03T07:53:48.522Z] === RUN   TestDockerSuite/TestInspectJSONFields
07:53:49 [2020-11-03T07:53:49.096Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
07:53:49 [2020-11-03T07:53:49.096Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
07:53:49 [2020-11-03T07:53:49.671Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
07:53:50 [2020-11-03T07:53:50.244Z] === RUN   TestDockerSuite/TestInspectPlugin
07:53:52 [2020-11-03T07:53:52.160Z] === RUN   TestDockerSuite/TestInspectRootFS
07:53:52 [2020-11-03T07:53:52.160Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
07:53:52 [2020-11-03T07:53:52.423Z] === RUN   TestDockerSuite/TestInspectStatus
07:53:52 [2020-11-03T07:53:52.996Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
07:53:53 [2020-11-03T07:53:53.941Z] === RUN   TestDockerSuite/TestInspectTemplateError
07:53:54 [2020-11-03T07:53:54.514Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
07:53:54 [2020-11-03T07:53:54.775Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
07:53:55 [2020-11-03T07:53:55.349Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
07:53:55 [2020-11-03T07:53:55.921Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
07:53:56 [2020-11-03T07:53:56.182Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
07:53:56 [2020-11-03T07:53:56.755Z] === RUN   TestDockerSuite/TestInspectUnknownObject
07:53:56 [2020-11-03T07:53:56.755Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
07:53:58 [2020-11-03T07:53:58.673Z] === RUN   TestDockerSuite/TestLinkShortDefinition
07:53:59 [2020-11-03T07:53:59.618Z] === RUN   TestDockerSuite/TestLinksEnvs
07:54:00 [2020-11-03T07:54:00.561Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
07:54:00 [2020-11-03T07:54:00.561Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
07:54:01 [2020-11-03T07:54:01.949Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
07:54:02 [2020-11-03T07:54:02.521Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
07:54:03 [2020-11-03T07:54:03.466Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
07:54:05 [2020-11-03T07:54:05.386Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
07:54:05 [2020-11-03T07:54:05.386Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
07:54:07 [2020-11-03T07:54:07.305Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
07:54:07 [2020-11-03T07:54:07.566Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
07:54:07 [2020-11-03T07:54:07.566Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
07:54:08 [2020-11-03T07:54:08.515Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
07:54:18 [2020-11-03T07:54:18.531Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
07:54:19 [2020-11-03T07:54:19.105Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
07:54:20 [2020-11-03T07:54:20.492Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
07:54:20 [2020-11-03T07:54:20.754Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
07:54:22 [2020-11-03T07:54:22.668Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
07:54:22 [2020-11-03T07:54:22.668Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
07:54:22 [2020-11-03T07:54:22.668Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
07:54:22 [2020-11-03T07:54:22.668Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
07:54:22 [2020-11-03T07:54:22.668Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
07:54:23 [2020-11-03T07:54:23.242Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
07:54:23 [2020-11-03T07:54:23.815Z] === RUN   TestDockerSuite/TestLogsAPIUntil
07:54:26 [2020-11-03T07:54:26.369Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
07:54:27 [2020-11-03T07:54:27.311Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
07:54:27 [2020-11-03T07:54:27.887Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
07:54:33 [2020-11-03T07:54:33.245Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
07:54:33 [2020-11-03T07:54:33.245Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
07:54:33 [2020-11-03T07:54:33.245Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
07:54:33 [2020-11-03T07:54:33.819Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
07:54:34 [2020-11-03T07:54:34.764Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
07:54:35 [2020-11-03T07:54:35.708Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
07:54:36 [2020-11-03T07:54:36.651Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
07:54:37 [2020-11-03T07:54:37.224Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
07:54:39 [2020-11-03T07:54:39.773Z] === RUN   TestDockerSuite/TestLogsFollowStopped
07:54:39 [2020-11-03T07:54:39.773Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
07:54:40 [2020-11-03T07:54:40.348Z] === RUN   TestDockerSuite/TestLogsSince
07:54:42 [2020-11-03T07:54:42.262Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
07:54:47 [2020-11-03T07:54:47.555Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
07:54:52 [2020-11-03T07:54:52.845Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
07:54:53 [2020-11-03T07:54:53.108Z] === RUN   TestDockerSuite/TestLogsTail
07:54:53 [2020-11-03T07:54:53.681Z] === RUN   TestDockerSuite/TestLogsTimestamps
07:54:54 [2020-11-03T07:54:54.254Z] === RUN   TestDockerSuite/TestLogsWithDetails
07:54:54 [2020-11-03T07:54:54.516Z] === RUN   TestDockerSuite/TestMountIntoProc
07:54:55 [2020-11-03T07:54:55.091Z] === RUN   TestDockerSuite/TestMountIntoSys
07:54:55 [2020-11-03T07:54:55.356Z] === RUN   TestDockerSuite/TestNetHostname
07:54:56 [2020-11-03T07:54:56.754Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
07:54:57 [2020-11-03T07:54:57.016Z] === RUN   TestDockerSuite/TestNetworkEvents
07:54:57 [2020-11-03T07:54:57.589Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
07:55:02 [2020-11-03T07:55:02.883Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
07:55:02 [2020-11-03T07:55:02.883Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
07:55:04 [2020-11-03T07:55:04.277Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
07:55:04 [2020-11-03T07:55:04.851Z] === RUN   TestDockerSuite/TestPluginActive
07:55:07 [2020-11-03T07:55:07.401Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
07:55:12 [2020-11-03T07:55:12.707Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
07:55:12 [2020-11-03T07:55:12.707Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
07:55:13 [2020-11-03T07:55:13.650Z] === RUN   TestDockerSuite/TestPluginLogDriver
07:55:17 [2020-11-03T07:55:17.858Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
07:55:18 [2020-11-03T07:55:18.802Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
07:55:21 [2020-11-03T07:55:21.349Z] === RUN   TestDockerSuite/TestPluginUpgrade
07:55:25 [2020-11-03T07:55:25.557Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
07:55:27 [2020-11-03T07:55:27.472Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
07:55:28 [2020-11-03T07:55:28.048Z] === RUN   TestDockerSuite/TestPortHostBinding
07:55:28 [2020-11-03T07:55:28.995Z] === RUN   TestDockerSuite/TestPortList
07:55:30 [2020-11-03T07:55:30.910Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
07:55:34 [2020-11-03T07:55:34.216Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
07:55:36 [2020-11-03T07:55:36.768Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
07:55:37 [2020-11-03T07:55:37.341Z] === RUN   TestDockerSuite/TestPostContainersAttach
07:55:43 [2020-11-03T07:55:43.952Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
07:55:43 [2020-11-03T07:55:43.952Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
07:55:43 [2020-11-03T07:55:43.952Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
07:55:43 [2020-11-03T07:55:43.952Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
07:55:43 [2020-11-03T07:55:43.952Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
07:55:44 [2020-11-03T07:55:44.526Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
07:55:44 [2020-11-03T07:55:44.526Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
07:55:45 [2020-11-03T07:55:45.100Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
07:55:45 [2020-11-03T07:55:45.364Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
07:55:46 [2020-11-03T07:55:46.752Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
07:55:46 [2020-11-03T07:55:46.752Z] === RUN   TestDockerSuite/TestPruneContainerLabel
07:55:48 [2020-11-03T07:55:48.669Z] === RUN   TestDockerSuite/TestPruneContainerUntil
07:55:49 [2020-11-03T07:55:49.612Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
07:55:49 [2020-11-03T07:55:49.873Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
07:55:50 [2020-11-03T07:55:50.135Z] === RUN   TestDockerSuite/TestPsByOrder
07:55:52 [2020-11-03T07:55:52.684Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
07:55:52 [2020-11-03T07:55:52.946Z] === RUN   TestDockerSuite/TestPsListContainersBase
07:55:55 [2020-11-03T07:55:55.502Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
07:55:56 [2020-11-03T07:55:56.888Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
07:55:58 [2020-11-03T07:55:58.808Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
07:55:58 [2020-11-03T07:55:58.808Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
07:56:02 [2020-11-03T07:56:02.122Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
07:56:10 [2020-11-03T07:56:10.269Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
07:56:10 [2020-11-03T07:56:10.269Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkFilter
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAttachDisconnect
07:56:11 [2020-11-03T07:56:11.559Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
07:56:11 [2020-11-03T07:56:11.665Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
07:56:13 [2020-11-03T07:56:13.053Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
07:56:13 [2020-11-03T07:56:13.787Z] === RUN   TestDockerSuite/TestAttachPausedContainer
07:56:13 [2020-11-03T07:56:13.787Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
07:56:13 [2020-11-03T07:56:13.787Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
07:56:13 [2020-11-03T07:56:13.998Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
07:56:15 [2020-11-03T07:56:15.387Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
07:56:17 [2020-11-03T07:56:17.380Z] === RUN   TestDockerSuite/TestPsListContainersSize
07:56:18 [2020-11-03T07:56:18.330Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
07:56:18 [2020-11-03T07:56:18.592Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
07:56:19 [2020-11-03T07:56:19.536Z] === RUN   TestDockerSuite/TestPsRightTagName
07:56:20 [2020-11-03T07:56:20.887Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
07:56:21 [2020-11-03T07:56:21.456Z] === RUN   TestDockerSuite/TestPsShowMounts
07:56:23 [2020-11-03T07:56:23.370Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
07:56:23 [2020-11-03T07:56:23.632Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
07:56:23 [2020-11-03T07:56:23.632Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
07:56:23 [2020-11-03T07:56:23.893Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
07:56:24 [2020-11-03T07:56:24.155Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
07:56:24 [2020-11-03T07:56:24.155Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
07:56:24 [2020-11-03T07:56:24.726Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
07:56:25 [2020-11-03T07:56:25.671Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
07:56:26 [2020-11-03T07:56:26.616Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
07:56:26 [2020-11-03T07:56:26.616Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
07:56:26 [2020-11-03T07:56:26.878Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
07:56:36 [2020-11-03T07:56:36.900Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
07:56:36 [2020-11-03T07:56:36.900Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
07:56:38 [2020-11-03T07:56:38.288Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
07:56:38 [2020-11-03T07:56:38.550Z] === RUN   TestDockerSuite/TestRestartPolicyNO
07:56:38 [2020-11-03T07:56:38.550Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
07:56:38 [2020-11-03T07:56:38.811Z] === RUN   TestDockerSuite/TestRestartRunningContainer
07:56:40 [2020-11-03T07:56:40.726Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
07:56:41 [2020-11-03T07:56:41.674Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
07:56:44 [2020-11-03T07:56:44.223Z] === RUN   TestDockerSuite/TestRestartWithVolumes
07:56:44 [2020-11-03T07:56:44.797Z] === RUN   TestDockerSuite/TestRmiBlank
07:56:45 [2020-11-03T07:56:45.058Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
07:56:45 [2020-11-03T07:56:45.058Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
07:56:47 [2020-11-03T07:56:47.608Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
07:56:48 [2020-11-03T07:56:48.197Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
07:56:48 [2020-11-03T07:56:48.769Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
07:56:49 [2020-11-03T07:56:49.713Z] === RUN   TestDockerSuite/TestRmiImgIDForce
07:56:50 [2020-11-03T07:56:50.286Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
07:56:51 [2020-11-03T07:56:51.675Z] === RUN   TestDockerSuite/TestRmiParentImageFail
07:56:52 [2020-11-03T07:56:52.247Z] === RUN   TestDockerSuite/TestRmiTag
07:56:52 [2020-11-03T07:56:52.247Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
07:56:52 [2020-11-03T07:56:52.820Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
07:56:53 [2020-11-03T07:56:53.395Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
07:56:55 [2020-11-03T07:56:55.951Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
07:56:56 [2020-11-03T07:56:56.523Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
07:56:57 [2020-11-03T07:56:57.913Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
07:56:58 [2020-11-03T07:56:58.175Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
07:56:59 [2020-11-03T07:56:59.120Z] === RUN   TestDockerSuite/TestRunAddHost
07:56:59 [2020-11-03T07:56:59.693Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
07:56:59 [2020-11-03T07:56:59.955Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
07:57:00 [2020-11-03T07:57:00.529Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
07:57:00 [2020-11-03T07:57:00.529Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
07:57:01 [2020-11-03T07:57:01.134Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
07:57:02 [2020-11-03T07:57:02.523Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
07:57:02 [2020-11-03T07:57:02.785Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
07:57:03 [2020-11-03T07:57:03.359Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
07:57:03 [2020-11-03T07:57:03.934Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
07:57:04 [2020-11-03T07:57:04.879Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
07:57:05 [2020-11-03T07:57:05.823Z] === RUN   TestDockerSuite/TestRunAttachDetach
07:57:06 [2020-11-03T07:57:06.397Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
07:57:07 [2020-11-03T07:57:07.342Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
07:57:07 [2020-11-03T07:57:07.914Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
07:57:08 [2020-11-03T07:57:08.487Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
07:57:09 [2020-11-03T07:57:09.060Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
07:57:09 [2020-11-03T07:57:09.634Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
07:57:10 [2020-11-03T07:57:10.578Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
07:57:10 [2020-11-03T07:57:10.839Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
07:57:11 [2020-11-03T07:57:11.413Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
07:57:11 [2020-11-03T07:57:11.985Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
07:57:11 [2020-11-03T07:57:11.985Z] === RUN   TestDockerSuite/TestRunBindMounts
07:57:13 [2020-11-03T07:57:13.907Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
07:57:13 [2020-11-03T07:57:13.907Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
07:57:14 [2020-11-03T07:57:14.852Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
07:57:15 [2020-11-03T07:57:15.425Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
07:57:16 [2020-11-03T07:57:16.001Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
07:57:16 [2020-11-03T07:57:16.001Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
07:57:16 [2020-11-03T07:57:16.573Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
07:57:16 [2020-11-03T07:57:16.835Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
07:57:17 [2020-11-03T07:57:17.409Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
07:57:17 [2020-11-03T07:57:17.982Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
07:57:18 [2020-11-03T07:57:18.243Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
07:57:18 [2020-11-03T07:57:18.243Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
07:57:18 [2020-11-03T07:57:18.816Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
07:57:18 [2020-11-03T07:57:18.816Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
07:57:19 [2020-11-03T07:57:19.761Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
07:57:20 [2020-11-03T07:57:20.021Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
07:57:20 [2020-11-03T07:57:20.964Z] === RUN   TestDockerSuite/TestRunContainerNetwork
07:57:21 [2020-11-03T07:57:21.539Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
07:57:21 [2020-11-03T07:57:21.539Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
07:57:22 [2020-11-03T07:57:22.111Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
07:57:23 [2020-11-03T07:57:23.499Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
07:57:24 [2020-11-03T07:57:24.443Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
07:57:25 [2020-11-03T07:57:25.411Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
07:57:25 [2020-11-03T07:57:25.673Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
07:57:26 [2020-11-03T07:57:26.245Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
07:57:26 [2020-11-03T07:57:26.506Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
07:57:27 [2020-11-03T07:57:27.079Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
07:57:27 [2020-11-03T07:57:27.652Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
07:57:28 [2020-11-03T07:57:28.595Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
07:57:31 [2020-11-03T07:57:31.144Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
07:57:31 [2020-11-03T07:57:31.144Z] === RUN   TestDockerSuite/TestRunCreateVolume
07:57:31 [2020-11-03T07:57:31.406Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
07:57:32 [2020-11-03T07:57:32.794Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
07:57:33 [2020-11-03T07:57:33.056Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
07:57:33 [2020-11-03T07:57:33.999Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
07:57:36 [2020-11-03T07:57:36.550Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
07:57:38 [2020-11-03T07:57:38.475Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
07:57:38 [2020-11-03T07:57:38.475Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
07:57:38 [2020-11-03T07:57:38.475Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
07:57:39 [2020-11-03T07:57:39.048Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
07:57:40 [2020-11-03T07:57:40.435Z] === RUN   TestDockerSuite/TestRunDNSOptions
07:57:41 [2020-11-03T07:57:41.380Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
07:57:42 [2020-11-03T07:57:42.768Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
07:57:43 [2020-11-03T07:57:43.029Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
07:57:44 [2020-11-03T07:57:44.420Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
07:57:44 [2020-11-03T07:57:44.997Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
07:57:44 [2020-11-03T07:57:44.997Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
07:57:45 [2020-11-03T07:57:45.569Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
07:57:46 [2020-11-03T07:57:46.959Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
07:57:46 [2020-11-03T07:57:46.959Z] === RUN   TestDockerSuite/TestRunDuplicateMount
07:57:47 [2020-11-03T07:57:47.222Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
07:57:47 [2020-11-03T07:57:47.795Z] === RUN   TestDockerSuite/TestRunEchoStdout
07:57:48 [2020-11-03T07:57:48.368Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
07:57:48 [2020-11-03T07:57:48.630Z] === RUN   TestDockerSuite/TestRunEmptyEnv
07:57:48 [2020-11-03T07:57:48.891Z] === RUN   TestDockerSuite/TestRunEntrypoint
07:57:49 [2020-11-03T07:57:49.491Z] === RUN   TestDockerSuite/TestRunEnvironment
07:57:50 [2020-11-03T07:57:50.066Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
07:57:50 [2020-11-03T07:57:50.328Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
07:57:50 [2020-11-03T07:57:50.901Z] === RUN   TestDockerSuite/TestRunExitCode
07:57:51 [2020-11-03T07:57:51.475Z] === RUN   TestDockerSuite/TestRunExitCodeOne
07:57:52 [2020-11-03T07:57:52.420Z] === RUN   TestDockerSuite/TestRunExitCodeZero
07:57:52 [2020-11-03T07:57:52.993Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
07:57:53 [2020-11-03T07:57:53.566Z] === RUN   TestDockerSuite/TestRunExposePort
07:57:53 [2020-11-03T07:57:53.566Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
07:57:54 [2020-11-03T07:57:54.142Z] === RUN   TestDockerSuite/TestRunGroupAdd
07:57:54 [2020-11-03T07:57:54.714Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
07:57:55 [2020-11-03T07:57:55.659Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
07:57:55 [2020-11-03T07:57:55.659Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
07:57:55 [2020-11-03T07:57:55.659Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
07:57:58 [2020-11-03T07:57:58.966Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
07:57:58 [2020-11-03T07:57:58.967Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
07:57:59 [2020-11-03T07:57:59.540Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
07:58:02 [2020-11-03T07:58:02.405Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
07:58:02 [2020-11-03T07:58:02.405Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
07:58:03 [2020-11-03T07:58:03.760Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
07:58:04 [2020-11-03T07:58:04.598Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
07:58:04 [2020-11-03T07:58:04.598Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
07:58:05 [2020-11-03T07:58:05.676Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
07:58:08 [2020-11-03T07:58:08.222Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
07:58:08 [2020-11-03T07:58:08.441Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
07:58:08 [2020-11-03T07:58:08.933Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
07:58:08 [2020-11-03T07:58:08.933Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
07:58:08 [2020-11-03T07:58:08.933Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
07:58:08 [2020-11-03T07:58:08.933Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
07:58:09 [2020-11-03T07:58:09.395Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
07:58:09 [2020-11-03T07:58:09.858Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
07:58:10 [2020-11-03T07:58:10.139Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
07:58:10 [2020-11-03T07:58:10.401Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
07:58:11 [2020-11-03T07:58:11.347Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
07:58:12 [2020-11-03T07:58:12.776Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
07:58:13 [2020-11-03T07:58:13.263Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
07:58:13 [2020-11-03T07:58:13.264Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
07:58:13 [2020-11-03T07:58:13.264Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
07:58:13 [2020-11-03T07:58:13.264Z] === RUN   TestDockerSuite/TestRunInvalidReference
07:58:13 [2020-11-03T07:58:13.264Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
07:58:13 [2020-11-03T07:58:13.525Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
07:58:13 [2020-11-03T07:58:13.750Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
07:58:13 [2020-11-03T07:58:13.750Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
07:58:13 [2020-11-03T07:58:13.750Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
07:58:14 [2020-11-03T07:58:14.212Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
07:58:16 [2020-11-03T07:58:16.107Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
07:58:16 [2020-11-03T07:58:16.107Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
07:58:16 [2020-11-03T07:58:16.424Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
07:58:17 [2020-11-03T07:58:17.055Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
07:58:18 [2020-11-03T07:58:18.444Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
07:58:20 [2020-11-03T07:58:20.361Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
07:58:23 [2020-11-03T07:58:23.665Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
07:58:23 [2020-11-03T07:58:23.927Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
07:58:24 [2020-11-03T07:58:24.189Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
07:58:24 [2020-11-03T07:58:24.763Z] === RUN   TestDockerSuite/TestRunModeHostname
07:58:25 [2020-11-03T07:58:25.337Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
07:58:25 [2020-11-03T07:58:25.337Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
07:58:25 [2020-11-03T07:58:25.599Z] === RUN   TestDockerSuite/TestRunModeIpcHost
07:58:26 [2020-11-03T07:58:26.862Z] === RUN   TestDockerSuite/TestBuildAddNonTar
07:58:26 [2020-11-03T07:58:26.985Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
07:58:27 [2020-11-03T07:58:27.931Z] === RUN   TestDockerSuite/TestRunModePIDContainer
07:58:28 [2020-11-03T07:58:28.902Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
07:58:28 [2020-11-03T07:58:28.902Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
07:58:28 [2020-11-03T07:58:28.902Z] === RUN   TestDockerSuite/TestRunModePIDHost
07:58:29 [2020-11-03T07:58:29.852Z] === RUN   TestDockerSuite/TestRunModeUTSHost
07:58:30 [2020-11-03T07:58:30.797Z] === RUN   TestDockerSuite/TestRunMount
07:58:31 [2020-11-03T07:58:31.571Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
07:58:32 [2020-11-03T07:58:32.033Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
07:58:32 [2020-11-03T07:58:32.033Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
07:58:34 [2020-11-03T07:58:34.981Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
07:58:35 [2020-11-03T07:58:35.008Z] === RUN   TestDockerSuite/TestRunMountOrdering
07:58:35 [2020-11-03T07:58:35.270Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
07:58:35 [2020-11-03T07:58:35.843Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
07:58:36 [2020-11-03T07:58:36.527Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
07:58:36 [2020-11-03T07:58:36.788Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
07:58:38 [2020-11-03T07:58:38.175Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
07:58:40 [2020-11-03T07:58:40.090Z] === RUN   TestDockerSuite/TestRunNamedVolume
07:58:41 [2020-11-03T07:58:41.482Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
07:58:42 [2020-11-03T07:58:42.890Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
07:58:43 [2020-11-03T07:58:43.834Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
07:58:45 [2020-11-03T07:58:45.226Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
07:58:45 [2020-11-03T07:58:45.226Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
07:58:45 [2020-11-03T07:58:45.488Z] === RUN   TestDockerSuite/TestRunNetHost
07:58:46 [2020-11-03T07:58:46.061Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
07:58:46 [2020-11-03T07:58:46.635Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
07:58:46 [2020-11-03T07:58:46.897Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
07:58:47 [2020-11-03T07:58:47.017Z] === RUN   TestDockerSuite/TestBuildAddScript
07:58:47 [2020-11-03T07:58:47.017Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
07:58:47 [2020-11-03T07:58:47.017Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
07:58:47 [2020-11-03T07:58:47.017Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
07:58:47 [2020-11-03T07:58:47.017Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
07:58:47 [2020-11-03T07:58:47.017Z] === RUN   TestDockerSuite/TestBuildAddTar
07:58:48 [2020-11-03T07:58:48.283Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
07:58:48 [2020-11-03T07:58:48.856Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
07:58:50 [2020-11-03T07:58:50.775Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
07:58:54 [2020-11-03T07:58:54.081Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
07:58:54 [2020-11-03T07:58:54.345Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
07:58:54 [2020-11-03T07:58:54.606Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
07:58:55 [2020-11-03T07:58:55.181Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
07:58:55 [2020-11-03T07:58:55.181Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
07:58:55 [2020-11-03T07:58:55.754Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
07:58:56 [2020-11-03T07:58:56.328Z] === RUN   TestDockerSuite/TestRunNonExistingImage
07:58:56 [2020-11-03T07:58:56.328Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
07:58:57 [2020-11-03T07:58:57.271Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
07:58:57 [2020-11-03T07:58:57.271Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
07:58:59 [2020-11-03T07:58:59.820Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
07:59:03 [2020-11-03T07:59:03.883Z] === RUN   TestDockerSuite/TestRunOOMExitCode
07:59:03 [2020-11-03T07:59:03.883Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
07:59:03 [2020-11-03T07:59:03.883Z] === RUN   TestDockerSuite/TestRunPIDsLimit
07:59:04 [2020-11-03T07:59:04.457Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
07:59:05 [2020-11-03T07:59:05.402Z] === RUN   TestDockerSuite/TestRunPortInUse
07:59:05 [2020-11-03T07:59:05.976Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
07:59:06 [2020-11-03T07:59:06.548Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
07:59:07 [2020-11-03T07:59:07.121Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
07:59:07 [2020-11-03T07:59:07.382Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
07:59:07 [2020-11-03T07:59:07.955Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
07:59:08 [2020-11-03T07:59:08.535Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
07:59:08 [2020-11-03T07:59:08.535Z] === RUN   TestDockerSuite/TestRunPublishPort
07:59:08 [2020-11-03T07:59:08.796Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
07:59:09 [2020-11-03T07:59:09.370Z] === RUN   TestDockerSuite/TestRunReadProcLatency
07:59:09 [2020-11-03T07:59:09.370Z] === RUN   TestDockerSuite/TestRunReadProcTimer
07:59:09 [2020-11-03T07:59:09.943Z] === RUN   TestDockerSuite/TestRunRedirectStdout
07:59:10 [2020-11-03T07:59:10.890Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
07:59:10 [2020-11-03T07:59:10.890Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
07:59:12 [2020-11-03T07:59:12.805Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
07:59:12 [2020-11-03T07:59:12.805Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
07:59:14 [2020-11-03T07:59:14.193Z] === RUN   TestDockerSuite/TestRunRm
07:59:14 [2020-11-03T07:59:14.456Z] === RUN   TestDockerSuite/TestRunRmAndWait
07:59:15 [2020-11-03T07:59:15.844Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
07:59:17 [2020-11-03T07:59:17.763Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
07:59:18 [2020-11-03T07:59:18.025Z] === RUN   TestDockerSuite/TestRunRmPre125Api
07:59:18 [2020-11-03T07:59:18.968Z] === RUN   TestDockerSuite/TestRunRootWorkdir
07:59:19 [2020-11-03T07:59:19.230Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
07:59:20 [2020-11-03T07:59:20.632Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
07:59:20 [2020-11-03T07:59:20.897Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
07:59:21 [2020-11-03T07:59:21.844Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
07:59:22 [2020-11-03T07:59:22.900Z] === RUN   TestDockerSuite/TestBuildAddTarXz
07:59:22 [2020-11-03T07:59:22.900Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
07:59:22 [2020-11-03T07:59:22.900Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
07:59:23 [2020-11-03T07:59:23.760Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
07:59:24 [2020-11-03T07:59:24.705Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
07:59:27 [2020-11-03T07:59:27.255Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
07:59:28 [2020-11-03T07:59:28.643Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
07:59:29 [2020-11-03T07:59:29.216Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
07:59:29 [2020-11-03T07:59:29.788Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
07:59:29 [2020-11-03T07:59:29.788Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
07:59:30 [2020-11-03T07:59:30.361Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
07:59:30 [2020-11-03T07:59:30.934Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
07:59:31 [2020-11-03T07:59:31.878Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
07:59:31 [2020-11-03T07:59:31.878Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
07:59:32 [2020-11-03T07:59:32.451Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
07:59:32 [2020-11-03T07:59:32.714Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
07:59:33 [2020-11-03T07:59:33.291Z] === RUN   TestDockerSuite/TestRunSetMacAddress
07:59:34 [2020-11-03T07:59:34.236Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
07:59:35 [2020-11-03T07:59:35.181Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
07:59:37 [2020-11-03T07:59:37.098Z] === RUN   TestDockerSuite/TestRunState
07:59:38 [2020-11-03T07:59:38.486Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
07:59:39 [2020-11-03T07:59:39.058Z] === RUN   TestDockerSuite/TestRunStdinPipe
07:59:39 [2020-11-03T07:59:39.322Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
07:59:39 [2020-11-03T07:59:39.583Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
07:59:39 [2020-11-03T07:59:39.583Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
07:59:40 [2020-11-03T07:59:40.156Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
07:59:40 [2020-11-03T07:59:40.418Z] === RUN   TestDockerSuite/TestRunSysctls
07:59:40 [2020-11-03T07:59:40.756Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
07:59:40 [2020-11-03T07:59:40.757Z] === RUN   TestDockerSuite/TestBuildBlankName
07:59:40 [2020-11-03T07:59:40.757Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
07:59:41 [2020-11-03T07:59:41.805Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
07:59:41 [2020-11-03T07:59:41.805Z] === RUN   TestDockerSuite/TestRunTLSVerify
07:59:41 [2020-11-03T07:59:41.805Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
07:59:41 [2020-11-03T07:59:41.805Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
07:59:42 [2020-11-03T07:59:42.378Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
07:59:44 [2020-11-03T07:59:44.932Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
07:59:44 [2020-11-03T07:59:44.932Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
07:59:46 [2020-11-03T07:59:46.322Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
07:59:46 [2020-11-03T07:59:46.570Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
07:59:47 [2020-11-03T07:59:47.032Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
07:59:47 [2020-11-03T07:59:47.266Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
07:59:49 [2020-11-03T07:59:49.184Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
07:59:51 [2020-11-03T07:59:51.746Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
07:59:52 [2020-11-03T07:59:52.491Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
07:59:52 [2020-11-03T07:59:52.752Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
07:59:53 [2020-11-03T07:59:53.325Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
07:59:53 [2020-11-03T07:59:53.586Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
07:59:55 [2020-11-03T07:59:55.502Z] === RUN   TestDockerSuite/TestRunUnshareProc
07:59:56 [2020-11-03T07:59:56.448Z] === RUN   TestDockerSuite/TestRunUserByID
07:59:56 [2020-11-03T07:59:56.709Z] === RUN   TestDockerSuite/TestRunUserByIDBig
07:59:56 [2020-11-03T07:59:56.971Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
07:59:56 [2020-11-03T07:59:56.971Z] === RUN   TestDockerSuite/TestRunUserByIDZero
07:59:57 [2020-11-03T07:59:57.548Z] === RUN   TestDockerSuite/TestRunUserByName
07:59:57 [2020-11-03T07:59:57.813Z] === RUN   TestDockerSuite/TestRunUserDefaults
07:59:58 [2020-11-03T07:59:58.386Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
07:59:58 [2020-11-03T07:59:58.386Z] === RUN   TestDockerSuite/TestRunUserNotFound
07:59:58 [2020-11-03T07:59:58.386Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
07:59:58 [2020-11-03T07:59:58.957Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
08:00:00 [2020-11-03T08:00:00.460Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
08:00:00 [2020-11-03T08:00:00.876Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
08:00:02 [2020-11-03T08:00:02.264Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
08:00:02 [2020-11-03T08:00:02.526Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
08:00:03 [2020-11-03T08:00:03.917Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
08:00:04 [2020-11-03T08:00:04.180Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
08:00:05 [2020-11-03T08:00:05.571Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
08:00:06 [2020-11-03T08:00:06.516Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
08:00:08 [2020-11-03T08:00:08.433Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
08:00:08 [2020-11-03T08:00:08.433Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
08:00:09 [2020-11-03T08:00:09.233Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
08:00:09 [2020-11-03T08:00:09.233Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
08:00:10 [2020-11-03T08:00:10.361Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
08:00:11 [2020-11-03T08:00:11.305Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
08:00:11 [2020-11-03T08:00:11.566Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
08:00:11 [2020-11-03T08:00:11.566Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
08:00:12 [2020-11-03T08:00:12.511Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
08:00:12 [2020-11-03T08:00:12.511Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
08:00:12 [2020-11-03T08:00:12.511Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
08:00:12 [2020-11-03T08:00:12.511Z] === RUN   TestDockerSuite/TestRunWithBadDevice
08:00:12 [2020-11-03T08:00:12.511Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
08:00:12 [2020-11-03T08:00:12.511Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
08:00:13 [2020-11-03T08:00:13.455Z] === RUN   TestDockerSuite/TestRunWithCPUShares
08:00:14 [2020-11-03T08:00:14.028Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
08:00:14 [2020-11-03T08:00:14.973Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
08:00:15 [2020-11-03T08:00:15.546Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
08:00:16 [2020-11-03T08:00:16.122Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
08:00:16 [2020-11-03T08:00:16.122Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
08:00:16 [2020-11-03T08:00:16.122Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
08:00:16 [2020-11-03T08:00:16.696Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
08:00:17 [2020-11-03T08:00:17.269Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
08:00:18 [2020-11-03T08:00:18.214Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
08:00:18 [2020-11-03T08:00:18.788Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
08:00:18 [2020-11-03T08:00:18.788Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
08:00:19 [2020-11-03T08:00:19.049Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
08:00:19 [2020-11-03T08:00:19.310Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
08:00:19 [2020-11-03T08:00:19.572Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
08:00:19 [2020-11-03T08:00:19.743Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
08:00:19 [2020-11-03T08:00:19.744Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
08:00:19 [2020-11-03T08:00:19.744Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
08:00:20 [2020-11-03T08:00:20.146Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
08:00:20 [2020-11-03T08:00:20.146Z] === RUN   TestDockerSuite/TestRunWithShmSize
08:00:21 [2020-11-03T08:00:21.093Z] === RUN   TestDockerSuite/TestRunWithSwappiness
08:00:21 [2020-11-03T08:00:21.666Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
08:00:21 [2020-11-03T08:00:21.666Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
08:00:21 [2020-11-03T08:00:21.666Z] === RUN   TestDockerSuite/TestRunWithUlimits
08:00:22 [2020-11-03T08:00:22.238Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
08:00:23 [2020-11-03T08:00:23.182Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
08:00:23 [2020-11-03T08:00:23.443Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
08:00:23 [2020-11-03T08:00:23.443Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
08:00:23 [2020-11-03T08:00:23.496Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
08:00:23 [2020-11-03T08:00:23.496Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
08:00:23 [2020-11-03T08:00:23.496Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
08:00:23 [2020-11-03T08:00:23.957Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
08:00:23 [2020-11-03T08:00:23.957Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
08:00:24 [2020-11-03T08:00:24.015Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
08:00:24 [2020-11-03T08:00:24.015Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
08:00:24 [2020-11-03T08:00:24.959Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
08:00:25 [2020-11-03T08:00:25.219Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
08:00:26 [2020-11-03T08:00:26.607Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
08:00:27 [2020-11-03T08:00:27.183Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
08:00:27 [2020-11-03T08:00:27.183Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
08:00:27 [2020-11-03T08:00:27.183Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
08:00:28 [2020-11-03T08:00:28.126Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
08:00:28 [2020-11-03T08:00:28.700Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
08:00:29 [2020-11-03T08:00:29.643Z] === RUN   TestDockerSuite/TestSaveCheckTimes
08:00:29 [2020-11-03T08:00:29.643Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
08:00:30 [2020-11-03T08:00:30.587Z] === RUN   TestDockerSuite/TestSaveImageId
08:00:30 [2020-11-03T08:00:30.849Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
08:00:31 [2020-11-03T08:00:31.111Z] === RUN   TestDockerSuite/TestSaveLoadParents
08:00:32 [2020-11-03T08:00:32.061Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
08:00:33 [2020-11-03T08:00:33.008Z] === RUN   TestDockerSuite/TestSaveMultipleNames
08:00:33 [2020-11-03T08:00:33.008Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
08:00:34 [2020-11-03T08:00:34.926Z] === RUN   TestDockerSuite/TestSaveSingleTag
08:00:34 [2020-11-03T08:00:34.926Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
08:00:34 [2020-11-03T08:00:34.926Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
08:00:35 [2020-11-03T08:00:35.870Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
08:00:37 [2020-11-03T08:00:37.257Z] === RUN   TestDockerSuite/TestSearchCmdOptions
08:00:37 [2020-11-03T08:00:37.518Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
08:00:37 [2020-11-03T08:00:37.518Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
08:00:37 [2020-11-03T08:00:37.779Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
08:00:37 [2020-11-03T08:00:37.779Z] === RUN   TestDockerSuite/TestSearchWithLimit
08:00:38 [2020-11-03T08:00:38.352Z] === RUN   TestDockerSuite/TestSlowStdinClosing
08:00:40 [2020-11-03T08:00:40.268Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
08:00:45 [2020-11-03T08:00:45.168Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
08:00:45 [2020-11-03T08:00:45.557Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
08:00:45 [2020-11-03T08:00:45.557Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
08:00:46 [2020-11-03T08:00:46.946Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
08:00:47 [2020-11-03T08:00:47.892Z] === RUN   TestDockerSuite/TestStartAttachSilent
08:00:48 [2020-11-03T08:00:48.836Z] === RUN   TestDockerSuite/TestStartAttachWithRename
08:00:48 [2020-11-03T08:00:48.963Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
08:00:49 [2020-11-03T08:00:49.937Z] === RUN   TestDockerSuite/TestBuildCacheAdd
08:00:49 [2020-11-03T08:00:49.937Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
08:00:51 [2020-11-03T08:00:51.383Z] === RUN   TestDockerSuite/TestStartMultipleContainers
08:00:51 [2020-11-03T08:00:51.482Z] === RUN   TestDockerSuite/TestBuildCacheFrom
08:00:51 [2020-11-03T08:00:51.482Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
08:00:53 [2020-11-03T08:00:53.300Z] === RUN   TestDockerSuite/TestStartPausedContainer
08:00:53 [2020-11-03T08:00:53.561Z] === RUN   TestDockerSuite/TestStartRecordError
08:00:54 [2020-11-03T08:00:54.949Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
08:00:55 [2020-11-03T08:00:55.892Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
08:00:56 [2020-11-03T08:00:56.259Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
08:00:56 [2020-11-03T08:00:56.720Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
08:00:56 [2020-11-03T08:00:56.720Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
08:00:56 [2020-11-03T08:00:56.720Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
08:00:57 [2020-11-03T08:00:57.278Z] === RUN   TestDockerSuite/TestStatsAllNoStream
08:00:58 [2020-11-03T08:00:58.221Z] === RUN   TestDockerSwarmSuite/TestServiceScale
08:00:58 [2020-11-03T08:00:58.268Z] === RUN   TestDockerSuite/TestBuildClearCmd
08:00:58 [2020-11-03T08:00:58.737Z] === RUN   TestDockerSuite/TestBuildCmd
08:00:59 [2020-11-03T08:00:59.198Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
08:00:59 [2020-11-03T08:00:59.660Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
08:01:00 [2020-11-03T08:01:00.122Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
08:01:00 [2020-11-03T08:01:00.138Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
08:01:01 [2020-11-03T08:01:01.083Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
08:01:04 [2020-11-03T08:01:04.385Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
08:01:05 [2020-11-03T08:01:05.972Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
08:01:06 [2020-11-03T08:01:06.945Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
08:01:06 [2020-11-03T08:01:06.945Z] === RUN   TestDockerSuite/TestBuildConditionalCache
08:01:07 [2020-11-03T08:01:07.686Z] === RUN   TestDockerSuite/TestStatsFormatAll
08:01:07 [2020-11-03T08:01:07.918Z] === RUN   TestDockerSuite/TestBuildContChar
08:01:12 [2020-11-03T08:01:12.983Z] === RUN   TestDockerSuite/TestStatsNoStream
08:01:14 [2020-11-03T08:01:14.897Z] === RUN   TestDockerSuite/TestStopContainerSignal
08:01:16 [2020-11-03T08:01:16.284Z] === RUN   TestDockerSuite/TestTopMultipleArgs
08:01:16 [2020-11-03T08:01:16.856Z] === RUN   TestDockerSuite/TestTopNonPrivileged
08:01:17 [2020-11-03T08:01:17.801Z] === RUN   TestDockerSuite/TestTopPrivileged
08:01:18 [2020-11-03T08:01:18.375Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
08:01:18 [2020-11-03T08:01:18.375Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
08:01:18 [2020-11-03T08:01:18.949Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
08:01:19 [2020-11-03T08:01:19.522Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
08:01:20 [2020-11-03T08:01:20.385Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
08:01:20 [2020-11-03T08:01:20.385Z] === RUN   TestDockerSuite/TestBuildContextCleanup
08:01:20 [2020-11-03T08:01:20.385Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
08:01:22 [2020-11-03T08:01:22.657Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
08:01:22 [2020-11-03T08:01:22.834Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
08:01:22 [2020-11-03T08:01:22.834Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
08:01:23 [2020-11-03T08:01:23.120Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
08:01:23 [2020-11-03T08:01:23.597Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
08:01:23 [2020-11-03T08:01:23.597Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
08:01:24 [2020-11-03T08:01:24.058Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
08:01:24 [2020-11-03T08:01:24.519Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
08:01:24 [2020-11-03T08:01:24.519Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
08:01:24 [2020-11-03T08:01:24.519Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
08:01:25 [2020-11-03T08:01:25.389Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
08:01:25 [2020-11-03T08:01:25.389Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
08:01:25 [2020-11-03T08:01:25.963Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
08:01:26 [2020-11-03T08:01:26.536Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
08:01:26 [2020-11-03T08:01:26.536Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
08:01:27 [2020-11-03T08:01:27.483Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
08:01:28 [2020-11-03T08:01:28.872Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
08:01:28 [2020-11-03T08:01:28.872Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
08:01:30 [2020-11-03T08:01:30.258Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
08:01:30 [2020-11-03T08:01:30.381Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
08:01:30 [2020-11-03T08:01:30.830Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
08:01:31 [2020-11-03T08:01:31.402Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
08:01:32 [2020-11-03T08:01:32.346Z] === RUN   TestDockerSuite/TestUpdateStats
08:01:36 [2020-11-03T08:01:36.560Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
08:01:36 [2020-11-03T08:01:36.822Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
08:01:36 [2020-11-03T08:01:36.822Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
08:01:37 [2020-11-03T08:01:37.395Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
08:01:37 [2020-11-03T08:01:37.968Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
08:01:40 [2020-11-03T08:01:40.517Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
08:01:43 [2020-11-03T08:01:43.065Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
08:01:45 [2020-11-03T08:01:45.612Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
08:01:46 [2020-11-03T08:01:46.998Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
08:01:49 [2020-11-03T08:01:49.552Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
08:01:50 [2020-11-03T08:01:50.125Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
08:01:52 [2020-11-03T08:01:52.679Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
08:01:54 [2020-11-03T08:01:54.067Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
08:01:55 [2020-11-03T08:01:55.454Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
08:01:56 [2020-11-03T08:01:56.399Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
08:01:56 [2020-11-03T08:01:56.971Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
08:01:58 [2020-11-03T08:01:58.361Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
08:01:58 [2020-11-03T08:01:58.623Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
08:02:00 [2020-11-03T08:02:00.542Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
08:02:00 [2020-11-03T08:02:00.804Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
08:02:02 [2020-11-03T08:02:02.192Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
08:02:04 [2020-11-03T08:02:04.108Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
08:02:05 [2020-11-03T08:02:05.496Z] === RUN   TestDockerSuite/TestVolumeCLICreate
08:02:06 [2020-11-03T08:02:06.359Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
08:02:06 [2020-11-03T08:02:06.359Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
08:02:06 [2020-11-03T08:02:06.359Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
08:02:09 [2020-11-03T08:02:09.280Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
08:02:09 [2020-11-03T08:02:09.743Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
08:02:09 [2020-11-03T08:02:09.743Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
08:02:09 [2020-11-03T08:02:09.743Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
08:02:10 [2020-11-03T08:02:10.719Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
08:02:10 [2020-11-03T08:02:10.719Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
08:02:17 [2020-11-03T08:02:17.730Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
08:02:20 [2020-11-03T08:02:20.277Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
08:02:20 [2020-11-03T08:02:20.277Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
08:02:20 [2020-11-03T08:02:20.277Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
08:02:20 [2020-11-03T08:02:20.850Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
08:02:20 [2020-11-03T08:02:20.850Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
08:02:20 [2020-11-03T08:02:20.850Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
08:02:21 [2020-11-03T08:02:21.112Z] === RUN   TestDockerSuite/TestVolumeCLILs
08:02:21 [2020-11-03T08:02:21.684Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
08:02:21 [2020-11-03T08:02:21.684Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
08:02:22 [2020-11-03T08:02:22.257Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
08:02:22 [2020-11-03T08:02:22.257Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
08:02:22 [2020-11-03T08:02:22.257Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
08:02:22 [2020-11-03T08:02:22.257Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
08:02:22 [2020-11-03T08:02:22.257Z] === RUN   TestDockerSuite/TestVolumeCLIRm
08:02:24 [2020-11-03T08:02:24.177Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
08:02:24 [2020-11-03T08:02:24.177Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
08:02:24 [2020-11-03T08:02:24.177Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
08:02:24 [2020-11-03T08:02:24.177Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
08:02:24 [2020-11-03T08:02:24.177Z] === RUN   TestDockerSuite/TestVolumeEvents
08:02:30 [2020-11-03T08:02:30.764Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
08:02:31 [2020-11-03T08:02:31.026Z] === RUN   TestDockerSuite/TestVolumeLsFormat
08:02:31 [2020-11-03T08:02:31.026Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
08:02:31 [2020-11-03T08:02:31.287Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
08:02:33 [2020-11-03T08:02:33.203Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
08:02:35 [2020-11-03T08:02:35.121Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
08:02:36 [2020-11-03T08:02:36.069Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
08:02:36 [2020-11-03T08:02:36.069Z] --- PASS: TestDockerSuite (1389.98s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (4.25s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.68s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.65s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.44s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.19s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.08s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.90s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.83s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.10s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.95s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.67s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.55s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.55s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.47s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.68s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.94s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.77s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.65s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.78s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.58s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.64s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.91s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.27s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.20s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.70s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.63s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.77s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.56s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.72s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.65s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.96s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.31s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.00s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.98s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.13s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.58s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.42s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.44s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.03s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.03s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.36s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddScript (3.12s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.91s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.53s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.36s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.63s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.95s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.80s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.64s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.98s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.36s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.37s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.64s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.67s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.45s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.44s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.29s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.92s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.21s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.18s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.44s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.85s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.21s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.31s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.57s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.99s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.46s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.34s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.43s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.92s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.90s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.03s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.53s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.92s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.94s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.47s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.13s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.63s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.52s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.34s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
08:02:36 [2020-11-03T08:02:36.069Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.45s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.90s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.29s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildContChar (3.92s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.13s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.52s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.29s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.11s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.11s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.77s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.53s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.27s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.68s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.069Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.069Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
08:02:36 [2020-11-03T08:02:36.069Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.069Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
08:02:36 [2020-11-03T08:02:36.069Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.81s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.60s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.60s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.75s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.01s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.93s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.25s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.86s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.78s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.32s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.38s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.41s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (10.70s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.50s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.35s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.27s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.04s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.69s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.66s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.54s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.75s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.46s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.46s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (17.09s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.16s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.49s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.96s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.50s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.67s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.92s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.48s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.09s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.30s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.49s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.03s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.35s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.90s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.81s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.65s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.59s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.76s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
08:02:36 [2020-11-03T08:02:36.069Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.48s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.98s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.33s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.54s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s)
08:02:36 [2020-11-03T08:02:36.069Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.28s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFails (0.59s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.22s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.72s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.39s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.30s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.29s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.88s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.61s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.77s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.29s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.70s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.58s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.41s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.05s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.50s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.37s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.63s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.53s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.78s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.31s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.32s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.35s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.35s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.98s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.05s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.43s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.64s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.16s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.75s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.29s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.47s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.40s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.42s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.01s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.99s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.09s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.27s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.83s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.39s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.54s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.66s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.51s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.78s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.86s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.51s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.54s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.36s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.35s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.71s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.41s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.47s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.25s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.69s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.08s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.13s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.05s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.50s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.13s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.68s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.07s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.77s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.99s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.26s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildRm (1.93s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.62s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.90s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.31s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.42s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.77s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.79s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.69s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.48s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.30s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.63s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.68s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.86s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.50s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.16s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.65s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.74s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.36s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildUser (1.60s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.83s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (15.08s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.75s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.25s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.94s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.66s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.21s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.42s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.76s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.73s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.81s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.33s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.41s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.97s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.37s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.54s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.60s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.76s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_cli_sni_test.go:18: Flakey test
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.60s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.70s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitChange (1.02s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.91s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.60s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitNewFile (2.09s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.17s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.61s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.15s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.74s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.79s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.14s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.26s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.37s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.54s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.50s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.65s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.72s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.62s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.75s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.64s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.87s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.83s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.45s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.92s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.65s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.99s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.04s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.49s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.49s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.54s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.51s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.46s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (0.94s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.94s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.49s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.23s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.72s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.94s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.84s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.60s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.83s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.00s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.53s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.18s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.87s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.14s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.32s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.36s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.32s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.32s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00090ca00_<nil>} (1.05s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1038854260_/foo_false__<nil>_<nil>_<nil>} (1.42s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1038854260_/foo_true__<nil>_<nil>_<nil>} (1.57s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3283487555_/foo_false__<nil>_<nil>_<nil>} (1.34s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3283487555_/foo_true__<nil>_<nil>_<nil>} (1.40s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3283487555_/foo_true__0xc00090ca60_<nil>_<nil>} (1.37s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00090ca80_<nil>} (1.54s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00090caa0_<nil>} (1.34s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00090cac0_<nil>} (1.62s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00090cae0_<nil>} (1.39s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.30s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
08:02:36 [2020-11-03T08:02:36.070Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
08:02:36 [2020-11-03T08:02:36.070Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.37s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.86s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.63s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.22s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.61s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.98s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.95s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.94s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.84s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.91s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.27s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.21s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.18s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.72s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.62s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.14s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.86s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.68s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.97s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.90s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.80s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.95s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.08s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.62s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.87s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.07s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.24s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.30s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (2.81s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToDot (0.54s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.89s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.89s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.89s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.85s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.36s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.56s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateRM (0.10s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.37s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.93s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.97s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.17s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.78s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerFails (0.03s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.11s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.92s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.75s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.73s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.22s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.70s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.70s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.61s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.46s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.43s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.62s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.43s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.86s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.44s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.66s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.35s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.32s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.09s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.85s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.22s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.75s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.57s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsRename (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsResize (0.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.44s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.60s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.46s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.89s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsTop (0.56s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.60s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.83s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExec (0.57s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.54s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.48s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.11s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.49s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.03s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.88s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecEnv (0.69s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.26s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.71s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.72s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.77s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecParseError (0.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.08s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.56s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.59s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecTTY (0.57s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.73s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.54s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.71s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.42s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.77s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.99s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.54s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.61s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.54s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.68s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestHealth (18.97s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.62s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.34s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.63s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.66s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.62s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.62s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.09s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.19s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportFile (1.15s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.32s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.20s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.12s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.55s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.52s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.48s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.15s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.76s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.49s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.56s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
08:02:36 [2020-11-03T08:02:36.071Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.63s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.01s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.50s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.60s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.99s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.49s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.51s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.45s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.48s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
08:02:36 [2020-11-03T08:02:36.071Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.64s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.98s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.93s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.12s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.69s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.75s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.17s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.31s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.68s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.35s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.13s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.55s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.48s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.47s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.69s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.63s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.50s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.91s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.84s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.82s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.92s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.70s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.09s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.51s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsSince (6.73s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.65s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsTail (0.52s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.29s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.47s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestNetHostname (1.34s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.64s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.48s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.72s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginActive (2.35s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
08:02:36 [2020-11-03T08:02:36.072Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.11s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.38s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.67s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.27s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.55s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.89s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPortList (7.43s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.05s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.19s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.72s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.35s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.95s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.96s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.10s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.17s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.17s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.87s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.54s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.61s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.11s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.00s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.68s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.61s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.24s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.27s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.80s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.99s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.80s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.14s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.95s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.52s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.62s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.05s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.80s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.01s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.96s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.18s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.00s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.37s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.75s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.51s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.61s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.12s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.62s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiTag (0.13s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.32s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.65s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.98s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.58s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.96s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.29s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.62s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.58s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.09s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.48s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.61s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.87s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.91s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.71s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.84s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.63s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.50s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.70s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.66s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.67s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.80s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.47s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.50s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.41s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.79s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.56s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.64s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.68s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.68s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.14s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.94s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.48s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.11s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.16s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.47s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.40s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.29s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.25s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.23s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.072Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.24s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.96s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.44s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.39s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.52s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.19s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.56s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.56s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.51s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.63s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.49s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.51s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.58s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.81s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.60s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.56s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.59s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.96s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:02:36 [2020-11-03T08:02:36.072Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.04s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.60s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.07s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.56s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.04s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.23s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.16s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.26s)
08:02:36 [2020-11-03T08:02:36.072Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.56s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.41s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.39s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.76s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.26s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.32s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.76s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.91s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.95s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunMount (3.92s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.91s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.33s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.34s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.59s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.99s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.66s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.43s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.92s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.91s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.28s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.41s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.55s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.48s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.75s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (6.36s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.50s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.05s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.63s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.49s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.47s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.19s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunRm (0.65s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.60s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.61s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.79s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.60s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.03s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.84s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.76s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.60s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.55s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.58s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.73s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.56s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.53s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.74s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.63s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunState (1.54s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.62s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.51s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.50s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.32s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.54s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.05s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.52s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.31s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.93s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.10s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.48s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.43s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.48s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.44s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.48s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.12s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.14s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.55s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.24s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.72s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.74s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.65s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.90s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.94s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.55s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.62s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.52s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.52s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.71s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.66s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.63s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.61s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.76s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.65s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.90s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.49s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.91s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.44s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.83s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.42s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.86s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents116945285
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.09s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.55s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.21s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.21s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.42s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.93s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.90s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.89s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.04s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.93s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.54s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.08s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.25s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.18s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.66s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.51s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.83s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.53s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.60s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.66s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.76s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.67s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.67s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.26s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.12s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.60s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.49s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.91s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.29s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.33s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.66s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.57s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.05s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.51s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.90s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
08:02:36 [2020-11-03T08:02:36.073Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.61s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.30s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.37s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.43s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.52s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.51s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.23s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.44s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.40s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.91s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.56s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.76s)
08:02:36 [2020-11-03T08:02:36.073Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.65s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.78s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.40s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.51s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.52s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.42s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.44s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.87s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.82s)
08:02:36 [2020-11-03T08:02:36.074Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
08:02:36 [2020-11-03T08:02:36.074Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
08:02:36 [2020-11-03T08:02:36.074Z] === RUN   TestDockerRegistrySuite
08:02:36 [2020-11-03T08:02:36.074Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
08:02:37 [2020-11-03T08:02:37.462Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
08:02:38 [2020-11-03T08:02:38.406Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
08:02:39 [2020-11-03T08:02:39.794Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
08:02:40 [2020-11-03T08:02:40.055Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
08:02:42 [2020-11-03T08:02:42.606Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
08:02:43 [2020-11-03T08:02:43.179Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
08:02:46 [2020-11-03T08:02:46.648Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
08:02:46 [2020-11-03T08:02:46.648Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
08:02:46 [2020-11-03T08:02:46.648Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
08:02:47 [2020-11-03T08:02:47.393Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
08:02:49 [2020-11-03T08:02:49.944Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
08:02:50 [2020-11-03T08:02:50.517Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
08:02:51 [2020-11-03T08:02:51.462Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
08:02:52 [2020-11-03T08:02:52.848Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
08:02:53 [2020-11-03T08:02:53.793Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
08:02:54 [2020-11-03T08:02:54.738Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
08:02:55 [2020-11-03T08:02:55.682Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
08:02:56 [2020-11-03T08:02:56.627Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
08:02:58 [2020-11-03T08:02:58.546Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
08:02:59 [2020-11-03T08:02:59.123Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
08:03:00 [2020-11-03T08:03:00.098Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
08:03:00 [2020-11-03T08:03:00.463Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
08:03:01 [2020-11-03T08:03:01.076Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
08:03:01 [2020-11-03T08:03:01.407Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
08:03:03 [2020-11-03T08:03:03.956Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
08:03:04 [2020-11-03T08:03:04.528Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
08:03:04 [2020-11-03T08:03:04.796Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
08:03:05 [2020-11-03T08:03:05.748Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
08:03:06 [2020-11-03T08:03:06.691Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
08:03:07 [2020-11-03T08:03:07.635Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
08:03:09 [2020-11-03T08:03:09.681Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
08:03:10 [2020-11-03T08:03:10.189Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
08:03:10 [2020-11-03T08:03:10.453Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
08:03:11 [2020-11-03T08:03:11.398Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
08:03:11 [2020-11-03T08:03:11.924Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
08:03:11 [2020-11-03T08:03:11.972Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
08:03:11 [2020-11-03T08:03:11.972Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
08:03:12 [2020-11-03T08:03:12.234Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
08:03:12 [2020-11-03T08:03:12.495Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
08:03:12 [2020-11-03T08:03:12.755Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
08:03:13 [2020-11-03T08:03:13.016Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
08:03:13 [2020-11-03T08:03:13.959Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
08:03:14 [2020-11-03T08:03:14.120Z] === RUN   TestDockerSuite/TestBuildDockerignore
08:03:15 [2020-11-03T08:03:15.346Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
08:03:16 [2020-11-03T08:03:16.288Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
08:03:17 [2020-11-03T08:03:17.231Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
08:03:18 [2020-11-03T08:03:18.173Z] === RUN   TestDockerRegistrySuite/TestV2Only
08:03:19 [2020-11-03T08:03:19.116Z] --- PASS: TestDockerRegistrySuite (43.17s)
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.62s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [df768464d348d] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.05s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [d91d906899768] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.35s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [d8b934b45ac05] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [d981b22978944] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.04s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [dbe3521463c0f] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.61s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [dcf1dbdff7b27] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.92s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [d15a06807d80c] daemon is not started
08:03:19 [2020-11-03T08:03:19.116Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s)
08:03:19 [2020-11-03T08:03:19.116Z]         check_test.go:196: [d42befd2a5a20] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.90s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dc0345174d728] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.17s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d990a26ee6554] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.08s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dea128d1ed127] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.10s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dad92d06d9cf3] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dc327190fe272] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d2cf6ea8dcd9d] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.88s)
08:03:19 [2020-11-03T08:03:19.117Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2e92b376f27e4ebbb9c41359f0a0e2ffcaa09cbfba1f710c246b923ee188e286
08:03:19 [2020-11-03T08:03:19.117Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:84c69207a63beaf00a0916e328b1abd87634a663791e114fa9faab36bf29ad19
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [df434e6f2504c] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s)
08:03:19 [2020-11-03T08:03:19.117Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9e3c8445cff85d54037b0328d5ef71c52afb5717801530bf373be8c8f0997923
08:03:19 [2020-11-03T08:03:19.117Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:66058270fc1fba8647d06b3aba0377ec97c3cc963387da8c45b0dc01f37a0ec7
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [de5218e29ac1d] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [de826072711cf] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.20s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d0c89f6d23a09] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d2b943f5b590a] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d99864cd138ab] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.03s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d4b9fb3097b04] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.87s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d120dd76d04c0] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [daa1a8f640cf0] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.44s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dee7d04eb8126] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d5d1ba8b22868] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.07s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dc74554907b47] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [df7aa5ca38341] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dc380433647a8] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d90eac2d648ca] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d42e5300ac8f3] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d583446e57a72] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d9e9484d38d95] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.05s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [dfc9b86e1aa32] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.46s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d80606696d94c] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.88s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d3d4693ef0c4c] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s)
08:03:19 [2020-11-03T08:03:19.117Z]         check_test.go:196: [d28b92af411a2] daemon is not started
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s)
08:03:19 [2020-11-03T08:03:19.117Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
08:03:19 [2020-11-03T08:03:19.117Z] === RUN   TestDockerSchema1RegistrySuite
08:03:19 [2020-11-03T08:03:19.117Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
08:03:19 [2020-11-03T08:03:19.379Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
08:03:22 [2020-11-03T08:03:22.685Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
08:03:25 [2020-11-03T08:03:25.236Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
08:03:28 [2020-11-03T08:03:28.544Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
08:03:29 [2020-11-03T08:03:29.120Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
08:03:30 [2020-11-03T08:03:30.063Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
08:03:30 [2020-11-03T08:03:30.063Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
08:03:31 [2020-11-03T08:03:31.007Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
08:03:31 [2020-11-03T08:03:31.952Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
08:03:32 [2020-11-03T08:03:32.896Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
08:03:35 [2020-11-03T08:03:35.446Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
08:03:36 [2020-11-03T08:03:36.020Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
08:03:36 [2020-11-03T08:03:36.281Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
08:03:36 [2020-11-03T08:03:36.542Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
08:03:36 [2020-11-03T08:03:36.804Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
08:03:37 [2020-11-03T08:03:37.066Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
08:03:37 [2020-11-03T08:03:37.326Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
08:03:37 [2020-11-03T08:03:37.588Z] --- PASS: TestDockerSchema1RegistrySuite (18.52s)
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d23ac45b28d39] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.88s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d41f06128ef6e] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.85s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d8b9a64a4ae5e] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.91s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [ddaef15c6abc4] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.03s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [df1ef7d16323c] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d732e59d7e125] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d92857e2423b1] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.05s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [dcf605036fa72] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d4f70a302bdc9] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.87s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d401f0d7a04b4] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.60s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d51e15990b76f] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [da5df849f5cfb] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.43s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d6d93dee143ae] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [dfb678c90e3b9] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d0669557c31a7] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d4d10ac836abf] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [dd2c1290aee5b] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
08:03:37 [2020-11-03T08:03:37.588Z]         check_test.go:223: [d5f5dfcb41f93] daemon is not started
08:03:37 [2020-11-03T08:03:37.588Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
08:03:37 [2020-11-03T08:03:37.588Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
08:03:38 [2020-11-03T08:03:38.534Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
08:03:38 [2020-11-03T08:03:38.795Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
08:03:39 [2020-11-03T08:03:39.057Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
08:03:40 [2020-11-03T08:03:40.001Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
08:03:40 [2020-11-03T08:03:40.260Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
08:03:40 [2020-11-03T08:03:40.833Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
08:03:41 [2020-11-03T08:03:41.405Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
08:03:41 [2020-11-03T08:03:41.405Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.84s)
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [d9808a2503533] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [d3bedcd2b70db] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [da9d90f83df55] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.11s)
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [d9cf7d668f7f3] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [db3a2a62d3ad6] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [db89fddd56d65] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
08:03:41 [2020-11-03T08:03:41.405Z]         check_test.go:252: [d686a97c1cd63] daemon is not started
08:03:41 [2020-11-03T08:03:41.405Z] === RUN   TestDockerRegistryAuthTokenSuite
08:03:41 [2020-11-03T08:03:41.405Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
08:03:46 [2020-11-03T08:03:46.694Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
08:03:46 [2020-11-03T08:03:46.694Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
08:03:46 [2020-11-03T08:03:46.955Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
08:03:46 [2020-11-03T08:03:46.955Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
08:03:47 [2020-11-03T08:03:47.216Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s)
08:03:47 [2020-11-03T08:03:47.216Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
08:03:47 [2020-11-03T08:03:47.216Z]         check_test.go:279: [de8cb53dc8b06] daemon is not started
08:03:47 [2020-11-03T08:03:47.216Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
08:03:47 [2020-11-03T08:03:47.216Z]         check_test.go:279: [de2257b93dcc3] daemon is not started
08:03:47 [2020-11-03T08:03:47.216Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
08:03:47 [2020-11-03T08:03:47.216Z]         check_test.go:279: [d3d41d8789866] daemon is not started
08:03:47 [2020-11-03T08:03:47.216Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
08:03:47 [2020-11-03T08:03:47.216Z]         check_test.go:279: [dfc3e445625ce] daemon is not started
08:03:47 [2020-11-03T08:03:47.216Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
08:03:47 [2020-11-03T08:03:47.216Z]         check_test.go:279: [d61b2b29f19cc] daemon is not started
08:03:47 [2020-11-03T08:03:47.216Z] === RUN   TestDockerNetworkSuite
08:03:47 [2020-11-03T08:03:47.216Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
08:03:49 [2020-11-03T08:03:49.135Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
08:03:49 [2020-11-03T08:03:49.708Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
08:03:53 [2020-11-03T08:03:53.016Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
08:03:54 [2020-11-03T08:03:54.405Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
08:03:57 [2020-11-03T08:03:57.711Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
08:03:58 [2020-11-03T08:03:58.655Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
08:04:05 [2020-11-03T08:04:05.258Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
08:04:06 [2020-11-03T08:04:06.646Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
08:04:08 [2020-11-03T08:04:08.039Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
08:04:08 [2020-11-03T08:04:08.613Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
08:04:08 [2020-11-03T08:04:08.874Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
08:04:09 [2020-11-03T08:04:09.818Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
08:04:10 [2020-11-03T08:04:10.764Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
08:04:11 [2020-11-03T08:04:11.025Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
08:04:11 [2020-11-03T08:04:11.286Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
08:04:12 [2020-11-03T08:04:12.230Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
08:04:12 [2020-11-03T08:04:12.230Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
08:04:12 [2020-11-03T08:04:12.230Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
08:04:12 [2020-11-03T08:04:12.491Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
08:04:13 [2020-11-03T08:04:13.064Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
08:04:14 [2020-11-03T08:04:14.451Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
08:04:14 [2020-11-03T08:04:14.451Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
08:04:14 [2020-11-03T08:04:14.712Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
08:04:14 [2020-11-03T08:04:14.712Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
08:04:14 [2020-11-03T08:04:14.831Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
08:04:14 [2020-11-03T08:04:14.831Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
08:04:14 [2020-11-03T08:04:14.831Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
08:04:17 [2020-11-03T08:04:17.261Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
08:04:19 [2020-11-03T08:04:19.180Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
08:04:25 [2020-11-03T08:04:25.776Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
08:04:25 [2020-11-03T08:04:25.776Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
08:04:26 [2020-11-03T08:04:26.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
08:04:26 [2020-11-03T08:04:26.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
08:04:26 [2020-11-03T08:04:26.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
08:04:26 [2020-11-03T08:04:26.298Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
08:04:26 [2020-11-03T08:04:26.560Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
08:04:26 [2020-11-03T08:04:26.560Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
08:04:29 [2020-11-03T08:04:29.109Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
08:04:29 [2020-11-03T08:04:29.109Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
08:04:29 [2020-11-03T08:04:29.109Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
08:04:29 [2020-11-03T08:04:29.682Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
08:04:33 [2020-11-03T08:04:33.904Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
08:04:36 [2020-11-03T08:04:36.453Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
08:04:36 [2020-11-03T08:04:36.453Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
08:04:37 [2020-11-03T08:04:37.395Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
08:04:38 [2020-11-03T08:04:38.340Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
08:04:38 [2020-11-03T08:04:38.913Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
08:04:38 [2020-11-03T08:04:38.913Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
08:04:39 [2020-11-03T08:04:39.858Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
08:04:40 [2020-11-03T08:04:40.431Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
08:04:41 [2020-11-03T08:04:41.819Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
08:04:42 [2020-11-03T08:04:42.391Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
08:04:48 [2020-11-03T08:04:48.991Z] --- PASS: TestDockerNetworkSuite (61.30s)
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.92s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d1d5c264c478c] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d40b135fcd288] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.09s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d60bc632a5e13] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.57s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [da1afb9d7ae18] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.83s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:1233: [d5f644c637665] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.42s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d9ecb0b8b1cf4] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.50s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [df726300f9a34] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.40s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d1a30e28d0327] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.26s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [dc2f30af30a6a] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.63s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d6c78cd89605e] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d02f97eb60793] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d98cb5b3ed18a] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.92s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [d199380f6fc53] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s)
08:04:48 [2020-11-03T08:04:48.991Z]         docker_cli_network_unix_test.go:46: [df92f914914ae] daemon is not started
08:04:48 [2020-11-03T08:04:48.991Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.34s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [da54081dd660e] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.75s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d21438c7e410b] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d4eb53d231071] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d837cc2d66742] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d601b263744e2] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d5467114cce92] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.20s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [db8af1e201fb6] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d868259003ba3] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d98e5f1dbf1c5] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d58dc294a3a66] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.39s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:968: [d73b005e68ead] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.84s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d6ed7720646bc] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.93s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:1116: [d3b47e1c28dd2] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d932690a1fe52] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [df7845d8f618d] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [dd8c028e2416e] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d08d99fb499b9] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d2e0738e15aab] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d35f6ff875f1a] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d1a968b50d852] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.50s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [de2d7dce25770] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d9370651bfecc] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [dff2daca11af3] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [dd86a41c3db3d] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.44s)
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.12s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:1084: [dbe0eb2dca510] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [de18cf83cad2b] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.79s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d0afebcaee7b0] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.64s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d5ee783c91c97] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.08s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d3e58b37e0659] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.73s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d912fe53ebd29] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.78s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [dae2f615d59a2] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.52s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [ddb65c74a614c] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.52s)
08:04:48 [2020-11-03T08:04:48.992Z]         docker_cli_network_unix_test.go:46: [d233dcea3ad16] daemon is not started
08:04:48 [2020-11-03T08:04:48.992Z] === RUN   TestDockerHubPullSuite
08:04:48 [2020-11-03T08:04:48.992Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
08:04:50 [2020-11-03T08:04:50.383Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
08:04:50 [2020-11-03T08:04:50.956Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
08:04:53 [2020-11-03T08:04:53.506Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
08:04:54 [2020-11-03T08:04:54.078Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
08:04:56 [2020-11-03T08:04:56.627Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
08:04:56 [2020-11-03T08:04:56.627Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
08:04:57 [2020-11-03T08:04:57.201Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
08:04:57 [2020-11-03T08:04:57.201Z] --- PASS: TestDockerHubPullSuite (8.76s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.44s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.30s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.91s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.65s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.37s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.10s)
08:04:57 [2020-11-03T08:04:57.201Z] PASS
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === Skipped
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_sni_test.go:18: Flakey test
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.02s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
08:04:57 [2020-11-03T08:04:57.201Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
08:04:57 [2020-11-03T08:04:57.201Z] 
08:04:57 [2020-11-03T08:04:57.201Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
08:04:57 [2020-11-03T08:04:57.202Z]         docker_cli_network_unix_test.go:46: [dff2daca11af3] daemon is not started
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] 
08:04:57 [2020-11-03T08:04:57.202Z] DONE 1277 tests, 51 skipped in 1571.465s
08:04:57 [2020-11-03T08:04:57.202Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:04:57 [2020-11-03T08:04:57.202Z] ++++ cat bundles/test-integration/docker.pid
08:04:57 [2020-11-03T08:04:57.202Z] +++ kill 7650
08:04:58 [2020-11-03T08:04:58.602Z] +++ /etc/init.d/apparmor stop
08:04:58 [2020-11-03T08:04:58.602Z] Leaving: AppArmorNo profiles have been unloaded.
08:04:58 [2020-11-03T08:04:58.602Z] 
08:04:58 [2020-11-03T08:04:58.602Z] Unloading profiles will leave already running processes permanently
08:04:58 [2020-11-03T08:04:58.602Z] unconfined, which can lead to unexpected situations.
08:04:58 [2020-11-03T08:04:58.602Z] 
08:04:58 [2020-11-03T08:04:58.602Z] To set a process to complain mode, use the command line tool
08:04:58 [2020-11-03T08:04:58.602Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:04:58 [2020-11-03T08:04:58.602Z] +++ true
08:04:58 [2020-11-03T08:04:58.602Z] exiting test-integration
08:04:58 [2020-11-03T08:04:58.602Z] ++ exit 0
08:04:58 [2020-11-03T08:04:58.602Z] 
08:04:58 [2020-11-03T08:04:58.602Z] + for job in $(jobs -p)
08:04:58 [2020-11-03T08:04:58.602Z] + wait 14803
08:04:59 [2020-11-03T08:04:59.177Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
08:05:04 [2020-11-03T08:05:04.468Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
08:05:05 [2020-11-03T08:05:05.847Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
08:05:05 [2020-11-03T08:05:05.847Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
08:05:05 [2020-11-03T08:05:05.847Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
08:05:11 [2020-11-03T08:05:11.056Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
08:05:13 [2020-11-03T08:05:13.603Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
08:05:13 [2020-11-03T08:05:13.603Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
08:05:20 [2020-11-03T08:05:20.198Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
08:05:20 [2020-11-03T08:05:20.459Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
08:05:21 [2020-11-03T08:05:21.403Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
08:05:23 [2020-11-03T08:05:23.953Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
08:05:27 [2020-11-03T08:05:27.059Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
08:05:41 [2020-11-03T08:05:41.959Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
08:05:50 [2020-11-03T08:05:50.816Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
08:06:20 [2020-11-03T08:06:20.241Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
08:06:21 [2020-11-03T08:06:21.032Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
08:06:26 [2020-11-03T08:06:26.852Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
08:06:37 [2020-11-03T08:06:37.248Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
08:07:16 [2020-11-03T08:07:16.511Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
08:07:31 [2020-11-03T08:07:31.427Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
08:07:34 [2020-11-03T08:07:34.734Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildDotDotFile
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildEOLInLine
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
08:07:49 [2020-11-03T08:07:49.606Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
08:07:50 [2020-11-03T08:07:50.137Z] === RUN   TestDockerSuite/TestBuildEntrypoint
08:07:50 [2020-11-03T08:07:50.600Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
08:07:55 [2020-11-03T08:07:55.370Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
08:07:58 [2020-11-03T08:07:58.436Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
08:08:03 [2020-11-03T08:08:03.240Z] === RUN   TestDockerSuite/TestBuildEnv
08:08:03 [2020-11-03T08:08:03.240Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
08:08:03 [2020-11-03T08:08:03.240Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
08:08:03 [2020-11-03T08:08:03.240Z] === RUN   TestDockerSuite/TestBuildEnvUsage
08:08:03 [2020-11-03T08:08:03.240Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
08:08:03 [2020-11-03T08:08:03.240Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
08:08:06 [2020-11-03T08:08:06.290Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
08:08:06 [2020-11-03T08:08:06.290Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
08:08:06 [2020-11-03T08:08:06.290Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
08:08:06 [2020-11-03T08:08:06.290Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
08:08:06 [2020-11-03T08:08:06.752Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
08:08:11 [2020-11-03T08:08:11.495Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildExpose
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildExposeOrder
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildFails
08:08:29 [2020-11-03T08:08:29.423Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
08:08:29 [2020-11-03T08:08:29.885Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
08:08:34 [2020-11-03T08:08:34.599Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
08:08:39 [2020-11-03T08:08:39.469Z] === RUN   TestDockerSuite/TestBuildForceRm
08:08:45 [2020-11-03T08:08:45.325Z] === RUN   TestDockerSuite/TestBuildFromGit
08:08:57 [2020-11-03T08:08:57.779Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
08:08:57 [2020-11-03T08:08:57.779Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
08:09:03 [2020-11-03T08:09:03.649Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
08:09:03 [2020-11-03T08:09:03.649Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
08:09:03 [2020-11-03T08:09:03.649Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
08:09:04 [2020-11-03T08:09:04.112Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
08:09:04 [2020-11-03T08:09:04.112Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
08:09:12 [2020-11-03T08:09:12.777Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
08:09:12 [2020-11-03T08:09:12.777Z] === RUN   TestDockerSuite/TestBuildHistory
08:09:21 [2020-11-03T08:09:21.543Z] === RUN   TestDockerSuite/TestBuildIidFile
08:09:22 [2020-11-03T08:09:22.517Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
08:09:24 [2020-11-03T08:09:24.711Z] === RUN   TestDockerSuite/TestBuildInheritance
08:09:24 [2020-11-03T08:09:24.711Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
08:09:25 [2020-11-03T08:09:25.174Z] === RUN   TestDockerSuite/TestBuildInvalidTag
08:09:25 [2020-11-03T08:09:25.174Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
08:09:29 [2020-11-03T08:09:29.941Z] === RUN   TestDockerSuite/TestBuildLabel
08:09:29 [2020-11-03T08:09:29.941Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
08:09:30 [2020-11-03T08:09:30.916Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
08:09:31 [2020-11-03T08:09:31.379Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
08:09:31 [2020-11-03T08:09:31.844Z] === RUN   TestDockerSuite/TestBuildLabels
08:09:32 [2020-11-03T08:09:32.819Z] === RUN   TestDockerSuite/TestBuildLabelsCache
08:09:34 [2020-11-03T08:09:34.367Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildLastModified
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildLineBreak
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
08:09:39 [2020-11-03T08:09:39.082Z] === RUN   TestDockerSuite/TestBuildMaintainer
08:09:39 [2020-11-03T08:09:39.545Z] === RUN   TestDockerSuite/TestBuildMissingArgs
08:09:40 [2020-11-03T08:09:40.008Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
08:09:41 [2020-11-03T08:09:41.257Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
08:09:44 [2020-11-03T08:09:44.796Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
08:09:53 [2020-11-03T08:09:53.492Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
08:09:53 [2020-11-03T08:09:53.754Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
08:09:53 [2020-11-03T08:09:53.754Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
08:09:54 [2020-11-03T08:09:54.016Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
08:09:54 [2020-11-03T08:09:54.016Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
08:09:54 [2020-11-03T08:09:54.588Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
08:09:57 [2020-11-03T08:09:57.136Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
08:09:59 [2020-11-03T08:09:59.709Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
08:09:59 [2020-11-03T08:09:59.709Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
08:10:00 [2020-11-03T08:10:00.444Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
08:10:00 [2020-11-03T08:10:00.685Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
08:10:02 [2020-11-03T08:10:02.997Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
08:10:36 [2020-11-03T08:10:36.717Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
08:10:49 [2020-11-03T08:10:49.207Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
08:10:52 [2020-11-03T08:10:52.131Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
08:10:57 [2020-11-03T08:10:57.958Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
08:10:59 [2020-11-03T08:10:59.273Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
08:10:59 [2020-11-03T08:10:59.273Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
08:11:00 [2020-11-03T08:11:00.676Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
08:11:02 [2020-11-03T08:11:02.593Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
08:11:02 [2020-11-03T08:11:02.686Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
08:11:05 [2020-11-03T08:11:05.898Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
08:11:08 [2020-11-03T08:11:08.445Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
08:11:17 [2020-11-03T08:11:17.606Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
08:11:17 [2020-11-03T08:11:17.606Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
08:11:24 [2020-11-03T08:11:24.759Z] === RUN   TestDockerSuite/TestBuildMultipleTags
08:11:25 [2020-11-03T08:11:25.221Z] === RUN   TestDockerSuite/TestBuildNetContainer
08:11:25 [2020-11-03T08:11:25.221Z] === RUN   TestDockerSuite/TestBuildNetNone
08:11:25 [2020-11-03T08:11:25.221Z] === RUN   TestDockerSuite/TestBuildNoContext
08:11:27 [2020-11-03T08:11:27.414Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
08:11:30 [2020-11-03T08:11:30.417Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
08:11:32 [2020-11-03T08:11:32.136Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
08:11:33 [2020-11-03T08:11:33.683Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
08:11:34 [2020-11-03T08:11:34.146Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
08:11:34 [2020-11-03T08:11:34.146Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
08:11:36 [2020-11-03T08:11:36.338Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
08:11:37 [2020-11-03T08:11:37.314Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
08:11:38 [2020-11-03T08:11:38.289Z] === RUN   TestDockerSuite/TestBuildOnBuild
08:11:42 [2020-11-03T08:11:42.651Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
08:11:44 [2020-11-03T08:11:44.566Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
08:11:47 [2020-11-03T08:11:47.113Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
08:11:48 [2020-11-03T08:11:48.738Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
08:11:48 [2020-11-03T08:11:48.738Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
08:11:49 [2020-11-03T08:11:49.663Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
08:11:56 [2020-11-03T08:11:56.252Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
08:11:57 [2020-11-03T08:11:57.448Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
08:12:00 [2020-11-03T08:12:00.408Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
08:12:01 [2020-11-03T08:12:01.551Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
08:12:03 [2020-11-03T08:12:03.468Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
08:12:06 [2020-11-03T08:12:06.774Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
08:12:08 [2020-11-03T08:12:08.693Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
08:12:09 [2020-11-03T08:12:09.099Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
08:12:11 [2020-11-03T08:12:11.244Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
08:12:13 [2020-11-03T08:12:13.812Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
08:12:14 [2020-11-03T08:12:14.548Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
08:12:16 [2020-11-03T08:12:16.462Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
08:12:18 [2020-11-03T08:12:18.534Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
08:12:18 [2020-11-03T08:12:18.998Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
08:12:18 [2020-11-03T08:12:18.998Z] === RUN   TestDockerSuite/TestBuildPATH
08:12:18 [2020-11-03T08:12:18.998Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
08:12:20 [2020-11-03T08:12:20.545Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
08:12:20 [2020-11-03T08:12:20.545Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
08:13:03 [2020-11-03T08:13:03.321Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
08:13:12 [2020-11-03T08:13:12.737Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
08:13:21 [2020-11-03T08:13:21.095Z] === RUN   TestDockerSuite/TestBuildRm
08:13:27 [2020-11-03T08:13:27.644Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
08:13:36 [2020-11-03T08:13:36.061Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
08:13:37 [2020-11-03T08:13:37.035Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
08:13:37 [2020-11-03T08:13:37.035Z] === RUN   TestDockerSuite/TestBuildScratchCopy
08:13:37 [2020-11-03T08:13:37.035Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
08:13:38 [2020-11-03T08:13:38.582Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
08:13:41 [2020-11-03T08:13:41.504Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
08:13:44 [2020-11-03T08:13:44.445Z] === RUN   TestDockerSuite/TestBuildShellInherited
08:13:45 [2020-11-03T08:13:45.766Z] --- PASS: TestDockerSwarmSuite (1695.50s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.47s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.87s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.40s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.49s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.08s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.93s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:562: [db75e4393cf34] joining swarm manager [dbedc10e4cf9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:584: [d4b5d57579667] joining swarm manager [dbedc10e4cf9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]         check_test.go:380: [db75e4393cf34] daemon is not started
08:13:45 [2020-11-03T08:13:45.766Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.77s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:45: [d1ce87fb26de1] joining swarm manager [d743cfeef0f7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.78s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.31s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:303: [d0af714f2330c] joining swarm manager [d924c22b52c53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:304: [d42400ad07992] joining swarm manager [d924c22b52c53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:363: Waiting for possible election...
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.23s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:271: [d14a547935970] joining swarm manager [dfee9add13f8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:272: [d794bca8265da] joining swarm manager [dfee9add13f8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.20s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.73s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.49s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_node_test.go:19: [dc836679f2981] joining swarm manager [d3139e2086b36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_node_test.go:20: [d18b26cb1c21e] joining swarm manager [d3139e2086b36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.45s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:501: [d327a9d74935e] joining swarm manager [d21ad0ea0db80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:506: [dd6428f48b483] joining swarm manager [d21ad0ea0db80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.68s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_node_test.go:80: [db6610cc62db2] joining swarm manager [d54a09e8ad2d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.19s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_node_test.go:52: [d66767c24ac57] joining swarm manager [d827d22dcf69b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_node_test.go:53: [d393b647270d4] joining swarm manager [d827d22dcf69b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.54s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.34s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:201: [d1aeaa05bfad7] joining swarm manager [db56f1185da4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (70.17s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:383: [d7172fdd67cc8] joining swarm manager [d524b0d14a693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:384: [de2c93141796e] joining swarm manager [d524b0d14a693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]         check_test.go:380: [de2c93141796e] daemon is not started
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.90s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:801: [dc9279589a7bd] joining swarm manager [d86382de3493c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:801: [d4f5ffa064dde] joining swarm manager [d86382de3493c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:801: [de8e568cf2191] joining swarm manager [d86382de3493c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:801: [d3cf5c741bce9] joining swarm manager [d86382de3493c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_test.go:809: [d619a97b1005a] joining swarm manager [d86382de3493c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.44s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.88s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.80s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:394: [db652dfb25f01] joining swarm manager [d11e90e2a9849]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:394: [d623587190c93] joining swarm manager [d11e90e2a9849]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.93s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:342: [daf21d21e52e1] joining swarm manager [dcb29fe941068]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:342: [d223f11dd3b1c] joining swarm manager [dcb29fe941068]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.27s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:489: [d115df2cbbcc8] joining swarm manager [d4e8a08cae98a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:489: [de7694490c6ff] joining swarm manager [d4e8a08cae98a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.01s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.40s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:127: [d90699d18c15c] joining swarm manager [ddeef3d91ecdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:128: [d6e729de32cc9] joining swarm manager [ddeef3d91ecdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:136: [d74d944d56a96] joining swarm manager [ddeef3d91ecdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:137: [d121297d154ed] joining swarm manager [ddeef3d91ecdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.83s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.13s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:303: [d5c86b64df00b] joining swarm manager [dba53328b547d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:303: [dacab86329dc7] joining swarm manager [dba53328b547d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (29.91s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:99: [d3b8564eea6a0] joining swarm manager [d85c6672c5cfa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:100: [d01de86ecb45e] joining swarm manager [d85c6672c5cfa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]         check_test.go:380: [d3b8564eea6a0] daemon is not started
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.66s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:532: [d79c5ca67bd52] joining swarm manager [dd98670804383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:533: [db637591688e2] joining swarm manager [dd98670804383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.54s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:147: [d16d7a44693ae] joining swarm manager [dfc111006ff04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_api_swarm_service_test.go:147: [dae94a9914866] joining swarm manager [dfc111006ff04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.64s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.47s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.24s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.71s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.17s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.79s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.86s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.18s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.57s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.51s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.15s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (2.61s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.65s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.13s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.23s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.72s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.94s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.30s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.86s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.31s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.31s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.38s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.48s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.73s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.30s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.92s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.38s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.49s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.15s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.93s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.71s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.58s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_cli_service_logs_test.go:245: checking task d456nhgq4xc9
08:13:45 [2020-11-03T08:13:45.766Z]         docker_cli_service_logs_test.go:250: checking messages for d456nhgq4xc9
08:13:45 [2020-11-03T08:13:45.766Z]         docker_cli_service_logs_test.go:245: checking task o96cboh9mcz8
08:13:45 [2020-11-03T08:13:45.766Z]         docker_cli_service_logs_test.go:250: checking messages for o96cboh9mcz8
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.64s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.47s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.94s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.63s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.99s)
08:13:45 [2020-11-03T08:13:45.766Z]         docker_cli_swarm_test.go:1901: [dfc3e0decbc13] joining swarm manager [d51b44e8ac13e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.766Z]         docker_cli_swarm_test.go:1902: [dad242dd485dc] joining swarm manager [d51b44e8ac13e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.07s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.69s)
08:13:45 [2020-11-03T08:13:45.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.44s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.53s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1802: [d065fe9648634] joining swarm manager [d39413cdd18d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1803: [db1f26f4364dd] joining swarm manager [d39413cdd18d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.00s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (115.41s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1321: [d001d9a0ab323] joining swarm manager [d4c94c72586df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1322: [df0632be3b357] joining swarm manager [d4c94c72586df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1386: [d001d9a0ab323] got 'swarm does not have a leader'. retrying (attempt 1/5)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.25s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.80s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.21s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.70s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.53s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.54s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.46s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.21s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.74s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.30s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.72s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (59.21s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1186: [d33811c77f395] joining swarm manager [de717589f4711]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1195: [d8083ed8f7896] joining swarm manager [de717589f4711]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.07s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.57s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (124.81s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1118: [d9c4b44a9f29b] joining swarm manager [ddf0e93db9935]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1119: [dceb782a8c9bd] joining swarm manager [ddf0e93db9935]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1172: [dbaf3bc615728] joining swarm manager [ddf0e93db9935]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.40s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1453: [d74c2296db2ca] joining swarm manager [d6595b1ca920d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_test.go:1454: [d04d584032c3d] joining swarm manager [d6595b1ca920d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.32s)
08:13:45 [2020-11-03T08:13:45.767Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s)
08:13:45 [2020-11-03T08:13:45.767Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s)
08:13:45 [2020-11-03T08:13:45.767Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
08:13:45 [2020-11-03T08:13:45.767Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.27s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.57s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.28s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.52s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_cli_swarm_unix_test.go:62: [dfce110b9963a] joining swarm manager [da39558813b36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.27s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.75s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.30s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.24s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.58s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.30s)
08:13:45 [2020-11-03T08:13:45.767Z]         docker_api_swarm_test.go:961: [d71dd922b4bb7] joining swarm manager [d1decf4f88b65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.44s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.30s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.32s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.61s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.69s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.54s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.62s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.16s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.17s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.27s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.93s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.27s)
08:13:45 [2020-11-03T08:13:45.767Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.27s)
08:13:45 [2020-11-03T08:13:45.767Z] === RUN   TestDockerExternalVolumeSuite
08:13:45 [2020-11-03T08:13:45.767Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
08:13:49 [2020-11-03T08:13:49.170Z] === RUN   TestDockerSuite/TestBuildShellMultiple
08:14:00 [2020-11-03T08:14:00.674Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
08:14:04 [2020-11-03T08:14:04.092Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
08:14:04 [2020-11-03T08:14:04.092Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
08:14:05 [2020-11-03T08:14:05.094Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
08:14:15 [2020-11-03T08:14:15.515Z] === RUN   TestDockerSuite/TestBuildSpaces
08:14:15 [2020-11-03T08:14:15.515Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
08:14:20 [2020-11-03T08:14:20.357Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
08:14:20 [2020-11-03T08:14:20.357Z] === RUN   TestDockerSuite/TestBuildStderr
08:14:25 [2020-11-03T08:14:25.068Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
08:14:46 [2020-11-03T08:14:46.255Z] === RUN   TestDockerSuite/TestBuildStopSignal
08:14:46 [2020-11-03T08:14:46.255Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
08:14:47 [2020-11-03T08:14:47.229Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
08:14:48 [2020-11-03T08:14:48.205Z] === RUN   TestDockerSuite/TestBuildTagEvent
08:14:52 [2020-11-03T08:14:52.924Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
08:14:58 [2020-11-03T08:14:58.794Z] === RUN   TestDockerSuite/TestBuildUser
08:14:58 [2020-11-03T08:14:58.794Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
08:14:58 [2020-11-03T08:14:58.794Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
08:14:58 [2020-11-03T08:14:58.794Z] === RUN   TestDockerSuite/TestBuildVerboseOut
08:15:04 [2020-11-03T08:15:04.633Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
08:15:04 [2020-11-03T08:15:04.633Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
08:15:06 [2020-11-03T08:15:06.966Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
08:15:06 [2020-11-03T08:15:06.966Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
08:15:06 [2020-11-03T08:15:06.966Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
08:15:08 [2020-11-03T08:15:08.406Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
08:15:16 [2020-11-03T08:15:16.544Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
08:15:28 [2020-11-03T08:15:28.111Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
08:15:28 [2020-11-03T08:15:28.640Z] === RUN   TestDockerSuite/TestBuildWindowsUser
08:15:37 [2020-11-03T08:15:37.334Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
08:15:43 [2020-11-03T08:15:43.190Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
08:15:43 [2020-11-03T08:15:43.190Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
08:15:43 [2020-11-03T08:15:43.190Z] === RUN   TestDockerSuite/TestBuildWithFailure
08:15:45 [2020-11-03T08:15:45.413Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
08:15:45 [2020-11-03T08:15:45.876Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
08:15:48 [2020-11-03T08:15:48.657Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
08:15:58 [2020-11-03T08:15:58.405Z] === RUN   TestDockerSuite/TestBuildWithTabs
08:16:00 [2020-11-03T08:16:00.890Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
08:16:02 [2020-11-03T08:16:02.191Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
08:16:02 [2020-11-03T08:16:02.653Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
08:16:17 [2020-11-03T08:16:17.507Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
08:16:17 [2020-11-03T08:16:17.507Z] === RUN   TestDockerSuite/TestBuildWithVolumes
08:16:17 [2020-11-03T08:16:17.507Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
08:16:17 [2020-11-03T08:16:17.507Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
08:16:17 [2020-11-03T08:16:17.507Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
08:16:26 [2020-11-03T08:16:26.172Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
08:16:27 [2020-11-03T08:16:27.721Z] === RUN   TestDockerSuite/TestBuildXZHost
08:16:27 [2020-11-03T08:16:27.721Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
08:16:27 [2020-11-03T08:16:27.721Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
08:16:27 [2020-11-03T08:16:27.721Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
08:16:29 [2020-11-03T08:16:29.931Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
08:16:33 [2020-11-03T08:16:33.006Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
08:16:34 [2020-11-03T08:16:34.672Z] === RUN   TestDockerSuite/TestCommitChange
08:16:39 [2020-11-03T08:16:39.492Z] === RUN   TestDockerSuite/TestCommitChangeLabels
08:16:43 [2020-11-03T08:16:43.357Z] === RUN   TestDockerSuite/TestCommitHardlink
08:16:43 [2020-11-03T08:16:43.357Z] === RUN   TestDockerSuite/TestCommitNewFile
08:16:47 [2020-11-03T08:16:47.935Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
08:16:50 [2020-11-03T08:16:50.490Z] === RUN   TestDockerSuite/TestCommitPausedContainer
08:16:50 [2020-11-03T08:16:50.491Z] === RUN   TestDockerSuite/TestCommitTTY
08:17:00 [2020-11-03T08:17:00.920Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestCommitWithoutPause
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
08:17:11 [2020-11-03T08:17:11.281Z] === RUN   TestDockerSuite/TestContainerAPICommit
08:17:17 [2020-11-03T08:17:17.101Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
08:17:20 [2020-11-03T08:17:20.047Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
08:17:22 [2020-11-03T08:17:22.947Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
08:17:22 [2020-11-03T08:17:22.947Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
08:17:24 [2020-11-03T08:17:24.497Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
08:17:24 [2020-11-03T08:17:24.497Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
08:17:24 [2020-11-03T08:17:24.497Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
08:17:24 [2020-11-03T08:17:24.497Z] === RUN   TestDockerSuite/TestContainerAPICreate
08:17:26 [2020-11-03T08:17:26.687Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
08:17:26 [2020-11-03T08:17:26.687Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
08:17:26 [2020-11-03T08:17:26.687Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
08:17:28 [2020-11-03T08:17:28.878Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
08:17:28 [2020-11-03T08:17:28.878Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
08:17:28 [2020-11-03T08:17:28.878Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
08:17:28 [2020-11-03T08:17:28.878Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
08:17:28 [2020-11-03T08:17:28.878Z] === RUN   TestDockerSuite/TestContainerAPIDelete
08:17:31 [2020-11-03T08:17:31.090Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
08:17:33 [2020-11-03T08:17:33.297Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
08:17:34 [2020-11-03T08:17:34.952Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
08:17:35 [2020-11-03T08:17:35.488Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
08:17:35 [2020-11-03T08:17:35.488Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
08:17:35 [2020-11-03T08:17:35.488Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
08:17:37 [2020-11-03T08:17:37.035Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
08:17:37 [2020-11-03T08:17:37.035Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
08:17:39 [2020-11-03T08:17:39.252Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
08:17:39 [2020-11-03T08:17:39.252Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
08:17:39 [2020-11-03T08:17:39.252Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
08:17:41 [2020-11-03T08:17:41.444Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
08:17:41 [2020-11-03T08:17:41.444Z] === RUN   TestDockerSuite/TestContainerAPIKill
08:17:43 [2020-11-03T08:17:43.019Z] === RUN   TestDockerSuite/TestContainerAPIPause
08:17:43 [2020-11-03T08:17:43.019Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
08:17:45 [2020-11-03T08:17:45.209Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
08:17:45 [2020-11-03T08:17:45.209Z] === RUN   TestDockerSuite/TestContainerAPIRename
08:17:47 [2020-11-03T08:17:47.400Z] === RUN   TestDockerSuite/TestContainerAPIRestart
08:17:49 [2020-11-03T08:17:49.859Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
08:17:51 [2020-11-03T08:17:51.161Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
08:17:55 [2020-11-03T08:17:55.924Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
08:17:55 [2020-11-03T08:17:55.924Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
08:17:55 [2020-11-03T08:17:55.924Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
08:17:55 [2020-11-03T08:17:55.924Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
08:17:55 [2020-11-03T08:17:55.924Z] === RUN   TestDockerSuite/TestContainerAPIStart
08:17:57 [2020-11-03T08:17:57.481Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
08:17:57 [2020-11-03T08:17:57.481Z] === RUN   TestDockerSuite/TestContainerAPIStop
08:17:59 [2020-11-03T08:17:59.670Z] === RUN   TestDockerSuite/TestContainerAPITop
08:17:59 [2020-11-03T08:17:59.670Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
08:18:01 [2020-11-03T08:18:01.216Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
08:18:01 [2020-11-03T08:18:01.678Z] === RUN   TestDockerSuite/TestContainerAPIWait
08:18:05 [2020-11-03T08:18:05.500Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
08:18:07 [2020-11-03T08:18:07.046Z] === RUN   TestDockerSuite/TestContainerNetworkMode
08:18:07 [2020-11-03T08:18:07.046Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
08:18:07 [2020-11-03T08:18:07.046Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
08:18:07 [2020-11-03T08:18:07.046Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
08:18:07 [2020-11-03T08:18:07.046Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
08:18:07 [2020-11-03T08:18:07.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
08:18:09 [2020-11-03T08:18:09.305Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
08:18:09 [2020-11-03T08:18:09.305Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
08:18:11 [2020-11-03T08:18:11.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
08:18:13 [2020-11-03T08:18:13.693Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
08:18:15 [2020-11-03T08:18:15.883Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
08:18:18 [2020-11-03T08:18:18.075Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000004f20_<nil>}
08:18:20 [2020-11-03T08:18:20.266Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1330893898_c:\foo_false__<nil>_<nil>_<nil>}
08:18:22 [2020-11-03T08:18:22.460Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1330893898_c:\foo_true__<nil>_<nil>_<nil>}
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestCopyAndRestart
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
08:18:24 [2020-11-03T08:18:24.711Z] === RUN   TestDockerSuite/TestCpAbsolutePath
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseA
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseB
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseC
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseD
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseE
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseF
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseG
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseH
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseI
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromCaseJ
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
08:18:26 [2020-11-03T08:18:26.914Z] === RUN   TestDockerSuite/TestCpGarbagePath
08:18:29 [2020-11-03T08:18:29.166Z] === RUN   TestDockerSuite/TestCpLocalOnly
08:18:29 [2020-11-03T08:18:29.166Z] === RUN   TestDockerSuite/TestCpNameHasColon
08:18:29 [2020-11-03T08:18:29.166Z] === RUN   TestDockerSuite/TestCpRelativePath
08:18:36 [2020-11-03T08:18:36.267Z] === RUN   TestDockerSuite/TestCpSpecialFiles
08:18:36 [2020-11-03T08:18:36.267Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
08:18:36 [2020-11-03T08:18:36.267Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
08:18:36 [2020-11-03T08:18:36.267Z] === RUN   TestDockerSuite/TestCpToCaseA
08:18:36 [2020-11-03T08:18:36.575Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
08:18:40 [2020-11-03T08:18:40.983Z] === RUN   TestDockerSuite/TestCpToCaseB
08:18:42 [2020-11-03T08:18:42.605Z] === RUN   TestDockerSuite/TestCpToCaseC
08:18:42 [2020-11-03T08:18:42.605Z] === RUN   TestDockerSuite/TestCpToCaseD
08:18:42 [2020-11-03T08:18:42.605Z] === RUN   TestDockerSuite/TestCpToCaseE
08:18:51 [2020-11-03T08:18:51.252Z] === RUN   TestDockerSuite/TestCpToCaseF
08:18:51 [2020-11-03T08:18:51.252Z] === RUN   TestDockerSuite/TestCpToCaseG
08:18:51 [2020-11-03T08:18:51.252Z] === RUN   TestDockerSuite/TestCpToCaseH
08:18:54 [2020-11-03T08:18:54.694Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
08:18:58 [2020-11-03T08:18:58.406Z] === RUN   TestDockerSuite/TestCpToCaseI
08:18:58 [2020-11-03T08:18:58.406Z] === RUN   TestDockerSuite/TestCpToCaseJ
08:18:58 [2020-11-03T08:18:58.406Z] === RUN   TestDockerSuite/TestCpToDot
08:19:00 [2020-11-03T08:19:00.629Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
08:19:00 [2020-11-03T08:19:00.629Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
08:19:00 [2020-11-03T08:19:00.629Z] === RUN   TestDockerSuite/TestCpToStdout
08:19:02 [2020-11-03T08:19:02.866Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
08:19:02 [2020-11-03T08:19:02.866Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
08:19:02 [2020-11-03T08:19:02.866Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
08:19:02 [2020-11-03T08:19:02.866Z] === RUN   TestDockerSuite/TestCpVolumePath
08:19:02 [2020-11-03T08:19:02.866Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
08:19:02 [2020-11-03T08:19:02.866Z] === RUN   TestDockerSuite/TestCreateArgs
08:19:03 [2020-11-03T08:19:03.327Z] === RUN   TestDockerSuite/TestCreateByImageID
08:19:04 [2020-11-03T08:19:04.874Z] === RUN   TestDockerSuite/TestCreateEchoStdout
08:19:07 [2020-11-03T08:19:07.062Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
08:19:07 [2020-11-03T08:19:07.062Z] === RUN   TestDockerSuite/TestCreateHostConfig
08:19:07 [2020-11-03T08:19:07.062Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
08:19:09 [2020-11-03T08:19:09.252Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
08:19:09 [2020-11-03T08:19:09.714Z] === RUN   TestDockerSuite/TestCreateLabels
08:19:09 [2020-11-03T08:19:09.714Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
08:19:09 [2020-11-03T08:19:09.714Z] === RUN   TestDockerSuite/TestCreateRM
08:19:10 [2020-11-03T08:19:10.176Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
08:19:10 [2020-11-03T08:19:10.176Z] === RUN   TestDockerSuite/TestCreateStopSignal
08:19:10 [2020-11-03T08:19:10.176Z] === RUN   TestDockerSuite/TestCreateStopTimeout
08:19:10 [2020-11-03T08:19:10.638Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
08:19:17 [2020-11-03T08:19:17.740Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
08:19:17 [2020-11-03T08:19:17.740Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
08:19:17 [2020-11-03T08:19:17.740Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
08:19:22 [2020-11-03T08:19:22.508Z] === RUN   TestDockerSuite/TestCreateWithPortRange
08:19:22 [2020-11-03T08:19:22.508Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
08:19:22 [2020-11-03T08:19:22.508Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
08:19:24 [2020-11-03T08:19:24.053Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
08:19:24 [2020-11-03T08:19:24.053Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
08:19:24 [2020-11-03T08:19:24.053Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
08:19:24 [2020-11-03T08:19:24.053Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDevicePermissions
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDockerFails
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestEventsAttach
08:19:24 [2020-11-03T08:19:24.526Z] === RUN   TestDockerSuite/TestEventsCommit
08:19:24 [2020-11-03T08:19:24.527Z] === RUN   TestDockerSuite/TestEventsContainerEvents
08:19:26 [2020-11-03T08:19:26.716Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
08:19:26 [2020-11-03T08:19:26.807Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
08:19:28 [2020-11-03T08:19:28.905Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
08:19:31 [2020-11-03T08:19:31.119Z] === RUN   TestDockerSuite/TestEventsContainerRestart
08:19:43 [2020-11-03T08:19:43.570Z] === RUN   TestDockerSuite/TestEventsCopy
08:19:48 [2020-11-03T08:19:48.312Z] === RUN   TestDockerSuite/TestEventsFilterContainer
08:19:53 [2020-11-03T08:19:53.072Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
08:19:54 [2020-11-03T08:19:54.617Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
08:19:55 [2020-11-03T08:19:55.594Z] === RUN   TestDockerSuite/TestEventsFilterImageName
08:19:58 [2020-11-03T08:19:58.516Z] === RUN   TestDockerSuite/TestEventsFilterLabels
08:19:58 [2020-11-03T08:19:58.926Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
08:19:59 [2020-11-03T08:19:59.500Z] === RUN   TestDockerSuite/TestEventsFilterType
08:20:00 [2020-11-03T08:20:00.474Z] === RUN   TestDockerSuite/TestEventsFilters
08:20:04 [2020-11-03T08:20:04.240Z] === RUN   TestDockerSuite/TestEventsFormat
08:20:08 [2020-11-03T08:20:08.989Z] === RUN   TestDockerSuite/TestEventsFormatBadField
08:20:08 [2020-11-03T08:20:08.989Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
08:20:08 [2020-11-03T08:20:08.989Z] === RUN   TestDockerSuite/TestEventsImageImport
08:20:08 [2020-11-03T08:20:08.989Z] === RUN   TestDockerSuite/TestEventsImageLoad
08:20:08 [2020-11-03T08:20:08.989Z] === RUN   TestDockerSuite/TestEventsImagePull
08:20:08 [2020-11-03T08:20:08.989Z] === RUN   TestDockerSuite/TestEventsImageTag
08:20:09 [2020-11-03T08:20:09.963Z] === RUN   TestDockerSuite/TestEventsPluginOps
08:20:09 [2020-11-03T08:20:09.963Z] === RUN   TestDockerSuite/TestEventsRename
08:20:12 [2020-11-03T08:20:12.181Z] === RUN   TestDockerSuite/TestEventsResize
08:20:13 [2020-11-03T08:20:13.834Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
08:20:14 [2020-11-03T08:20:14.387Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
08:20:16 [2020-11-03T08:20:16.577Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
08:20:18 [2020-11-03T08:20:18.767Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
08:20:23 [2020-11-03T08:20:23.494Z] === RUN   TestDockerSuite/TestEventsTop
08:20:23 [2020-11-03T08:20:23.494Z] === RUN   TestDockerSuite/TestEventsUntag
08:20:26 [2020-11-03T08:20:26.426Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
08:20:31 [2020-11-03T08:20:31.947Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
08:20:35 [2020-11-03T08:20:35.035Z] === RUN   TestDockerSuite/TestExec
08:20:35 [2020-11-03T08:20:35.035Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
08:20:35 [2020-11-03T08:20:35.035Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
08:20:35 [2020-11-03T08:20:35.497Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
08:20:37 [2020-11-03T08:20:37.688Z] === RUN   TestDockerSuite/TestExecAPIStart
08:20:37 [2020-11-03T08:20:37.688Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
08:20:37 [2020-11-03T08:20:37.688Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
08:20:37 [2020-11-03T08:20:37.688Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
08:20:39 [2020-11-03T08:20:39.234Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
08:20:41 [2020-11-03T08:20:41.424Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
08:20:43 [2020-11-03T08:20:43.027Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
08:20:44 [2020-11-03T08:20:44.629Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
08:20:46 [2020-11-03T08:20:46.854Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
08:20:49 [2020-11-03T08:20:49.386Z] === RUN   TestDockerSuite/TestExecCgroup
08:20:49 [2020-11-03T08:20:49.386Z] === RUN   TestDockerSuite/TestExecEnv
08:20:49 [2020-11-03T08:20:49.386Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
08:20:49 [2020-11-03T08:20:49.386Z] === RUN   TestDockerSuite/TestExecExitStatus
08:20:51 [2020-11-03T08:20:51.641Z] === RUN   TestDockerSuite/TestExecInspectID
08:20:54 [2020-11-03T08:20:54.561Z] === RUN   TestDockerSuite/TestExecInteractive
08:20:54 [2020-11-03T08:20:54.561Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
08:20:54 [2020-11-03T08:20:54.561Z] === RUN   TestDockerSuite/TestExecParseError
08:20:54 [2020-11-03T08:20:54.561Z] === RUN   TestDockerSuite/TestExecPausedContainer
08:20:54 [2020-11-03T08:20:54.561Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
08:20:54 [2020-11-03T08:20:54.561Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
08:20:56 [2020-11-03T08:20:56.880Z] === RUN   TestDockerSuite/TestExecSetEnv
08:20:56 [2020-11-03T08:20:56.880Z] === RUN   TestDockerSuite/TestExecStartFails
08:20:56 [2020-11-03T08:20:56.880Z] === RUN   TestDockerSuite/TestExecStateCleanup
08:20:56 [2020-11-03T08:20:56.880Z] === RUN   TestDockerSuite/TestExecStopNotHanging
08:20:56 [2020-11-03T08:20:56.880Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
08:20:56 [2020-11-03T08:20:56.880Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
08:20:59 [2020-11-03T08:20:59.073Z] === RUN   TestDockerSuite/TestExecUlimits
08:20:59 [2020-11-03T08:20:59.073Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
08:21:01 [2020-11-03T08:21:01.864Z] --- PASS: TestDockerExternalVolumeSuite (437.32s)
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s)
08:21:01 [2020-11-03T08:21:01.864Z]         docker_cli_external_volume_driver_test.go:53: [de2113eac0991] daemon is not started
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s)
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
08:21:01 [2020-11-03T08:21:01.864Z]         docker_cli_external_volume_driver_test.go:53: [d55fa5f2aa0ff] daemon is not started
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
08:21:01 [2020-11-03T08:21:01.864Z]         docker_cli_external_volume_driver_test.go:53: [d7f03b0e706af] daemon is not started
08:21:01 [2020-11-03T08:21:01.864Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_external_volume_driver_test.go:53: [d018789e7e025] daemon is not started
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.25s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.25s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.23s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.70s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_external_volume_driver_test.go:485: [d2d95d5a2a7b9] daemon is not started
08:21:01 [2020-11-03T08:21:01.865Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_external_volume_driver_test.go:53: [dda188f7ed02d] daemon is not started
08:21:01 [2020-11-03T08:21:01.865Z] PASS
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] === Skipped
08:21:01 [2020-11-03T08:21:01.865Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
08:21:01 [2020-11-03T08:21:01.865Z]         check_test.go:309: [d81ca4761c693] daemon is not started
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
08:21:01 [2020-11-03T08:21:01.865Z]         check_test.go:309: [d82a01ce71f49] daemon is not started
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
08:21:01 [2020-11-03T08:21:01.865Z]         check_test.go:309: [df52faa593265] daemon is not started
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
08:21:01 [2020-11-03T08:21:01.865Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
08:21:01 [2020-11-03T08:21:01.865Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] DONE 273 tests, 5 skipped in 2534.345s
08:21:01 [2020-11-03T08:21:01.865Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:21:01 [2020-11-03T08:21:01.865Z] ++++ cat bundles/test-integration/docker.pid
08:21:01 [2020-11-03T08:21:01.865Z] +++ kill 7645
08:21:01 [2020-11-03T08:21:01.865Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8ee267938d7e/docker.pid
08:21:01 [2020-11-03T08:21:01.865Z] +++ kill 5448
08:21:01 [2020-11-03T08:21:01.865Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5448 is not a child of this shell
08:21:01 [2020-11-03T08:21:01.865Z] warning: PID 5448 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8ee267938d7e/docker.pid had a nonzero exit code
08:21:01 [2020-11-03T08:21:01.865Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8ee267938d7e/root: target is busy.
08:21:01 [2020-11-03T08:21:01.865Z] +++ /etc/init.d/apparmor stop
08:21:01 [2020-11-03T08:21:01.865Z] Leaving: AppArmorNo profiles have been unloaded.
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] Unloading profiles will leave already running processes permanently
08:21:01 [2020-11-03T08:21:01.865Z] unconfined, which can lead to unexpected situations.
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] To set a process to complain mode, use the command line tool
08:21:01 [2020-11-03T08:21:01.865Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:21:01 [2020-11-03T08:21:01.865Z] +++ true
08:21:01 [2020-11-03T08:21:01.865Z] exiting test-integration
08:21:01 [2020-11-03T08:21:01.865Z] ++ exit 0
08:21:01 [2020-11-03T08:21:01.865Z] 
08:21:01 [2020-11-03T08:21:01.865Z] + exit 0
08:21:01 [2020-11-03T08:21:01.865Z] ++ jobs -p
08:21:01 [2020-11-03T08:21:01.865Z] + pids=
08:21:01 [2020-11-03T08:21:01.865Z] + echo 'Remaining pids to kill: []'
08:21:01 [2020-11-03T08:21:01.865Z] Remaining pids to kill: []
08:21:01 [2020-11-03T08:21:01.865Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
08:21:01 [2020-11-03T08:21:01.884Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
08:21:04 [2020-11-03T08:21:04.311Z] + echo Ensuring container killed.
08:21:04 [2020-11-03T08:21:04.311Z] Ensuring container killed.
08:21:04 [2020-11-03T08:21:04.311Z] + docker ps -aq -f name=docker-pr2-*
08:21:04 [2020-11-03T08:21:04.311Z] + cids=8a87ff0f9c5a
08:21:04 [2020-11-03T08:21:04.311Z] 1b2a675813d1
08:21:04 [2020-11-03T08:21:04.311Z] 266c4e819324
08:21:04 [2020-11-03T08:21:04.311Z] + [ -n 8a87ff0f9c5a
08:21:04 [2020-11-03T08:21:04.311Z] 1b2a675813d1
08:21:04 [2020-11-03T08:21:04.311Z] 266c4e819324 ]
08:21:04 [2020-11-03T08:21:04.311Z] + docker rm -vf 8a87ff0f9c5a 1b2a675813d1 266c4e819324
08:21:04 [2020-11-03T08:21:04.926Z] === RUN   TestDockerSuite/TestExecWithImageUser
08:21:04 [2020-11-03T08:21:04.926Z] === RUN   TestDockerSuite/TestExecWithPrivileged
08:21:04 [2020-11-03T08:21:04.926Z] === RUN   TestDockerSuite/TestExecWithUser
08:21:05 [2020-11-03T08:21:05.388Z] === RUN   TestDockerSuite/TestGetContainerStats
08:21:06 [2020-11-03T08:21:06.862Z] 8a87ff0f9c5a
08:21:06 [2020-11-03T08:21:06.862Z] 1b2a675813d1
08:21:06 [2020-11-03T08:21:06.862Z] 266c4e819324
[Pipeline] sh
08:21:07 [2020-11-03T08:21:07.151Z] + echo Chowning /workspace to jenkins user
08:21:07 [2020-11-03T08:21:07.151Z] Chowning /workspace to jenkins user
08:21:07 [2020-11-03T08:21:07.151Z] + id -u
08:21:07 [2020-11-03T08:21:07.151Z] + id -g
08:21:07 [2020-11-03T08:21:07.151Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41626:/workspace busybox chown -R 1000:1000 /workspace
08:21:07 [2020-11-03T08:21:07.151Z] Unable to find image 'busybox:latest' locally
08:21:11 [2020-11-03T08:21:11.270Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
08:21:12 [2020-11-03T08:21:12.438Z] latest: Pulling from library/busybox
08:21:12 [2020-11-03T08:21:12.438Z] 9758c28807f2: Pulling fs layer
08:21:12 [2020-11-03T08:21:12.438Z] 9758c28807f2: Verifying Checksum
08:21:12 [2020-11-03T08:21:12.438Z] 9758c28807f2: Download complete
08:21:12 [2020-11-03T08:21:12.700Z] 9758c28807f2: Pull complete
08:21:12 [2020-11-03T08:21:12.700Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
08:21:12 [2020-11-03T08:21:12.700Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:21:16 [2020-11-03T08:21:16.318Z] + bundleName=amd64
08:21:16 [2020-11-03T08:21:16.318Z] + echo Creating amd64-bundles.tar.gz
08:21:16 [2020-11-03T08:21:16.318Z] Creating amd64-bundles.tar.gz
08:21:16 [2020-11-03T08:21:16.318Z] + xargs tar -czf amd64-bundles.tar.gz
08:21:16 [2020-11-03T08:21:16.318Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
08:21:17 [2020-11-03T08:21:17.090Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
[Pipeline] archiveArtifacts
08:21:17 [2020-11-03T08:21:17.720Z] Archiving artifacts
08:21:19 [2020-11-03T08:21:19.860Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:21:20 [2020-11-03T08:21:20.028Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
08:21:20 [2020-11-03T08:21:20.182Z] + make clean
08:21:20 [2020-11-03T08:21:20.445Z] docker volume rm -f docker-dev-cache
08:21:20 [2020-11-03T08:21:20.445Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestHealth
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestHistoryExistentImage
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
08:21:25 [2020-11-03T08:21:25.864Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
08:21:30 [2020-11-03T08:21:30.644Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
08:21:30 [2020-11-03T08:21:30.644Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
08:21:30 [2020-11-03T08:21:30.644Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
08:21:30 [2020-11-03T08:21:30.644Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
08:21:30 [2020-11-03T08:21:30.644Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
08:21:30 [2020-11-03T08:21:30.644Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
08:21:31 [2020-11-03T08:21:31.106Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
08:21:31 [2020-11-03T08:21:31.106Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
08:21:32 [2020-11-03T08:21:32.080Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
08:21:32 [2020-11-03T08:21:32.080Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
08:21:33 [2020-11-03T08:21:33.627Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
08:21:33 [2020-11-03T08:21:33.627Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
08:21:35 [2020-11-03T08:21:35.171Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
08:21:37 [2020-11-03T08:21:37.360Z] === RUN   TestDockerSuite/TestImagesFormat
08:21:37 [2020-11-03T08:21:37.822Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
08:21:37 [2020-11-03T08:21:37.822Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
08:21:41 [2020-11-03T08:21:41.595Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
08:21:41 [2020-11-03T08:21:41.595Z] === RUN   TestDockerSuite/TestImportBadURL
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestImportDisplay
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestImportFile
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestImportFileWithMessage
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestImportGzipped
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
08:21:43 [2020-11-03T08:21:43.784Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
08:21:46 [2020-11-03T08:21:46.035Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
08:21:49 [2020-11-03T08:21:49.787Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
08:21:49 [2020-11-03T08:21:49.787Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
08:21:49 [2020-11-03T08:21:49.787Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
08:21:49 [2020-11-03T08:21:49.787Z] === RUN   TestDockerSuite/TestInspectAmpersand
08:21:49 [2020-11-03T08:21:49.787Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
08:21:51 [2020-11-03T08:21:51.334Z] === RUN   TestDockerSuite/TestInspectByPrefix
08:21:51 [2020-11-03T08:21:51.796Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
08:21:53 [2020-11-03T08:21:53.342Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
08:21:53 [2020-11-03T08:21:53.342Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
08:21:53 [2020-11-03T08:21:53.804Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
08:21:53 [2020-11-03T08:21:53.804Z] === RUN   TestDockerSuite/TestInspectDefault
08:22:00 [2020-11-03T08:22:00.904Z] === RUN   TestDockerSuite/TestInspectHistory
08:22:04 [2020-11-03T08:22:04.655Z] === RUN   TestDockerSuite/TestInspectImage
08:22:04 [2020-11-03T08:22:04.655Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
08:22:04 [2020-11-03T08:22:04.655Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
08:22:04 [2020-11-03T08:22:04.655Z] === RUN   TestDockerSuite/TestInspectInt64
08:22:06 [2020-11-03T08:22:06.855Z] === RUN   TestDockerSuite/TestInspectJSONFields
08:22:08 [2020-11-03T08:22:08.402Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
08:22:08 [2020-11-03T08:22:08.864Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
08:22:10 [2020-11-03T08:22:10.409Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
08:22:12 [2020-11-03T08:22:12.598Z] === RUN   TestDockerSuite/TestInspectPlugin
08:22:12 [2020-11-03T08:22:12.598Z] === RUN   TestDockerSuite/TestInspectRootFS
08:22:12 [2020-11-03T08:22:12.598Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
08:22:14 [2020-11-03T08:22:14.153Z] === RUN   TestDockerSuite/TestInspectStatus
08:22:16 [2020-11-03T08:22:16.392Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
08:22:20 [2020-11-03T08:22:20.168Z] === RUN   TestDockerSuite/TestInspectTemplateError
08:22:21 [2020-11-03T08:22:21.714Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
08:22:23 [2020-11-03T08:22:23.909Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
08:22:25 [2020-11-03T08:22:25.455Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
08:22:27 [2020-11-03T08:22:27.000Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
08:22:29 [2020-11-03T08:22:29.194Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestInspectUnknownObject
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinkShortDefinition
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksEnvs
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
08:22:31 [2020-11-03T08:22:31.425Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
08:22:32 [2020-11-03T08:22:32.970Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
08:22:34 [2020-11-03T08:22:34.516Z] === RUN   TestDockerSuite/TestLogsAPIUntil
08:22:40 [2020-11-03T08:22:40.333Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
08:22:41 [2020-11-03T08:22:41.934Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
08:22:41 [2020-11-03T08:22:41.934Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
08:22:44 [2020-11-03T08:22:44.127Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
08:22:44 [2020-11-03T08:22:44.127Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
08:22:49 [2020-11-03T08:22:49.950Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
08:22:55 [2020-11-03T08:22:55.790Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
08:23:01 [2020-11-03T08:23:01.633Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
08:23:03 [2020-11-03T08:23:03.821Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
08:23:06 [2020-11-03T08:23:06.010Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
08:23:06 [2020-11-03T08:23:06.010Z] === RUN   TestDockerSuite/TestLogsFollowStopped
08:23:08 [2020-11-03T08:23:08.198Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
08:23:10 [2020-11-03T08:23:10.387Z] === RUN   TestDockerSuite/TestLogsSince
08:23:19 [2020-11-03T08:23:19.061Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
08:23:19 [2020-11-03T08:23:19.061Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
08:23:19 [2020-11-03T08:23:19.061Z] === RUN   TestDockerSuite/TestLogsTail
08:23:21 [2020-11-03T08:23:21.328Z] === RUN   TestDockerSuite/TestLogsTimestamps
08:23:22 [2020-11-03T08:23:22.872Z] === RUN   TestDockerSuite/TestLogsWithDetails
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestMountIntoProc
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestMountIntoSys
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestNetHostname
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginActive
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginLogDriver
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPluginUpgrade
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPortHostBinding
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPortList
08:23:25 [2020-11-03T08:23:25.062Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersAttach
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
08:23:28 [2020-11-03T08:23:28.877Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
08:23:32 [2020-11-03T08:23:32.666Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
08:23:33 [2020-11-03T08:23:33.142Z] === RUN   TestDockerSuite/TestPsByOrder
08:23:40 [2020-11-03T08:23:40.317Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
08:23:40 [2020-11-03T08:23:40.317Z] === RUN   TestDockerSuite/TestPsListContainersBase
08:23:49 [2020-11-03T08:23:49.037Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
08:24:01 [2020-11-03T08:24:01.562Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
08:24:01 [2020-11-03T08:24:01.562Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
08:24:01 [2020-11-03T08:24:01.562Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
08:24:14 [2020-11-03T08:24:14.074Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
08:24:16 [2020-11-03T08:24:16.263Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
08:24:22 [2020-11-03T08:24:22.140Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
08:24:25 [2020-11-03T08:24:25.892Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
08:24:25 [2020-11-03T08:24:25.892Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
08:24:25 [2020-11-03T08:24:25.892Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
08:24:30 [2020-11-03T08:24:30.599Z] === RUN   TestDockerSuite/TestPsListContainersSize
08:24:30 [2020-11-03T08:24:30.599Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
08:24:30 [2020-11-03T08:24:30.599Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
08:24:30 [2020-11-03T08:24:30.599Z] === RUN   TestDockerSuite/TestPsRightTagName
08:24:30 [2020-11-03T08:24:30.599Z] === RUN   TestDockerSuite/TestPsShowMounts
08:24:36 [2020-11-03T08:24:36.457Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
08:24:36 [2020-11-03T08:24:36.457Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
08:24:38 [2020-11-03T08:24:38.003Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
08:24:38 [2020-11-03T08:24:38.003Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
08:24:38 [2020-11-03T08:24:38.976Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
08:24:39 [2020-11-03T08:24:39.949Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
08:24:39 [2020-11-03T08:24:39.949Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
08:24:43 [2020-11-03T08:24:43.701Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
08:24:47 [2020-11-03T08:24:47.455Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
08:24:49 [2020-11-03T08:24:49.026Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
08:25:06 [2020-11-03T08:25:06.949Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
08:25:06 [2020-11-03T08:25:06.949Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
08:25:10 [2020-11-03T08:25:10.746Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
08:25:10 [2020-11-03T08:25:10.746Z] === RUN   TestDockerSuite/TestRestartPolicyNO
08:25:10 [2020-11-03T08:25:10.746Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
08:25:11 [2020-11-03T08:25:11.723Z] === RUN   TestDockerSuite/TestRestartRunningContainer
08:25:15 [2020-11-03T08:25:15.490Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
08:25:19 [2020-11-03T08:25:19.253Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
08:25:19 [2020-11-03T08:25:19.253Z] === RUN   TestDockerSuite/TestRestartWithVolumes
08:25:23 [2020-11-03T08:25:23.007Z] === RUN   TestDockerSuite/TestRmiBlank
08:25:23 [2020-11-03T08:25:23.007Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
08:25:23 [2020-11-03T08:25:23.007Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
08:25:37 [2020-11-03T08:25:37.954Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
08:25:38 [2020-11-03T08:25:38.416Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
08:25:38 [2020-11-03T08:25:38.877Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
08:25:44 [2020-11-03T08:25:44.756Z] === RUN   TestDockerSuite/TestRmiImgIDForce
08:25:49 [2020-11-03T08:25:49.471Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
08:25:56 [2020-11-03T08:25:56.594Z] === RUN   TestDockerSuite/TestRmiParentImageFail
08:26:01 [2020-11-03T08:26:01.340Z] === RUN   TestDockerSuite/TestRmiTag
08:26:01 [2020-11-03T08:26:01.340Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
08:26:03 [2020-11-03T08:26:03.529Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
08:26:21 [2020-11-03T08:26:21.271Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
08:26:21 [2020-11-03T08:26:21.271Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
08:26:26 [2020-11-03T08:26:26.138Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAddHost
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
08:26:26 [2020-11-03T08:26:26.600Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
08:26:28 [2020-11-03T08:26:28.869Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
08:26:28 [2020-11-03T08:26:28.869Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
08:26:28 [2020-11-03T08:26:28.869Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
08:26:32 [2020-11-03T08:26:32.619Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
08:26:34 [2020-11-03T08:26:34.809Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
08:26:36 [2020-11-03T08:26:36.998Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
08:26:38 [2020-11-03T08:26:38.545Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
08:26:40 [2020-11-03T08:26:40.737Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
08:26:40 [2020-11-03T08:26:40.737Z] === RUN   TestDockerSuite/TestRunBindMounts
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
08:26:44 [2020-11-03T08:26:44.509Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
08:26:44 [2020-11-03T08:26:44.970Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
08:26:44 [2020-11-03T08:26:44.970Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
08:26:44 [2020-11-03T08:26:44.970Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
08:26:44 [2020-11-03T08:26:44.970Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
08:26:44 [2020-11-03T08:26:44.970Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
08:26:47 [2020-11-03T08:26:47.160Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
08:26:47 [2020-11-03T08:26:47.160Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
08:26:49 [2020-11-03T08:26:49.349Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
08:26:49 [2020-11-03T08:26:49.349Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
08:26:49 [2020-11-03T08:26:49.349Z] === RUN   TestDockerSuite/TestRunContainerNetwork
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
08:26:56 [2020-11-03T08:26:56.448Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
08:26:57 [2020-11-03T08:26:57.994Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
08:27:00 [2020-11-03T08:27:00.185Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
08:27:02 [2020-11-03T08:27:02.381Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
08:27:02 [2020-11-03T08:27:02.381Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
08:27:02 [2020-11-03T08:27:02.381Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
08:27:02 [2020-11-03T08:27:02.381Z] === RUN   TestDockerSuite/TestRunCreateVolume
08:27:03 [2020-11-03T08:27:03.939Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
08:27:03 [2020-11-03T08:27:03.939Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
08:27:03 [2020-11-03T08:27:03.939Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
08:27:03 [2020-11-03T08:27:03.939Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
08:27:03 [2020-11-03T08:27:03.939Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
08:27:06 [2020-11-03T08:27:06.182Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDNSOptions
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
08:27:10 [2020-11-03T08:27:10.901Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
08:27:13 [2020-11-03T08:27:13.100Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
08:27:13 [2020-11-03T08:27:13.100Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
08:27:13 [2020-11-03T08:27:13.100Z] === RUN   TestDockerSuite/TestRunDuplicateMount
08:27:13 [2020-11-03T08:27:13.100Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
08:27:14 [2020-11-03T08:27:14.711Z] === RUN   TestDockerSuite/TestRunEchoStdout
08:27:16 [2020-11-03T08:27:16.902Z] === RUN   TestDockerSuite/TestRunEmptyEnv
08:27:16 [2020-11-03T08:27:16.902Z] === RUN   TestDockerSuite/TestRunEntrypoint
08:27:18 [2020-11-03T08:27:18.452Z] === RUN   TestDockerSuite/TestRunEnvironment
08:27:18 [2020-11-03T08:27:18.452Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
08:27:18 [2020-11-03T08:27:18.452Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
08:27:18 [2020-11-03T08:27:18.452Z] === RUN   TestDockerSuite/TestRunExitCode
08:27:20 [2020-11-03T08:27:20.645Z] === RUN   TestDockerSuite/TestRunExitCodeOne
08:27:22 [2020-11-03T08:27:22.834Z] === RUN   TestDockerSuite/TestRunExitCodeZero
08:27:24 [2020-11-03T08:27:24.383Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
08:27:31 [2020-11-03T08:27:31.483Z] === RUN   TestDockerSuite/TestRunExposePort
08:27:31 [2020-11-03T08:27:31.483Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
08:27:31 [2020-11-03T08:27:31.483Z] === RUN   TestDockerSuite/TestRunGroupAdd
08:27:31 [2020-11-03T08:27:31.483Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
08:27:31 [2020-11-03T08:27:31.483Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
08:27:31 [2020-11-03T08:27:31.483Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
08:27:31 [2020-11-03T08:27:31.484Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
08:27:31 [2020-11-03T08:27:31.484Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
08:27:31 [2020-11-03T08:27:31.484Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunInvalidReference
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
08:27:35 [2020-11-03T08:27:35.241Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
08:27:42 [2020-11-03T08:27:42.394Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
08:27:42 [2020-11-03T08:27:42.394Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModeHostname
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModeIpcHost
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModePIDContainer
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModePIDHost
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunModeUTSHost
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunMount
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunMountOrdering
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
08:27:44 [2020-11-03T08:27:44.048Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
08:27:51 [2020-11-03T08:27:51.177Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
08:27:51 [2020-11-03T08:27:51.177Z] === RUN   TestDockerSuite/TestRunNamedVolume
08:27:51 [2020-11-03T08:27:51.177Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
08:27:51 [2020-11-03T08:27:51.177Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
08:27:55 [2020-11-03T08:27:55.007Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetHost
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
08:27:57 [2020-11-03T08:27:57.926Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
08:27:58 [2020-11-03T08:27:58.388Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
08:27:59 [2020-11-03T08:27:59.361Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
08:28:01 [2020-11-03T08:28:01.604Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
08:28:03 [2020-11-03T08:28:03.209Z] === RUN   TestDockerSuite/TestRunNonExistingImage
08:28:04 [2020-11-03T08:28:04.184Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunPortInUse
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
08:28:06 [2020-11-03T08:28:06.396Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
08:28:08 [2020-11-03T08:28:08.647Z] === RUN   TestDockerSuite/TestRunPublishPort
08:28:08 [2020-11-03T08:28:08.647Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
08:28:08 [2020-11-03T08:28:08.647Z] === RUN   TestDockerSuite/TestRunReadProcLatency
08:28:08 [2020-11-03T08:28:08.647Z] === RUN   TestDockerSuite/TestRunReadProcTimer
08:28:08 [2020-11-03T08:28:08.647Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
08:28:08 [2020-11-03T08:28:08.647Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
08:28:17 [2020-11-03T08:28:17.315Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
08:28:17 [2020-11-03T08:28:17.315Z] === RUN   TestDockerSuite/TestRunRm
08:28:18 [2020-11-03T08:28:18.289Z] === RUN   TestDockerSuite/TestRunRmAndWait
08:28:23 [2020-11-03T08:28:23.064Z] === RUN   TestDockerSuite/TestRunRmPre125Api
08:28:30 [2020-11-03T08:28:30.167Z] === RUN   TestDockerSuite/TestRunRootWorkdir
08:28:31 [2020-11-03T08:28:31.713Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
08:28:33 [2020-11-03T08:28:33.902Z] === RUN   TestDockerSuite/TestRunSetMacAddress
08:28:35 [2020-11-03T08:28:35.499Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
08:28:35 [2020-11-03T08:28:35.499Z] === RUN   TestDockerSuite/TestRunState
08:28:35 [2020-11-03T08:28:35.499Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
08:28:37 [2020-11-03T08:28:37.687Z] === RUN   TestDockerSuite/TestRunStdinPipe
08:28:37 [2020-11-03T08:28:37.687Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
08:28:42 [2020-11-03T08:28:42.234Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
08:28:42 [2020-11-03T08:28:42.234Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
08:28:42 [2020-11-03T08:28:42.234Z] === RUN   TestDockerSuite/TestRunTLSVerify
08:28:42 [2020-11-03T08:28:42.234Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
08:28:42 [2020-11-03T08:28:42.234Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
08:28:42 [2020-11-03T08:28:42.234Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUnshareProc
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUserByID
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUserByIDBig
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUserByIDZero
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUserByName
08:28:44 [2020-11-03T08:28:44.553Z] === RUN   TestDockerSuite/TestRunUserDefaults
08:28:46 [2020-11-03T08:28:46.099Z] === RUN   TestDockerSuite/TestRunUserNotFound
08:28:46 [2020-11-03T08:28:46.099Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
08:28:48 [2020-11-03T08:28:48.288Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
08:28:48 [2020-11-03T08:28:48.288Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
08:28:48 [2020-11-03T08:28:48.288Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
08:28:50 [2020-11-03T08:28:50.477Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
08:28:57 [2020-11-03T08:28:57.649Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
08:29:00 [2020-11-03T08:29:00.634Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
08:29:06 [2020-11-03T08:29:06.449Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
08:29:06 [2020-11-03T08:29:06.449Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
08:29:06 [2020-11-03T08:29:06.449Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
08:29:06 [2020-11-03T08:29:06.449Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
08:29:06 [2020-11-03T08:29:06.449Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
08:29:07 [2020-11-03T08:29:07.997Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
08:29:10 [2020-11-03T08:29:10.187Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
08:29:11 [2020-11-03T08:29:11.739Z] === RUN   TestDockerSuite/TestRunWithBadDevice
08:29:11 [2020-11-03T08:29:11.739Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithUlimits
08:29:12 [2020-11-03T08:29:12.201Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
08:29:20 [2020-11-03T08:29:20.915Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
08:29:22 [2020-11-03T08:29:22.462Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
08:29:24 [2020-11-03T08:29:24.008Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
08:29:27 [2020-11-03T08:29:27.764Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
08:29:27 [2020-11-03T08:29:27.764Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveCheckTimes
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveImageId
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveLoadParents
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveMultipleNames
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveSingleTag
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
08:29:28 [2020-11-03T08:29:28.226Z] === RUN   TestDockerSuite/TestSearchCmdOptions
08:29:30 [2020-11-03T08:29:30.416Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
08:29:30 [2020-11-03T08:29:30.878Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
08:29:31 [2020-11-03T08:29:31.339Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
08:29:31 [2020-11-03T08:29:31.339Z] === RUN   TestDockerSuite/TestSearchWithLimit
08:29:32 [2020-11-03T08:29:32.884Z] === RUN   TestDockerSuite/TestSlowStdinClosing
08:29:38 [2020-11-03T08:29:38.722Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
08:29:38 [2020-11-03T08:29:38.722Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
08:29:45 [2020-11-03T08:29:45.975Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
08:29:45 [2020-11-03T08:29:45.975Z] === RUN   TestDockerSuite/TestStartAttachSilent
08:29:48 [2020-11-03T08:29:48.972Z] === RUN   TestDockerSuite/TestStartAttachWithRename
08:29:48 [2020-11-03T08:29:48.972Z] === RUN   TestDockerSuite/TestStartMultipleContainers
08:29:48 [2020-11-03T08:29:48.972Z] === RUN   TestDockerSuite/TestStartPausedContainer
08:29:49 [2020-11-03T08:29:49.433Z] === RUN   TestDockerSuite/TestStartRecordError
08:29:49 [2020-11-03T08:29:49.433Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestStatsAllNoStream
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestStatsFormatAll
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestStatsNoStream
08:29:55 [2020-11-03T08:29:55.251Z] === RUN   TestDockerSuite/TestTopMultipleArgs
08:29:56 [2020-11-03T08:29:56.796Z] === RUN   TestDockerSuite/TestTopNonPrivileged
08:29:58 [2020-11-03T08:29:58.348Z] === RUN   TestDockerSuite/TestTopPrivileged
08:29:58 [2020-11-03T08:29:58.348Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
08:30:00 [2020-11-03T08:30:00.538Z] === RUN   TestDockerSuite/TestVolumeCLICreate
08:30:15 [2020-11-03T08:30:15.505Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
08:30:16 [2020-11-03T08:30:16.000Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
08:30:16 [2020-11-03T08:30:16.000Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
08:30:16 [2020-11-03T08:30:16.000Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
08:30:16 [2020-11-03T08:30:16.463Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
08:30:16 [2020-11-03T08:30:16.463Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
08:30:16 [2020-11-03T08:30:16.924Z] === RUN   TestDockerSuite/TestVolumeCLILs
08:30:19 [2020-11-03T08:30:19.112Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
08:30:19 [2020-11-03T08:30:19.112Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
08:30:21 [2020-11-03T08:30:21.302Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
08:30:21 [2020-11-03T08:30:21.764Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
08:30:22 [2020-11-03T08:30:22.226Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
08:30:22 [2020-11-03T08:30:22.226Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
08:30:22 [2020-11-03T08:30:22.226Z] === RUN   TestDockerSuite/TestVolumeCLIRm
08:30:34 [2020-11-03T08:30:34.739Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
08:30:34 [2020-11-03T08:30:34.739Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
08:30:34 [2020-11-03T08:30:34.739Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
08:30:34 [2020-11-03T08:30:34.739Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
08:30:34 [2020-11-03T08:30:34.739Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
08:30:40 [2020-11-03T08:30:40.585Z] === RUN   TestDockerSuite/TestVolumeLsFormat
08:30:41 [2020-11-03T08:30:41.046Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
08:30:41 [2020-11-03T08:30:41.046Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
08:30:53 [2020-11-03T08:30:53.593Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
08:30:53 [2020-11-03T08:30:53.593Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
08:30:55 [2020-11-03T08:30:55.138Z] --- PASS: TestDockerSuite (2247.67s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.73s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.35s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (150.77s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.70s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.138Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.138Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.07s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.72s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.86s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_run_test.go:3180: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_run_test.go:3158: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.81s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.54s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (98.43s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.55s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.03s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.70s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.65s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.72s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.16s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.06s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.64s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.61s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.24s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.54s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.38s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddTar (35.20s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.28s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.59s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.46s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.68s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.83s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.25s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.36s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.87s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.86s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.54s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.11s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.49s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.13s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.14s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.89s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.48s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.83s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.66s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.96s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildContChar (12.43s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.78s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.67s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.71s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.99s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.86s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.40s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.20s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.20s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.29s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.58s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.29s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.31s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.66s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.23s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.48s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.21s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (53.62s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.13s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (48.41s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.37s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.72s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.09s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.64s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.35s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.31s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.02s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.65s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (71.08s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.40s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.98s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.89s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.67s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.55s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.86s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.70s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.66s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.56s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFails (1.98s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.72s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.71s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.23s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFromGit (10.57s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.36s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.43s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.81s)
08:30:55 [2020-11-03T08:30:55.139Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
08:30:55 [2020-11-03T08:30:55.139Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.139Z]     --- PASS: TestDockerSuite/TestBuildHistory (8.53s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.77s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.11s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.68s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.15s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.78s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.77s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.81s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.25s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.39s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.69s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.89s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (1.99s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.61s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.11s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.54s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.43s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.89s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.39s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.94s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.30s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.10s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.13s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.17s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.96s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.05s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (9.09s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.37s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.11s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.04s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.62s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.85s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.49s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.94s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.85s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.22s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.66s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildRm (13.27s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.92s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.35s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.97s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.11s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.36s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (14.68s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.65s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.52s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.41s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.28s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.80s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.53s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.26s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.61s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.01s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.50s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.41s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (5.94s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.35s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.76s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.74s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.96s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.12s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.49s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.81s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.65s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.82s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.08s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.52s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.84s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_sni_test.go:18: Flakey test
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.96s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.48s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCommitChange (4.82s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.47s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.30s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCommitTTY (10.94s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (9.17s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.23s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.24s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.00s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.18s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.38s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.79s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.01s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.00s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.98s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.67s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.19s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.93s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.40s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.36s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.63s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.02s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.70s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (3.98s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.70s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.140Z]         docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.87s)
08:30:55 [2020-11-03T08:30:55.140Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.39s)
08:30:55 [2020-11-03T08:30:55.140Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.28s)
08:30:55 [2020-11-03T08:30:55.140Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.20s)
08:30:55 [2020-11-03T08:30:55.140Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.14s)
08:30:55 [2020-11-03T08:30:55.140Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.20s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000004f20_<nil>} (2.20s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1330893898_c:\foo_false__<nil>_<nil>_<nil>} (2.19s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1330893898_c:\foo_true__<nil>_<nil>_<nil>} (2.15s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.14s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
08:30:55 [2020-11-03T08:30:55.141Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.03s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.18s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpRelativePath (6.91s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.40s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.07s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpToCaseE (8.06s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpToCaseH (7.87s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpToDot (2.06s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.17s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.15s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.59s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (1.96s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.14s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.87s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.51s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.15s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateRM (0.28s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.30s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.87s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.09s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.04s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestDockerFails (0.07s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.15s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.04s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.12s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (12.23s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsCopy (5.01s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.52s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.00s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.75s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.27s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.68s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.90s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.18s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.02s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.17s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsRename (2.08s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsResize (2.55s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.01s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.29s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.43s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.77s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (8.07s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.67s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.66s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.85s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.91s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.84s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.81s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.10s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.35s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.27s)
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
08:30:55 [2020-11-03T08:30:55.141Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.141Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.16s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.01s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.25s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.67s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.75s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.97s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.06s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.17s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.48s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.85s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.35s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.70s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.21s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.19s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.44s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.36s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.88s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.49s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.09s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.87s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectDefault (6.78s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.27s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.02s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.80s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.85s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.70s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.09s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.66s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.16s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.70s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.89s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.90s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.63s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.84s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.08s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.87s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.62s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.66s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.32s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.99s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.76s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.85s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.06s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.00s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.17s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.11s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (1.96s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.96s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsSince (8.65s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsTail (2.33s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.10s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.89s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.68s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.142Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
08:30:55 [2020-11-03T08:30:55.142Z]         docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.79s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsByOrder (7.29s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (8.83s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.81s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.22s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.89s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.06s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.58s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.97s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPsShowMounts (6.33s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.55s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.42s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.55s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.06s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (16.10s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.29s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.14s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.62s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.72s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.62s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.77s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.06s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.36s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.55s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.97s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.67s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.12s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.06s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiTag (0.62s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.08s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.32s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.21s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.57s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.98s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.88s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.85s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.42s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.01s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.99s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.83s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunBindMounts (3.99s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.95s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.66s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (6.61s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.91s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.96s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.93s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (1.93s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.89s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.03s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.92s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.09s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.84s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (1.89s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.82s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunExitCode (1.91s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.93s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (1.90s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (6.82s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.75s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.10s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.62s)
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.143Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
08:30:55 [2020-11-03T08:30:55.143Z]         docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.28s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.08s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.35s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.28s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.04s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.93s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.87s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.02s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.82s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.37s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2885: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.20s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunRm (1.96s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.10s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (6.84s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (1.93s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.61s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.17s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.99s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.84s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.46s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2924: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.85s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.84s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.55s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.95s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.79s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.22s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.28s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.95s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.91s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (8.50s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.62s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.80s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.92s)
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3041: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.144Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
08:30:55 [2020-11-03T08:30:55.144Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.55s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (5.69s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.80s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.60s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.54s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.69s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (1.97s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.77s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.11s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.58s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (11.65s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.71s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.42s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
08:30:55 [2020-11-03T08:30:55.145Z]         docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.33s)
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerRegistrySuite/TestV2Only
08:30:55 [2020-11-03T08:30:55.145Z] --- PASS: TestDockerRegistrySuite (0.14s)
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
08:30:55 [2020-11-03T08:30:55.145Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
08:30:55 [2020-11-03T08:30:55.145Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
08:30:55 [2020-11-03T08:30:55.146Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
08:30:55 [2020-11-03T08:30:55.146Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.146Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
08:30:55 [2020-11-03T08:30:55.609Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthTokenSuite
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
08:30:55 [2020-11-03T08:30:55.609Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerDaemonSuite
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
08:30:55 [2020-11-03T08:30:55.609Z] --- PASS: TestDockerDaemonSuite (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:302: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:302: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:302: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerSwarmSuite
08:30:55 [2020-11-03T08:30:55.609Z] --- PASS: TestDockerSwarmSuite (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginCreate
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginInspect
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerPluginSuite/TestPluginSet
08:30:55 [2020-11-03T08:30:55.609Z] --- PASS: TestDockerPluginSuite (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerExternalVolumeSuite
08:30:55 [2020-11-03T08:30:55.609Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]     check_test.go:128: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerNetworkSuite
08:30:55 [2020-11-03T08:30:55.609Z] --- SKIP: TestDockerNetworkSuite (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]     check_test.go:134: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] === RUN   TestDockerHubPullSuite
08:30:55 [2020-11-03T08:30:55.609Z] --- SKIP: TestDockerHubPullSuite (0.00s)
08:30:55 [2020-11-03T08:30:55.609Z]     check_test.go:142: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] PASS
08:30:55 [2020-11-03T08:30:55.609Z] ok  	github.com/docker/docker/integration-cli	2248.363s
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === Skipped
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_run_test.go:3180: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_run_test.go:3158: unmatched requirement Apparmor
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.609Z] 
08:30:55 [2020-11-03T08:30:55.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
08:30:55 [2020-11-03T08:30:55.609Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.610Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.610Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_sni_test.go:18: Flakey test
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
08:30:55 [2020-11-03T08:30:55.611Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.611Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.612Z] 
08:30:55 [2020-11-03T08:30:55.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
08:30:55 [2020-11-03T08:30:55.612Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
08:30:55 [2020-11-03T08:30:55.613Z]         docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.613Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
08:30:55 [2020-11-03T08:30:55.614Z]         docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.614Z] 
08:30:55 [2020-11-03T08:30:55.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:55 [2020-11-03T08:30:55.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
08:30:55 [2020-11-03T08:30:55.615Z]         docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux
08:30:55 [2020-11-03T08:30:55.615Z] 
08:30:56 [2020-11-03T08:30:56.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]         docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.078Z] 
08:30:56 [2020-11-03T08:30:56.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
08:30:56 [2020-11-03T08:30:56.078Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
08:30:56 [2020-11-03T08:30:56.078Z]         docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.078Z] 
08:30:56 [2020-11-03T08:30:56.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.078Z] 
08:30:56 [2020-11-03T08:30:56.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]         docker_cli_run_test.go:2885: unmatched requirement Apparmor
08:30:56 [2020-11-03T08:30:56.078Z] 
08:30:56 [2020-11-03T08:30:56.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
08:30:56 [2020-11-03T08:30:56.078Z]         docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:2924: unmatched requirement Apparmor
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3041: unmatched requirement Apparmor
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
08:30:56 [2020-11-03T08:30:56.079Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.079Z] 
08:30:56 [2020-11-03T08:30:56.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
08:30:56 [2020-11-03T08:30:56.080Z]         docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:185: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
08:30:56 [2020-11-03T08:30:56.080Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.080Z] 
08:30:56 [2020-11-03T08:30:56.080Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:212: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:239: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:268: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:302: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:302: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:302: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]         check_test.go:407: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     check_test.go:128: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     check_test.go:134: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
08:30:56 [2020-11-03T08:30:56.081Z]     check_test.go:142: unmatched requirement DaemonIsLinux
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] DONE 1096 tests, 549 skipped in 2258.551s
08:30:56 [2020-11-03T08:30:56.081Z] INFO: Integration tests ended at 11/03/2020 08:30:55. Duration:00:37:38.6318906
08:30:56 [2020-11-03T08:30:56.081Z] INFO: Docker info of the daemon under test at end of run
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] Containers: 2
08:30:56 [2020-11-03T08:30:56.081Z]  Running: 0
08:30:56 [2020-11-03T08:30:56.081Z]  Paused: 0
08:30:56 [2020-11-03T08:30:56.081Z]  Stopped: 2
08:30:56 [2020-11-03T08:30:56.081Z] Images: 18
08:30:56 [2020-11-03T08:30:56.081Z] Server Version: 0.0.0-dev
08:30:56 [2020-11-03T08:30:56.081Z] Storage Driver: windowsfilter
08:30:56 [2020-11-03T08:30:56.081Z]  Windows: 
08:30:56 [2020-11-03T08:30:56.081Z] Logging Driver: json-file
08:30:56 [2020-11-03T08:30:56.081Z] Plugins: 
08:30:56 [2020-11-03T08:30:56.081Z]  Volume: local
08:30:56 [2020-11-03T08:30:56.081Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
08:30:56 [2020-11-03T08:30:56.081Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
08:30:56 [2020-11-03T08:30:56.081Z] Swarm: inactive
08:30:56 [2020-11-03T08:30:56.081Z] Default Isolation: process
08:30:56 [2020-11-03T08:30:56.081Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
08:30:56 [2020-11-03T08:30:56.081Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
08:30:56 [2020-11-03T08:30:56.081Z] OSType: windows
08:30:56 [2020-11-03T08:30:56.081Z] Architecture: x86_64
08:30:56 [2020-11-03T08:30:56.081Z] CPUs: 4
08:30:56 [2020-11-03T08:30:56.081Z] Total Memory: 32GiB
08:30:56 [2020-11-03T08:30:56.081Z] Name: azwin-2-367ac0
08:30:56 [2020-11-03T08:30:56.081Z] ID: 44D5:7XOX:LPKL:LRTR:V3P2:LDUX:IK3G:5YKL:ZYJ2:NV7W:MTNM:JSGS
08:30:56 [2020-11-03T08:30:56.081Z] Docker Root Dir: D:\CI\PR-41626\2\daemon
08:30:56 [2020-11-03T08:30:56.081Z] Debug Mode (client): false
08:30:56 [2020-11-03T08:30:56.081Z] Debug Mode (server): true
08:30:56 [2020-11-03T08:30:56.081Z]  File Descriptors: -1
08:30:56 [2020-11-03T08:30:56.081Z]  Goroutines: 18
08:30:56 [2020-11-03T08:30:56.081Z]  System Time: 2020-11-03T08:30:55.7734826Z
08:30:56 [2020-11-03T08:30:56.081Z]  EventsListeners: 0
08:30:56 [2020-11-03T08:30:56.081Z] Registry: https://index.docker.io/v1/
08:30:56 [2020-11-03T08:30:56.081Z] Labels:
08:30:56 [2020-11-03T08:30:56.081Z] Experimental: false
08:30:56 [2020-11-03T08:30:56.081Z] Insecure Registries:
08:30:56 [2020-11-03T08:30:56.081Z]  127.0.0.0/8
08:30:56 [2020-11-03T08:30:56.081Z] Live Restore Enabled: false
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] 
08:30:56 [2020-11-03T08:30:56.081Z] INFO: Stopping daemon under test
08:30:56 [2020-11-03T08:30:56.081Z] SUCCESS: The process with PID 3604 (child process of PID 2312) has been terminated.
08:30:56 [2020-11-03T08:30:56.081Z] SUCCESS: The process with PID 2312 (child process of PID 3640) has been terminated.
08:30:56 [2020-11-03T08:30:56.081Z] INFO: Stop tailing logs of the daemon under tests
08:30:56 [2020-11-03T08:30:56.543Z] INFO: executeCI.ps1 Completed successfully at 11/03/2020 08:30:56.
08:30:56 [2020-11-03T08:30:56.543Z] INFO: Tidying up at end of run
08:30:56 [2020-11-03T08:30:56.543Z] INFO: Saving daemon under test log (d:\CI\PR-41626\2\dut.out) to bundles\CIDUT.out
08:30:56 [2020-11-03T08:30:56.543Z] INFO: Saving daemon under test log (d:\CI\PR-41626\2\dut.err) to bundles\CIDUT.err
08:30:56 [2020-11-03T08:30:56.543Z] INFO: Nuke-Everything...
08:30:56 [2020-11-03T08:30:56.543Z] INFO: Container count on control daemon to delete is 2
08:30:57 [2020-11-03T08:30:57.004Z] f006aaa3c761
08:30:57 [2020-11-03T08:30:57.004Z] c9a0defa846b
08:30:57 [2020-11-03T08:30:57.004Z] INFO: Tidying pidfile d:\CI\PR-41626\2\docker.pid
08:30:57 [2020-11-03T08:30:57.004Z] INFO: Nuking d:\CI
08:31:27 [2020-11-03T08:31:27.187Z] INFO: Zapped successfully
08:31:27 [2020-11-03T08:31:27.187Z] 
08:31:27 [2020-11-03T08:31:27.187Z] INFO: executeCI.ps1 exiting at Tue Nov  3 08:31:23 CUT 2020. Duration 01:03:47.4478039
08:31:27 [2020-11-03T08:31:27.187Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
08:31:27 [2020-11-03T08:31:27.468Z] Recording test results
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
08:31:35 [2020-11-03T08:31:35.326Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] step
08:31:37 [2020-11-03T08:31:37.085Z] Archiving artifacts
08:31:50 [2020-11-03T08:31:50.995Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41626/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:31:51 [2020-11-03T08:31:51.928Z] + make clean
08:31:53 [2020-11-03T08:31:53.473Z] docker volume rm -f docker-dev-cache
08:31:53 [2020-11-03T08:31:53.473Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS